2022-11-23T01:14:12.6799149Z Requested labels: windows.4xlarge 2022-11-23T01:14:12.6799307Z Job defined at: pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-release-master.yml@refs/heads/master 2022-11-23T01:14:12.6799363Z Waiting for a runner to pick up this job... 2022-11-23T01:15:09.4127025Z Job is about to start running on the runner: i-0e92f097f06aacc38 (organization) 2022-11-23T01:15:12.6548319Z Current runner version: '2.299.1' 2022-11-23T01:15:12.6556426Z Runner name: 'i-0e92f097f06aacc38' 2022-11-23T01:15:12.6556839Z Runner group name: 'Default' 2022-11-23T01:15:12.6557431Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:15:12.6559335Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:15:12.6559825Z Actions: write 2022-11-23T01:15:12.6560061Z Checks: write 2022-11-23T01:15:12.6560261Z Contents: write 2022-11-23T01:15:12.6560503Z Deployments: write 2022-11-23T01:15:12.6560774Z Discussions: write 2022-11-23T01:15:12.6560976Z Issues: write 2022-11-23T01:15:12.6561203Z Metadata: read 2022-11-23T01:15:12.6561438Z Packages: write 2022-11-23T01:15:12.6561641Z Pages: write 2022-11-23T01:15:12.6561890Z PullRequests: write 2022-11-23T01:15:12.6562180Z RepositoryProjects: write 2022-11-23T01:15:12.6562416Z SecurityEvents: write 2022-11-23T01:15:12.6562663Z Statuses: write 2022-11-23T01:15:12.6562897Z ##[endgroup] 2022-11-23T01:15:12.6566336Z Secret source: Actions 2022-11-23T01:15:12.6566849Z Prepare workflow directory 2022-11-23T01:15:12.7948843Z Prepare all required actions 2022-11-23T01:15:12.8107456Z Getting action download info 2022-11-23T01:15:13.0276849Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:206e80edab4c7cf8bacfe0cd3780150fdd280e6a) 2022-11-23T01:15:13.7632297Z Download action repository 'actions/download-artifact@v3' (SHA:9782bd6a9848b53b110e712e20e42d89988822b7) 2022-11-23T01:15:14.5067960Z Download action repository 'zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9' (SHA:05b13c9a0d21f08f6d5e64a1d5042246d13619d9) 2022-11-23T01:15:15.8851584Z ##[group]Run set -euo pipefail 2022-11-23T01:15:15.8851977Z set -euo pipefail 2022-11-23T01:15:15.8852189Z function get_ec2_metadata() { 2022-11-23T01:15:15.8852438Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:15:15.8852791Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:15:15.8853100Z  category=$1 2022-11-23T01:15:15.8853344Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:15:15.8853551Z } 2022-11-23T01:15:15.8853745Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:15:15.8854000Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:15:15.8855572Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:15:15.8855841Z echo "system info $(uname -a)" 2022-11-23T01:15:15.8894693Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:15:15.8895001Z env: 2022-11-23T01:15:15.8895235Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:15:15.8895488Z ANACONDA_USER: pytorch 2022-11-23T01:15:15.8895687Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:15:15.8897303Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:15:15.8897871Z GITHUB_TOKEN: *** 2022-11-23T01:15:15.8898049Z PR_NUMBER: 2022-11-23T01:15:15.8898250Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:15.8898440Z SKIP_ALL_TESTS: 1 2022-11-23T01:15:15.8898681Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:15:15.8898981Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:15:15.8899200Z PACKAGE_TYPE: libtorch 2022-11-23T01:15:15.8899377Z DESIRED_CUDA: cpu 2022-11-23T01:15:15.8899548Z GPU_ARCH_TYPE: cpu 2022-11-23T01:15:15.8899712Z LIBTORCH_CONFIG: release 2022-11-23T01:15:15.8899937Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:15:15.8900190Z DESIRED_PYTHON: 3.7 2022-11-23T01:15:15.8900350Z ##[endgroup] 2022-11-23T01:15:25.2490696Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:15:25.2639110Z instance-id: i-0e92f097f06aacc38 2022-11-23T01:15:25.2812544Z instance-type: c5d.4xlarge 2022-11-23T01:15:25.6297486Z 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:15:25.6588884Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-11-23T01:15:25.6589159Z with: 2022-11-23T01:15:25.6589607Z GITHUB_TOKEN: *** 2022-11-23T01:15:25.6589801Z activate-with-label: true 2022-11-23T01:15:25.6589979Z label: with-ssh 2022-11-23T01:15:25.6590166Z remove-existing-keys: true 2022-11-23T01:15:25.6590350Z env: 2022-11-23T01:15:25.6590642Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:15:25.6590890Z ANACONDA_USER: pytorch 2022-11-23T01:15:25.6591081Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:15:25.6591324Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:15:25.6591641Z GITHUB_TOKEN: *** 2022-11-23T01:15:25.6591802Z PR_NUMBER: 2022-11-23T01:15:25.6591997Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:25.6592176Z SKIP_ALL_TESTS: 1 2022-11-23T01:15:25.6592409Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:15:25.6592747Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:15:25.6592966Z PACKAGE_TYPE: libtorch 2022-11-23T01:15:25.6593134Z DESIRED_CUDA: cpu 2022-11-23T01:15:25.6593302Z GPU_ARCH_TYPE: cpu 2022-11-23T01:15:25.6593464Z LIBTORCH_CONFIG: release 2022-11-23T01:15:25.6593661Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:15:25.6593856Z DESIRED_PYTHON: 3.7 2022-11-23T01:15:25.6594010Z ##[endgroup] 2022-11-23T01:15:26.3097421Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:15:26.3403523Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:15:26.3404081Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:15:26.3425222Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:15:26.3425482Z env: 2022-11-23T01:15:26.3425708Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:15:26.3425959Z ANACONDA_USER: pytorch 2022-11-23T01:15:26.3426157Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:15:26.3426393Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:15:26.3426836Z GITHUB_TOKEN: *** 2022-11-23T01:15:26.3427004Z PR_NUMBER: 2022-11-23T01:15:26.3427201Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:26.3427386Z SKIP_ALL_TESTS: 1 2022-11-23T01:15:26.3427657Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:15:26.3427955Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:15:26.3428252Z PACKAGE_TYPE: libtorch 2022-11-23T01:15:26.3428430Z DESIRED_CUDA: cpu 2022-11-23T01:15:26.3428601Z GPU_ARCH_TYPE: cpu 2022-11-23T01:15:26.3428814Z LIBTORCH_CONFIG: release 2022-11-23T01:15:26.3429018Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:15:26.3429225Z DESIRED_PYTHON: 3.7 2022-11-23T01:15:26.3429381Z ##[endgroup] 2022-11-23T01:15:26.7936939Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:15:26.8791367Z Finished 2022-11-23T01:15:26.9247505Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:15:26.9247995Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:15:26.9269101Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:15:26.9269341Z env: 2022-11-23T01:15:26.9269572Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:15:26.9269818Z ANACONDA_USER: pytorch 2022-11-23T01:15:26.9269999Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:15:26.9270245Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:15:26.9270760Z GITHUB_TOKEN: *** 2022-11-23T01:15:26.9270932Z PR_NUMBER: 2022-11-23T01:15:26.9271564Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:26.9271758Z SKIP_ALL_TESTS: 1 2022-11-23T01:15:26.9271995Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:15:26.9272363Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:15:26.9272596Z PACKAGE_TYPE: libtorch 2022-11-23T01:15:26.9272762Z DESIRED_CUDA: cpu 2022-11-23T01:15:26.9272931Z GPU_ARCH_TYPE: cpu 2022-11-23T01:15:26.9273107Z LIBTORCH_CONFIG: release 2022-11-23T01:15:26.9273298Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:15:26.9273494Z DESIRED_PYTHON: 3.7 2022-11-23T01:15:26.9273660Z ##[endgroup] 2022-11-23T01:15:27.2745765Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:15:27.3599328Z Finished 2022-11-23T01:15:27.9841834Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2022-11-23T01:15:27.9842208Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2022-11-23T01:15:27.9842521Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2022-11-23T01:15:27.9842805Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2022-11-23T01:15:27.9868866Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:15:27.9869116Z env: 2022-11-23T01:15:27.9869350Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:15:27.9869588Z ANACONDA_USER: pytorch 2022-11-23T01:15:27.9869779Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:15:27.9870024Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:15:27.9870500Z GITHUB_TOKEN: *** 2022-11-23T01:15:27.9870671Z PR_NUMBER: 2022-11-23T01:15:27.9870906Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:27.9871090Z SKIP_ALL_TESTS: 1 2022-11-23T01:15:27.9871327Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:15:27.9871618Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:15:27.9871846Z PACKAGE_TYPE: libtorch 2022-11-23T01:15:27.9872023Z DESIRED_CUDA: cpu 2022-11-23T01:15:27.9872190Z GPU_ARCH_TYPE: cpu 2022-11-23T01:15:27.9872365Z LIBTORCH_CONFIG: release 2022-11-23T01:15:27.9872609Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:15:27.9872803Z DESIRED_PYTHON: 3.7 2022-11-23T01:15:27.9872972Z ##[endgroup] 2022-11-23T01:15:28.4556235Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2022-11-23T01:15:28.8160611Z ##[group]Run actions/download-artifact@v3 2022-11-23T01:15:28.8160926Z with: 2022-11-23T01:15:28.8161199Z name: libtorch-cpu-shared-with-deps-release 2022-11-23T01:15:28.8161543Z path: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:15:28.8161783Z env: 2022-11-23T01:15:28.8162021Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:15:28.8162404Z ANACONDA_USER: pytorch 2022-11-23T01:15:28.8162644Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:15:28.8162923Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:15:28.8163469Z GITHUB_TOKEN: *** 2022-11-23T01:15:28.8163684Z PR_NUMBER: 2022-11-23T01:15:28.8163926Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:28.8164131Z SKIP_ALL_TESTS: 1 2022-11-23T01:15:28.8164426Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:15:28.8164765Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:15:28.8165081Z PACKAGE_TYPE: libtorch 2022-11-23T01:15:28.8165287Z DESIRED_CUDA: cpu 2022-11-23T01:15:28.8165510Z GPU_ARCH_TYPE: cpu 2022-11-23T01:15:28.8165757Z LIBTORCH_CONFIG: release 2022-11-23T01:15:28.8166006Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:15:28.8166294Z DESIRED_PYTHON: 3.7 2022-11-23T01:15:28.8166520Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:15:28.8166847Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:15:28.8167245Z ##[endgroup] 2022-11-23T01:15:28.9538486Z Starting download for libtorch-cpu-shared-with-deps-release 2022-11-23T01:15:29.0330553Z Directory structure has been setup for the artifact 2022-11-23T01:15:29.0333068Z Total number of files that will be downloaded: 2 2022-11-23T01:15:30.0361070Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:15:31.0444418Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:15:32.0483327Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:15:33.0502944Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:15:34.0513690Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:15:35.0558837Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:15:36.0585252Z Total file count: 2 ---- Processed file #1 (50.0%) 2022-11-23T01:15:37.0593763Z Total file count: 2 ---- Processed file #1 (50.0%) 2022-11-23T01:15:38.0609544Z Total file count: 2 ---- Processed file #1 (50.0%) 2022-11-23T01:15:38.0949151Z Artifact libtorch-cpu-shared-with-deps-release was downloaded to C:\actions-runner\_work\_temp\artifacts 2022-11-23T01:15:38.0962994Z Artifact download has finished successfully 2022-11-23T01:15:38.3963258Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-11-23T01:15:38.3963619Z with: 2022-11-23T01:15:38.3963842Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:38.3964091Z submodules: recursive 2022-11-23T01:15:38.3964319Z path: pytorch 2022-11-23T01:15:38.3964519Z repository: pytorch/pytorch 2022-11-23T01:15:38.3964939Z token: *** 2022-11-23T01:15:38.3965166Z ssh-strict: true 2022-11-23T01:15:38.3965408Z persist-credentials: true 2022-11-23T01:15:38.3965603Z clean: true 2022-11-23T01:15:38.3965808Z fetch-depth: 1 2022-11-23T01:15:38.3966025Z lfs: false 2022-11-23T01:15:38.3966179Z env: 2022-11-23T01:15:38.3966448Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:15:38.3966740Z ANACONDA_USER: pytorch 2022-11-23T01:15:38.3967017Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:15:38.3967317Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:15:38.3967795Z GITHUB_TOKEN: *** 2022-11-23T01:15:38.3967973Z PR_NUMBER: 2022-11-23T01:15:38.3968207Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:38.3968452Z SKIP_ALL_TESTS: 1 2022-11-23T01:15:38.3968703Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:15:38.3969041Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:15:38.3969320Z PACKAGE_TYPE: libtorch 2022-11-23T01:15:38.3969542Z DESIRED_CUDA: cpu 2022-11-23T01:15:38.3969727Z GPU_ARCH_TYPE: cpu 2022-11-23T01:15:38.3969948Z LIBTORCH_CONFIG: release 2022-11-23T01:15:38.3970193Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:15:38.3970399Z DESIRED_PYTHON: 3.7 2022-11-23T01:15:38.3970660Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:15:38.3970990Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:15:38.3971227Z ##[endgroup] 2022-11-23T01:15:39.0689074Z ##[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:15:50.4171341Z Syncing repository: pytorch/pytorch 2022-11-23T01:15:50.4172674Z ##[group]Getting Git version info 2022-11-23T01:15:50.4172983Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2022-11-23T01:15:50.4209256Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:15:59.9816578Z git version 2.38.1.windows.1 2022-11-23T01:15:59.9851997Z ##[endgroup] 2022-11-23T01:15:59.9853491Z ##[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:15:59.9854802Z ##[group]Initializing the repository 2022-11-23T01:15:59.9862274Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2022-11-23T01:16:00.0408209Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2022-11-23T01:16:00.0446710Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:16:00.0724359Z ##[endgroup] 2022-11-23T01:16:00.0724771Z ##[group]Disabling automatic garbage collection 2022-11-23T01:16:00.0732420Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:16:00.0976519Z ##[endgroup] 2022-11-23T01:16:00.0991980Z ##[group]Setting up auth 2022-11-23T01:16:00.0992349Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:16:00.1201321Z [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:16:01.2951834Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:16:01.3164815Z [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:16:01.8542832Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:16:01.8764239Z ##[endgroup] 2022-11-23T01:16:01.8764612Z ##[group]Fetching the repository 2022-11-23T01:16:01.8773773Z [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:16:04.4706100Z remote: Enumerating objects: 12379, done. 2022-11-23T01:16:04.4720397Z remote: Counting objects: 0% (1/12379) 2022-11-23T01:16:04.4723536Z remote: Counting objects: 1% (124/12379) 2022-11-23T01:16:04.4727370Z remote: Counting objects: 2% (248/12379) 2022-11-23T01:16:04.4730348Z remote: Counting objects: 3% (372/12379) 2022-11-23T01:16:04.4736075Z remote: Counting objects: 4% (496/12379) 2022-11-23T01:16:04.4737323Z remote: Counting objects: 5% (619/12379) 2022-11-23T01:16:04.4743408Z remote: Counting objects: 6% (743/12379) 2022-11-23T01:16:04.4750735Z remote: Counting objects: 7% (867/12379) 2022-11-23T01:16:04.4755199Z remote: Counting objects: 8% (991/12379) 2022-11-23T01:16:04.4756136Z remote: Counting objects: 9% (1115/12379) 2022-11-23T01:16:04.4759021Z remote: Counting objects: 10% (1238/12379) 2022-11-23T01:16:04.4762965Z remote: Counting objects: 11% (1362/12379) 2022-11-23T01:16:04.4768621Z remote: Counting objects: 12% (1486/12379) 2022-11-23T01:16:04.4773581Z remote: Counting objects: 13% (1610/12379) 2022-11-23T01:16:04.4779749Z remote: Counting objects: 14% (1734/12379) 2022-11-23T01:16:04.4783199Z remote: Counting objects: 15% (1857/12379) 2022-11-23T01:16:04.4783481Z remote: Counting objects: 16% (1981/12379) 2022-11-23T01:16:04.4784652Z remote: Counting objects: 17% (2105/12379) 2022-11-23T01:16:04.4786032Z remote: Counting objects: 18% (2229/12379) 2022-11-23T01:16:04.4789734Z remote: Counting objects: 19% (2353/12379) 2022-11-23T01:16:04.4791752Z remote: Counting objects: 20% (2476/12379) 2022-11-23T01:16:04.4794368Z remote: Counting objects: 21% (2600/12379) 2022-11-23T01:16:04.4797945Z remote: Counting objects: 22% (2724/12379) 2022-11-23T01:16:04.4798697Z remote: Counting objects: 23% (2848/12379) 2022-11-23T01:16:04.4801743Z remote: Counting objects: 24% (2971/12379) 2022-11-23T01:16:04.4802140Z remote: Counting objects: 25% (3095/12379) 2022-11-23T01:16:04.4805170Z remote: Counting objects: 26% (3219/12379) 2022-11-23T01:16:04.4810216Z remote: Counting objects: 27% (3343/12379) 2022-11-23T01:16:04.4815898Z remote: Counting objects: 28% (3467/12379) 2022-11-23T01:16:04.4817608Z remote: Counting objects: 29% (3590/12379) 2022-11-23T01:16:04.4822268Z remote: Counting objects: 30% (3714/12379) 2022-11-23T01:16:04.4830677Z remote: Counting objects: 31% (3838/12379) 2022-11-23T01:16:04.4831337Z remote: Counting objects: 32% (3962/12379) 2022-11-23T01:16:04.4835621Z remote: Counting objects: 33% (4086/12379) 2022-11-23T01:16:04.4837700Z remote: Counting objects: 34% (4209/12379) 2022-11-23T01:16:04.4838178Z remote: Counting objects: 35% (4333/12379) 2022-11-23T01:16:04.4840000Z remote: Counting objects: 36% (4457/12379) 2022-11-23T01:16:04.4842307Z remote: Counting objects: 37% (4581/12379) 2022-11-23T01:16:04.4847517Z remote: Counting objects: 38% (4705/12379) 2022-11-23T01:16:04.4849163Z remote: Counting objects: 39% (4828/12379) 2022-11-23T01:16:04.4855444Z remote: Counting objects: 40% (4952/12379) 2022-11-23T01:16:04.4859280Z remote: Counting objects: 41% (5076/12379) 2022-11-23T01:16:04.4861163Z remote: Counting objects: 42% (5200/12379) 2022-11-23T01:16:04.4864337Z remote: Counting objects: 43% (5323/12379) 2022-11-23T01:16:04.4865216Z remote: Counting objects: 44% (5447/12379) 2022-11-23T01:16:04.4867914Z remote: Counting objects: 45% (5571/12379) 2022-11-23T01:16:04.4873024Z remote: Counting objects: 46% (5695/12379) 2022-11-23T01:16:04.4873265Z remote: Counting objects: 47% (5819/12379) 2022-11-23T01:16:04.4878271Z remote: Counting objects: 48% (5942/12379) 2022-11-23T01:16:04.4882098Z remote: Counting objects: 49% (6066/12379) 2022-11-23T01:16:04.4884411Z remote: Counting objects: 50% (6190/12379) 2022-11-23T01:16:04.4887808Z remote: Counting objects: 51% (6314/12379) 2022-11-23T01:16:04.4891284Z remote: Counting objects: 52% (6438/12379) 2022-11-23T01:16:04.4897963Z remote: Counting objects: 53% (6561/12379) 2022-11-23T01:16:04.4899479Z remote: Counting objects: 54% (6685/12379) 2022-11-23T01:16:04.4900391Z remote: Counting objects: 55% (6809/12379) 2022-11-23T01:16:04.4906505Z remote: Counting objects: 56% (6933/12379) 2022-11-23T01:16:04.4909293Z remote: Counting objects: 57% (7057/12379) 2022-11-23T01:16:04.4911523Z remote: Counting objects: 58% (7180/12379) 2022-11-23T01:16:04.4913886Z remote: Counting objects: 59% (7304/12379) 2022-11-23T01:16:04.4920809Z remote: Counting objects: 60% (7428/12379) 2022-11-23T01:16:04.4923358Z remote: Counting objects: 61% (7552/12379) 2022-11-23T01:16:04.4924411Z remote: Counting objects: 62% (7675/12379) 2022-11-23T01:16:04.4925896Z remote: Counting objects: 63% (7799/12379) 2022-11-23T01:16:04.4929405Z remote: Counting objects: 64% (7923/12379) 2022-11-23T01:16:04.4935327Z remote: Counting objects: 65% (8047/12379) 2022-11-23T01:16:04.4939155Z remote: Counting objects: 66% (8171/12379) 2022-11-23T01:16:04.4943329Z remote: Counting objects: 67% (8294/12379) 2022-11-23T01:16:04.4954143Z remote: Counting objects: 68% (8418/12379) 2022-11-23T01:16:04.4954398Z remote: Counting objects: 69% (8542/12379) 2022-11-23T01:16:04.4954797Z remote: Counting objects: 70% (8666/12379) 2022-11-23T01:16:04.4956023Z remote: Counting objects: 71% (8790/12379) 2022-11-23T01:16:04.4960481Z remote: Counting objects: 72% (8913/12379) 2022-11-23T01:16:04.4964118Z remote: Counting objects: 73% (9037/12379) 2022-11-23T01:16:04.4977364Z remote: Counting objects: 74% (9161/12379) 2022-11-23T01:16:04.4977608Z remote: Counting objects: 75% (9285/12379) 2022-11-23T01:16:04.4977859Z remote: Counting objects: 76% (9409/12379) 2022-11-23T01:16:04.4981505Z remote: Counting objects: 77% (9532/12379) 2022-11-23T01:16:04.4996851Z remote: Counting objects: 78% (9656/12379) 2022-11-23T01:16:04.5002973Z remote: Counting objects: 79% (9780/12379) 2022-11-23T01:16:04.5003365Z remote: Counting objects: 80% (9904/12379) 2022-11-23T01:16:04.5004042Z remote: Counting objects: 81% (10027/12379) 2022-11-23T01:16:04.5004286Z remote: Counting objects: 82% (10151/12379) 2022-11-23T01:16:04.5009914Z remote: Counting objects: 83% (10275/12379) 2022-11-23T01:16:04.5014492Z remote: Counting objects: 84% (10399/12379) 2022-11-23T01:16:04.5015270Z remote: Counting objects: 85% (10523/12379) 2022-11-23T01:16:04.5025531Z remote: Counting objects: 86% (10646/12379) 2022-11-23T01:16:04.5032520Z remote: Counting objects: 87% (10770/12379) 2022-11-23T01:16:04.5104187Z remote: Counting objects: 88% (10894/12379) 2022-11-23T01:16:04.5104453Z remote: Counting objects: 89% (11018/12379) 2022-11-23T01:16:04.5104671Z remote: Counting objects: 90% (11142/12379) 2022-11-23T01:16:04.5104898Z remote: Counting objects: 91% (11265/12379) 2022-11-23T01:16:04.5105125Z remote: Counting objects: 92% (11389/12379) 2022-11-23T01:16:04.5105358Z remote: Counting objects: 93% (11513/12379) 2022-11-23T01:16:04.5105567Z remote: Counting objects: 94% (11637/12379) 2022-11-23T01:16:04.5109011Z remote: Counting objects: 95% (11761/12379) 2022-11-23T01:16:04.5109295Z remote: Counting objects: 96% (11884/12379) 2022-11-23T01:16:04.5109537Z remote: Counting objects: 97% (12008/12379) 2022-11-23T01:16:04.5109774Z remote: Counting objects: 98% (12132/12379) 2022-11-23T01:16:04.5109993Z remote: Counting objects: 99% (12256/12379) 2022-11-23T01:16:04.5110232Z remote: Counting objects: 100% (12379/12379) 2022-11-23T01:16:04.5110472Z remote: Counting objects: 100% (12379/12379), done. 2022-11-23T01:16:04.5257004Z remote: Compressing objects: 0% (1/10900) 2022-11-23T01:16:04.5450783Z remote: Compressing objects: 1% (109/10900) 2022-11-23T01:16:04.5996093Z remote: Compressing objects: 2% (218/10900) 2022-11-23T01:16:04.6417496Z remote: Compressing objects: 3% (327/10900) 2022-11-23T01:16:04.6739569Z remote: Compressing objects: 4% (436/10900) 2022-11-23T01:16:04.6972071Z remote: Compressing objects: 5% (545/10900) 2022-11-23T01:16:04.7499874Z remote: Compressing objects: 6% (654/10900) 2022-11-23T01:16:04.7741647Z remote: Compressing objects: 7% (763/10900) 2022-11-23T01:16:04.8218958Z remote: Compressing objects: 8% (872/10900) 2022-11-23T01:16:04.8930837Z remote: Compressing objects: 9% (981/10900) 2022-11-23T01:16:04.9576028Z remote: Compressing objects: 10% (1090/10900) 2022-11-23T01:16:05.0139805Z remote: Compressing objects: 11% (1199/10900) 2022-11-23T01:16:05.0537597Z remote: Compressing objects: 12% (1308/10900) 2022-11-23T01:16:05.1005485Z remote: Compressing objects: 13% (1417/10900) 2022-11-23T01:16:05.1783400Z remote: Compressing objects: 14% (1526/10900) 2022-11-23T01:16:05.2328634Z remote: Compressing objects: 15% (1635/10900) 2022-11-23T01:16:05.2908156Z remote: Compressing objects: 16% (1744/10900) 2022-11-23T01:16:05.3449047Z remote: Compressing objects: 17% (1853/10900) 2022-11-23T01:16:05.4155089Z remote: Compressing objects: 18% (1962/10900) 2022-11-23T01:16:05.4608491Z remote: Compressing objects: 19% (2071/10900) 2022-11-23T01:16:05.5099290Z remote: Compressing objects: 20% (2180/10900) 2022-11-23T01:16:05.5212902Z remote: Compressing objects: 20% (2276/10900) 2022-11-23T01:16:05.5731243Z remote: Compressing objects: 21% (2289/10900) 2022-11-23T01:16:05.6609126Z remote: Compressing objects: 22% (2398/10900) 2022-11-23T01:16:05.7002128Z remote: Compressing objects: 23% (2507/10900) 2022-11-23T01:16:05.7500368Z remote: Compressing objects: 24% (2616/10900) 2022-11-23T01:16:05.8028761Z remote: Compressing objects: 25% (2725/10900) 2022-11-23T01:16:05.8156630Z remote: Compressing objects: 26% (2834/10900) 2022-11-23T01:16:05.8362308Z remote: Compressing objects: 27% (2943/10900) 2022-11-23T01:16:05.8680568Z remote: Compressing objects: 28% (3052/10900) 2022-11-23T01:16:05.8924941Z remote: Compressing objects: 29% (3161/10900) 2022-11-23T01:16:05.8975523Z remote: Compressing objects: 30% (3270/10900) 2022-11-23T01:16:05.9345296Z remote: Compressing objects: 31% (3379/10900) 2022-11-23T01:16:05.9804264Z remote: Compressing objects: 32% (3488/10900) 2022-11-23T01:16:06.0314909Z remote: Compressing objects: 33% (3597/10900) 2022-11-23T01:16:06.0753165Z remote: Compressing objects: 34% (3706/10900) 2022-11-23T01:16:06.1468778Z remote: Compressing objects: 35% (3815/10900) 2022-11-23T01:16:06.2097118Z remote: Compressing objects: 36% (3924/10900) 2022-11-23T01:16:06.2552461Z remote: Compressing objects: 37% (4033/10900) 2022-11-23T01:16:06.3316615Z remote: Compressing objects: 38% (4142/10900) 2022-11-23T01:16:06.3920724Z remote: Compressing objects: 39% (4251/10900) 2022-11-23T01:16:06.4559275Z remote: Compressing objects: 40% (4360/10900) 2022-11-23T01:16:06.5044788Z remote: Compressing objects: 41% (4469/10900) 2022-11-23T01:16:06.5108015Z remote: Compressing objects: 42% (4578/10900) 2022-11-23T01:16:06.5751553Z remote: Compressing objects: 42% (4582/10900) 2022-11-23T01:16:06.6285838Z remote: Compressing objects: 43% (4687/10900) 2022-11-23T01:16:06.6828629Z remote: Compressing objects: 44% (4796/10900) 2022-11-23T01:16:06.7226656Z remote: Compressing objects: 45% (4905/10900) 2022-11-23T01:16:06.7727009Z remote: Compressing objects: 46% (5014/10900) 2022-11-23T01:16:06.8108091Z remote: Compressing objects: 47% (5123/10900) 2022-11-23T01:16:06.8450577Z remote: Compressing objects: 48% (5232/10900) 2022-11-23T01:16:06.8699157Z remote: Compressing objects: 49% (5341/10900) 2022-11-23T01:16:06.9017611Z remote: Compressing objects: 50% (5450/10900) 2022-11-23T01:16:06.9775305Z remote: Compressing objects: 51% (5559/10900) 2022-11-23T01:16:07.0318311Z remote: Compressing objects: 52% (5668/10900) 2022-11-23T01:16:07.0563636Z remote: Compressing objects: 53% (5777/10900) 2022-11-23T01:16:07.0913292Z remote: Compressing objects: 54% (5886/10900) 2022-11-23T01:16:07.1311161Z remote: Compressing objects: 55% (5995/10900) 2022-11-23T01:16:07.1532023Z remote: Compressing objects: 56% (6104/10900) 2022-11-23T01:16:07.1629665Z remote: Compressing objects: 57% (6213/10900) 2022-11-23T01:16:07.1794109Z remote: Compressing objects: 58% (6322/10900) 2022-11-23T01:16:07.2084214Z remote: Compressing objects: 59% (6431/10900) 2022-11-23T01:16:07.2284706Z remote: Compressing objects: 60% (6540/10900) 2022-11-23T01:16:07.2517422Z remote: Compressing objects: 61% (6649/10900) 2022-11-23T01:16:07.2839879Z remote: Compressing objects: 62% (6758/10900) 2022-11-23T01:16:07.3203409Z remote: Compressing objects: 63% (6867/10900) 2022-11-23T01:16:07.3504500Z remote: Compressing objects: 64% (6976/10900) 2022-11-23T01:16:07.3784067Z remote: Compressing objects: 65% (7085/10900) 2022-11-23T01:16:07.4056911Z remote: Compressing objects: 66% (7194/10900) 2022-11-23T01:16:07.4477936Z remote: Compressing objects: 67% (7303/10900) 2022-11-23T01:16:07.4753481Z remote: Compressing objects: 68% (7412/10900) 2022-11-23T01:16:07.4982993Z remote: Compressing objects: 69% (7521/10900) 2022-11-23T01:16:07.5157362Z remote: Compressing objects: 70% (7630/10900) 2022-11-23T01:16:07.5159937Z remote: Compressing objects: 70% (7718/10900) 2022-11-23T01:16:07.5377182Z remote: Compressing objects: 71% (7739/10900) 2022-11-23T01:16:07.5607696Z remote: Compressing objects: 72% (7848/10900) 2022-11-23T01:16:07.5826034Z remote: Compressing objects: 73% (7957/10900) 2022-11-23T01:16:07.6087388Z remote: Compressing objects: 74% (8066/10900) 2022-11-23T01:16:07.6270796Z remote: Compressing objects: 75% (8175/10900) 2022-11-23T01:16:07.6512178Z remote: Compressing objects: 76% (8284/10900) 2022-11-23T01:16:07.6730892Z remote: Compressing objects: 77% (8393/10900) 2022-11-23T01:16:07.6921222Z remote: Compressing objects: 78% (8502/10900) 2022-11-23T01:16:07.7174061Z remote: Compressing objects: 79% (8611/10900) 2022-11-23T01:16:07.7403836Z remote: Compressing objects: 80% (8720/10900) 2022-11-23T01:16:07.7591143Z remote: Compressing objects: 81% (8829/10900) 2022-11-23T01:16:07.7824722Z remote: Compressing objects: 82% (8938/10900) 2022-11-23T01:16:07.8082642Z remote: Compressing objects: 83% (9047/10900) 2022-11-23T01:16:07.8227647Z remote: Compressing objects: 84% (9156/10900) 2022-11-23T01:16:07.8406253Z remote: Compressing objects: 85% (9265/10900) 2022-11-23T01:16:07.8660991Z remote: Compressing objects: 86% (9374/10900) 2022-11-23T01:16:07.8894946Z remote: Compressing objects: 87% (9483/10900) 2022-11-23T01:16:07.9108350Z remote: Compressing objects: 88% (9592/10900) 2022-11-23T01:16:07.9228119Z remote: Compressing objects: 89% (9701/10900) 2022-11-23T01:16:07.9600457Z remote: Compressing objects: 90% (9810/10900) 2022-11-23T01:16:07.9762734Z remote: Compressing objects: 91% (9919/10900) 2022-11-23T01:16:07.9790754Z remote: Compressing objects: 92% (10028/10900) 2022-11-23T01:16:07.9830009Z remote: Compressing objects: 93% (10137/10900) 2022-11-23T01:16:07.9837431Z remote: Compressing objects: 94% (10246/10900) 2022-11-23T01:16:07.9857522Z remote: Compressing objects: 95% (10355/10900) 2022-11-23T01:16:07.9879862Z remote: Compressing objects: 96% (10464/10900) 2022-11-23T01:16:07.9907230Z remote: Compressing objects: 97% (10573/10900) 2022-11-23T01:16:07.9957458Z remote: Compressing objects: 98% (10682/10900) 2022-11-23T01:16:07.9957729Z remote: Compressing objects: 99% (10791/10900) 2022-11-23T01:16:07.9957970Z remote: Compressing objects: 100% (10900/10900) 2022-11-23T01:16:07.9958210Z remote: Compressing objects: 100% (10900/10900), done. 2022-11-23T01:16:08.0169734Z Receiving objects: 0% (1/12379) 2022-11-23T01:16:08.0313017Z Receiving objects: 1% (124/12379) 2022-11-23T01:16:08.0381069Z Receiving objects: 2% (248/12379) 2022-11-23T01:16:08.2696295Z Receiving objects: 3% (372/12379) 2022-11-23T01:16:08.2737581Z Receiving objects: 4% (496/12379) 2022-11-23T01:16:08.2797579Z Receiving objects: 5% (619/12379) 2022-11-23T01:16:08.2895720Z Receiving objects: 6% (743/12379) 2022-11-23T01:16:08.2968637Z Receiving objects: 7% (867/12379) 2022-11-23T01:16:08.3030441Z Receiving objects: 8% (991/12379) 2022-11-23T01:16:08.3287142Z Receiving objects: 9% (1115/12379) 2022-11-23T01:16:08.6016201Z Receiving objects: 10% (1238/12379) 2022-11-23T01:16:08.6311169Z Receiving objects: 11% (1362/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.6634810Z Receiving objects: 12% (1486/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.6903169Z Receiving objects: 13% (1610/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.7396135Z Receiving objects: 14% (1734/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.7668132Z Receiving objects: 15% (1857/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.7849071Z Receiving objects: 16% (1981/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.7972332Z Receiving objects: 17% (2105/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.8001101Z Receiving objects: 18% (2229/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.8302068Z Receiving objects: 19% (2353/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.8363610Z Receiving objects: 20% (2476/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.8533330Z Receiving objects: 21% (2600/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.8690803Z Receiving objects: 22% (2724/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.8825591Z Receiving objects: 23% (2848/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.8893074Z Receiving objects: 24% (2971/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.8986923Z Receiving objects: 25% (3095/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.9142830Z Receiving objects: 26% (3219/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.9455805Z Receiving objects: 27% (3343/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.9650289Z Receiving objects: 28% (3467/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:08.9947996Z Receiving objects: 29% (3590/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:09.0158233Z Receiving objects: 30% (3714/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:09.0251530Z Receiving objects: 31% (3838/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:09.0362727Z Receiving objects: 31% (3901/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:09.0579045Z Receiving objects: 32% (3962/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:09.0767566Z Receiving objects: 33% (4086/12379), 15.27 MiB | 27.86 MiB/s 2022-11-23T01:16:09.1033475Z Receiving objects: 34% (4209/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.1182988Z Receiving objects: 35% (4333/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.1326586Z Receiving objects: 36% (4457/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.1507118Z Receiving objects: 37% (4581/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.1703354Z Receiving objects: 38% (4705/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.1805642Z Receiving objects: 39% (4828/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.1982903Z Receiving objects: 40% (4952/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.2144964Z Receiving objects: 41% (5076/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.2319439Z Receiving objects: 42% (5200/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.2705842Z Receiving objects: 43% (5323/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.2919860Z Receiving objects: 44% (5447/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.3147855Z Receiving objects: 45% (5571/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.3420654Z Receiving objects: 46% (5695/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.3540388Z Receiving objects: 47% (5819/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.3660675Z Receiving objects: 48% (5942/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.3851598Z Receiving objects: 49% (6066/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.4038591Z Receiving objects: 50% (6190/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.4275478Z Receiving objects: 51% (6314/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.4518365Z Receiving objects: 52% (6438/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.4901659Z Receiving objects: 53% (6561/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:09.5154585Z Receiving objects: 54% (6685/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:10.0621773Z Receiving objects: 55% (6809/12379), 20.12 MiB | 19.22 MiB/s 2022-11-23T01:16:10.1965506Z Receiving objects: 55% (6912/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2011128Z Receiving objects: 56% (6933/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2136692Z Receiving objects: 57% (7057/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2257980Z Receiving objects: 58% (7180/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2332636Z Receiving objects: 59% (7304/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2408460Z Receiving objects: 60% (7428/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2505202Z Receiving objects: 61% (7552/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2616409Z Receiving objects: 62% (7675/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2816140Z Receiving objects: 63% (7799/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.2865195Z Receiving objects: 64% (7923/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.3311985Z Receiving objects: 65% (8047/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.3705128Z Receiving objects: 66% (8171/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.5309032Z Receiving objects: 67% (8294/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.6258552Z Receiving objects: 68% (8418/12379), 60.89 MiB | 29.74 MiB/s 2022-11-23T01:16:10.6421957Z Receiving objects: 69% (8542/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.6611983Z Receiving objects: 70% (8666/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.7139007Z Receiving objects: 71% (8790/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.7841349Z Receiving objects: 72% (8913/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.8220853Z Receiving objects: 73% (9037/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.8597337Z Receiving objects: 74% (9161/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.8785825Z Receiving objects: 75% (9285/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.9012731Z Receiving objects: 76% (9409/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.9349060Z Receiving objects: 77% (9532/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.9661536Z Receiving objects: 78% (9656/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:10.9934512Z Receiving objects: 79% (9780/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:11.0395517Z Receiving objects: 80% (9904/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:11.0489845Z Receiving objects: 80% (10007/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:11.0870748Z Receiving objects: 81% (10027/12379), 72.86 MiB | 28.59 MiB/s 2022-11-23T01:16:11.1351029Z Receiving objects: 82% (10151/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.1789828Z Receiving objects: 83% (10275/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.1965334Z Receiving objects: 84% (10399/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.2262197Z Receiving objects: 85% (10523/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.2625631Z Receiving objects: 86% (10646/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.3194029Z Receiving objects: 87% (10770/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.3556428Z Receiving objects: 88% (10894/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.3740282Z Receiving objects: 89% (11018/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.3995639Z Receiving objects: 90% (11142/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.4213831Z Receiving objects: 91% (11265/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.4630400Z Receiving objects: 92% (11389/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.5047299Z Receiving objects: 93% (11513/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.5517075Z Receiving objects: 94% (11637/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.5928626Z Receiving objects: 95% (11761/12379), 77.19 MiB | 25.33 MiB/s 2022-11-23T01:16:11.6258437Z Receiving objects: 96% (11884/12379), 80.82 MiB | 22.76 MiB/s 2022-11-23T01:16:11.7235321Z Receiving objects: 97% (12008/12379), 80.82 MiB | 22.76 MiB/s 2022-11-23T01:16:11.7783243Z Receiving objects: 98% (12132/12379), 80.82 MiB | 22.76 MiB/s 2022-11-23T01:16:11.8303182Z Receiving objects: 99% (12256/12379), 80.82 MiB | 22.76 MiB/s 2022-11-23T01:16:11.8303635Z Receiving objects: 100% (12379/12379), 80.82 MiB | 22.76 MiB/s 2022-11-23T01:16:11.8303903Z Receiving objects: 100% (12379/12379), 82.34 MiB | 21.59 MiB/s, done. 2022-11-23T01:16:11.8305522Z remote: Total 12379 (delta 1767), reused 3918 (delta 1211), pack-reused 0 2022-11-23T01:16:11.8542081Z Resolving deltas: 0% (0/1767) 2022-11-23T01:16:11.8546608Z Resolving deltas: 1% (18/1767) 2022-11-23T01:16:11.8561939Z Resolving deltas: 2% (36/1767) 2022-11-23T01:16:11.8597490Z Resolving deltas: 3% (54/1767) 2022-11-23T01:16:11.8610835Z Resolving deltas: 4% (72/1767) 2022-11-23T01:16:11.8619591Z Resolving deltas: 5% (89/1767) 2022-11-23T01:16:11.8625865Z Resolving deltas: 6% (107/1767) 2022-11-23T01:16:11.8641741Z Resolving deltas: 7% (124/1767) 2022-11-23T01:16:11.8647149Z Resolving deltas: 8% (143/1767) 2022-11-23T01:16:11.8650003Z Resolving deltas: 9% (160/1767) 2022-11-23T01:16:11.8654623Z Resolving deltas: 10% (178/1767) 2022-11-23T01:16:11.8657698Z Resolving deltas: 11% (197/1767) 2022-11-23T01:16:11.8660286Z Resolving deltas: 12% (213/1767) 2022-11-23T01:16:11.8670203Z Resolving deltas: 13% (230/1767) 2022-11-23T01:16:11.8676632Z Resolving deltas: 14% (248/1767) 2022-11-23T01:16:11.8679160Z Resolving deltas: 15% (266/1767) 2022-11-23T01:16:11.8682345Z Resolving deltas: 16% (283/1767) 2022-11-23T01:16:11.8688766Z Resolving deltas: 17% (301/1767) 2022-11-23T01:16:11.8695647Z Resolving deltas: 18% (319/1767) 2022-11-23T01:16:11.8701657Z Resolving deltas: 19% (336/1767) 2022-11-23T01:16:11.8704385Z Resolving deltas: 20% (355/1767) 2022-11-23T01:16:11.8704872Z Resolving deltas: 21% (372/1767) 2022-11-23T01:16:11.8705491Z Resolving deltas: 22% (391/1767) 2022-11-23T01:16:11.8705739Z Resolving deltas: 23% (407/1767) 2022-11-23T01:16:11.8706423Z Resolving deltas: 24% (426/1767) 2022-11-23T01:16:11.8714142Z Resolving deltas: 25% (443/1767) 2022-11-23T01:16:11.8715267Z Resolving deltas: 26% (460/1767) 2022-11-23T01:16:11.8717720Z Resolving deltas: 27% (479/1767) 2022-11-23T01:16:11.8718761Z Resolving deltas: 28% (495/1767) 2022-11-23T01:16:11.8719258Z Resolving deltas: 29% (514/1767) 2022-11-23T01:16:11.8723671Z Resolving deltas: 30% (531/1767) 2022-11-23T01:16:11.8730788Z Resolving deltas: 31% (549/1767) 2022-11-23T01:16:11.8734669Z Resolving deltas: 32% (567/1767) 2022-11-23T01:16:11.8737869Z Resolving deltas: 33% (587/1767) 2022-11-23T01:16:11.8744032Z Resolving deltas: 34% (601/1767) 2022-11-23T01:16:11.8751564Z Resolving deltas: 35% (619/1767) 2022-11-23T01:16:11.8757417Z Resolving deltas: 36% (637/1767) 2022-11-23T01:16:11.8763017Z Resolving deltas: 37% (655/1767) 2022-11-23T01:16:11.8769671Z Resolving deltas: 38% (672/1767) 2022-11-23T01:16:11.8778291Z Resolving deltas: 39% (690/1767) 2022-11-23T01:16:11.8783085Z Resolving deltas: 40% (707/1767) 2022-11-23T01:16:11.8795001Z Resolving deltas: 41% (725/1767) 2022-11-23T01:16:11.8799275Z Resolving deltas: 42% (743/1767) 2022-11-23T01:16:11.8801815Z Resolving deltas: 43% (761/1767) 2022-11-23T01:16:11.8803227Z Resolving deltas: 44% (778/1767) 2022-11-23T01:16:11.8804054Z Resolving deltas: 45% (798/1767) 2022-11-23T01:16:11.8806359Z Resolving deltas: 46% (813/1767) 2022-11-23T01:16:11.8810741Z Resolving deltas: 47% (831/1767) 2022-11-23T01:16:11.8815645Z Resolving deltas: 48% (849/1767) 2022-11-23T01:16:11.8821580Z Resolving deltas: 49% (866/1767) 2022-11-23T01:16:11.8824728Z Resolving deltas: 50% (885/1767) 2022-11-23T01:16:11.8830966Z Resolving deltas: 51% (903/1767) 2022-11-23T01:16:11.8835767Z Resolving deltas: 52% (919/1767) 2022-11-23T01:16:11.8842573Z Resolving deltas: 53% (937/1767) 2022-11-23T01:16:11.8848535Z Resolving deltas: 54% (955/1767) 2022-11-23T01:16:11.8852261Z Resolving deltas: 55% (973/1767) 2022-11-23T01:16:11.8856710Z Resolving deltas: 56% (990/1767) 2022-11-23T01:16:11.8860272Z Resolving deltas: 57% (1008/1767) 2022-11-23T01:16:11.8864330Z Resolving deltas: 58% (1025/1767) 2022-11-23T01:16:11.8865137Z Resolving deltas: 59% (1044/1767) 2022-11-23T01:16:11.8866343Z Resolving deltas: 60% (1061/1767) 2022-11-23T01:16:11.8866940Z Resolving deltas: 61% (1079/1767) 2022-11-23T01:16:11.8868708Z Resolving deltas: 62% (1096/1767) 2022-11-23T01:16:11.8872007Z Resolving deltas: 63% (1116/1767) 2022-11-23T01:16:11.8876350Z Resolving deltas: 64% (1131/1767) 2022-11-23T01:16:11.8880715Z Resolving deltas: 65% (1149/1767) 2022-11-23T01:16:11.8890351Z Resolving deltas: 66% (1167/1767) 2022-11-23T01:16:11.8897422Z Resolving deltas: 67% (1184/1767) 2022-11-23T01:16:11.8903818Z Resolving deltas: 68% (1202/1767) 2022-11-23T01:16:11.8907985Z Resolving deltas: 69% (1220/1767) 2022-11-23T01:16:11.8911993Z Resolving deltas: 70% (1238/1767) 2022-11-23T01:16:11.8920867Z Resolving deltas: 71% (1255/1767) 2022-11-23T01:16:11.8927588Z Resolving deltas: 72% (1273/1767) 2022-11-23T01:16:11.8928115Z Resolving deltas: 73% (1290/1767) 2022-11-23T01:16:11.8928879Z Resolving deltas: 74% (1308/1767) 2022-11-23T01:16:11.8929986Z Resolving deltas: 75% (1326/1767) 2022-11-23T01:16:11.8933153Z Resolving deltas: 76% (1344/1767) 2022-11-23T01:16:11.8934332Z Resolving deltas: 77% (1365/1767) 2022-11-23T01:16:11.8934705Z Resolving deltas: 78% (1379/1767) 2022-11-23T01:16:11.8935010Z Resolving deltas: 79% (1398/1767) 2022-11-23T01:16:11.8935544Z Resolving deltas: 80% (1416/1767) 2022-11-23T01:16:11.8941363Z Resolving deltas: 81% (1432/1767) 2022-11-23T01:16:11.8942634Z Resolving deltas: 82% (1451/1767) 2022-11-23T01:16:11.8945371Z Resolving deltas: 83% (1467/1767) 2022-11-23T01:16:11.8958173Z Resolving deltas: 84% (1485/1767) 2022-11-23T01:16:11.8962860Z Resolving deltas: 85% (1502/1767) 2022-11-23T01:16:11.8972908Z Resolving deltas: 86% (1520/1767) 2022-11-23T01:16:11.8987932Z Resolving deltas: 87% (1538/1767) 2022-11-23T01:16:11.8992902Z Resolving deltas: 88% (1555/1767) 2022-11-23T01:16:11.8998997Z Resolving deltas: 89% (1573/1767) 2022-11-23T01:16:11.9009450Z Resolving deltas: 90% (1591/1767) 2022-11-23T01:16:11.9014486Z Resolving deltas: 91% (1608/1767) 2022-11-23T01:16:11.9026029Z Resolving deltas: 92% (1626/1767) 2022-11-23T01:16:11.9031797Z Resolving deltas: 93% (1644/1767) 2022-11-23T01:16:11.9035948Z Resolving deltas: 94% (1661/1767) 2022-11-23T01:16:11.9038068Z Resolving deltas: 95% (1680/1767) 2022-11-23T01:16:11.9038617Z Resolving deltas: 96% (1697/1767) 2022-11-23T01:16:11.9040926Z Resolving deltas: 97% (1714/1767) 2022-11-23T01:16:11.9043627Z Resolving deltas: 98% (1735/1767) 2022-11-23T01:16:12.0784296Z Resolving deltas: 99% (1750/1767) 2022-11-23T01:16:12.3415500Z Resolving deltas: 100% (1767/1767) 2022-11-23T01:16:12.3415754Z Resolving deltas: 100% (1767/1767), done. 2022-11-23T01:16:13.4326396Z From https://github.com/pytorch/pytorch 2022-11-23T01:16:13.4326747Z * branch 1cfd3858ac54fe3883534309081631a0a892ba3f -> FETCH_HEAD 2022-11-23T01:16:13.4472234Z ##[endgroup] 2022-11-23T01:16:13.4473268Z ##[group]Determining the checkout info 2022-11-23T01:16:13.4474434Z ##[endgroup] 2022-11-23T01:16:13.4475008Z ##[group]Checking out the ref 2022-11-23T01:16:13.4482328Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:16:14.8195852Z Updating files: 5% (610/11603) 2022-11-23T01:16:15.0688975Z Updating files: 6% (697/11603) 2022-11-23T01:16:15.1175689Z Updating files: 7% (813/11603) 2022-11-23T01:16:15.4832185Z Updating files: 8% (929/11603) 2022-11-23T01:16:15.4920597Z Updating files: 9% (1045/11603) 2022-11-23T01:16:15.5512452Z Updating files: 9% (1063/11603) 2022-11-23T01:16:15.6047794Z Updating files: 10% (1161/11603) 2022-11-23T01:16:15.7569117Z Updating files: 11% (1277/11603) 2022-11-23T01:16:15.8537016Z Updating files: 12% (1393/11603) 2022-11-23T01:16:16.4481698Z Updating files: 13% (1509/11603) 2022-11-23T01:16:16.4934356Z Updating files: 14% (1625/11603) 2022-11-23T01:16:16.5428926Z Updating files: 14% (1715/11603) 2022-11-23T01:16:16.8191060Z Updating files: 15% (1741/11603) 2022-11-23T01:16:16.8733730Z Updating files: 16% (1857/11603) 2022-11-23T01:16:17.1758950Z Updating files: 17% (1973/11603) 2022-11-23T01:16:17.5341302Z Updating files: 18% (2089/11603) 2022-11-23T01:16:18.0292530Z Updating files: 18% (2195/11603) 2022-11-23T01:16:18.1810314Z Updating files: 19% (2205/11603) 2022-11-23T01:16:18.2828856Z Updating files: 20% (2321/11603) 2022-11-23T01:16:18.3299635Z Updating files: 21% (2437/11603) 2022-11-23T01:16:18.3819039Z Updating files: 22% (2553/11603) 2022-11-23T01:16:18.4346179Z Updating files: 23% (2669/11603) 2022-11-23T01:16:18.7094353Z Updating files: 24% (2785/11603) 2022-11-23T01:16:18.8583723Z Updating files: 24% (2813/11603) 2022-11-23T01:16:19.3704291Z Updating files: 25% (2901/11603) 2022-11-23T01:16:19.5014239Z Updating files: 26% (3017/11603) 2022-11-23T01:16:19.9747218Z Updating files: 26% (3033/11603) 2022-11-23T01:16:20.4472601Z Updating files: 27% (3133/11603) 2022-11-23T01:16:20.5616011Z Updating files: 28% (3249/11603) 2022-11-23T01:16:21.2098203Z Updating files: 28% (3270/11603) 2022-11-23T01:16:21.5168064Z Updating files: 29% (3365/11603) 2022-11-23T01:16:21.6207205Z Updating files: 29% (3460/11603) 2022-11-23T01:16:22.6089256Z Updating files: 30% (3481/11603) 2022-11-23T01:16:22.8698479Z Updating files: 30% (3581/11603) 2022-11-23T01:16:23.5538845Z Updating files: 31% (3597/11603) 2022-11-23T01:16:23.7656402Z Updating files: 31% (3671/11603) 2022-11-23T01:16:24.3508689Z Updating files: 32% (3713/11603) 2022-11-23T01:16:24.5419519Z Updating files: 33% (3829/11603) 2022-11-23T01:16:25.6205603Z Updating files: 33% (3862/11603) 2022-11-23T01:16:25.7271346Z Updating files: 33% (3939/11603) 2022-11-23T01:16:26.1560580Z Updating files: 34% (3946/11603) 2022-11-23T01:16:26.3232423Z Updating files: 35% (4062/11603) 2022-11-23T01:16:26.5500663Z Updating files: 36% (4178/11603) 2022-11-23T01:16:26.6166075Z Updating files: 36% (4186/11603) 2022-11-23T01:16:27.1302602Z Updating files: 37% (4294/11603) 2022-11-23T01:16:27.3019139Z Updating files: 38% (4410/11603) 2022-11-23T01:16:27.4716607Z Updating files: 39% (4526/11603) 2022-11-23T01:16:27.5366813Z Updating files: 40% (4642/11603) 2022-11-23T01:16:27.5512121Z Updating files: 41% (4758/11603) 2022-11-23T01:16:27.8979150Z Updating files: 41% (4801/11603) 2022-11-23T01:16:28.6038351Z Updating files: 42% (4874/11603) 2022-11-23T01:16:28.6087689Z Updating files: 42% (4976/11603) 2022-11-23T01:16:29.5126466Z Updating files: 43% (4990/11603) 2022-11-23T01:16:29.7288665Z Updating files: 44% (5106/11603) 2022-11-23T01:16:30.1489215Z Updating files: 44% (5129/11603) 2022-11-23T01:16:30.6534973Z Updating files: 45% (5222/11603) 2022-11-23T01:16:31.2684169Z Updating files: 45% (5250/11603) 2022-11-23T01:16:31.5287455Z Updating files: 46% (5338/11603) 2022-11-23T01:16:31.5767176Z Updating files: 47% (5454/11603) 2022-11-23T01:16:32.0089175Z Updating files: 47% (5472/11603) 2022-11-23T01:16:32.2451329Z Updating files: 48% (5570/11603) 2022-11-23T01:16:32.6135897Z Updating files: 49% (5686/11603) 2022-11-23T01:16:32.8609735Z Updating files: 49% (5729/11603) 2022-11-23T01:16:33.5961141Z Updating files: 50% (5802/11603) 2022-11-23T01:16:34.0694251Z Updating files: 51% (5918/11603) 2022-11-23T01:16:34.6024763Z Updating files: 52% (6034/11603) 2022-11-23T01:16:35.1816989Z Updating files: 53% (6150/11603) 2022-11-23T01:16:35.6431775Z Updating files: 54% (6266/11603) 2022-11-23T01:16:36.2532972Z Updating files: 54% (6318/11603) 2022-11-23T01:16:36.6481798Z Updating files: 55% (6382/11603) 2022-11-23T01:16:37.1653488Z Updating files: 55% (6420/11603) 2022-11-23T01:16:37.7220033Z Updating files: 56% (6498/11603) 2022-11-23T01:16:38.4534284Z Updating files: 56% (6503/11603) 2022-11-23T01:16:38.6647862Z Updating files: 57% (6614/11603) 2022-11-23T01:16:39.1625844Z Updating files: 57% (6644/11603) 2022-11-23T01:16:39.7609090Z Updating files: 58% (6730/11603) 2022-11-23T01:16:39.9157336Z Updating files: 58% (6807/11603) 2022-11-23T01:16:40.6746610Z Updating files: 59% (6846/11603) 2022-11-23T01:16:41.0240386Z Updating files: 59% (6929/11603) 2022-11-23T01:16:41.8257810Z Updating files: 60% (6962/11603) 2022-11-23T01:16:42.2983805Z Updating files: 60% (7018/11603) 2022-11-23T01:16:42.6807220Z Updating files: 61% (7078/11603) 2022-11-23T01:16:43.0536404Z Updating files: 61% (7131/11603) 2022-11-23T01:16:43.7921545Z Updating files: 62% (7194/11603) 2022-11-23T01:16:43.9360182Z Updating files: 62% (7294/11603) 2022-11-23T01:16:44.6952618Z Updating files: 63% (7310/11603) 2022-11-23T01:16:44.7605621Z Updating files: 63% (7418/11603) 2022-11-23T01:16:45.2215840Z Updating files: 64% (7426/11603) 2022-11-23T01:16:45.5136104Z Updating files: 65% (7542/11603) 2022-11-23T01:16:45.7127560Z Updating files: 66% (7658/11603) 2022-11-23T01:16:46.4660360Z Updating files: 66% (7670/11603) 2022-11-23T01:16:46.7109193Z Updating files: 67% (7775/11603) 2022-11-23T01:16:47.4151032Z Updating files: 67% (7795/11603) 2022-11-23T01:16:47.9435590Z Updating files: 68% (7891/11603) 2022-11-23T01:16:48.1036661Z Updating files: 68% (7983/11603) 2022-11-23T01:16:48.7936869Z Updating files: 69% (8007/11603) 2022-11-23T01:16:48.9417727Z Updating files: 69% (8098/11603) 2022-11-23T01:16:49.3231688Z Updating files: 70% (8123/11603) 2022-11-23T01:16:49.7533610Z Updating files: 71% (8239/11603) 2022-11-23T01:16:49.7576605Z Updating files: 71% (8343/11603) 2022-11-23T01:16:50.6092177Z Updating files: 72% (8355/11603) 2022-11-23T01:16:50.7484923Z Updating files: 73% (8471/11603) 2022-11-23T01:16:51.8209821Z Updating files: 73% (8496/11603) 2022-11-23T01:16:51.8244107Z Updating files: 73% (8579/11603) 2022-11-23T01:16:52.4562709Z Updating files: 74% (8587/11603) 2022-11-23T01:16:52.8289501Z Updating files: 75% (8703/11603) 2022-11-23T01:16:52.9910325Z Updating files: 75% (8757/11603) 2022-11-23T01:16:53.3586992Z Updating files: 76% (8819/11603) 2022-11-23T01:16:53.8905417Z Updating files: 77% (8935/11603) 2022-11-23T01:16:54.2370290Z Updating files: 77% (9026/11603) 2022-11-23T01:16:54.5948349Z Updating files: 78% (9051/11603) 2022-11-23T01:16:54.7850230Z Updating files: 79% (9167/11603) 2022-11-23T01:16:55.7856892Z Updating files: 79% (9188/11603) 2022-11-23T01:16:55.7879649Z Updating files: 79% (9276/11603) 2022-11-23T01:16:56.4739745Z Updating files: 80% (9283/11603) 2022-11-23T01:16:56.9711966Z Updating files: 81% (9399/11603) 2022-11-23T01:16:57.0305565Z Updating files: 81% (9489/11603) 2022-11-23T01:16:57.4228378Z Updating files: 82% (9515/11603) 2022-11-23T01:16:58.0807853Z Updating files: 83% (9631/11603) 2022-11-23T01:16:58.8027323Z Updating files: 83% (9671/11603) 2022-11-23T01:16:58.8505853Z Updating files: 83% (9728/11603) 2022-11-23T01:16:59.4840660Z Updating files: 84% (9747/11603) 2022-11-23T01:16:59.9237806Z Updating files: 85% (9863/11603) 2022-11-23T01:17:00.3780210Z Updating files: 85% (9916/11603) 2022-11-23T01:17:00.7138650Z Updating files: 86% (9979/11603) 2022-11-23T01:17:00.8489839Z Updating files: 87% (10095/11603) 2022-11-23T01:17:01.7075117Z Updating files: 87% (10101/11603) 2022-11-23T01:17:01.8701455Z Updating files: 88% (10211/11603) 2022-11-23T01:17:03.1965381Z Updating files: 88% (10214/11603) 2022-11-23T01:17:03.2728017Z Updating files: 88% (10299/11603) 2022-11-23T01:17:03.8665915Z Updating files: 89% (10327/11603) 2022-11-23T01:17:04.0011267Z Updating files: 89% (10420/11603) 2022-11-23T01:17:04.6758369Z Updating files: 90% (10443/11603) 2022-11-23T01:17:04.8713598Z Updating files: 91% (10559/11603) 2022-11-23T01:17:05.3096936Z Updating files: 91% (10585/11603) 2022-11-23T01:17:05.9548274Z Updating files: 92% (10675/11603) 2022-11-23T01:17:05.9876773Z Updating files: 92% (10780/11603) 2022-11-23T01:17:06.5562487Z Updating files: 93% (10791/11603) 2022-11-23T01:17:06.8978700Z Updating files: 94% (10907/11603) 2022-11-23T01:17:07.1149223Z Updating files: 94% (10985/11603) 2022-11-23T01:17:07.3711058Z Updating files: 95% (11023/11603) 2022-11-23T01:17:08.1887759Z Updating files: 96% (11139/11603) 2022-11-23T01:17:08.7178078Z Updating files: 96% (11208/11603) 2022-11-23T01:17:08.9920845Z Updating files: 97% (11255/11603) 2022-11-23T01:17:09.9182712Z Updating files: 97% (11273/11603) 2022-11-23T01:17:10.8409165Z Updating files: 97% (11335/11603) 2022-11-23T01:17:10.9278655Z Updating files: 98% (11371/11603) 2022-11-23T01:17:11.9333331Z Updating files: 98% (11377/11603) 2022-11-23T01:17:13.0243682Z Updating files: 98% (11423/11603) 2022-11-23T01:17:13.4897629Z Updating files: 98% (11463/11603) 2022-11-23T01:17:13.9384934Z Updating files: 99% (11487/11603) 2022-11-23T01:17:14.9946655Z Updating files: 99% (11510/11603) 2022-11-23T01:17:15.6048819Z Updating files: 99% (11573/11603) 2022-11-23T01:17:15.6049441Z Updating files: 100% (11603/11603) 2022-11-23T01:17:15.6049667Z Updating files: 100% (11603/11603), done. 2022-11-23T01:17:15.6782945Z Note: switching to '1cfd3858ac54fe3883534309081631a0a892ba3f'. 2022-11-23T01:17:15.6783137Z 2022-11-23T01:17:15.6785900Z You are in 'detached HEAD' state. You can look around, make experimental 2022-11-23T01:17:15.6786283Z changes and commit them, and you can discard any commits you make in this 2022-11-23T01:17:15.6786601Z state without impacting any branches by switching back to a branch. 2022-11-23T01:17:15.6786755Z 2022-11-23T01:17:15.6786905Z If you want to create a new branch to retain commits you create, you may 2022-11-23T01:17:15.6787268Z do so (now or later) by using -c with the switch command. Example: 2022-11-23T01:17:15.6787938Z 2022-11-23T01:17:15.6788228Z git switch -c 2022-11-23T01:17:15.6788429Z 2022-11-23T01:17:15.6788590Z Or undo this operation with: 2022-11-23T01:17:15.6788783Z 2022-11-23T01:17:15.6788895Z git switch - 2022-11-23T01:17:15.6789077Z 2022-11-23T01:17:15.6789371Z Turn off this advice by setting config variable advice.detachedHead to false 2022-11-23T01:17:15.6789709Z 2022-11-23T01:17:15.6789936Z HEAD is now at 1cfd385 [inductor] Use dense masks for indirect indexing (#89524) 2022-11-23T01:17:15.6891667Z ##[endgroup] 2022-11-23T01:17:15.6892060Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:17:15.6905584Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3309599c-89f4-45a2-870a-3a3c5ff29f92' before making global git config changes 2022-11-23T01:17:15.6912890Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:17:15.7185855Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:17:15.7388065Z [command]"C:\Program Files\Git\cmd\git.exe" config --global url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:17:15.7590829Z ##[endgroup] 2022-11-23T01:17:15.7591199Z ##[group]Fetching submodules 2022-11-23T01:17:15.7597970Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:17:16.1411292Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2022-11-23T01:17:16.7294329Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:17:16.7294851Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:17:16.7295309Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:17:16.7295781Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:17:16.7296211Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:17:16.7296731Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:17:16.7297469Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:17:16.7297908Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:17:16.7298348Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:17:16.7298740Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:17:16.7299184Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:17:16.7299635Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:17:16.7300050Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:17:16.7300527Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:17:16.7300965Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:17:16.7301392Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:17:16.7301874Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:17:16.7302303Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:17:16.7302755Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:17:16.7303197Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:17:16.7303627Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:17:16.7304041Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:17:16.7304471Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:17:16.7304878Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:17:16.7305287Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:17:16.7305691Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:17:16.7306119Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:17:16.7306532Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:17:16.7306962Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:17:16.7307395Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:17:16.7307844Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:17:16.7308302Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:17:16.7308788Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:17:16.7309626Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:17:16.7471984Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:17:16.7472472Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:17:16.7472940Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:17:16.7473352Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:17:16.7473738Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:17:16.7474161Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:17:16.7474600Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:17:18.2227147Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:17:19.3259245Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:17:20.5368649Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:17:21.9363008Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:17:23.2627743Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:17:24.9600004Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:17:32.3675784Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:17:36.6203968Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:17:39.6813719Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:17:44.1891129Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cub'... 2022-11-23T01:17:47.7119721Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:17:50.6276496Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:17:52.2795715Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:17:53.2203121Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:17:54.5230105Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:17:55.3984947Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:17:56.4905202Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:17:57.6396782Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:17:58.3310140Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:17:59.3432457Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:17:59.8321469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:18:00.2162418Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:18:00.8372989Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:18:02.2688534Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:18:02.9440088Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:18:03.4990906Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:18:05.4368144Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:18:06.5581519Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:18:07.2264969Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:18:07.5596331Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:18:09.8117028Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:18:10.1362497Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:18:10.4652643Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:18:11.1054857Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:18:11.4672206Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:18:11.9530215Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:18:12.7836381Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:18:13.5549277Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:18:14.3272013Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:18:14.7658377Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:18:15.6464481Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:18:16.8026387Z From https://github.com/facebookincubator/fbjni 2022-11-23T01:18:16.8026780Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2022-11-23T01:18:16.9664329Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:18:17.5998221Z From https://github.com/Maratyszcza/FP16 2022-11-23T01:18:17.5998669Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2022-11-23T01:18:17.7007757Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:18:18.3225779Z From https://github.com/Maratyszcza/FXdiv 2022-11-23T01:18:18.3226206Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2022-11-23T01:18:18.3905704Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:18:19.0086683Z From https://github.com/Maratyszcza/NNPACK 2022-11-23T01:18:19.0087070Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2022-11-23T01:18:19.4172449Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:18:19.7994176Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:18:20.9360933Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2022-11-23T01:18:20.9361386Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2022-11-23T01:18:21.3873789Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:18:26.4892207Z From https://github.com/google/XNNPACK 2022-11-23T01:18:26.4893465Z * branch ae108ef49aa5623b896fc93d4298c49d1750d9ba -> FETCH_HEAD 2022-11-23T01:18:38.1510047Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:18:39.4702192Z From https://github.com/google/benchmark 2022-11-23T01:18:39.4702626Z * branch 0d98dba29d66e93259db7daa53a9327df767a415 -> FETCH_HEAD 2022-11-23T01:18:39.6897293Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:18:40.4982814Z From https://github.com/pytorch/cpuinfo 2022-11-23T01:18:40.4983259Z * branch 8ec7bd91ad0470e61cf38f618cc1f270dede599c -> FETCH_HEAD 2022-11-23T01:18:41.6408530Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:18:42.8909685Z From https://github.com/NVlabs/cub 2022-11-23T01:18:42.8910058Z * branch d106ddb991a56c3df1b6d51b2409e36ba8181ce4 -> FETCH_HEAD 2022-11-23T01:18:43.2105968Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:18:44.1030086Z From https://github.com/NVIDIA/cudnn-frontend 2022-11-23T01:18:44.1030444Z * branch 171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3 -> FETCH_HEAD 2022-11-23T01:18:48.4085521Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:18:49.3763475Z From https://github.com/NVIDIA/cutlass 2022-11-23T01:18:49.3763864Z * branch b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a -> FETCH_HEAD 2022-11-23T01:18:55.2621761Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:18:57.5844043Z From https://gitlab.com/libeigen/eigen 2022-11-23T01:18:57.5844415Z * branch 3147391d946bb4b6c68edd901f2add6ac1f31f8c -> FETCH_HEAD 2022-11-23T01:19:00.3307178Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:19:01.5526728Z From https://github.com/pytorch/fbgemm 2022-11-23T01:19:02.6097571Z * branch 4d1738b3142a6cb0c032cd639e239566010b054a -> FETCH_HEAD 2022-11-23T01:19:02.6098052Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:19:02.6294001Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:19:02.6294551Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:19:02.6295042Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:19:02.6296870Z 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:19:03.7796639Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:19:04.8803549Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:19:05.3400372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:19:05.7772429Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:19:06.6767329Z From https://github.com/asmjit/asmjit 2022-11-23T01:19:06.6767693Z * branch d3fbf7c9bc7c1d1365a94a45614b91c5a3706b81 -> FETCH_HEAD 2022-11-23T01:19:07.0688949Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:19:08.0259194Z From https://github.com/pytorch/cpuinfo 2022-11-23T01:19:08.0259576Z * branch ed8b86a253800bafdb7b25c5c399f91bff9cb1f3 -> FETCH_HEAD 2022-11-23T01:19:09.1015493Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:19:10.3100998Z From https://github.com/google/googletest 2022-11-23T01:19:10.3101387Z * branch cbf019de22c8dd37b2108da35b2748fd702d1796 -> FETCH_HEAD 2022-11-23T01:19:10.7976975Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:19:11.5998493Z From https://github.com/ROCmSoftwarePlatform/hipify_torch 2022-11-23T01:19:11.5999030Z * branch 1840658c184f3eeba787dae0f06c45756c1daaf5 -> FETCH_HEAD 2022-11-23T01:19:11.6418895Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:19:12.9298649Z From https://github.com/google/flatbuffers 2022-11-23T01:19:12.9299083Z * branch d0cede9c90c5257537c293517a21376408b549fa -> FETCH_HEAD 2022-11-23T01:19:14.1934793Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:19:15.4996857Z From https://github.com/fmtlib/fmt 2022-11-23T01:19:15.4997225Z * branch 7bdf0628b1276379886c7f6dda2cef2b3b374f0b -> FETCH_HEAD 2022-11-23T01:19:15.7920099Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:19:15.8857115Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:19:16.9612587Z From https://github.com/google/gemmlowp 2022-11-23T01:19:16.9612941Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2022-11-23T01:19:17.2786597Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:19:18.1552652Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:19:19.3067569Z From https://github.com/google/googletest 2022-11-23T01:19:19.3067943Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2022-11-23T01:19:19.7357645Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:19:20.6130446Z From https://github.com/intel/ideep 2022-11-23T01:19:20.6130826Z * branch 5ddc65efe0428bbce2942b3ce5e3ce15239abe2f -> FETCH_HEAD 2022-11-23T01:19:20.6940072Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:19:20.7062389Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:19:23.5934702Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:19:25.6225688Z From https://github.com/intel/mkl-dnn 2022-11-23T01:19:25.6226064Z * branch d19d0f795c60695bd32f894c6f01771b2dfbe24d -> FETCH_HEAD 2022-11-23T01:19:28.1317399Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:19:28.1448135Z 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:19:30.8323163Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:19:33.1228669Z From https://github.com/oneapi-src/oneDNN 2022-11-23T01:19:33.1229088Z * branch 650085b2f3643aad05c629425983491d63b5c289 -> FETCH_HEAD 2022-11-23T01:19:37.6280287Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:19:37.7432120Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:19:38.6500763Z From https://github.com/intel/ittapi 2022-11-23T01:19:38.6501149Z * branch 5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42 -> FETCH_HEAD 2022-11-23T01:19:38.7698168Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:19:39.3062183Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:19:39.3208606Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:19:39.3209186Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:19:40.2744553Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:19:40.9423507Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:19:41.9711059Z From https://github.com/fmtlib/fmt 2022-11-23T01:19:41.9711430Z * branch 2591ab91c3898c9f6544fff04660276537d32ffd -> FETCH_HEAD 2022-11-23T01:19:42.1107494Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:19:43.3206471Z From https://github.com/google/googletest 2022-11-23T01:19:43.3207070Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2022-11-23T01:19:43.5360478Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:19:44.3374398Z From https://github.com/NVIDIA/nccl 2022-11-23T01:19:44.3374843Z * branch f89fd4777d2ef9229c039ff750ae21da01626f52 -> FETCH_HEAD 2022-11-23T01:19:44.4493285Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:19:45.2210559Z From https://github.com/intel/ARM_NEON_2_x86_SSE 2022-11-23T01:19:45.2210895Z * branch 97a126f08ce318023be604d03f88bf0820a9464a -> FETCH_HEAD 2022-11-23T01:19:45.2635931Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:19:46.5614767Z From https://github.com/nlohmann/json 2022-11-23T01:19:46.5615109Z * branch 87cda1d6646592ac5866dc703c8e1839046a6806 -> FETCH_HEAD 2022-11-23T01:19:47.6235435Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:19:48.9658036Z From https://github.com/onnx/onnx 2022-11-23T01:19:48.9658383Z * branch f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b -> FETCH_HEAD 2022-11-23T01:19:52.1396254Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:19:52.1553935Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:19:52.1554531Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:19:52.6143955Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:19:53.1721122Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:19:54.9650868Z From https://github.com/google/benchmark 2022-11-23T01:19:54.9651251Z * branch 0d98dba29d66e93259db7daa53a9327df767a415 -> FETCH_HEAD 2022-11-23T01:19:55.1715443Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:19:56.0618216Z From https://github.com/pybind/pybind11 2022-11-23T01:19:56.0618561Z * branch ffa346860b306c9bbfb341aed9c14c067751feb8 -> FETCH_HEAD 2022-11-23T01:19:56.4219655Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:19:57.4244299Z From https://github.com/onnx/onnx-tensorrt 2022-11-23T01:19:57.4244720Z * branch c153211418a7c57ce071d9ce2a41f8d1c85a878f -> FETCH_HEAD 2022-11-23T01:19:57.5048570Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:19:57.5173334Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:19:58.4631575Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:19:59.8338036Z From https://github.com/onnx/onnx 2022-11-23T01:19:59.8338565Z * branch 765f5ee823a67a866f4bd28a9860e81f3c811ce8 -> FETCH_HEAD 2022-11-23T01:20:01.2520641Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:20:01.2673556Z 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:20:01.2674176Z 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:20:02.2541804Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:20:03.9384157Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:20:05.0983327Z From https://github.com/google/benchmark 2022-11-23T01:20:05.0983765Z * branch e776aa0275e293707b6a0901e0e8d8a8a3679508 -> FETCH_HEAD 2022-11-23T01:20:05.2283321Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:20:06.2233251Z From https://github.com/pybind/pybind11 2022-11-23T01:20:06.2233622Z * branch a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c -> FETCH_HEAD 2022-11-23T01:20:06.4870179Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:20:06.4994611Z 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:20:06.8344157Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:20:07.5925871Z From https://github.com/wjakob/clang-cindex-python3 2022-11-23T01:20:07.5926286Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2022-11-23T01:20:07.6314405Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:20:08.4218299Z From https://github.com/mreineck/pocketfft 2022-11-23T01:20:08.4218628Z * branch ea778e37710c07723435b1be58235996d1d43a5a -> FETCH_HEAD 2022-11-23T01:20:08.4586410Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:20:11.4283703Z From https://github.com/protocolbuffers/protobuf 2022-11-23T01:20:11.4284060Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2022-11-23T01:20:14.9528157Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:20:14.9678355Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:20:14.9679399Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:20:15.4930463Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:20:16.1626625Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:20:17.1396151Z From https://github.com/google/benchmark 2022-11-23T01:20:17.1396534Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2022-11-23T01:20:17.2461460Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:20:18.5107026Z From https://github.com/google/googletest 2022-11-23T01:20:18.5107410Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2022-11-23T01:20:19.2282329Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:20:19.3064364Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:20:19.9920049Z From https://github.com/Maratyszcza/pthreadpool 2022-11-23T01:20:19.9920439Z * branch a134dd5d4cee80cce15db81a72e7f929d71dd413 -> FETCH_HEAD 2022-11-23T01:20:20.0606014Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:20:21.0881962Z From https://github.com/pybind/pybind11 2022-11-23T01:20:21.0882355Z * branch 80dc998efced8ceb2be59756668a7e90e8bef917 -> FETCH_HEAD 2022-11-23T01:20:21.3649969Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:20:21.4626104Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:20:22.1752788Z From https://github.com/malfet/PeachPy 2022-11-23T01:20:22.1753185Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2022-11-23T01:20:22.4698714Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:20:23.1653807Z From https://github.com/benjaminp/six 2022-11-23T01:20:23.1654182Z * branch 15e31431af97e5e64b80af0a3f598d382bcdd49a -> FETCH_HEAD 2022-11-23T01:20:23.2060721Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:20:24.2203574Z From https://github.com/shibatch/sleef 2022-11-23T01:20:24.2203923Z * branch e0a003ee838b75d11763aa9c3ef17bf71a725bff -> FETCH_HEAD 2022-11-23T01:20:24.6133457Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:20:26.1213485Z From https://github.com/01org/tbb 2022-11-23T01:20:26.1213909Z * branch a51a90bc609bb73db8ea13841b5cf7aa4344d4a9 -> FETCH_HEAD 2022-11-23T01:20:28.2530344Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:20:28.9853545Z From https://github.com/pytorch/tensorpipe 2022-11-23T01:20:28.9853957Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2022-11-23T01:20:29.4044735Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:20:29.4268620Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:20:29.4269243Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:20:29.4269705Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:20:29.4270309Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:20:29.8743960Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:20:30.2980266Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:20:30.9471791Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:20:31.5383986Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:20:32.6568445Z From https://github.com/google/googletest 2022-11-23T01:20:32.6568850Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2022-11-23T01:20:33.0547704Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:20:33.8198402Z From https://github.com/google/libnop 2022-11-23T01:20:33.8198922Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2022-11-23T01:20:33.9594663Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:20:35.0554417Z From https://github.com/libuv/libuv 2022-11-23T01:20:35.0554785Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2022-11-23T01:20:35.4972200Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:20:36.5416013Z From https://github.com/pybind/pybind11 2022-11-23T01:20:36.5416407Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2022-11-23T01:20:36.7555852Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:20:36.7678640Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:20:37.0744973Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:20:37.7392156Z From https://github.com/wjakob/clang-cindex-python3 2022-11-23T01:20:37.7392556Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2022-11-23T01:20:37.7771585Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:20:38.9909166Z From https://github.com/facebook/zstd 2022-11-23T01:20:38.9909591Z * branch aec56a52fbab207fc639a1937d1e708a282edca8 -> FETCH_HEAD 2022-11-23T01:20:39.6047895Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:20:39.6248821Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:20:39.9924465Z Entering 'android/libs/fbjni' 2022-11-23T01:20:40.0334648Z Entering 'third_party/FP16' 2022-11-23T01:20:40.0743349Z Entering 'third_party/FXdiv' 2022-11-23T01:20:40.1145862Z Entering 'third_party/NNPACK' 2022-11-23T01:20:40.1544858Z Entering 'third_party/QNNPACK' 2022-11-23T01:20:40.1946266Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:20:40.2355910Z Entering 'third_party/XNNPACK' 2022-11-23T01:20:40.2773099Z Entering 'third_party/benchmark' 2022-11-23T01:20:40.3175951Z Entering 'third_party/cpuinfo' 2022-11-23T01:20:40.3586846Z Entering 'third_party/cub' 2022-11-23T01:20:40.3993256Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:20:40.4408627Z Entering 'third_party/cutlass' 2022-11-23T01:20:40.4821516Z Entering 'third_party/eigen' 2022-11-23T01:20:40.5234028Z Entering 'third_party/fbgemm' 2022-11-23T01:20:40.5630626Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:20:40.6123713Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:20:40.6548376Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:20:40.6961889Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:20:40.7412688Z Entering 'third_party/flatbuffers' 2022-11-23T01:20:40.7856001Z Entering 'third_party/fmt' 2022-11-23T01:20:40.8256451Z Entering 'third_party/foxi' 2022-11-23T01:20:40.8657138Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:20:40.9063169Z Entering 'third_party/gloo' 2022-11-23T01:20:40.9468913Z Entering 'third_party/googletest' 2022-11-23T01:20:40.9896921Z Entering 'third_party/ideep' 2022-11-23T01:20:41.0288830Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:20:41.0687922Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:20:41.1144651Z Entering 'third_party/ios-cmake' 2022-11-23T01:20:41.1558332Z Entering 'third_party/ittapi' 2022-11-23T01:20:41.1964891Z Entering 'third_party/kineto' 2022-11-23T01:20:41.2359746Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:20:41.2792915Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:20:41.3216130Z Entering 'third_party/nccl/nccl' 2022-11-23T01:20:41.3625863Z Entering 'third_party/neon2sse' 2022-11-23T01:20:41.4033501Z Entering 'third_party/nlohmann' 2022-11-23T01:20:41.4448297Z Entering 'third_party/onnx' 2022-11-23T01:20:41.4859812Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:20:41.5277738Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:20:41.5703814Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:20:41.6095523Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:20:41.6505233Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:20:41.6912336Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:20:41.7310090Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:20:41.7778407Z Entering 'third_party/pocketfft' 2022-11-23T01:20:41.8175231Z Entering 'third_party/protobuf' 2022-11-23T01:20:41.8598715Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:20:41.9008159Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:20:41.9433692Z Entering 'third_party/psimd' 2022-11-23T01:20:41.9857612Z Entering 'third_party/pthreadpool' 2022-11-23T01:20:42.0254868Z Entering 'third_party/pybind11' 2022-11-23T01:20:42.0861146Z Entering 'third_party/python-enum' 2022-11-23T01:20:42.1292613Z Entering 'third_party/python-peachpy' 2022-11-23T01:20:42.1697445Z Entering 'third_party/python-six' 2022-11-23T01:20:42.2098640Z Entering 'third_party/sleef' 2022-11-23T01:20:42.2501452Z Entering 'third_party/tbb' 2022-11-23T01:20:42.2909683Z Entering 'third_party/tensorpipe' 2022-11-23T01:20:42.3304228Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:20:42.3717304Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:20:42.4129814Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:20:42.4532199Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:20:42.4939314Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:20:42.5384878Z Entering 'third_party/zstd' 2022-11-23T01:20:42.5858504Z ##[endgroup] 2022-11-23T01:20:42.5858971Z ##[group]Persisting credentials for submodules 2022-11-23T01:20:42.5868128Z [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:20:42.9550233Z Entering 'android/libs/fbjni' 2022-11-23T01:20:43.0060216Z Entering 'third_party/FP16' 2022-11-23T01:20:43.0568468Z Entering 'third_party/FXdiv' 2022-11-23T01:20:43.1049508Z Entering 'third_party/NNPACK' 2022-11-23T01:20:43.1530393Z Entering 'third_party/QNNPACK' 2022-11-23T01:20:43.2034796Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:20:43.2531094Z Entering 'third_party/XNNPACK' 2022-11-23T01:20:43.3022648Z Entering 'third_party/benchmark' 2022-11-23T01:20:43.3493260Z Entering 'third_party/cpuinfo' 2022-11-23T01:20:43.3982634Z Entering 'third_party/cub' 2022-11-23T01:20:43.4464635Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:20:43.5000916Z Entering 'third_party/cutlass' 2022-11-23T01:20:43.5486017Z Entering 'third_party/eigen' 2022-11-23T01:20:43.5994494Z Entering 'third_party/fbgemm' 2022-11-23T01:20:43.6462797Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:20:43.6948729Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:20:43.7430902Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:20:43.7911381Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:20:43.8410289Z Entering 'third_party/flatbuffers' 2022-11-23T01:20:43.8897593Z Entering 'third_party/fmt' 2022-11-23T01:20:43.9383778Z Entering 'third_party/foxi' 2022-11-23T01:20:43.9872466Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:20:44.0354642Z Entering 'third_party/gloo' 2022-11-23T01:20:44.0840850Z Entering 'third_party/googletest' 2022-11-23T01:20:44.1328141Z Entering 'third_party/ideep' 2022-11-23T01:20:44.1792335Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:20:44.2277422Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:20:44.2814414Z Entering 'third_party/ios-cmake' 2022-11-23T01:20:44.3297064Z Entering 'third_party/ittapi' 2022-11-23T01:20:44.3802335Z Entering 'third_party/kineto' 2022-11-23T01:20:44.4266462Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:20:44.4754736Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:20:44.5280802Z Entering 'third_party/nccl/nccl' 2022-11-23T01:20:44.5777418Z Entering 'third_party/neon2sse' 2022-11-23T01:20:44.6275407Z Entering 'third_party/nlohmann' 2022-11-23T01:20:44.6763658Z Entering 'third_party/onnx' 2022-11-23T01:20:44.7247076Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:20:44.7753712Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:20:44.8259943Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:20:44.8731462Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:20:44.9202625Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:20:44.9686225Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:20:45.0149517Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:20:45.0685571Z Entering 'third_party/pocketfft' 2022-11-23T01:20:45.1161865Z Entering 'third_party/protobuf' 2022-11-23T01:20:45.1635426Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:20:45.2138629Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:20:45.2629377Z Entering 'third_party/psimd' 2022-11-23T01:20:45.3122506Z Entering 'third_party/pthreadpool' 2022-11-23T01:20:45.4071661Z Entering 'third_party/pybind11' 2022-11-23T01:20:45.4550352Z Entering 'third_party/python-enum' 2022-11-23T01:20:45.5036807Z Entering 'third_party/python-peachpy' 2022-11-23T01:20:45.5524258Z Entering 'third_party/python-six' 2022-11-23T01:20:45.6024179Z Entering 'third_party/sleef' 2022-11-23T01:20:45.6495539Z Entering 'third_party/tbb' 2022-11-23T01:20:45.6967905Z Entering 'third_party/tensorpipe' 2022-11-23T01:20:45.7433902Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:20:45.7951218Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:20:45.8434085Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:20:45.8918587Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:20:45.9387946Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:20:45.9921073Z Entering 'third_party/zstd' 2022-11-23T01:20:46.0474305Z [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:20:46.4140974Z Entering 'android/libs/fbjni' 2022-11-23T01:20:46.4666472Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:20:46.4804724Z Entering 'third_party/FP16' 2022-11-23T01:20:46.5323097Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:20:46.5461319Z Entering 'third_party/FXdiv' 2022-11-23T01:20:46.5981998Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:20:46.6118382Z Entering 'third_party/NNPACK' 2022-11-23T01:20:46.6642067Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:20:46.6779224Z Entering 'third_party/QNNPACK' 2022-11-23T01:20:46.7310941Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:20:46.7449545Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:20:46.7969815Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:20:46.8111675Z Entering 'third_party/XNNPACK' 2022-11-23T01:20:46.8637995Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:20:46.8789949Z Entering 'third_party/benchmark' 2022-11-23T01:20:46.9315717Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:20:46.9454083Z Entering 'third_party/cpuinfo' 2022-11-23T01:20:46.9975979Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:20:47.0114893Z Entering 'third_party/cub' 2022-11-23T01:20:47.0646104Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:20:47.0783892Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:20:47.1328639Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:20:47.1476156Z Entering 'third_party/cutlass' 2022-11-23T01:20:47.2002331Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:20:47.2147561Z Entering 'third_party/eigen' 2022-11-23T01:20:47.2663937Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:20:47.2802673Z Entering 'third_party/fbgemm' 2022-11-23T01:20:47.3327236Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:20:47.3453100Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:20:47.3979268Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:20:47.4118934Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:20:47.4701598Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:20:47.4845916Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:20:47.5363478Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:20:47.5502987Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:20:47.6019873Z 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:20:47.6171335Z Entering 'third_party/flatbuffers' 2022-11-23T01:20:47.6689553Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:20:47.6834362Z Entering 'third_party/fmt' 2022-11-23T01:20:47.7352183Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:20:47.7487308Z Entering 'third_party/foxi' 2022-11-23T01:20:47.8015144Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:20:47.8157380Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:20:47.8701121Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:20:47.8838449Z Entering 'third_party/gloo' 2022-11-23T01:20:47.9359595Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:20:47.9495174Z Entering 'third_party/googletest' 2022-11-23T01:20:48.0023643Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:20:48.0167192Z Entering 'third_party/ideep' 2022-11-23T01:20:48.0690312Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:20:48.0814720Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:20:48.1337458Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:20:48.1472264Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:20:48.2014984Z 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:20:48.2192363Z Entering 'third_party/ios-cmake' 2022-11-23T01:20:48.2720708Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:20:48.2859138Z Entering 'third_party/ittapi' 2022-11-23T01:20:48.3388714Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:20:48.3527009Z Entering 'third_party/kineto' 2022-11-23T01:20:48.4072875Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:20:48.4202405Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:20:48.4735808Z 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:20:48.4875147Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:20:48.5405395Z 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:20:48.5567136Z Entering 'third_party/nccl/nccl' 2022-11-23T01:20:48.6088554Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:20:48.6232128Z Entering 'third_party/neon2sse' 2022-11-23T01:20:48.6751024Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:20:48.6891024Z Entering 'third_party/nlohmann' 2022-11-23T01:20:48.7432028Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:20:48.7569699Z Entering 'third_party/onnx' 2022-11-23T01:20:48.8103384Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:20:48.8243306Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:20:48.8770419Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:20:48.8909659Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:20:48.9434905Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:20:48.9588034Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:20:49.0135436Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:20:49.0265269Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:20:49.0802713Z 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:20:49.0939222Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:20:49.1471577Z 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:20:49.1613922Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:20:49.2145393Z 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:20:49.2273395Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:20:49.2801881Z 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:20:49.2983654Z Entering 'third_party/pocketfft' 2022-11-23T01:20:49.3525411Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:20:49.3662341Z Entering 'third_party/protobuf' 2022-11-23T01:20:49.4200800Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:20:49.4333328Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:20:49.4867991Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:20:49.5006963Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:20:49.5537977Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:20:49.5700562Z Entering 'third_party/psimd' 2022-11-23T01:20:49.6241550Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:20:49.6380303Z Entering 'third_party/pthreadpool' 2022-11-23T01:20:49.6912569Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:20:49.7051128Z Entering 'third_party/pybind11' 2022-11-23T01:20:49.7580765Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:20:49.7723334Z Entering 'third_party/python-enum' 2022-11-23T01:20:49.8265022Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:20:49.8402542Z Entering 'third_party/python-peachpy' 2022-11-23T01:20:49.8942824Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:20:49.9078107Z Entering 'third_party/python-six' 2022-11-23T01:20:49.9626551Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:20:49.9766175Z Entering 'third_party/sleef' 2022-11-23T01:20:50.0287039Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:20:50.0425807Z Entering 'third_party/tbb' 2022-11-23T01:20:50.0958173Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:20:50.1100780Z Entering 'third_party/tensorpipe' 2022-11-23T01:20:50.1632379Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:20:50.1767945Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:20:50.2321218Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:20:50.2456794Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:20:50.2984735Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:20:50.3121284Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:20:50.3649425Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:20:50.3787082Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:20:50.4316522Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:20:50.4443490Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:20:50.4985045Z 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:20:50.5151501Z Entering 'third_party/zstd' 2022-11-23T01:20:50.5671017Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:20:50.6310715Z [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:20:51.0004471Z Entering 'android/libs/fbjni' 2022-11-23T01:20:51.0409837Z Entering 'third_party/FP16' 2022-11-23T01:20:51.0818039Z Entering 'third_party/FXdiv' 2022-11-23T01:20:51.1223451Z Entering 'third_party/NNPACK' 2022-11-23T01:20:51.1631897Z Entering 'third_party/QNNPACK' 2022-11-23T01:20:51.2053867Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:20:51.2482433Z Entering 'third_party/XNNPACK' 2022-11-23T01:20:51.2911241Z Entering 'third_party/benchmark' 2022-11-23T01:20:51.3334976Z Entering 'third_party/cpuinfo' 2022-11-23T01:20:51.3783014Z Entering 'third_party/cub' 2022-11-23T01:20:51.4212621Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:20:51.4627808Z Entering 'third_party/cutlass' 2022-11-23T01:20:51.5053600Z Entering 'third_party/eigen' 2022-11-23T01:20:51.5472255Z Entering 'third_party/fbgemm' 2022-11-23T01:20:51.5876877Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:20:51.6304058Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:20:51.6709757Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:20:51.7114357Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:20:51.7559388Z Entering 'third_party/flatbuffers' 2022-11-23T01:20:51.7979978Z Entering 'third_party/fmt' 2022-11-23T01:20:51.8379590Z Entering 'third_party/foxi' 2022-11-23T01:20:51.8804374Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:20:51.9209000Z Entering 'third_party/gloo' 2022-11-23T01:20:51.9609424Z Entering 'third_party/googletest' 2022-11-23T01:20:52.0021029Z Entering 'third_party/ideep' 2022-11-23T01:20:52.0423918Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:20:52.0829881Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:20:52.1281562Z Entering 'third_party/ios-cmake' 2022-11-23T01:20:52.1693473Z Entering 'third_party/ittapi' 2022-11-23T01:20:52.2097587Z Entering 'third_party/kineto' 2022-11-23T01:20:52.2524321Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:20:52.2933733Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:20:52.3352867Z Entering 'third_party/nccl/nccl' 2022-11-23T01:20:52.3757126Z Entering 'third_party/neon2sse' 2022-11-23T01:20:52.4174053Z Entering 'third_party/nlohmann' 2022-11-23T01:20:52.4597223Z Entering 'third_party/onnx' 2022-11-23T01:20:52.5001049Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:20:52.5435571Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:20:52.5873871Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:20:52.6289848Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:20:52.6701312Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:20:52.7129361Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:20:52.7538197Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:20:52.8008501Z Entering 'third_party/pocketfft' 2022-11-23T01:20:52.8411520Z Entering 'third_party/protobuf' 2022-11-23T01:20:52.8823720Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:20:52.9242687Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:20:52.9668457Z Entering 'third_party/psimd' 2022-11-23T01:20:53.0103790Z Entering 'third_party/pthreadpool' 2022-11-23T01:20:53.0517835Z Entering 'third_party/pybind11' 2022-11-23T01:20:53.0932567Z Entering 'third_party/python-enum' 2022-11-23T01:20:53.1338245Z Entering 'third_party/python-peachpy' 2022-11-23T01:20:53.1747431Z Entering 'third_party/python-six' 2022-11-23T01:20:53.2152648Z Entering 'third_party/sleef' 2022-11-23T01:20:53.2558810Z Entering 'third_party/tbb' 2022-11-23T01:20:53.2989935Z Entering 'third_party/tensorpipe' 2022-11-23T01:20:53.3404793Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:20:53.3829178Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:20:53.4237088Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:20:53.4646331Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:20:53.5046125Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:20:53.5497128Z Entering 'third_party/zstd' 2022-11-23T01:20:53.5967866Z ##[endgroup] 2022-11-23T01:20:53.6333798Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:20:53.6515048Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:20:53.6724011Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-11-23T01:20:53.6724393Z # Remove any artifacts from the previous checkouts 2022-11-23T01:20:53.6724646Z git clean -fxd 2022-11-23T01:20:53.6773225Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:20:53.6773518Z env: 2022-11-23T01:20:53.6773792Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:20:53.6774077Z ANACONDA_USER: pytorch 2022-11-23T01:20:53.6774273Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:20:53.6774555Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:20:53.6775368Z GITHUB_TOKEN: *** 2022-11-23T01:20:53.6775540Z PR_NUMBER: 2022-11-23T01:20:53.6775768Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:20:53.6775998Z SKIP_ALL_TESTS: 1 2022-11-23T01:20:53.6776265Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:20:53.6776652Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:20:53.6776889Z PACKAGE_TYPE: libtorch 2022-11-23T01:20:53.6777092Z DESIRED_CUDA: cpu 2022-11-23T01:20:53.6777284Z GPU_ARCH_TYPE: cpu 2022-11-23T01:20:53.6777452Z LIBTORCH_CONFIG: release 2022-11-23T01:20:53.6777690Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:20:53.6777917Z DESIRED_PYTHON: 3.7 2022-11-23T01:20:53.6778136Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:20:53.6778445Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:20:53.6778707Z ##[endgroup] 2022-11-23T01:20:54.0338506Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:20:54.1172456Z Finished 2022-11-23T01:20:54.2301483Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-11-23T01:20:54.2301792Z with: 2022-11-23T01:20:54.2301955Z ref: main 2022-11-23T01:20:54.2302116Z submodules: recursive 2022-11-23T01:20:54.2302321Z repository: pytorch/builder 2022-11-23T01:20:54.2302512Z path: builder 2022-11-23T01:20:54.2302882Z token: *** 2022-11-23T01:20:54.2303062Z ssh-strict: true 2022-11-23T01:20:54.2303264Z persist-credentials: true 2022-11-23T01:20:54.2303460Z clean: true 2022-11-23T01:20:54.2303616Z fetch-depth: 1 2022-11-23T01:20:54.2303783Z lfs: false 2022-11-23T01:20:54.2303938Z env: 2022-11-23T01:20:54.2304244Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:20:54.2304502Z ANACONDA_USER: pytorch 2022-11-23T01:20:54.2304831Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:20:54.2305127Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:20:54.2305500Z GITHUB_TOKEN: *** 2022-11-23T01:20:54.2305723Z PR_NUMBER: 2022-11-23T01:20:54.2305911Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:20:54.2306114Z SKIP_ALL_TESTS: 1 2022-11-23T01:20:54.2306362Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:20:54.2306645Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:20:54.2306884Z PACKAGE_TYPE: libtorch 2022-11-23T01:20:54.2307073Z DESIRED_CUDA: cpu 2022-11-23T01:20:54.2307233Z GPU_ARCH_TYPE: cpu 2022-11-23T01:20:54.2307411Z LIBTORCH_CONFIG: release 2022-11-23T01:20:54.2307623Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:20:54.2307827Z DESIRED_PYTHON: 3.7 2022-11-23T01:20:54.2308033Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:20:54.2308314Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:20:54.2308553Z ##[endgroup] 2022-11-23T01:20:54.2992261Z ##[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:20:56.5969606Z Syncing repository: pytorch/builder 2022-11-23T01:20:56.5989270Z ##[group]Getting Git version info 2022-11-23T01:20:56.5990008Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\builder' 2022-11-23T01:20:56.6126058Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:20:56.6310595Z git version 2.38.1.windows.1 2022-11-23T01:20:56.6343821Z ##[endgroup] 2022-11-23T01:20:56.6345293Z ##[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:20:56.6346390Z ##[group]Initializing the repository 2022-11-23T01:20:56.6353950Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\builder 2022-11-23T01:20:56.6653583Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/builder/.git/ 2022-11-23T01:20:56.6696731Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/builder 2022-11-23T01:20:56.6914073Z ##[endgroup] 2022-11-23T01:20:56.6914530Z ##[group]Disabling automatic garbage collection 2022-11-23T01:20:56.6921583Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:20:56.7123842Z ##[endgroup] 2022-11-23T01:20:56.7127656Z ##[group]Setting up auth 2022-11-23T01:20:56.7136676Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:20:56.7338277Z [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:20:57.0971681Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:20:57.1171611Z [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:20:57.4805638Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:20:57.5029840Z ##[endgroup] 2022-11-23T01:20:57.5030258Z ##[group]Fetching the repository 2022-11-23T01:20:57.5039050Z [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:20:57.7684238Z remote: Enumerating objects: 280, done. 2022-11-23T01:20:57.7685229Z remote: Counting objects: 0% (1/280) 2022-11-23T01:20:57.7685483Z remote: Counting objects: 1% (3/280) 2022-11-23T01:20:57.7688288Z remote: Counting objects: 2% (6/280) 2022-11-23T01:20:57.7688563Z remote: Counting objects: 3% (9/280) 2022-11-23T01:20:57.7688783Z remote: Counting objects: 4% (12/280) 2022-11-23T01:20:57.7689017Z remote: Counting objects: 5% (14/280) 2022-11-23T01:20:57.7689249Z remote: Counting objects: 6% (17/280) 2022-11-23T01:20:57.7691027Z remote: Counting objects: 7% (20/280) 2022-11-23T01:20:57.7691321Z remote: Counting objects: 8% (23/280) 2022-11-23T01:20:57.7691555Z remote: Counting objects: 9% (26/280) 2022-11-23T01:20:57.7691794Z remote: Counting objects: 10% (28/280) 2022-11-23T01:20:57.7692003Z remote: Counting objects: 11% (31/280) 2022-11-23T01:20:57.7692246Z remote: Counting objects: 12% (34/280) 2022-11-23T01:20:57.7692471Z remote: Counting objects: 13% (37/280) 2022-11-23T01:20:57.7692693Z remote: Counting objects: 14% (40/280) 2022-11-23T01:20:57.7692919Z remote: Counting objects: 15% (42/280) 2022-11-23T01:20:57.7693266Z remote: Counting objects: 16% (45/280) 2022-11-23T01:20:57.7693470Z remote: Counting objects: 17% (48/280) 2022-11-23T01:20:57.7693698Z remote: Counting objects: 18% (51/280) 2022-11-23T01:20:57.7693979Z remote: Counting objects: 19% (54/280) 2022-11-23T01:20:57.7694373Z remote: Counting objects: 20% (56/280) 2022-11-23T01:20:57.7694655Z remote: Counting objects: 21% (59/280) 2022-11-23T01:20:57.7694926Z remote: Counting objects: 22% (62/280) 2022-11-23T01:20:57.7695155Z remote: Counting objects: 23% (65/280) 2022-11-23T01:20:57.7695363Z remote: Counting objects: 24% (68/280) 2022-11-23T01:20:57.7695600Z remote: Counting objects: 25% (70/280) 2022-11-23T01:20:57.7695887Z remote: Counting objects: 26% (73/280) 2022-11-23T01:20:57.7696216Z remote: Counting objects: 27% (76/280) 2022-11-23T01:20:57.7696458Z remote: Counting objects: 28% (79/280) 2022-11-23T01:20:57.7696685Z remote: Counting objects: 29% (82/280) 2022-11-23T01:20:57.7696957Z remote: Counting objects: 30% (84/280) 2022-11-23T01:20:57.7697168Z remote: Counting objects: 31% (87/280) 2022-11-23T01:20:57.7697397Z remote: Counting objects: 32% (90/280) 2022-11-23T01:20:57.7697622Z remote: Counting objects: 33% (93/280) 2022-11-23T01:20:57.7697825Z remote: Counting objects: 34% (96/280) 2022-11-23T01:20:57.7698060Z remote: Counting objects: 35% (98/280) 2022-11-23T01:20:57.7698293Z remote: Counting objects: 36% (101/280) 2022-11-23T01:20:57.7698524Z remote: Counting objects: 37% (104/280) 2022-11-23T01:20:57.7698848Z remote: Counting objects: 38% (107/280) 2022-11-23T01:20:57.7699159Z remote: Counting objects: 39% (110/280) 2022-11-23T01:20:57.7699946Z remote: Counting objects: 40% (112/280) 2022-11-23T01:20:57.7700168Z remote: Counting objects: 41% (115/280) 2022-11-23T01:20:57.7700437Z remote: Counting objects: 42% (118/280) 2022-11-23T01:20:57.7700666Z remote: Counting objects: 43% (121/280) 2022-11-23T01:20:57.7700894Z remote: Counting objects: 44% (124/280) 2022-11-23T01:20:57.7701103Z remote: Counting objects: 45% (126/280) 2022-11-23T01:20:57.7701331Z remote: Counting objects: 46% (129/280) 2022-11-23T01:20:57.7701578Z remote: Counting objects: 47% (132/280) 2022-11-23T01:20:57.7701786Z remote: Counting objects: 48% (135/280) 2022-11-23T01:20:57.7702006Z remote: Counting objects: 49% (138/280) 2022-11-23T01:20:57.7702228Z remote: Counting objects: 50% (140/280) 2022-11-23T01:20:57.7702529Z remote: Counting objects: 51% (143/280) 2022-11-23T01:20:57.7702746Z remote: Counting objects: 52% (146/280) 2022-11-23T01:20:57.7702975Z remote: Counting objects: 53% (149/280) 2022-11-23T01:20:57.7703180Z remote: Counting objects: 54% (152/280) 2022-11-23T01:20:57.7703410Z remote: Counting objects: 55% (154/280) 2022-11-23T01:20:57.7703632Z remote: Counting objects: 56% (157/280) 2022-11-23T01:20:57.7703854Z remote: Counting objects: 57% (160/280) 2022-11-23T01:20:57.7704061Z remote: Counting objects: 58% (163/280) 2022-11-23T01:20:57.7704281Z remote: Counting objects: 59% (166/280) 2022-11-23T01:20:57.7704496Z remote: Counting objects: 60% (168/280) 2022-11-23T01:20:57.7704698Z remote: Counting objects: 61% (171/280) 2022-11-23T01:20:57.7705087Z remote: Counting objects: 62% (174/280) 2022-11-23T01:20:57.7705309Z remote: Counting objects: 63% (177/280) 2022-11-23T01:20:57.7705513Z remote: Counting objects: 64% (180/280) 2022-11-23T01:20:57.7705730Z remote: Counting objects: 65% (182/280) 2022-11-23T01:20:57.7705956Z remote: Counting objects: 66% (185/280) 2022-11-23T01:20:57.7706155Z remote: Counting objects: 67% (188/280) 2022-11-23T01:20:57.7706371Z remote: Counting objects: 68% (191/280) 2022-11-23T01:20:57.7706584Z remote: Counting objects: 69% (194/280) 2022-11-23T01:20:57.7706797Z remote: Counting objects: 70% (196/280) 2022-11-23T01:20:57.7706996Z remote: Counting objects: 71% (199/280) 2022-11-23T01:20:57.7707207Z remote: Counting objects: 72% (202/280) 2022-11-23T01:20:57.7707474Z remote: Counting objects: 73% (205/280) 2022-11-23T01:20:57.7707672Z remote: Counting objects: 74% (208/280) 2022-11-23T01:20:57.7707881Z remote: Counting objects: 75% (210/280) 2022-11-23T01:20:57.7708143Z remote: Counting objects: 76% (213/280) 2022-11-23T01:20:57.7708345Z remote: Counting objects: 77% (216/280) 2022-11-23T01:20:57.7708556Z remote: Counting objects: 78% (219/280) 2022-11-23T01:20:57.7708776Z remote: Counting objects: 79% (222/280) 2022-11-23T01:20:57.7708976Z remote: Counting objects: 80% (224/280) 2022-11-23T01:20:57.7709193Z remote: Counting objects: 81% (227/280) 2022-11-23T01:20:57.7709409Z remote: Counting objects: 82% (230/280) 2022-11-23T01:20:57.7709623Z remote: Counting objects: 83% (233/280) 2022-11-23T01:20:57.7709825Z remote: Counting objects: 84% (236/280) 2022-11-23T01:20:57.7710038Z remote: Counting objects: 85% (238/280) 2022-11-23T01:20:57.7710252Z remote: Counting objects: 86% (241/280) 2022-11-23T01:20:57.7710454Z remote: Counting objects: 87% (244/280) 2022-11-23T01:20:57.7710667Z remote: Counting objects: 88% (247/280) 2022-11-23T01:20:57.7710877Z remote: Counting objects: 89% (250/280) 2022-11-23T01:20:57.7711078Z remote: Counting objects: 90% (252/280) 2022-11-23T01:20:57.7711289Z remote: Counting objects: 91% (255/280) 2022-11-23T01:20:57.7711664Z remote: Counting objects: 92% (258/280) 2022-11-23T01:20:57.7711867Z remote: Counting objects: 93% (261/280) 2022-11-23T01:20:57.7712082Z remote: Counting objects: 94% (264/280) 2022-11-23T01:20:57.7712296Z remote: Counting objects: 95% (266/280) 2022-11-23T01:20:57.7712510Z remote: Counting objects: 96% (269/280) 2022-11-23T01:20:57.7712712Z remote: Counting objects: 97% (272/280) 2022-11-23T01:20:57.7712927Z remote: Counting objects: 98% (275/280) 2022-11-23T01:20:57.7713143Z remote: Counting objects: 99% (278/280) 2022-11-23T01:20:57.7713342Z remote: Counting objects: 100% (280/280) 2022-11-23T01:20:57.7713571Z remote: Counting objects: 100% (280/280), done. 2022-11-23T01:20:57.7713816Z remote: Compressing objects: 0% (1/261) 2022-11-23T01:20:57.7714101Z remote: Compressing objects: 1% (3/261) 2022-11-23T01:20:57.7714336Z remote: Compressing objects: 2% (6/261) 2022-11-23T01:20:57.7721068Z remote: Compressing objects: 3% (8/261) 2022-11-23T01:20:57.7721863Z remote: Compressing objects: 4% (11/261) 2022-11-23T01:20:57.7726809Z remote: Compressing objects: 5% (14/261) 2022-11-23T01:20:57.7727055Z remote: Compressing objects: 6% (16/261) 2022-11-23T01:20:57.7734563Z remote: Compressing objects: 7% (19/261) 2022-11-23T01:20:57.7736318Z remote: Compressing objects: 8% (21/261) 2022-11-23T01:20:57.7741557Z remote: Compressing objects: 9% (24/261) 2022-11-23T01:20:57.7742871Z remote: Compressing objects: 10% (27/261) 2022-11-23T01:20:57.7743105Z remote: Compressing objects: 11% (29/261) 2022-11-23T01:20:57.7744780Z remote: Compressing objects: 12% (32/261) 2022-11-23T01:20:57.7749994Z remote: Compressing objects: 13% (34/261) 2022-11-23T01:20:57.7751088Z remote: Compressing objects: 14% (37/261) 2022-11-23T01:20:57.7757045Z remote: Compressing objects: 15% (40/261) 2022-11-23T01:20:57.7757258Z remote: Compressing objects: 16% (42/261) 2022-11-23T01:20:57.7760850Z remote: Compressing objects: 17% (45/261) 2022-11-23T01:20:57.7761680Z remote: Compressing objects: 18% (47/261) 2022-11-23T01:20:57.7761896Z remote: Compressing objects: 19% (50/261) 2022-11-23T01:20:57.7762131Z remote: Compressing objects: 20% (53/261) 2022-11-23T01:20:57.7764548Z remote: Compressing objects: 21% (55/261) 2022-11-23T01:20:57.7769759Z remote: Compressing objects: 22% (58/261) 2022-11-23T01:20:57.7770909Z remote: Compressing objects: 23% (61/261) 2022-11-23T01:20:57.7771136Z remote: Compressing objects: 24% (63/261) 2022-11-23T01:20:57.7771351Z remote: Compressing objects: 25% (66/261) 2022-11-23T01:20:57.7774100Z remote: Compressing objects: 26% (68/261) 2022-11-23T01:20:57.7778798Z remote: Compressing objects: 27% (71/261) 2022-11-23T01:20:57.7779028Z remote: Compressing objects: 28% (74/261) 2022-11-23T01:20:57.7782162Z remote: Compressing objects: 29% (76/261) 2022-11-23T01:20:57.7782533Z remote: Compressing objects: 30% (79/261) 2022-11-23T01:20:57.7785941Z remote: Compressing objects: 31% (81/261) 2022-11-23T01:20:57.7787660Z remote: Compressing objects: 32% (84/261) 2022-11-23T01:20:57.7788577Z remote: Compressing objects: 33% (87/261) 2022-11-23T01:20:57.7788808Z remote: Compressing objects: 34% (89/261) 2022-11-23T01:20:57.7789038Z remote: Compressing objects: 35% (92/261) 2022-11-23T01:20:57.7789253Z remote: Compressing objects: 36% (94/261) 2022-11-23T01:20:57.7790328Z remote: Compressing objects: 37% (97/261) 2022-11-23T01:20:57.7790561Z remote: Compressing objects: 38% (100/261) 2022-11-23T01:20:57.7790795Z remote: Compressing objects: 39% (102/261) 2022-11-23T01:20:57.7802914Z remote: Compressing objects: 40% (105/261) 2022-11-23T01:20:57.7809624Z remote: Compressing objects: 41% (108/261) 2022-11-23T01:20:57.7811961Z remote: Compressing objects: 42% (110/261) 2022-11-23T01:20:57.7817496Z remote: Compressing objects: 43% (113/261) 2022-11-23T01:20:57.7822862Z remote: Compressing objects: 44% (115/261) 2022-11-23T01:20:57.7838114Z remote: Compressing objects: 45% (118/261) 2022-11-23T01:20:57.7838353Z remote: Compressing objects: 46% (121/261) 2022-11-23T01:20:57.7838577Z remote: Compressing objects: 47% (123/261) 2022-11-23T01:20:57.7838812Z remote: Compressing objects: 48% (126/261) 2022-11-23T01:20:57.7839042Z remote: Compressing objects: 49% (128/261) 2022-11-23T01:20:57.7839259Z remote: Compressing objects: 50% (131/261) 2022-11-23T01:20:57.7846332Z remote: Compressing objects: 51% (134/261) 2022-11-23T01:20:57.7846622Z remote: Compressing objects: 52% (136/261) 2022-11-23T01:20:57.7846946Z remote: Compressing objects: 53% (139/261) 2022-11-23T01:20:57.7847891Z remote: Compressing objects: 54% (141/261) 2022-11-23T01:20:57.7851814Z remote: Compressing objects: 55% (144/261) 2022-11-23T01:20:57.7860085Z remote: Compressing objects: 56% (147/261) 2022-11-23T01:20:57.7860392Z remote: Compressing objects: 57% (149/261) 2022-11-23T01:20:57.7860622Z remote: Compressing objects: 58% (152/261) 2022-11-23T01:20:57.7860857Z remote: Compressing objects: 59% (154/261) 2022-11-23T01:20:57.7861209Z remote: Compressing objects: 60% (157/261) 2022-11-23T01:20:57.7863282Z remote: Compressing objects: 61% (160/261) 2022-11-23T01:20:57.7873982Z remote: Compressing objects: 62% (162/261) 2022-11-23T01:20:57.7874229Z remote: Compressing objects: 63% (165/261) 2022-11-23T01:20:57.7876203Z remote: Compressing objects: 64% (168/261) 2022-11-23T01:20:57.7883192Z remote: Compressing objects: 65% (170/261) 2022-11-23T01:20:57.7883442Z remote: Compressing objects: 66% (173/261) 2022-11-23T01:20:57.7891190Z remote: Compressing objects: 67% (175/261) 2022-11-23T01:20:57.7891417Z remote: Compressing objects: 68% (178/261) 2022-11-23T01:20:57.7891650Z remote: Compressing objects: 69% (181/261) 2022-11-23T01:20:57.7891879Z remote: Compressing objects: 70% (183/261) 2022-11-23T01:20:57.7899749Z remote: Compressing objects: 71% (186/261) 2022-11-23T01:20:57.7899975Z remote: Compressing objects: 72% (188/261) 2022-11-23T01:20:57.7900208Z remote: Compressing objects: 73% (191/261) 2022-11-23T01:20:57.7900475Z remote: Compressing objects: 74% (194/261) 2022-11-23T01:20:57.7905416Z remote: Compressing objects: 75% (196/261) 2022-11-23T01:20:57.7905741Z remote: Compressing objects: 76% (199/261) 2022-11-23T01:20:57.7906763Z remote: Compressing objects: 77% (201/261) 2022-11-23T01:20:57.7906995Z remote: Compressing objects: 78% (204/261) 2022-11-23T01:20:57.7907214Z remote: Compressing objects: 79% (207/261) 2022-11-23T01:20:57.7907439Z remote: Compressing objects: 80% (209/261) 2022-11-23T01:20:57.7907666Z remote: Compressing objects: 81% (212/261) 2022-11-23T01:20:57.7907880Z remote: Compressing objects: 82% (215/261) 2022-11-23T01:20:57.7917090Z remote: Compressing objects: 83% (217/261) 2022-11-23T01:20:57.7918446Z remote: Compressing objects: 84% (220/261) 2022-11-23T01:20:57.7919702Z remote: Compressing objects: 85% (222/261) 2022-11-23T01:20:57.7919915Z remote: Compressing objects: 86% (225/261) 2022-11-23T01:20:57.7920146Z remote: Compressing objects: 87% (228/261) 2022-11-23T01:20:57.7920373Z remote: Compressing objects: 88% (230/261) 2022-11-23T01:20:57.7920592Z remote: Compressing objects: 89% (233/261) 2022-11-23T01:20:57.7924534Z remote: Compressing objects: 90% (235/261) 2022-11-23T01:20:57.7924780Z remote: Compressing objects: 91% (238/261) 2022-11-23T01:20:57.7925013Z remote: Compressing objects: 92% (241/261) 2022-11-23T01:20:57.7925227Z remote: Compressing objects: 93% (243/261) 2022-11-23T01:20:57.7925458Z remote: Compressing objects: 94% (246/261) 2022-11-23T01:20:57.7926689Z remote: Compressing objects: 95% (248/261) 2022-11-23T01:20:57.7926910Z remote: Compressing objects: 96% (251/261) 2022-11-23T01:20:57.7927137Z remote: Compressing objects: 97% (254/261) 2022-11-23T01:20:57.7927364Z remote: Compressing objects: 98% (256/261) 2022-11-23T01:20:57.7927591Z remote: Compressing objects: 99% (259/261) 2022-11-23T01:20:57.7927801Z remote: Compressing objects: 100% (261/261) 2022-11-23T01:20:57.7928142Z remote: Compressing objects: 100% (261/261), done. 2022-11-23T01:20:57.8087243Z Receiving objects: 0% (1/280) 2022-11-23T01:20:57.8097508Z Receiving objects: 1% (3/280) 2022-11-23T01:20:57.8098023Z Receiving objects: 2% (6/280) 2022-11-23T01:20:57.8098885Z Receiving objects: 3% (9/280) 2022-11-23T01:20:57.8099640Z Receiving objects: 4% (12/280) 2022-11-23T01:20:57.8101098Z Receiving objects: 5% (14/280) 2022-11-23T01:20:57.8102107Z Receiving objects: 6% (17/280) 2022-11-23T01:20:57.8103678Z Receiving objects: 7% (20/280) 2022-11-23T01:20:57.8103954Z Receiving objects: 8% (23/280) 2022-11-23T01:20:57.8106652Z Receiving objects: 9% (26/280) 2022-11-23T01:20:57.8107831Z Receiving objects: 10% (28/280) 2022-11-23T01:20:57.8111453Z Receiving objects: 11% (31/280) 2022-11-23T01:20:57.8115268Z Receiving objects: 12% (34/280) 2022-11-23T01:20:57.8119877Z Receiving objects: 13% (37/280) 2022-11-23T01:20:57.8122267Z Receiving objects: 14% (40/280) 2022-11-23T01:20:57.8123071Z Receiving objects: 15% (42/280) 2022-11-23T01:20:57.8124512Z Receiving objects: 16% (45/280) 2022-11-23T01:20:57.8125851Z Receiving objects: 17% (48/280) 2022-11-23T01:20:57.8126115Z Receiving objects: 18% (51/280) 2022-11-23T01:20:57.8127411Z Receiving objects: 19% (54/280) 2022-11-23T01:20:57.8128447Z Receiving objects: 20% (56/280) 2022-11-23T01:20:57.8130383Z Receiving objects: 21% (59/280) 2022-11-23T01:20:57.8131160Z Receiving objects: 22% (62/280) 2022-11-23T01:20:57.8133270Z Receiving objects: 23% (65/280) 2022-11-23T01:20:57.8133996Z Receiving objects: 24% (68/280) 2022-11-23T01:20:57.8134596Z Receiving objects: 25% (70/280) 2022-11-23T01:20:57.8134845Z Receiving objects: 26% (73/280) 2022-11-23T01:20:57.8135180Z Receiving objects: 27% (76/280) 2022-11-23T01:20:57.8136057Z Receiving objects: 28% (79/280) 2022-11-23T01:20:57.8136359Z Receiving objects: 29% (82/280) 2022-11-23T01:20:57.8137810Z Receiving objects: 30% (84/280) 2022-11-23T01:20:57.8139142Z Receiving objects: 31% (87/280) 2022-11-23T01:20:57.8139840Z Receiving objects: 32% (90/280) 2022-11-23T01:20:57.8140580Z Receiving objects: 33% (93/280) 2022-11-23T01:20:57.8140867Z Receiving objects: 34% (96/280) 2022-11-23T01:20:57.8141833Z Receiving objects: 35% (98/280) 2022-11-23T01:20:57.8142447Z Receiving objects: 36% (101/280) 2022-11-23T01:20:57.8142665Z Receiving objects: 37% (104/280) 2022-11-23T01:20:57.8144563Z Receiving objects: 38% (107/280) 2022-11-23T01:20:57.8145342Z Receiving objects: 39% (110/280) 2022-11-23T01:20:57.8145985Z Receiving objects: 40% (112/280) 2022-11-23T01:20:57.8147340Z Receiving objects: 41% (115/280) 2022-11-23T01:20:57.8148052Z Receiving objects: 42% (118/280) 2022-11-23T01:20:57.8149520Z Receiving objects: 43% (121/280) 2022-11-23T01:20:57.8150118Z Receiving objects: 44% (124/280) 2022-11-23T01:20:57.8150400Z Receiving objects: 45% (126/280) 2022-11-23T01:20:57.8154761Z Receiving objects: 46% (129/280) 2022-11-23T01:20:57.8155362Z Receiving objects: 47% (132/280) 2022-11-23T01:20:57.8156625Z Receiving objects: 48% (135/280) 2022-11-23T01:20:57.8156882Z Receiving objects: 49% (138/280) 2022-11-23T01:20:57.8157622Z Receiving objects: 50% (140/280) 2022-11-23T01:20:57.8157821Z Receiving objects: 51% (143/280) 2022-11-23T01:20:57.8158858Z Receiving objects: 52% (146/280) 2022-11-23T01:20:57.8160674Z Receiving objects: 53% (149/280) 2022-11-23T01:20:57.8161367Z Receiving objects: 54% (152/280) 2022-11-23T01:20:57.8162567Z Receiving objects: 55% (154/280) 2022-11-23T01:20:57.8163489Z Receiving objects: 56% (157/280) 2022-11-23T01:20:57.8165829Z Receiving objects: 57% (160/280) 2022-11-23T01:20:57.8170088Z Receiving objects: 58% (163/280) 2022-11-23T01:20:57.8171081Z Receiving objects: 59% (166/280) 2022-11-23T01:20:57.8171855Z Receiving objects: 60% (168/280) 2022-11-23T01:20:57.8172870Z Receiving objects: 61% (171/280) 2022-11-23T01:20:57.8173129Z Receiving objects: 62% (174/280) 2022-11-23T01:20:57.8173702Z Receiving objects: 63% (177/280) 2022-11-23T01:20:57.8174278Z Receiving objects: 64% (180/280) 2022-11-23T01:20:57.8175128Z Receiving objects: 65% (182/280) 2022-11-23T01:20:57.8176056Z Receiving objects: 66% (185/280) 2022-11-23T01:20:57.8176703Z Receiving objects: 67% (188/280) 2022-11-23T01:20:57.8177650Z Receiving objects: 68% (191/280) 2022-11-23T01:20:57.8178388Z Receiving objects: 69% (194/280) 2022-11-23T01:20:57.8181957Z Receiving objects: 70% (196/280) 2022-11-23T01:20:57.8182224Z Receiving objects: 71% (199/280) 2022-11-23T01:20:57.8183763Z Receiving objects: 72% (202/280) 2022-11-23T01:20:57.8185096Z Receiving objects: 73% (205/280) 2022-11-23T01:20:57.8197113Z Receiving objects: 74% (208/280) 2022-11-23T01:20:57.8198613Z Receiving objects: 75% (210/280) 2022-11-23T01:20:57.8198886Z Receiving objects: 76% (213/280) 2022-11-23T01:20:57.8199719Z Receiving objects: 77% (216/280) 2022-11-23T01:20:57.8199997Z Receiving objects: 78% (219/280) 2022-11-23T01:20:57.8200319Z Receiving objects: 79% (222/280) 2022-11-23T01:20:57.8201975Z Receiving objects: 80% (224/280) 2022-11-23T01:20:57.8202228Z Receiving objects: 81% (227/280) 2022-11-23T01:20:57.8203650Z Receiving objects: 82% (230/280) 2022-11-23T01:20:57.8204245Z Receiving objects: 83% (233/280) 2022-11-23T01:20:57.8204425Z Receiving objects: 84% (236/280) 2022-11-23T01:20:57.8204786Z Receiving objects: 85% (238/280) 2022-11-23T01:20:57.8205457Z Receiving objects: 86% (241/280) 2022-11-23T01:20:57.8205720Z Receiving objects: 87% (244/280) 2022-11-23T01:20:57.8206769Z Receiving objects: 88% (247/280) 2022-11-23T01:20:57.8207487Z Receiving objects: 89% (250/280) 2022-11-23T01:20:57.8208204Z Receiving objects: 90% (252/280) 2022-11-23T01:20:57.8210078Z Receiving objects: 91% (255/280) 2022-11-23T01:20:57.8210377Z remote: Total 280 (delta 19), reused 143 (delta 3), pack-reused 0 2022-11-23T01:20:57.8211488Z Receiving objects: 92% (258/280) 2022-11-23T01:20:57.8212009Z Receiving objects: 93% (261/280) 2022-11-23T01:20:57.8212247Z Receiving objects: 94% (264/280) 2022-11-23T01:20:57.8213507Z Receiving objects: 95% (266/280) 2022-11-23T01:20:57.8214008Z Receiving objects: 96% (269/280) 2022-11-23T01:20:57.8214282Z Receiving objects: 97% (272/280) 2022-11-23T01:20:57.8214603Z Receiving objects: 98% (275/280) 2022-11-23T01:20:57.8215318Z Receiving objects: 99% (278/280) 2022-11-23T01:20:57.8216601Z Receiving objects: 100% (280/280) 2022-11-23T01:20:57.8216864Z Receiving objects: 100% (280/280), 299.20 KiB | 23.01 MiB/s, done. 2022-11-23T01:20:57.8223076Z Resolving deltas: 0% (0/19) 2022-11-23T01:20:57.8223402Z Resolving deltas: 5% (1/19) 2022-11-23T01:20:57.8226243Z Resolving deltas: 10% (2/19) 2022-11-23T01:20:57.8226560Z Resolving deltas: 15% (3/19) 2022-11-23T01:20:57.8226844Z Resolving deltas: 26% (5/19) 2022-11-23T01:20:57.8227157Z Resolving deltas: 31% (6/19) 2022-11-23T01:20:57.8227441Z Resolving deltas: 36% (7/19) 2022-11-23T01:20:57.8227711Z Resolving deltas: 42% (8/19) 2022-11-23T01:20:57.8228011Z Resolving deltas: 47% (9/19) 2022-11-23T01:20:57.8228388Z Resolving deltas: 63% (12/19) 2022-11-23T01:20:57.8228706Z Resolving deltas: 68% (13/19) 2022-11-23T01:20:57.8228901Z Resolving deltas: 73% (14/19) 2022-11-23T01:20:57.8229095Z Resolving deltas: 84% (16/19) 2022-11-23T01:20:57.8230023Z Resolving deltas: 89% (17/19) 2022-11-23T01:20:57.8230330Z Resolving deltas: 94% (18/19) 2022-11-23T01:20:57.8233491Z Resolving deltas: 100% (19/19) 2022-11-23T01:20:57.8233709Z Resolving deltas: 100% (19/19), done. 2022-11-23T01:20:57.8545477Z From https://github.com/pytorch/builder 2022-11-23T01:20:57.8545751Z * [new branch] main -> origin/main 2022-11-23T01:20:57.8691933Z ##[endgroup] 2022-11-23T01:20:57.8692330Z ##[group]Determining the checkout info 2022-11-23T01:20:57.8701792Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main 2022-11-23T01:20:57.8877723Z origin/main 2022-11-23T01:20:57.8904062Z ##[endgroup] 2022-11-23T01:20:57.8904576Z ##[group]Checking out the ref 2022-11-23T01:20:57.8911058Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2022-11-23T01:20:58.4256516Z branch 'main' set up to track 'origin/main'. 2022-11-23T01:20:58.4256783Z Switched to a new branch 'main' 2022-11-23T01:20:58.4290134Z ##[endgroup] 2022-11-23T01:20:58.4290771Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:20:58.4303418Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\aac672e5-498e-4242-b84a-897250fe0e9a' before making global git config changes 2022-11-23T01:20:58.4311301Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:20:58.4562255Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:20:58.4770106Z [command]"C:\Program Files\Git\cmd\git.exe" config --global url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:20:58.4976385Z ##[endgroup] 2022-11-23T01:20:58.4976761Z ##[group]Fetching submodules 2022-11-23T01:20:58.4984344Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:20:58.8653590Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2022-11-23T01:20:59.2285069Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:20:59.5975324Z ##[endgroup] 2022-11-23T01:20:59.5975718Z ##[group]Persisting credentials for submodules 2022-11-23T01:20:59.5983919Z [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:20:59.9582289Z [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:21:00.3248446Z [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:21:00.6875997Z ##[endgroup] 2022-11-23T01:21:00.7207349Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:21:00.7379728Z 'cc0caf1dc41acd89ee6fe59c3b932327c7ed85bf' 2022-11-23T01:21:00.7579111Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-11-23T01:21:00.7579464Z # Remove any artifacts from the previous checkouts 2022-11-23T01:21:00.7579673Z git clean -fxd 2022-11-23T01:21:00.7628332Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:21:00.7628594Z env: 2022-11-23T01:21:00.7628815Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:21:00.7629075Z ANACONDA_USER: pytorch 2022-11-23T01:21:00.7629272Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:21:00.7629510Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:21:00.7630036Z GITHUB_TOKEN: *** 2022-11-23T01:21:00.7630211Z PR_NUMBER: 2022-11-23T01:21:00.7630406Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:21:00.7630591Z SKIP_ALL_TESTS: 1 2022-11-23T01:21:00.7630828Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:21:00.7631253Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:21:00.7631498Z PACKAGE_TYPE: libtorch 2022-11-23T01:21:00.7631719Z DESIRED_CUDA: cpu 2022-11-23T01:21:00.7632002Z GPU_ARCH_TYPE: cpu 2022-11-23T01:21:00.7632191Z LIBTORCH_CONFIG: release 2022-11-23T01:21:00.7632437Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:21:00.7632733Z DESIRED_PYTHON: 3.7 2022-11-23T01:21:00.7632957Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:21:00.7633390Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:21:00.7633665Z ##[endgroup] 2022-11-23T01:21:01.1067295Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:21:01.1897640Z Finished 2022-11-23T01:21:01.2530219Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2022-11-23T01:21:01.2530596Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2022-11-23T01:21:01.2556931Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:21:01.2557229Z env: 2022-11-23T01:21:01.2557466Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:21:01.2557718Z ANACONDA_USER: pytorch 2022-11-23T01:21:01.2557900Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:21:01.2558152Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:21:01.2558710Z GITHUB_TOKEN: *** 2022-11-23T01:21:01.2558891Z PR_NUMBER: 2022-11-23T01:21:01.2559076Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:21:01.2559276Z SKIP_ALL_TESTS: 1 2022-11-23T01:21:01.2559519Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:21:01.2559834Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:21:01.2560064Z PACKAGE_TYPE: libtorch 2022-11-23T01:21:01.2560225Z DESIRED_CUDA: cpu 2022-11-23T01:21:01.2560390Z GPU_ARCH_TYPE: cpu 2022-11-23T01:21:01.2560563Z LIBTORCH_CONFIG: release 2022-11-23T01:21:01.2560748Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:21:01.2560947Z DESIRED_PYTHON: 3.7 2022-11-23T01:21:01.2561161Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:21:01.2561422Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:21:01.2561648Z ##[endgroup] 2022-11-23T01:21:01.3009915Z + export TZ=UTC 2022-11-23T01:21:01.3010133Z + TZ=UTC 2022-11-23T01:21:01.3017908Z + envfile='C:\actions-runner\_work\_temp/env' 2022-11-23T01:21:01.3018218Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2022-11-23T01:21:01.3086848Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2022-11-23T01:21:01.3676836Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:21:01.3677122Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2022-11-23T01:21:01.3677319Z + export BUILD_PYTHONLESS=1 2022-11-23T01:21:01.3677511Z + BUILD_PYTHONLESS=1 2022-11-23T01:21:01.3677696Z + export DOCKER_IMAGE= 2022-11-23T01:21:01.3677858Z + DOCKER_IMAGE= 2022-11-23T01:21:01.3678024Z + [[ -z '' ]] 2022-11-23T01:21:01.3678192Z + [[ libtorch == conda ]] 2022-11-23T01:21:01.3678364Z + [[ cpu == cpu ]] 2022-11-23T01:21:01.3678559Z + export DOCKER_IMAGE=pytorch/manylinux-cpu 2022-11-23T01:21:01.3678944Z + DOCKER_IMAGE=pytorch/manylinux-cpu 2022-11-23T01:21:01.3679146Z + USE_GOLD_LINKER=OFF 2022-11-23T01:21:01.3679331Z + [[ cpu == \c\p\u ]] 2022-11-23T01:21:01.3679523Z + USE_GOLD_LINKER=ON 2022-11-23T01:21:01.3679716Z + PIP_UPLOAD_FOLDER=nightly/ 2022-11-23T01:21:01.3745542Z ++ date -u +%Y%m%d 2022-11-23T01:21:01.4058820Z + export DATE=20221123 2022-11-23T01:21:01.4059027Z + DATE=20221123 2022-11-23T01:21:01.4059217Z + BASE_BUILD_VERSION=1.14.0.dev20221123 2022-11-23T01:21:01.4059430Z + tagged_version 2022-11-23T01:21:01.4060009Z + [[ msys == \m\s\y\s ]] 2022-11-23T01:21:01.4060184Z + [[ -z true ]] 2022-11-23T01:21:01.4060418Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2022-11-23T01:21:01.4060813Z + 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:21:01.4061108Z + [[ -n '' ]] 2022-11-23T01:21:01.4061330Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2022-11-23T01:21:01.4064320Z + 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:21:01.4326802Z fatal: No names found, cannot describe anything. 2022-11-23T01:21:01.4363063Z + return 1 2022-11-23T01:21:01.4427347Z ++ uname 2022-11-23T01:21:01.4575097Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2022-11-23T01:21:01.4575334Z + [[ libtorch == conda ]] 2022-11-23T01:21:01.4576484Z + export PYTORCH_BUILD_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:21:01.4576754Z + PYTORCH_BUILD_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:21:01.4576960Z + [[ -n '' ]] 2022-11-23T01:21:01.4577146Z + export PYTORCH_BUILD_NUMBER=1 2022-11-23T01:21:01.4577337Z + PYTORCH_BUILD_NUMBER=1 2022-11-23T01:21:01.4577510Z + JAVA_HOME= 2022-11-23T01:21:01.4577670Z + BUILD_JNI=OFF 2022-11-23T01:21:01.4577832Z + [[ libtorch == libtorch ]] 2022-11-23T01:21:01.4578022Z + POSSIBLE_JAVA_HOMES=() 2022-11-23T01:21:01.4578222Z + POSSIBLE_JAVA_HOMES+=(/usr/local) 2022-11-23T01:21:01.4578464Z + POSSIBLE_JAVA_HOMES+=(/usr/lib/jvm/java-8-openjdk-amd64) 2022-11-23T01:21:01.4578770Z + POSSIBLE_JAVA_HOMES+=(/Library/Java/JavaVirtualMachines/*.jdk/Contents/Home) 2022-11-23T01:21:01.4579076Z + POSSIBLE_JAVA_HOMES+=("$PWD/.circleci/windows-jni/") 2022-11-23T01:21:01.4579304Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-11-23T01:21:01.4579515Z + [[ -e /usr/local/include/jni.h ]] 2022-11-23T01:21:01.4580620Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-11-23T01:21:01.4580881Z + [[ -e /usr/lib/jvm/java-8-openjdk-amd64/include/jni.h ]] 2022-11-23T01:21:01.4582196Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-11-23T01:21:01.4582524Z + [[ -e /Library/Java/JavaVirtualMachines/*.jdk/Contents/Home/include/jni.h ]] 2022-11-23T01:21:01.4583821Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-11-23T01:21:01.4584125Z + [[ -e /c/actions-runner/_work/pytorch/pytorch/.circleci/windows-jni//include/jni.h ]] 2022-11-23T01:21:01.4585084Z + '[' -z '' ']' 2022-11-23T01:21:01.4585265Z + echo 'Did not find jni.h' 2022-11-23T01:21:01.4585502Z Did not find jni.h 2022-11-23T01:21:01.4585780Z + cat 2022-11-23T01:21:01.4735098Z ++ uname -a 2022-11-23T01:21:01.4956217Z ++ date 2022-11-23T01:21:01.5374629Z ++ uname 2022-11-23T01:21:01.5523827Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2022-11-23T01:21:01.5524118Z + MEMORY_LIMIT_MAX_JOBS=18 2022-11-23T01:21:01.5588968Z ++ nproc 2022-11-23T01:21:01.6876442Z + NUM_CPUS=14 2022-11-23T01:21:01.6876786Z + export MAX_JOBS=14 2022-11-23T01:21:01.6877077Z + MAX_JOBS=14 2022-11-23T01:21:01.6877296Z + cat 2022-11-23T01:21:01.7018101Z + [[ -z true ]] 2022-11-23T01:21:01.7018319Z + echo 'retry () {' 2022-11-23T01:21:01.7021258Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2022-11-23T01:21:01.7024082Z + echo '}' 2022-11-23T01:21:01.7026580Z + echo 'export -f retry' 2022-11-23T01:21:01.7028969Z + cat 'C:\actions-runner\_work\_temp/env' 2022-11-23T01:21:01.7154453Z # =================== The following code will be executed inside Docker container =================== 2022-11-23T01:21:01.7154942Z export TZ=UTC 2022-11-23T01:21:01.7155423Z 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:21:01 GMT 2022" 2022-11-23T01:21:01.7155808Z 2022-11-23T01:21:01.7155962Z export PACKAGE_TYPE="libtorch" 2022-11-23T01:21:01.7156300Z export DESIRED_PYTHON="3.7" 2022-11-23T01:21:01.7156618Z export DESIRED_CUDA="cpu" 2022-11-23T01:21:01.7156997Z export LIBTORCH_VARIANT="shared-with-deps" 2022-11-23T01:21:01.7157376Z export BUILD_PYTHONLESS="1" 2022-11-23T01:21:01.7157683Z if [[ "msys" == "msys" ]]; then 2022-11-23T01:21:01.7158015Z export LIBTORCH_CONFIG="release" 2022-11-23T01:21:01.7158351Z if [[ "release" == 'debug' ]]; then 2022-11-23T01:21:01.7158639Z export DEBUG=1 2022-11-23T01:21:01.7158894Z fi 2022-11-23T01:21:01.7159180Z export DESIRED_DEVTOOLSET="" 2022-11-23T01:21:01.7159530Z else 2022-11-23T01:21:01.7159816Z export DESIRED_DEVTOOLSET="" 2022-11-23T01:21:01.7160106Z fi 2022-11-23T01:21:01.7160413Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2022-11-23T01:21:01.7160773Z export DATE="20221123" 2022-11-23T01:21:01.7161307Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2022-11-23T01:21:01.7161708Z export PYTORCH_BUILD_VERSION="1.14.0.dev20221123+cpu" 2022-11-23T01:21:01.7162095Z export PYTORCH_BUILD_NUMBER="1" 2022-11-23T01:21:01.7162490Z export OVERRIDE_PACKAGE_VERSION="1.14.0.dev20221123+cpu" 2022-11-23T01:21:01.7163212Z 2022-11-23T01:21:01.7163423Z # TODO: We don't need this anymore IIUC 2022-11-23T01:21:01.7163785Z export TORCH_PACKAGE_NAME='torch' 2022-11-23T01:21:01.7164195Z export TORCH_CONDA_BUILD_FOLDER='pytorch-nightly' 2022-11-23T01:21:01.7164588Z export ANACONDA_USER='pytorch' 2022-11-23T01:21:01.7164800Z 2022-11-23T01:21:01.7164903Z export USE_FBGEMM=1 2022-11-23T01:21:01.7165196Z export JAVA_HOME= 2022-11-23T01:21:01.7165486Z export BUILD_JNI=OFF 2022-11-23T01:21:01.7165805Z export PIP_UPLOAD_FOLDER="nightly/" 2022-11-23T01:21:01.7166197Z export DOCKER_IMAGE="pytorch/manylinux-cpu" 2022-11-23T01:21:01.7166441Z 2022-11-23T01:21:01.7166448Z 2022-11-23T01:21:01.7166582Z export USE_GOLD_LINKER="ON" 2022-11-23T01:21:01.7166934Z export USE_GLOO_WITH_OPENSSL="ON" 2022-11-23T01:21:01.7167371Z # =================== The above code will be executed inside Docker container =================== 2022-11-23T01:21:01.7167777Z export MAX_JOBS="14" 2022-11-23T01:21:01.7168058Z retry () { 2022-11-23T01:21:01.7168407Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:21:01.7168735Z } 2022-11-23T01:21:01.7168981Z export -f retry 2022-11-23T01:21:01.7290791Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2022-11-23T01:21:01.7291150Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2022-11-23T01:21:01.7317256Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:21:01.7317558Z env: 2022-11-23T01:21:01.7317794Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:21:01.7318083Z ANACONDA_USER: pytorch 2022-11-23T01:21:01.7318285Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:21:01.7318516Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:21:01.7319117Z GITHUB_TOKEN: *** 2022-11-23T01:21:01.7319284Z PR_NUMBER: 2022-11-23T01:21:01.7319530Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:21:01.7319729Z SKIP_ALL_TESTS: 1 2022-11-23T01:21:01.7319965Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:21:01.7320281Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:21:01.7320515Z PACKAGE_TYPE: libtorch 2022-11-23T01:21:01.7320677Z DESIRED_CUDA: cpu 2022-11-23T01:21:01.7320846Z GPU_ARCH_TYPE: cpu 2022-11-23T01:21:01.7321020Z LIBTORCH_CONFIG: release 2022-11-23T01:21:01.7321213Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:21:01.7321408Z DESIRED_PYTHON: 3.7 2022-11-23T01:21:01.7321622Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:21:01.7321884Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:21:01.7322113Z ##[endgroup] 2022-11-23T01:21:01.7729688Z + source 'C:\actions-runner\_work\_temp/env' 2022-11-23T01:21:01.7731334Z ++ export TZ=UTC 2022-11-23T01:21:01.7731534Z ++ TZ=UTC 2022-11-23T01:21:01.7738885Z ++ 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:21:01 GMT 2022' 2022-11-23T01:21:01.7739264Z 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:21:01 GMT 2022 2022-11-23T01:21:01.7739549Z ++ export PACKAGE_TYPE=libtorch 2022-11-23T01:21:01.7739747Z ++ PACKAGE_TYPE=libtorch 2022-11-23T01:21:01.7739936Z ++ export DESIRED_PYTHON=3.7 2022-11-23T01:21:01.7740109Z ++ DESIRED_PYTHON=3.7 2022-11-23T01:21:01.7740293Z ++ export DESIRED_CUDA=cpu 2022-11-23T01:21:01.7740470Z ++ DESIRED_CUDA=cpu 2022-11-23T01:21:01.7740673Z ++ export LIBTORCH_VARIANT=shared-with-deps 2022-11-23T01:21:01.7740902Z ++ LIBTORCH_VARIANT=shared-with-deps 2022-11-23T01:21:01.7741304Z ++ export BUILD_PYTHONLESS=1 2022-11-23T01:21:01.7741481Z ++ BUILD_PYTHONLESS=1 2022-11-23T01:21:01.7741693Z ++ [[ msys == \m\s\y\s ]] 2022-11-23T01:21:01.7741893Z ++ export LIBTORCH_CONFIG=release 2022-11-23T01:21:01.7742075Z ++ LIBTORCH_CONFIG=release 2022-11-23T01:21:01.7742260Z ++ [[ release == \d\e\b\u\g ]] 2022-11-23T01:21:01.7742459Z ++ export DESIRED_DEVTOOLSET= 2022-11-23T01:21:01.7742632Z ++ DESIRED_DEVTOOLSET= 2022-11-23T01:21:01.7742847Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2022-11-23T01:21:01.7743075Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2022-11-23T01:21:01.7743258Z ++ export DATE=20221123 2022-11-23T01:21:01.7743423Z ++ DATE=20221123 2022-11-23T01:21:01.7743621Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2022-11-23T01:21:01.7743840Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2022-11-23T01:21:01.7744058Z ++ export PYTORCH_BUILD_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:21:01.7744295Z ++ PYTORCH_BUILD_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:21:01.7744508Z ++ export PYTORCH_BUILD_NUMBER=1 2022-11-23T01:21:01.7744691Z ++ PYTORCH_BUILD_NUMBER=1 2022-11-23T01:21:01.7744909Z ++ export OVERRIDE_PACKAGE_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:21:01.7745151Z ++ OVERRIDE_PACKAGE_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:21:01.7745367Z ++ export TORCH_PACKAGE_NAME=torch 2022-11-23T01:21:01.7745561Z ++ TORCH_PACKAGE_NAME=torch 2022-11-23T01:21:01.7745790Z ++ export TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2022-11-23T01:21:01.7746896Z ++ TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2022-11-23T01:21:01.7747192Z ++ export ANACONDA_USER=pytorch 2022-11-23T01:21:01.7747388Z ++ ANACONDA_USER=pytorch 2022-11-23T01:21:01.7747616Z ++ export USE_FBGEMM=1 2022-11-23T01:21:01.7747772Z ++ USE_FBGEMM=1 2022-11-23T01:21:01.7747937Z ++ export JAVA_HOME= 2022-11-23T01:21:01.7748100Z ++ JAVA_HOME= 2022-11-23T01:21:01.7748251Z ++ export BUILD_JNI=OFF 2022-11-23T01:21:01.7748417Z ++ BUILD_JNI=OFF 2022-11-23T01:21:01.7748603Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2022-11-23T01:21:01.7748802Z ++ PIP_UPLOAD_FOLDER=nightly/ 2022-11-23T01:21:01.7749023Z ++ export DOCKER_IMAGE=pytorch/manylinux-cpu 2022-11-23T01:21:01.7749251Z ++ DOCKER_IMAGE=pytorch/manylinux-cpu 2022-11-23T01:21:01.7749442Z ++ export USE_GOLD_LINKER=ON 2022-11-23T01:21:01.7749620Z ++ USE_GOLD_LINKER=ON 2022-11-23T01:21:01.7749803Z ++ export USE_GLOO_WITH_OPENSSL=ON 2022-11-23T01:21:01.7749984Z ++ USE_GLOO_WITH_OPENSSL=ON 2022-11-23T01:21:01.7750164Z ++ export MAX_JOBS=14 2022-11-23T01:21:01.7750327Z ++ MAX_JOBS=14 2022-11-23T01:21:01.7750473Z ++ export -f retry 2022-11-23T01:21:01.7750657Z + export CUDA_VERSION=cpu 2022-11-23T01:21:01.7750831Z + CUDA_VERSION=cpu 2022-11-23T01:21:01.7750984Z + export VC_YEAR=2019 2022-11-23T01:21:01.7751148Z + VC_YEAR=2019 2022-11-23T01:21:01.7751372Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/builder' 2022-11-23T01:21:01.7762657Z /c/actions-runner/_work/pytorch/pytorch/builder /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:21:01.7762954Z + ./windows/internal/smoke_test.bat 2022-11-23T01:21:01.8058245Z 2022-11-23T01:21:01.8058817Z C:\actions-runner\_work\pytorch\pytorch\builder>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\ 2022-11-23T01:21:01.8060898Z 2022-11-23T01:21:01.8061191Z C:\actions-runner\_work\pytorch\pytorch\builder>pushd C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\\.. 2022-11-23T01:21:01.8066363Z 2022-11-23T01:21:01.8066627Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if not "cpu" == "cpu" call internal\driver_update.bat 2022-11-23T01:21:01.8068881Z 2022-11-23T01:21:01.8069142Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-11-23T01:21:01.8070593Z 2022-11-23T01:21:01.8071378Z 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:21:01.8073148Z 2022-11-23T01:21:01.8073402Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>setlocal EnableDelayedExpansion 2022-11-23T01:21:01.8075126Z 2022-11-23T01:21:01.8075363Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set NVIDIA_GPU_EXISTS=0 2022-11-23T01:21:01.8077738Z 2022-11-23T01:21:01.8078039Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2022-11-23T01:21:01.8078349Z set GPUS=%i 2022-11-23T01:21:01.8078543Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-11-23T01:21:01.8078745Z SET NVIDIA_GPU_EXISTS=1 2022-11-23T01:21:01.8078929Z goto gpu_check_end 2022-11-23T01:21:01.8079076Z ) 2022-11-23T01:21:01.8079213Z ) 2022-11-23T01:21:01.9769824Z 2022-11-23T01:21:01.9770303Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-11-23T01:21:01.9770577Z set GPUS=Name 2022-11-23T01:21:01.9770817Z 2022-11-23T01:21:01.9770999Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-11-23T01:21:01.9771256Z SET NVIDIA_GPU_EXISTS=1 2022-11-23T01:21:01.9771430Z goto gpu_check_end 2022-11-23T01:21:01.9771592Z ) 2022-11-23T01:21:01.9772269Z ) 2022-11-23T01:21:01.9772357Z 2022-11-23T01:21:01.9772500Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-11-23T01:21:01.9772769Z set GPUS=Microsoft Basic Display Adapter 2022-11-23T01:21:01.9772961Z 2022-11-23T01:21:01.9773123Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-11-23T01:21:01.9773326Z SET NVIDIA_GPU_EXISTS=1 2022-11-23T01:21:01.9773510Z goto gpu_check_end 2022-11-23T01:21:01.9773657Z ) 2022-11-23T01:21:01.9773791Z ) 2022-11-23T01:21:01.9773880Z 2022-11-23T01:21:01.9774026Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-11-23T01:21:01.9774234Z set GPUS= 2022-11-23T01:21:01.9774414Z 2022-11-23T01:21:01.9774584Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-11-23T01:21:01.9774780Z SET NVIDIA_GPU_EXISTS=1 2022-11-23T01:21:01.9774948Z goto gpu_check_end 2022-11-23T01:21:01.9775105Z ) 2022-11-23T01:21:01.9775225Z ) 2022-11-23T01:21:01.9776894Z 2022-11-23T01:21:01.9777317Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2022-11-23T01:21:01.9783966Z 2022-11-23T01:21:01.9784451Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "wheel" goto wheel 2022-11-23T01:21:01.9785287Z 2022-11-23T01:21:01.9785529Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "conda" goto conda 2022-11-23T01:21:01.9786550Z 2022-11-23T01:21:01.9786809Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "libtorch" goto libtorch 2022-11-23T01:21:01.9791878Z 2022-11-23T01:21:01.9792126Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo "install and test libtorch" 2022-11-23T01:21:01.9792681Z "install and test libtorch" 2022-11-23T01:21:01.9794269Z 2022-11-23T01:21:01.9794552Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "2019" == "2017" powershell internal\vs2017_install.ps1 2022-11-23T01:21:01.9795608Z 2022-11-23T01:21:01.9795855Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-11-23T01:21:01.9798169Z 2022-11-23T01:21:01.9798416Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "" == "1" ( 2022-11-23T01:21:01.9798704Z call internal\install_nightly_package.bat 2022-11-23T01:21:01.9798931Z if errorlevel 1 exit /b 1 2022-11-23T01:21:01.9799094Z ) else ( 2022-11-23T01:21:01.9799379Z for /F "delims=" %i in ('where /R "C:\actions-runner\_work\_temp\artifacts" *-latest.zip') do 7z x "%i" -otmp 2022-11-23T01:21:01.9799664Z if ERRORLEVEL 1 exit /b 1 2022-11-23T01:21:01.9800037Z ) 2022-11-23T01:21:02.0237552Z 2022-11-23T01:21:02.0238247Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>7z x "C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip" -otmp 2022-11-23T01:21:02.3712864Z 2022-11-23T01:21:02.3713250Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:21:02.3713442Z 2022-11-23T01:21:02.3713535Z Scanning the drive for archives: 2022-11-23T01:21:02.3713756Z 1 file, 159834746 bytes (153 MiB) 2022-11-23T01:21:02.3713879Z 2022-11-23T01:21:02.3714114Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip 2022-11-23T01:21:15.4163767Z -- 2022-11-23T01:21:15.4164185Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip 2022-11-23T01:21:15.4164481Z Type = zip 2022-11-23T01:21:15.4164642Z Physical Size = 159834746 2022-11-23T01:21:15.4164756Z 2022-11-23T01:21:15.4188642Z Everything is Ok 2022-11-23T01:21:15.4188795Z 2022-11-23T01:21:15.4188863Z Folders: 350 2022-11-23T01:21:15.4189016Z Files: 9251 2022-11-23T01:21:15.4189175Z Size: 840036033 2022-11-23T01:21:15.4189348Z Compressed: 159834746 2022-11-23T01:21:15.4233452Z 2022-11-23T01:21:15.4233908Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>pushd tmp\libtorch 2022-11-23T01:21:15.4238987Z 2022-11-23T01:21:15.4239491Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>set VC_VERSION_LOWER=16 2022-11-23T01:21:15.4241174Z 2022-11-23T01:21:15.4241452Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>set VC_VERSION_UPPER=17 2022-11-23T01:21:15.4243743Z 2022-11-23T01:21:15.4244008Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>IF "2019" == "2017" ( 2022-11-23T01:21:15.4244286Z set VC_VERSION_LOWER=15 2022-11-23T01:21:15.4244467Z set VC_VERSION_UPPER=16 2022-11-23T01:21:15.4244631Z ) 2022-11-23T01:21:15.4246277Z 2022-11-23T01:21:15.4247012Z 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:21:15.4247541Z set "VS15INSTALLDIR=%i" 2022-11-23T01:21:15.4247769Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2022-11-23T01:21:15.4247984Z goto vswhere 2022-11-23T01:21:15.4248141Z ) ) 2022-11-23T01:21:15.6671208Z 2022-11-23T01:21:15.6671983Z 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:21:15.6672545Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools" 2022-11-23T01:21:15.6672937Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2022-11-23T01:21:15.6673241Z goto vswhere 2022-11-23T01:21:15.6673397Z ) ) 2022-11-23T01:21:15.6677619Z 2022-11-23T01:21:15.6678012Z 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:21:15.6678481Z echo Visual Studio 2017 C++ BuildTools is required to compile PyTorch test on Windows 2022-11-23T01:21:15.6678721Z exit /b 1 2022-11-23T01:21:15.6678867Z ) 2022-11-23T01:21:15.6679742Z 2022-11-23T01:21:15.6680115Z 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:21:15.8348139Z ********************************************************************** 2022-11-23T01:21:15.8348454Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:21:15.8348893Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:21:15.8349568Z ********************************************************************** 2022-11-23T01:21:16.4044683Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:21:17.3163238Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T01:21:17.3163573Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T01:21:17.3163719Z 2022-11-23T01:21:17.3184712Z simple-torch-test.cpp 2022-11-23T01:21:20.0826432Z 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:21:22.3606873Z 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:21:22.3607277Z with 2022-11-23T01:21:22.3607451Z [ 2022-11-23T01:21:22.3607616Z T=c10::SymInt 2022-11-23T01:21:22.3607776Z ] 2022-11-23T01:21:22.3611116Z 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:21:22.3611486Z with 2022-11-23T01:21:22.3611624Z [ 2022-11-23T01:21:22.3611795Z T=c10::SymInt 2022-11-23T01:21:22.3612149Z ] 2022-11-23T01:21:22.3612572Z 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:21:22.3613023Z with 2022-11-23T01:21:22.3613173Z [ 2022-11-23T01:21:22.3613316Z T=c10::SymInt 2022-11-23T01:21:22.3613474Z ] 2022-11-23T01:21:22.3613941Z 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:21:22.3614385Z with 2022-11-23T01:21:22.3614520Z [ 2022-11-23T01:21:22.3614677Z T=c10::SymInt 2022-11-23T01:21:22.3614830Z ] 2022-11-23T01:21:22.3615215Z 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:21:22.3615832Z 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:21:22.3616535Z 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:21:22.3616928Z with 2022-11-23T01:21:22.3617077Z [ 2022-11-23T01:21:22.3617221Z T=c10::SymInt 2022-11-23T01:21:22.3617385Z ] 2022-11-23T01:21:22.4255174Z 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:21:22.4706981Z 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:21:22.4707387Z with 2022-11-23T01:21:22.4707548Z [ 2022-11-23T01:21:22.4707734Z T=at::TensorBase 2022-11-23T01:21:22.4707892Z ] 2022-11-23T01:21:22.4708308Z 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:21:22.4708916Z with 2022-11-23T01:21:22.4709061Z [ 2022-11-23T01:21:22.4709232Z T=at::TensorBase 2022-11-23T01:21:22.4709457Z ] 2022-11-23T01:21:22.4709970Z 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:21:22.4710370Z with 2022-11-23T01:21:22.4710529Z [ 2022-11-23T01:21:22.4710699Z T=at::TensorBase 2022-11-23T01:21:22.4710850Z ] 2022-11-23T01:21:22.4711317Z 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:21:22.4711751Z with 2022-11-23T01:21:22.4711906Z [ 2022-11-23T01:21:22.4712059Z T=at::TensorBase 2022-11-23T01:21:22.4712228Z ] 2022-11-23T01:21:22.4712638Z 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:21:22.4713705Z 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:21:22.4714376Z 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:21:22.4714832Z with 2022-11-23T01:21:22.4714988Z [ 2022-11-23T01:21:22.4715144Z T=at::TensorBase 2022-11-23T01:21:22.4715366Z ] 2022-11-23T01:21:22.7113675Z 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:21:22.7114084Z with 2022-11-23T01:21:22.7114237Z [ 2022-11-23T01:21:22.7114407Z T=at::Tensor 2022-11-23T01:21:22.7114589Z ] 2022-11-23T01:21:22.7114996Z 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:21:22.7115377Z with 2022-11-23T01:21:22.7115535Z [ 2022-11-23T01:21:22.7115684Z T=at::Tensor 2022-11-23T01:21:22.7115855Z ] 2022-11-23T01:21:22.7116293Z 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:21:22.7116715Z with 2022-11-23T01:21:22.7116854Z [ 2022-11-23T01:21:22.7117019Z T=at::Tensor 2022-11-23T01:21:22.7117182Z ] 2022-11-23T01:21:22.7117639Z 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:21:22.7118071Z with 2022-11-23T01:21:22.7118227Z [ 2022-11-23T01:21:22.7118376Z T=at::Tensor 2022-11-23T01:21:22.7118536Z ] 2022-11-23T01:21:22.7119035Z 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:21:22.7119669Z 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:21:22.7120458Z 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:21:22.7120848Z with 2022-11-23T01:21:22.7121008Z [ 2022-11-23T01:21:22.7121174Z T=at::Tensor 2022-11-23T01:21:22.7121325Z ] 2022-11-23T01:21:22.7146159Z 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:21:22.7146562Z with 2022-11-23T01:21:22.7146723Z [ 2022-11-23T01:21:22.7146909Z T=at::Generator 2022-11-23T01:21:22.7147082Z ] 2022-11-23T01:21:22.7147504Z 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:21:22.7147866Z with 2022-11-23T01:21:22.7148022Z [ 2022-11-23T01:21:22.7148187Z T=at::Generator 2022-11-23T01:21:22.7148342Z ] 2022-11-23T01:21:22.7148926Z 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:21:22.7149334Z with 2022-11-23T01:21:22.7149468Z [ 2022-11-23T01:21:22.7149634Z T=at::Generator 2022-11-23T01:21:22.7149806Z ] 2022-11-23T01:21:22.7150268Z 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:21:22.7150693Z with 2022-11-23T01:21:22.7150847Z [ 2022-11-23T01:21:22.7151015Z T=at::Generator 2022-11-23T01:21:22.7151167Z ] 2022-11-23T01:21:22.7151587Z 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:21:22.7152228Z 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:21:22.7152874Z 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:21:22.7153251Z with 2022-11-23T01:21:22.7153400Z [ 2022-11-23T01:21:22.7153570Z T=at::Generator 2022-11-23T01:21:22.7153721Z ] 2022-11-23T01:21:22.7177767Z 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:21:22.7178142Z with 2022-11-23T01:21:22.7178303Z [ 2022-11-23T01:21:22.7178460Z T=c10::Scalar 2022-11-23T01:21:22.7178621Z ] 2022-11-23T01:21:22.7179025Z 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:21:22.7179380Z with 2022-11-23T01:21:22.7179539Z [ 2022-11-23T01:21:22.7179705Z T=c10::Scalar 2022-11-23T01:21:22.7179855Z ] 2022-11-23T01:21:22.7180298Z 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:21:22.7181310Z with 2022-11-23T01:21:22.7181508Z [ 2022-11-23T01:21:22.7181656Z T=c10::Scalar 2022-11-23T01:21:22.7181820Z ] 2022-11-23T01:21:22.7182286Z 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:21:22.7182715Z with 2022-11-23T01:21:22.7182855Z [ 2022-11-23T01:21:22.7183019Z T=c10::Scalar 2022-11-23T01:21:22.7183180Z ] 2022-11-23T01:21:22.7183576Z 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:21:22.7184208Z 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:21:22.7184947Z 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:21:22.7185338Z with 2022-11-23T01:21:22.7185480Z [ 2022-11-23T01:21:22.7185640Z T=c10::Scalar 2022-11-23T01:21:22.7185804Z ] 2022-11-23T01:21:22.8692206Z 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:21:22.8692614Z with 2022-11-23T01:21:22.8692784Z [ 2022-11-23T01:21:22.8692965Z T=std::string 2022-11-23T01:21:22.8693124Z ] 2022-11-23T01:21:22.8693537Z 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:21:22.8693918Z with 2022-11-23T01:21:22.8694061Z [ 2022-11-23T01:21:22.8694234Z T=std::string 2022-11-23T01:21:22.8694394Z ] 2022-11-23T01:21:22.8694829Z 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:21:22.8695232Z with 2022-11-23T01:21:22.8695386Z [ 2022-11-23T01:21:22.8695547Z T=std::string 2022-11-23T01:21:22.8695694Z ] 2022-11-23T01:21:22.8696154Z 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:21:22.8696582Z with 2022-11-23T01:21:22.8696721Z [ 2022-11-23T01:21:22.8696884Z T=std::string 2022-11-23T01:21:22.8697046Z ] 2022-11-23T01:21:22.8697447Z 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:21:22.8698064Z 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:21:22.8698704Z 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:21:22.8699239Z with 2022-11-23T01:21:22.8699396Z [ 2022-11-23T01:21:22.8699545Z T=std::string 2022-11-23T01:21:22.8699715Z ] 2022-11-23T01:21:22.8814448Z 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:21:22.8814799Z with 2022-11-23T01:21:22.8814957Z [ 2022-11-23T01:21:22.8815140Z T=c10::QualifiedName 2022-11-23T01:21:22.8815319Z ] 2022-11-23T01:21:22.8815759Z 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:21:22.8816183Z with 2022-11-23T01:21:22.8816339Z [ 2022-11-23T01:21:22.8816503Z T=c10::QualifiedName 2022-11-23T01:21:22.8816673Z ] 2022-11-23T01:21:22.8817109Z 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:21:22.8817518Z with 2022-11-23T01:21:22.8817658Z [ 2022-11-23T01:21:22.8817952Z T=c10::QualifiedName 2022-11-23T01:21:22.8818131Z ] 2022-11-23T01:21:22.8818577Z 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:21:22.8819002Z with 2022-11-23T01:21:22.8819160Z [ 2022-11-23T01:21:22.8819318Z T=c10::QualifiedName 2022-11-23T01:21:22.8819492Z ] 2022-11-23T01:21:22.8819911Z 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:21:22.8820549Z 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:21:22.8821191Z 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:21:22.8821640Z with 2022-11-23T01:21:22.8821798Z [ 2022-11-23T01:21:22.8822025Z T=c10::QualifiedName 2022-11-23T01:21:22.8822177Z ] 2022-11-23T01:21:22.9515032Z 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:21:22.9515483Z with 2022-11-23T01:21:22.9515630Z [ 2022-11-23T01:21:22.9515866Z T=std::shared_ptr 2022-11-23T01:21:22.9516079Z ] 2022-11-23T01:21:22.9516497Z 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:21:22.9516859Z with 2022-11-23T01:21:22.9517020Z [ 2022-11-23T01:21:22.9517296Z T=std::shared_ptr 2022-11-23T01:21:22.9517492Z ] 2022-11-23T01:21:22.9517978Z 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:21:22.9518537Z with 2022-11-23T01:21:22.9518696Z [ 2022-11-23T01:21:22.9518896Z T=std::shared_ptr 2022-11-23T01:21:22.9519105Z ] 2022-11-23T01:21:22.9519651Z 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:21:22.9520070Z with 2022-11-23T01:21:22.9520226Z [ 2022-11-23T01:21:22.9520445Z T=std::shared_ptr 2022-11-23T01:21:22.9520636Z ] 2022-11-23T01:21:22.9521089Z 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:21:22.9521780Z 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:21:22.9522446Z 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:21:22.9523240Z with 2022-11-23T01:21:22.9523392Z [ 2022-11-23T01:21:22.9523616Z T=std::shared_ptr 2022-11-23T01:21:22.9523875Z ] 2022-11-23T01:21:22.9541302Z 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:21:22.9541722Z with 2022-11-23T01:21:22.9541876Z [ 2022-11-23T01:21:22.9542102Z T=std::weak_ptr 2022-11-23T01:21:22.9542298Z ] 2022-11-23T01:21:22.9542707Z 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:21:22.9543088Z with 2022-11-23T01:21:22.9543225Z [ 2022-11-23T01:21:22.9543440Z T=std::weak_ptr 2022-11-23T01:21:22.9543643Z ] 2022-11-23T01:21:22.9544055Z 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:21:22.9544461Z with 2022-11-23T01:21:22.9544617Z [ 2022-11-23T01:21:22.9544826Z T=std::weak_ptr 2022-11-23T01:21:22.9545011Z ] 2022-11-23T01:21:22.9545477Z 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:21:22.9545904Z with 2022-11-23T01:21:22.9546053Z [ 2022-11-23T01:21:22.9546246Z T=std::weak_ptr 2022-11-23T01:21:22.9546452Z ] 2022-11-23T01:21:22.9546943Z 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:21:22.9547656Z 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:21:22.9548425Z 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:21:22.9548815Z with 2022-11-23T01:21:22.9548975Z [ 2022-11-23T01:21:22.9549174Z T=std::weak_ptr 2022-11-23T01:21:22.9549374Z ] 2022-11-23T01:21:23.0064435Z 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:21:23.0064837Z with 2022-11-23T01:21:23.0064986Z [ 2022-11-23T01:21:23.0065310Z T=std::vector> 2022-11-23T01:21:23.0065544Z ] 2022-11-23T01:21:23.0065983Z 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:21:23.0066379Z with 2022-11-23T01:21:23.0066539Z [ 2022-11-23T01:21:23.0066777Z T=std::vector> 2022-11-23T01:21:23.0066987Z ] 2022-11-23T01:21:23.0067561Z 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:21:23.0067974Z with 2022-11-23T01:21:23.0068114Z [ 2022-11-23T01:21:23.0068355Z T=std::vector> 2022-11-23T01:21:23.0068583Z ] 2022-11-23T01:21:23.0069054Z 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:21:23.0069476Z with 2022-11-23T01:21:23.0069636Z [ 2022-11-23T01:21:23.0069879Z T=std::vector> 2022-11-23T01:21:23.0070086Z ] 2022-11-23T01:21:23.0070547Z 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:21:23.0071325Z 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:21:23.0072055Z 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:21:23.0072441Z with 2022-11-23T01:21:23.0072581Z [ 2022-11-23T01:21:23.0072822Z T=std::vector> 2022-11-23T01:21:23.0073047Z ] 2022-11-23T01:21:23.0178262Z 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:21:23.0178635Z with 2022-11-23T01:21:23.0178808Z [ 2022-11-23T01:21:23.0179016Z T=std::vector> 2022-11-23T01:21:23.0179200Z ] 2022-11-23T01:21:23.0179607Z 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:21:23.0180103Z with 2022-11-23T01:21:23.0180242Z [ 2022-11-23T01:21:23.0180453Z T=std::vector> 2022-11-23T01:21:23.0180654Z ] 2022-11-23T01:21:23.0181104Z 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:21:23.0181497Z with 2022-11-23T01:21:23.0181701Z [ 2022-11-23T01:21:23.0181911Z T=std::vector> 2022-11-23T01:21:23.0182088Z ] 2022-11-23T01:21:23.0182604Z 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:21:23.0183027Z with 2022-11-23T01:21:23.0183183Z [ 2022-11-23T01:21:23.0183372Z T=std::vector> 2022-11-23T01:21:23.0183576Z ] 2022-11-23T01:21:23.0184013Z 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:21:23.0184755Z 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:21:23.0185417Z 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:21:23.0185806Z with 2022-11-23T01:21:23.0185965Z [ 2022-11-23T01:21:23.0186152Z T=std::vector> 2022-11-23T01:21:23.0186352Z ] 2022-11-23T01:21:23.0273099Z 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:21:23.0273478Z with 2022-11-23T01:21:23.0273622Z [ 2022-11-23T01:21:23.0273878Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0274114Z ] 2022-11-23T01:21:23.0274506Z 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:21:23.0274931Z with 2022-11-23T01:21:23.0275086Z [ 2022-11-23T01:21:23.0275380Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0275609Z ] 2022-11-23T01:21:23.0276046Z 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:21:23.0276448Z with 2022-11-23T01:21:23.0276586Z [ 2022-11-23T01:21:23.0276840Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0277073Z ] 2022-11-23T01:21:23.0277539Z 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:21:23.0277950Z with 2022-11-23T01:21:23.0278108Z [ 2022-11-23T01:21:23.0278354Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0278660Z ] 2022-11-23T01:21:23.0279140Z 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:21:23.0279960Z 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:21:23.0280685Z 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:21:23.0281378Z 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:21:23.0281772Z with 2022-11-23T01:21:23.0281911Z [ 2022-11-23T01:21:23.0282160Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0282391Z ] 2022-11-23T01:21:23.0305299Z 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:21:23.0305666Z with 2022-11-23T01:21:23.0305832Z [ 2022-11-23T01:21:23.0306060Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0306294Z ] 2022-11-23T01:21:23.0306707Z 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:21:23.0307082Z with 2022-11-23T01:21:23.0307222Z [ 2022-11-23T01:21:23.0307472Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0307700Z ] 2022-11-23T01:21:23.0308155Z 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:21:23.0308534Z with 2022-11-23T01:21:23.0308691Z [ 2022-11-23T01:21:23.0308933Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0309140Z ] 2022-11-23T01:21:23.0309597Z 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:21:23.0310083Z with 2022-11-23T01:21:23.0310275Z [ 2022-11-23T01:21:23.0310505Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0310731Z ] 2022-11-23T01:21:23.0311189Z 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:21:23.0311924Z 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:21:23.0312572Z 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:21:23.0313292Z 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:21:23.0313684Z with 2022-11-23T01:21:23.0313843Z [ 2022-11-23T01:21:23.0314068Z T=std::vector,std::allocator>> 2022-11-23T01:21:23.0314297Z ] 2022-11-23T01:21:23.0414017Z 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:21:23.0414388Z with 2022-11-23T01:21:23.0414579Z [ 2022-11-23T01:21:23.0414792Z T=std::vector> 2022-11-23T01:21:23.0414996Z ] 2022-11-23T01:21:23.0415429Z 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:21:23.0415801Z with 2022-11-23T01:21:23.0415959Z [ 2022-11-23T01:21:23.0416150Z T=std::vector> 2022-11-23T01:21:23.0416347Z ] 2022-11-23T01:21:23.0416870Z 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:21:23.0417281Z with 2022-11-23T01:21:23.0417420Z [ 2022-11-23T01:21:23.0417632Z T=std::vector> 2022-11-23T01:21:23.0417836Z ] 2022-11-23T01:21:23.0418279Z 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:21:23.0418709Z with 2022-11-23T01:21:23.0418867Z [ 2022-11-23T01:21:23.0419076Z T=std::vector> 2022-11-23T01:21:23.0419257Z ] 2022-11-23T01:21:23.0419690Z 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:21:23.0420414Z 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:21:23.0421124Z 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:21:23.0421498Z with 2022-11-23T01:21:23.0421654Z [ 2022-11-23T01:21:23.0421863Z T=std::vector> 2022-11-23T01:21:23.0422044Z ] 2022-11-23T01:21:23.1449366Z 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:21:23.1449807Z with 2022-11-23T01:21:23.1449980Z [ 2022-11-23T01:21:23.1450225Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:23.1450457Z ] 2022-11-23T01:21:23.1450871Z 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:21:23.1451407Z with 2022-11-23T01:21:23.1451548Z [ 2022-11-23T01:21:23.1451792Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:23.1452019Z ] 2022-11-23T01:21:23.1452442Z 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:21:23.1452858Z with 2022-11-23T01:21:23.1453059Z [ 2022-11-23T01:21:23.1453278Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:23.1453503Z ] 2022-11-23T01:21:23.1453974Z 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:21:23.1454392Z with 2022-11-23T01:21:23.1454534Z [ 2022-11-23T01:21:23.1454765Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:23.1454991Z ] 2022-11-23T01:21:23.1455437Z 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:21:23.1456253Z 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:21:23.1457007Z 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:21:23.1457707Z 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:21:23.1458097Z with 2022-11-23T01:21:23.1458240Z [ 2022-11-23T01:21:23.1458478Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:23.1458709Z ] 2022-11-23T01:21:23.1568190Z 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:21:23.1568543Z with 2022-11-23T01:21:23.1568711Z [ 2022-11-23T01:21:23.1568950Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:23.1569160Z ] 2022-11-23T01:21:23.1569567Z 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:21:23.1569949Z with 2022-11-23T01:21:23.1570106Z [ 2022-11-23T01:21:23.1570322Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:23.1570553Z ] 2022-11-23T01:21:23.1570998Z 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:21:23.1571407Z with 2022-11-23T01:21:23.1571551Z [ 2022-11-23T01:21:23.1571781Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:23.1572007Z ] 2022-11-23T01:21:23.1572450Z 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:21:23.1572980Z with 2022-11-23T01:21:23.1573136Z [ 2022-11-23T01:21:23.1573350Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:23.1573573Z ] 2022-11-23T01:21:23.1574038Z 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:21:23.1574785Z 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:21:23.1575541Z 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:21:23.1576222Z 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:21:23.1576608Z with 2022-11-23T01:21:23.1576763Z [ 2022-11-23T01:21:23.1577039Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:23.1577269Z ] 2022-11-23T01:21:23.1603667Z 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:21:23.1604070Z with 2022-11-23T01:21:23.1604219Z [ 2022-11-23T01:21:23.1604410Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:23.1604609Z ] 2022-11-23T01:21:23.1604997Z 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:21:23.1605373Z with 2022-11-23T01:21:23.1605528Z [ 2022-11-23T01:21:23.1605716Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:23.1605884Z ] 2022-11-23T01:21:23.1606328Z 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:21:23.1606729Z with 2022-11-23T01:21:23.1606866Z [ 2022-11-23T01:21:23.1607051Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:23.1607235Z ] 2022-11-23T01:21:23.1607691Z 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:21:23.1608100Z with 2022-11-23T01:21:23.1608255Z [ 2022-11-23T01:21:23.1608439Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:23.1608605Z ] 2022-11-23T01:21:23.1609032Z 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:21:23.1609683Z 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:21:23.1610053Z with 2022-11-23T01:21:23.1610190Z [ 2022-11-23T01:21:23.1610379Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:23.1610666Z ] 2022-11-23T01:21:23.1611106Z 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:21:23.1611794Z 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:21:23.1612188Z with 2022-11-23T01:21:23.1612347Z [ 2022-11-23T01:21:23.1612519Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:23.1612706Z ] 2022-11-23T01:21:23.2080434Z 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:21:23.2080852Z with 2022-11-23T01:21:23.2081008Z [ 2022-11-23T01:21:23.2081291Z T=std::vector> 2022-11-23T01:21:23.2081577Z ] 2022-11-23T01:21:23.2082002Z 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:21:23.2082379Z with 2022-11-23T01:21:23.2082677Z [ 2022-11-23T01:21:23.2082953Z T=std::vector> 2022-11-23T01:21:23.2083189Z ] 2022-11-23T01:21:23.2083640Z 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:21:23.2084050Z with 2022-11-23T01:21:23.2084191Z [ 2022-11-23T01:21:23.2084460Z T=std::vector> 2022-11-23T01:21:23.2084711Z ] 2022-11-23T01:21:23.2085178Z 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:21:23.2085586Z with 2022-11-23T01:21:23.2085744Z [ 2022-11-23T01:21:23.2086068Z T=std::vector> 2022-11-23T01:21:23.2086299Z ] 2022-11-23T01:21:23.2086867Z 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:21:23.2087661Z 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:21:23.2088377Z 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:21:23.2088765Z with 2022-11-23T01:21:23.2088905Z [ 2022-11-23T01:21:23.2089175Z T=std::vector> 2022-11-23T01:21:23.2089424Z ] 2022-11-23T01:21:23.4737426Z 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:21:23.4738035Z with 2022-11-23T01:21:23.4738182Z [ 2022-11-23T01:21:23.4738397Z T=torch::autograd::ViewInfo 2022-11-23T01:21:23.4738586Z ] 2022-11-23T01:21:23.4739002Z 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:21:23.4739444Z with 2022-11-23T01:21:23.4739607Z [ 2022-11-23T01:21:23.4739795Z T=torch::autograd::ViewInfo 2022-11-23T01:21:23.4740007Z ] 2022-11-23T01:21:23.4740447Z 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:21:23.4740859Z with 2022-11-23T01:21:23.4741022Z [ 2022-11-23T01:21:23.4741193Z T=torch::autograd::ViewInfo 2022-11-23T01:21:23.4741377Z ] 2022-11-23T01:21:23.4741847Z 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:21:23.4742259Z with 2022-11-23T01:21:23.4742419Z [ 2022-11-23T01:21:23.4743000Z T=torch::autograd::ViewInfo 2022-11-23T01:21:23.4743181Z ] 2022-11-23T01:21:23.4743616Z 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:21:23.4744284Z 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:21:23.4744955Z 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:21:23.4745386Z with 2022-11-23T01:21:23.4745545Z [ 2022-11-23T01:21:23.4745737Z T=torch::autograd::ViewInfo 2022-11-23T01:21:23.4745965Z ] 2022-11-23T01:21:23.5069941Z 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:21:23.5070342Z with 2022-11-23T01:21:23.5070516Z [ 2022-11-23T01:21:23.5070684Z T=c10::IValue 2022-11-23T01:21:23.5070859Z ] 2022-11-23T01:21:23.5071277Z 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:21:23.5071665Z with 2022-11-23T01:21:23.5071811Z [ 2022-11-23T01:21:23.5071986Z T=c10::IValue 2022-11-23T01:21:23.5072157Z ] 2022-11-23T01:21:23.5072582Z 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:21:23.5073056Z with 2022-11-23T01:21:23.5073219Z [ 2022-11-23T01:21:23.5073370Z T=c10::IValue 2022-11-23T01:21:23.5073594Z ] 2022-11-23T01:21:23.5074066Z 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:21:23.5074633Z with 2022-11-23T01:21:23.5074775Z [ 2022-11-23T01:21:23.5074945Z T=c10::IValue 2022-11-23T01:21:23.5075117Z ] 2022-11-23T01:21:23.5075512Z 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:21:23.5076151Z 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:21:23.5076802Z 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:21:23.5077192Z with 2022-11-23T01:21:23.5077336Z [ 2022-11-23T01:21:23.5077505Z T=c10::IValue 2022-11-23T01:21:23.5077675Z ] 2022-11-23T01:21:23.5110051Z 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:21:23.5110403Z with 2022-11-23T01:21:23.5110572Z [ 2022-11-23T01:21:23.5110746Z T=c10::AliasInfo 2022-11-23T01:21:23.5110904Z ] 2022-11-23T01:21:23.5112007Z 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:21:23.5112417Z with 2022-11-23T01:21:23.5112583Z [ 2022-11-23T01:21:23.5112735Z T=c10::AliasInfo 2022-11-23T01:21:23.5112913Z ] 2022-11-23T01:21:23.5113360Z 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:21:23.5113754Z with 2022-11-23T01:21:23.5113913Z [ 2022-11-23T01:21:23.5114086Z T=c10::AliasInfo 2022-11-23T01:21:23.5114241Z ] 2022-11-23T01:21:23.5114714Z 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:21:23.5115148Z with 2022-11-23T01:21:23.5115308Z [ 2022-11-23T01:21:23.5115461Z T=c10::AliasInfo 2022-11-23T01:21:23.5115637Z ] 2022-11-23T01:21:23.5116055Z 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:21:23.5116682Z 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:21:23.5117335Z 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:21:23.5117735Z with 2022-11-23T01:21:23.5117895Z [ 2022-11-23T01:21:23.5118047Z T=c10::AliasInfo 2022-11-23T01:21:23.5118219Z ] 2022-11-23T01:21:23.6079292Z 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:21:23.6079695Z with 2022-11-23T01:21:23.6079841Z [ 2022-11-23T01:21:23.6080080Z T=std::vector> 2022-11-23T01:21:23.6080457Z ] 2022-11-23T01:21:23.6080933Z 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:21:23.6081329Z with 2022-11-23T01:21:23.6081499Z [ 2022-11-23T01:21:23.6081706Z T=std::vector> 2022-11-23T01:21:23.6081929Z ] 2022-11-23T01:21:23.6082384Z 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:21:23.6082808Z with 2022-11-23T01:21:23.6082951Z [ 2022-11-23T01:21:23.6083174Z T=std::vector> 2022-11-23T01:21:23.6083385Z ] 2022-11-23T01:21:23.6083857Z 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:21:23.6084274Z with 2022-11-23T01:21:23.6084434Z [ 2022-11-23T01:21:23.6084655Z T=std::vector> 2022-11-23T01:21:23.6084846Z ] 2022-11-23T01:21:23.6085360Z 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:21:23.6085758Z with 2022-11-23T01:21:23.6085921Z [ 2022-11-23T01:21:23.6086075Z T=c10::SymInt 2022-11-23T01:21:23.6086246Z ] 2022-11-23T01:21:23.6086675Z 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:21:23.6087052Z with 2022-11-23T01:21:23.6087215Z [ 2022-11-23T01:21:23.6087381Z T=c10::SymInt 2022-11-23T01:21:23.6087538Z ] 2022-11-23T01:21:23.6087986Z 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:21:23.6088741Z 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:21:23.6089462Z 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:21:23.6089854Z with 2022-11-23T01:21:23.6089996Z [ 2022-11-23T01:21:23.6090219Z T=std::vector> 2022-11-23T01:21:23.6090431Z ] 2022-11-23T01:21:23.6236363Z 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:21:23.6236738Z with 2022-11-23T01:21:23.6236907Z [ 2022-11-23T01:21:23.6237116Z T=c10::either 2022-11-23T01:21:23.6237337Z ] 2022-11-23T01:21:23.6237745Z 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:21:23.6238223Z with 2022-11-23T01:21:23.6238369Z [ 2022-11-23T01:21:23.6238602Z T=c10::either 2022-11-23T01:21:23.6238818Z ] 2022-11-23T01:21:23.6239295Z 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:21:23.6239756Z with 2022-11-23T01:21:23.6239919Z [ 2022-11-23T01:21:23.6240145Z T=c10::either 2022-11-23T01:21:23.6240344Z ] 2022-11-23T01:21:23.6240876Z 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:21:23.6241403Z with 2022-11-23T01:21:23.6241548Z [ 2022-11-23T01:21:23.6241899Z T=c10::either 2022-11-23T01:21:23.6242121Z ] 2022-11-23T01:21:23.6242576Z 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:21:23.6243364Z 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:21:23.6244076Z 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:21:23.6244472Z with 2022-11-23T01:21:23.6244637Z [ 2022-11-23T01:21:23.6244848Z T=c10::either 2022-11-23T01:21:23.6245117Z ] 2022-11-23T01:21:25.3886198Z 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:21:25.3886637Z with 2022-11-23T01:21:25.3886819Z [ 2022-11-23T01:21:25.3887073Z T=at::StepCallbacks 2022-11-23T01:21:25.3887271Z ] 2022-11-23T01:21:25.3887760Z 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:21:25.3888244Z with 2022-11-23T01:21:25.3888429Z [ 2022-11-23T01:21:25.3888668Z T=at::StepCallbacks 2022-11-23T01:21:25.3888885Z ] 2022-11-23T01:21:25.3889348Z 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:21:25.3889930Z with 2022-11-23T01:21:25.3890169Z [ 2022-11-23T01:21:25.3890390Z T=at::StepCallbacks 2022-11-23T01:21:25.3890569Z ] 2022-11-23T01:21:25.3891148Z 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:21:25.3891633Z with 2022-11-23T01:21:25.3891836Z [ 2022-11-23T01:21:25.3892011Z T=at::StepCallbacks 2022-11-23T01:21:25.3892254Z ] 2022-11-23T01:21:25.3892725Z 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:21:25.3893580Z 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:21:25.3894271Z 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:21:25.3894746Z with 2022-11-23T01:21:25.3895004Z [ 2022-11-23T01:21:25.3895187Z T=at::StepCallbacks 2022-11-23T01:21:25.3895407Z ] 2022-11-23T01:21:25.4532932Z 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:21:25.4533333Z with 2022-11-23T01:21:25.4533500Z [ 2022-11-23T01:21:25.4533655Z T=c10::DimVector 2022-11-23T01:21:25.4533818Z ] 2022-11-23T01:21:25.4534219Z 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:21:25.4534642Z with 2022-11-23T01:21:25.4534917Z [ 2022-11-23T01:21:25.4535131Z T=c10::DimVector 2022-11-23T01:21:25.4535298Z ] 2022-11-23T01:21:25.4535712Z 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:21:25.4536117Z with 2022-11-23T01:21:25.4536264Z [ 2022-11-23T01:21:25.4536409Z T=c10::DimVector 2022-11-23T01:21:25.4536579Z ] 2022-11-23T01:21:25.4537035Z 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:21:25.4537458Z with 2022-11-23T01:21:25.4537592Z [ 2022-11-23T01:21:25.4537749Z T=c10::DimVector 2022-11-23T01:21:25.4537904Z ] 2022-11-23T01:21:25.4538290Z 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:21:25.4538918Z 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:21:25.4539559Z 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:21:25.4539937Z with 2022-11-23T01:21:25.4540072Z [ 2022-11-23T01:21:25.4540232Z T=c10::DimVector 2022-11-23T01:21:25.4540437Z ] 2022-11-23T01:21:26.4038061Z 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:21:26.4038460Z with 2022-11-23T01:21:26.4038620Z [ 2022-11-23T01:21:26.4038793Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:26.4038988Z ] 2022-11-23T01:21:26.4039387Z 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:21:26.4039910Z with 2022-11-23T01:21:26.4040058Z [ 2022-11-23T01:21:26.4040240Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:26.4040405Z ] 2022-11-23T01:21:26.4040839Z 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:21:26.4041243Z with 2022-11-23T01:21:26.4041395Z [ 2022-11-23T01:21:26.4041560Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:26.4041739Z ] 2022-11-23T01:21:26.4042198Z 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:21:26.4042606Z with 2022-11-23T01:21:26.4042751Z [ 2022-11-23T01:21:26.4042931Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:26.4043092Z ] 2022-11-23T01:21:26.4043511Z 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:21:26.4044259Z 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:21:26.4044937Z 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:21:26.4045316Z with 2022-11-23T01:21:26.4045527Z [ 2022-11-23T01:21:26.4045708Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:26.4045886Z ] 2022-11-23T01:21:26.4097855Z 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:21:26.4098232Z with 2022-11-23T01:21:26.4098384Z [ 2022-11-23T01:21:26.4098610Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:26.4098803Z ] 2022-11-23T01:21:26.4099209Z 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:21:26.4099606Z with 2022-11-23T01:21:26.4099742Z [ 2022-11-23T01:21:26.4099960Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:26.4100164Z ] 2022-11-23T01:21:26.4100575Z 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:21:26.4100979Z with 2022-11-23T01:21:26.4101126Z [ 2022-11-23T01:21:26.4101339Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:26.4101530Z ] 2022-11-23T01:21:26.4101988Z 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:21:26.4102410Z with 2022-11-23T01:21:26.4102558Z [ 2022-11-23T01:21:26.4102759Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:26.4102965Z ] 2022-11-23T01:21:26.4103415Z 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:21:26.4104633Z 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:21:26.4105346Z 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:21:26.4105732Z with 2022-11-23T01:21:26.4105882Z [ 2022-11-23T01:21:26.4106086Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:26.4106291Z ] 2022-11-23T01:21:26.5769187Z 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:21:26.5769647Z with 2022-11-23T01:21:26.5769792Z [ 2022-11-23T01:21:26.5769998Z T=std::tuple 2022-11-23T01:21:26.5770205Z ] 2022-11-23T01:21:26.5770789Z 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:21:26.5771151Z with 2022-11-23T01:21:26.5771304Z [ 2022-11-23T01:21:26.5771499Z T=std::tuple 2022-11-23T01:21:26.5771675Z ] 2022-11-23T01:21:26.5772113Z 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:21:26.5772595Z with 2022-11-23T01:21:26.5772751Z [ 2022-11-23T01:21:26.5772935Z T=std::tuple 2022-11-23T01:21:26.5773132Z ] 2022-11-23T01:21:26.5773593Z 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:21:26.5774074Z with 2022-11-23T01:21:26.5774213Z [ 2022-11-23T01:21:26.5774457Z T=std::tuple 2022-11-23T01:21:26.5774646Z ] 2022-11-23T01:21:26.5775060Z 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:21:26.5775747Z 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:21:26.5776426Z 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:21:26.5776812Z with 2022-11-23T01:21:26.5776950Z [ 2022-11-23T01:21:26.5777146Z T=std::tuple 2022-11-23T01:21:26.5777336Z ] 2022-11-23T01:21:26.5825441Z 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:21:26.5825821Z with 2022-11-23T01:21:26.5825977Z [ 2022-11-23T01:21:26.5826172Z T=torch::jit::SourceRange 2022-11-23T01:21:26.5826337Z ] 2022-11-23T01:21:26.5826947Z 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:21:26.5827371Z with 2022-11-23T01:21:26.5827522Z [ 2022-11-23T01:21:26.5827685Z T=torch::jit::SourceRange 2022-11-23T01:21:26.5827858Z ] 2022-11-23T01:21:26.5828290Z 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:21:26.5828677Z with 2022-11-23T01:21:26.5828825Z [ 2022-11-23T01:21:26.5829002Z T=torch::jit::SourceRange 2022-11-23T01:21:26.5829167Z ] 2022-11-23T01:21:26.5829629Z 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:21:26.5830053Z with 2022-11-23T01:21:26.5830203Z [ 2022-11-23T01:21:26.5830361Z T=torch::jit::SourceRange 2022-11-23T01:21:26.5830530Z ] 2022-11-23T01:21:26.5831018Z 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:21:26.5831671Z 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:21:26.5832393Z 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:21:26.5832780Z with 2022-11-23T01:21:26.5832980Z [ 2022-11-23T01:21:26.5833143Z T=torch::jit::SourceRange 2022-11-23T01:21:26.5833320Z ] 2022-11-23T01:21:26.5910344Z 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:21:26.5910729Z with 2022-11-23T01:21:26.5910870Z [ 2022-11-23T01:21:26.5911070Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:26.5911259Z ] 2022-11-23T01:21:26.5911650Z 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:21:26.5912016Z with 2022-11-23T01:21:26.5912164Z [ 2022-11-23T01:21:26.5912357Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:26.5912532Z ] 2022-11-23T01:21:26.5912963Z 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:21:26.5913361Z with 2022-11-23T01:21:26.5913495Z [ 2022-11-23T01:21:26.5913692Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:26.5913879Z ] 2022-11-23T01:21:26.5914333Z 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:21:26.5914748Z with 2022-11-23T01:21:26.5914898Z [ 2022-11-23T01:21:26.5915088Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:26.5915260Z ] 2022-11-23T01:21:26.5915807Z 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:21:26.5916502Z 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:21:26.5917158Z 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:21:26.5917531Z with 2022-11-23T01:21:26.5917682Z [ 2022-11-23T01:21:26.5917876Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:26.5918064Z ] 2022-11-23T01:21:26.5935683Z 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:21:26.5936052Z with 2022-11-23T01:21:26.5936208Z [ 2022-11-23T01:21:26.5936384Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:26.5936573Z ] 2022-11-23T01:21:26.5937053Z 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:21:26.5937420Z with 2022-11-23T01:21:26.5937556Z [ 2022-11-23T01:21:26.5937746Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:26.5937939Z ] 2022-11-23T01:21:26.5938350Z 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:21:26.5938753Z with 2022-11-23T01:21:26.5938901Z [ 2022-11-23T01:21:26.5939093Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:26.5939265Z ] 2022-11-23T01:21:26.5939728Z 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:21:26.5940145Z with 2022-11-23T01:21:26.5940279Z [ 2022-11-23T01:21:26.5940465Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:26.5940650Z ] 2022-11-23T01:21:26.5941077Z 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:21:26.5941727Z 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:21:26.5942384Z 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:21:26.5942765Z with 2022-11-23T01:21:26.5942913Z [ 2022-11-23T01:21:26.5943089Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:26.5943272Z ] 2022-11-23T01:21:26.5993180Z 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:21:26.5993536Z with 2022-11-23T01:21:26.5993677Z [ 2022-11-23T01:21:26.5993849Z T=torch::jit::ScopePtr 2022-11-23T01:21:26.5994105Z ] 2022-11-23T01:21:26.5994485Z 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:21:26.5994850Z with 2022-11-23T01:21:26.5995001Z [ 2022-11-23T01:21:26.5995157Z T=torch::jit::ScopePtr 2022-11-23T01:21:26.5995326Z ] 2022-11-23T01:21:26.5995761Z 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:21:26.5996160Z with 2022-11-23T01:21:26.5996296Z [ 2022-11-23T01:21:26.5996465Z T=torch::jit::ScopePtr 2022-11-23T01:21:26.5996635Z ] 2022-11-23T01:21:26.5997077Z 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:21:26.5997503Z with 2022-11-23T01:21:26.5997651Z [ 2022-11-23T01:21:26.5997809Z T=torch::jit::ScopePtr 2022-11-23T01:21:26.5997977Z ] 2022-11-23T01:21:26.5998446Z 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:21:26.5999096Z 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:21:26.5999747Z 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:21:26.6000121Z with 2022-11-23T01:21:26.6000273Z [ 2022-11-23T01:21:26.6000441Z T=torch::jit::ScopePtr 2022-11-23T01:21:26.6000599Z ] 2022-11-23T01:21:26.8306939Z 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:21:26.8307351Z with 2022-11-23T01:21:26.8307495Z [ 2022-11-23T01:21:26.8307696Z T=at::ThreadLocalState 2022-11-23T01:21:26.8307872Z ] 2022-11-23T01:21:26.8308275Z 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:21:26.8308633Z with 2022-11-23T01:21:26.8308785Z [ 2022-11-23T01:21:26.8308972Z T=at::ThreadLocalState 2022-11-23T01:21:26.8309140Z ] 2022-11-23T01:21:26.8309626Z 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:21:26.8310078Z with 2022-11-23T01:21:26.8310229Z [ 2022-11-23T01:21:26.8310390Z T=at::ThreadLocalState 2022-11-23T01:21:26.8310566Z ] 2022-11-23T01:21:26.8311030Z 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:21:26.8311433Z with 2022-11-23T01:21:26.8311584Z [ 2022-11-23T01:21:26.8311755Z T=at::ThreadLocalState 2022-11-23T01:21:26.8311913Z ] 2022-11-23T01:21:26.8312328Z 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:21:26.8313148Z 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:21:26.8313812Z 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:21:26.8314195Z with 2022-11-23T01:21:26.8314331Z [ 2022-11-23T01:21:26.8314506Z T=at::ThreadLocalState 2022-11-23T01:21:26.8314678Z ] 2022-11-23T01:21:26.8461389Z 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:21:26.8461751Z with 2022-11-23T01:21:26.8461900Z [ 2022-11-23T01:21:26.8462104Z T=std::shared_ptr 2022-11-23T01:21:26.8462275Z ] 2022-11-23T01:21:26.8462775Z 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:21:26.8463147Z with 2022-11-23T01:21:26.8463284Z [ 2022-11-23T01:21:26.8463477Z T=std::shared_ptr 2022-11-23T01:21:26.8463668Z ] 2022-11-23T01:21:26.8464082Z 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:21:26.8464481Z with 2022-11-23T01:21:26.8464629Z [ 2022-11-23T01:21:26.8464818Z T=std::shared_ptr 2022-11-23T01:21:26.8464994Z ] 2022-11-23T01:21:26.8465450Z 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:21:26.8465873Z with 2022-11-23T01:21:26.8466008Z [ 2022-11-23T01:21:26.8466199Z T=std::shared_ptr 2022-11-23T01:21:26.8466381Z ] 2022-11-23T01:21:26.8466802Z 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:21:26.8467437Z 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:21:26.8468113Z 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:21:26.8468792Z 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:21:26.8469175Z with 2022-11-23T01:21:26.8469313Z [ 2022-11-23T01:21:26.8469503Z T=std::shared_ptr 2022-11-23T01:21:26.8469690Z ] 2022-11-23T01:21:26.8490163Z 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:21:26.8490595Z with 2022-11-23T01:21:26.8490752Z [ 2022-11-23T01:21:26.8490934Z T=torch::jit::GraphExecutor 2022-11-23T01:21:26.8491102Z ] 2022-11-23T01:21:26.8491500Z 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:21:26.8491869Z with 2022-11-23T01:21:26.8492018Z [ 2022-11-23T01:21:26.8492183Z T=torch::jit::GraphExecutor 2022-11-23T01:21:26.8492359Z ] 2022-11-23T01:21:26.8492790Z 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:21:26.8493171Z with 2022-11-23T01:21:26.8493324Z [ 2022-11-23T01:21:26.8493500Z T=torch::jit::GraphExecutor 2022-11-23T01:21:26.8493665Z ] 2022-11-23T01:21:26.8494120Z 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:21:26.8494541Z with 2022-11-23T01:21:26.8494742Z [ 2022-11-23T01:21:26.8494907Z T=torch::jit::GraphExecutor 2022-11-23T01:21:26.8495085Z ] 2022-11-23T01:21:26.8495510Z 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:21:26.8496147Z 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:21:26.8496798Z 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:21:26.8497475Z 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:21:26.8497857Z with 2022-11-23T01:21:26.8498007Z [ 2022-11-23T01:21:26.8498172Z T=torch::jit::GraphExecutor 2022-11-23T01:21:26.8498349Z ] 2022-11-23T01:21:26.8597999Z 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:21:26.8598358Z with 2022-11-23T01:21:26.8598502Z [ 2022-11-23T01:21:26.8598672Z T=torch::jit::Method 2022-11-23T01:21:26.8598839Z ] 2022-11-23T01:21:26.8599218Z 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:21:26.8599581Z with 2022-11-23T01:21:26.8599733Z [ 2022-11-23T01:21:26.8599891Z T=torch::jit::Method 2022-11-23T01:21:26.8600054Z ] 2022-11-23T01:21:26.8600485Z 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:21:26.8600877Z with 2022-11-23T01:21:26.8601011Z [ 2022-11-23T01:21:26.8601176Z T=torch::jit::Method 2022-11-23T01:21:26.8601422Z ] 2022-11-23T01:21:26.8601865Z 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:21:26.8602291Z with 2022-11-23T01:21:26.8602443Z [ 2022-11-23T01:21:26.8602597Z T=torch::jit::Method 2022-11-23T01:21:26.8602767Z ] 2022-11-23T01:21:26.8603173Z 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:21:26.8603813Z 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:21:26.8604451Z 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:21:26.8604821Z with 2022-11-23T01:21:26.8604974Z [ 2022-11-23T01:21:26.8605139Z T=torch::jit::Method 2022-11-23T01:21:26.8605295Z ] 2022-11-23T01:21:26.9343434Z 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:21:26.9343835Z with 2022-11-23T01:21:26.9343987Z [ 2022-11-23T01:21:26.9344214Z T=std::vector> 2022-11-23T01:21:26.9344421Z ] 2022-11-23T01:21:26.9344829Z 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:21:26.9345208Z with 2022-11-23T01:21:26.9345348Z [ 2022-11-23T01:21:26.9345566Z T=std::vector> 2022-11-23T01:21:26.9345772Z ] 2022-11-23T01:21:26.9346207Z 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:21:26.9346604Z with 2022-11-23T01:21:26.9346754Z [ 2022-11-23T01:21:26.9346974Z T=std::vector> 2022-11-23T01:21:26.9347163Z ] 2022-11-23T01:21:26.9347624Z 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:21:26.9348047Z with 2022-11-23T01:21:26.9348203Z [ 2022-11-23T01:21:26.9348406Z T=std::vector> 2022-11-23T01:21:26.9348608Z ] 2022-11-23T01:21:26.9349057Z 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:21:26.9349760Z 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:21:26.9350425Z 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:21:26.9350887Z with 2022-11-23T01:21:26.9351039Z [ 2022-11-23T01:21:26.9351257Z T=std::vector> 2022-11-23T01:21:26.9351448Z ] 2022-11-23T01:21:27.0539840Z 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:21:27.0540247Z with 2022-11-23T01:21:27.0540390Z [ 2022-11-23T01:21:27.0540636Z T=std::function 2022-11-23T01:21:27.0540877Z ] 2022-11-23T01:21:27.0541283Z 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:21:27.0541636Z with 2022-11-23T01:21:27.0541786Z [ 2022-11-23T01:21:27.0542033Z T=std::function 2022-11-23T01:21:27.0542248Z ] 2022-11-23T01:21:27.0542677Z 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:21:27.0543162Z with 2022-11-23T01:21:27.0543473Z [ 2022-11-23T01:21:27.0543716Z T=std::function 2022-11-23T01:21:27.0543926Z ] 2022-11-23T01:21:27.0544389Z 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:21:27.0544809Z with 2022-11-23T01:21:27.0544959Z [ 2022-11-23T01:21:27.0545182Z T=std::function 2022-11-23T01:21:27.0545409Z ] 2022-11-23T01:21:27.0545871Z 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:21:27.0546632Z 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:21:27.0547332Z 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:21:27.0547719Z with 2022-11-23T01:21:27.0547868Z [ 2022-11-23T01:21:27.0548105Z T=std::function 2022-11-23T01:21:27.0548318Z ] 2022-11-23T01:21:27.2849623Z 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:21:27.2850043Z with 2022-11-23T01:21:27.2850185Z [ 2022-11-23T01:21:27.2850466Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:27.2850720Z ] 2022-11-23T01:21:27.2851124Z 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:21:27.2851480Z with 2022-11-23T01:21:27.2851632Z [ 2022-11-23T01:21:27.2852103Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:27.2852349Z ] 2022-11-23T01:21:27.2852785Z 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:21:27.2853189Z with 2022-11-23T01:21:27.2853338Z [ 2022-11-23T01:21:27.2853587Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:27.2853838Z ] 2022-11-23T01:21:27.2854303Z 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:21:27.2854724Z with 2022-11-23T01:21:27.2854857Z [ 2022-11-23T01:21:27.2855124Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:27.2855372Z ] 2022-11-23T01:21:27.2855847Z 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:21:27.2856749Z 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:21:27.2857498Z 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:21:27.2857883Z with 2022-11-23T01:21:27.2858018Z [ 2022-11-23T01:21:27.2858279Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:27.2858530Z ] 2022-11-23T01:21:27.4190307Z 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:21:27.4190691Z with 2022-11-23T01:21:27.4190858Z [ 2022-11-23T01:21:27.4191076Z T=std::vector> 2022-11-23T01:21:27.4191261Z ] 2022-11-23T01:21:27.4191664Z 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:21:27.4192039Z with 2022-11-23T01:21:27.4192229Z [ 2022-11-23T01:21:27.4192421Z T=std::vector> 2022-11-23T01:21:27.4192621Z ] 2022-11-23T01:21:27.4193123Z 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:21:27.4193556Z with 2022-11-23T01:21:27.4193703Z [ 2022-11-23T01:21:27.4193907Z T=std::vector> 2022-11-23T01:21:27.4194088Z ] 2022-11-23T01:21:27.4194557Z 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:21:27.4194977Z with 2022-11-23T01:21:27.4195126Z [ 2022-11-23T01:21:27.4195315Z T=std::vector> 2022-11-23T01:21:27.4195662Z ] 2022-11-23T01:21:27.4196115Z 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:21:27.4196499Z with 2022-11-23T01:21:27.4196636Z [ 2022-11-23T01:21:27.4196787Z T=double 2022-11-23T01:21:27.4196940Z ] 2022-11-23T01:21:27.4197384Z 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:21:27.4197806Z with 2022-11-23T01:21:27.4197951Z [ 2022-11-23T01:21:27.4198086Z T=double 2022-11-23T01:21:27.4198237Z ] 2022-11-23T01:21:27.4198699Z 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:21:27.4199085Z with 2022-11-23T01:21:27.4199262Z [ 2022-11-23T01:21:27.4199465Z T=std::vector> 2022-11-23T01:21:27.4199655Z ] 2022-11-23T01:21:27.9779890Z 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:21:27.9780310Z with 2022-11-23T01:21:27.9780512Z [ 2022-11-23T01:21:27.9780721Z T=std::tuple 2022-11-23T01:21:27.9780894Z ] 2022-11-23T01:21:27.9781300Z 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:21:27.9781674Z with 2022-11-23T01:21:27.9781818Z [ 2022-11-23T01:21:27.9782007Z T=std::tuple 2022-11-23T01:21:27.9782185Z ] 2022-11-23T01:21:27.9782611Z 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:21:27.9783007Z with 2022-11-23T01:21:27.9783156Z [ 2022-11-23T01:21:27.9783346Z T=std::tuple 2022-11-23T01:21:27.9783513Z ] 2022-11-23T01:21:27.9783977Z 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:21:27.9784396Z with 2022-11-23T01:21:27.9784541Z [ 2022-11-23T01:21:27.9784716Z T=std::tuple 2022-11-23T01:21:27.9784894Z ] 2022-11-23T01:21:27.9785315Z 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:21:27.9785993Z 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:21:27.9786680Z 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:21:27.9787060Z with 2022-11-23T01:21:27.9787205Z [ 2022-11-23T01:21:27.9787381Z T=std::tuple 2022-11-23T01:21:27.9787655Z ] 2022-11-23T01:21:28.1090834Z 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:21:28.1091229Z with 2022-11-23T01:21:28.1091371Z [ 2022-11-23T01:21:28.1091587Z T=std::vector> 2022-11-23T01:21:28.1091812Z ] 2022-11-23T01:21:28.1092200Z 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:21:28.1092630Z with 2022-11-23T01:21:28.1092779Z [ 2022-11-23T01:21:28.1092989Z T=std::vector> 2022-11-23T01:21:28.1093228Z ] 2022-11-23T01:21:28.1093655Z 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:21:28.1094064Z with 2022-11-23T01:21:28.1094202Z [ 2022-11-23T01:21:28.1094410Z T=std::vector> 2022-11-23T01:21:28.1094609Z ] 2022-11-23T01:21:28.1095215Z 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:21:28.1095631Z with 2022-11-23T01:21:28.1095778Z [ 2022-11-23T01:21:28.1095988Z T=std::vector> 2022-11-23T01:21:28.1096175Z ] 2022-11-23T01:21:28.1096610Z 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:21:28.1097336Z 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:21:28.1098037Z 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:21:28.1098418Z with 2022-11-23T01:21:28.1098607Z [ 2022-11-23T01:21:28.1098818Z T=std::vector> 2022-11-23T01:21:28.1099017Z ] 2022-11-23T01:21:34.8670793Z Microsoft (R) Incremental Linker Version 14.28.29337.0 2022-11-23T01:21:34.8671130Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T01:21:34.8671277Z 2022-11-23T01:21:34.8671383Z /out:simple-torch-test.exe 2022-11-23T01:21:34.8671593Z simple-torch-test.obj 2022-11-23T01:21:34.8671771Z c10.lib 2022-11-23T01:21:34.8671912Z torch_cpu.lib 2022-11-23T01:21:39.4651748Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2022-11-23T01:21:40.1224648Z [W builder\test_example_code\simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2022-11-23T01:21:40.1992912Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T01:21:40.1993238Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T01:21:40.1993400Z 2022-11-23T01:21:40.2009076Z check-torch-mkl.cpp 2022-11-23T01:21:40.2271833Z 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:21:40.7995517Z 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:21:40.7995939Z with 2022-11-23T01:21:40.7996094Z [ 2022-11-23T01:21:40.7996257Z T=c10::SymInt 2022-11-23T01:21:40.7996421Z ] 2022-11-23T01:21:40.7996830Z 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:21:40.7997199Z with 2022-11-23T01:21:40.7997335Z [ 2022-11-23T01:21:40.7997535Z T=c10::SymInt 2022-11-23T01:21:40.7997698Z ] 2022-11-23T01:21:40.7998155Z 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:21:40.7998558Z with 2022-11-23T01:21:40.7998707Z [ 2022-11-23T01:21:40.7998864Z T=c10::SymInt 2022-11-23T01:21:40.7999006Z ] 2022-11-23T01:21:40.7999624Z 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:21:40.8000053Z with 2022-11-23T01:21:40.8000190Z [ 2022-11-23T01:21:40.8000347Z T=c10::SymInt 2022-11-23T01:21:40.8000502Z ] 2022-11-23T01:21:40.8000899Z 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:21:40.8001500Z 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:21:40.8002138Z 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:21:40.8002514Z with 2022-11-23T01:21:40.8002664Z [ 2022-11-23T01:21:40.8002808Z T=c10::SymInt 2022-11-23T01:21:40.8002963Z ] 2022-11-23T01:21:40.8339785Z 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:21:40.8767768Z 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:21:40.8768155Z with 2022-11-23T01:21:40.8768308Z [ 2022-11-23T01:21:40.8768488Z T=at::TensorBase 2022-11-23T01:21:40.8768640Z ] 2022-11-23T01:21:40.8769046Z 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:21:40.8769411Z with 2022-11-23T01:21:40.8769546Z [ 2022-11-23T01:21:40.8769718Z T=at::TensorBase 2022-11-23T01:21:40.8769882Z ] 2022-11-23T01:21:40.8770317Z 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:21:40.8770706Z with 2022-11-23T01:21:40.8770855Z [ 2022-11-23T01:21:40.8771014Z T=at::TensorBase 2022-11-23T01:21:40.8771159Z ] 2022-11-23T01:21:40.8771779Z 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:21:40.8772203Z with 2022-11-23T01:21:40.8772350Z [ 2022-11-23T01:21:40.8772497Z T=at::TensorBase 2022-11-23T01:21:40.8772659Z ] 2022-11-23T01:21:40.8773070Z 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:21:40.8773758Z 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:21:40.8774395Z 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:21:40.8774781Z with 2022-11-23T01:21:40.8774929Z [ 2022-11-23T01:21:40.8775076Z T=at::TensorBase 2022-11-23T01:21:40.8775237Z ] 2022-11-23T01:21:41.1184437Z 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:21:41.1184850Z with 2022-11-23T01:21:41.1184993Z [ 2022-11-23T01:21:41.1185174Z T=at::Tensor 2022-11-23T01:21:41.1185335Z ] 2022-11-23T01:21:41.1185731Z 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:21:41.1186101Z with 2022-11-23T01:21:41.1186256Z [ 2022-11-23T01:21:41.1186401Z T=at::Tensor 2022-11-23T01:21:41.1186556Z ] 2022-11-23T01:21:41.1186987Z 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:21:41.1187389Z with 2022-11-23T01:21:41.1187521Z [ 2022-11-23T01:21:41.1187684Z T=at::Tensor 2022-11-23T01:21:41.1187839Z ] 2022-11-23T01:21:41.1188335Z 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:21:41.1188763Z with 2022-11-23T01:21:41.1188955Z [ 2022-11-23T01:21:41.1189098Z T=at::Tensor 2022-11-23T01:21:41.1189249Z ] 2022-11-23T01:21:41.1189709Z 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:21:41.1190334Z 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:21:41.1190962Z 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:21:41.1191348Z with 2022-11-23T01:21:41.1191501Z [ 2022-11-23T01:21:41.1191658Z T=at::Tensor 2022-11-23T01:21:41.1191800Z ] 2022-11-23T01:21:41.1217432Z 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:21:41.1217995Z with 2022-11-23T01:21:41.1218132Z [ 2022-11-23T01:21:41.1218349Z T=at::Generator 2022-11-23T01:21:41.1218514Z ] 2022-11-23T01:21:41.1218916Z 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:21:41.1219270Z with 2022-11-23T01:21:41.1219415Z [ 2022-11-23T01:21:41.1219575Z T=at::Generator 2022-11-23T01:21:41.1219723Z ] 2022-11-23T01:21:41.1220144Z 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:21:41.1220540Z with 2022-11-23T01:21:41.1220676Z [ 2022-11-23T01:21:41.1220836Z T=at::Generator 2022-11-23T01:21:41.1220995Z ] 2022-11-23T01:21:41.1221453Z 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:21:41.1221864Z with 2022-11-23T01:21:41.1222011Z [ 2022-11-23T01:21:41.1222245Z T=at::Generator 2022-11-23T01:21:41.1222397Z ] 2022-11-23T01:21:41.1222796Z 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:21:41.1223421Z 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:21:41.1224154Z 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:21:41.1224525Z with 2022-11-23T01:21:41.1224672Z [ 2022-11-23T01:21:41.1224833Z T=at::Generator 2022-11-23T01:21:41.1224982Z ] 2022-11-23T01:21:41.1248279Z 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:21:41.1248670Z with 2022-11-23T01:21:41.1248825Z [ 2022-11-23T01:21:41.1248986Z T=c10::Scalar 2022-11-23T01:21:41.1249187Z ] 2022-11-23T01:21:41.1249587Z 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:21:41.1249961Z with 2022-11-23T01:21:41.1250095Z [ 2022-11-23T01:21:41.1250252Z T=c10::Scalar 2022-11-23T01:21:41.1250406Z ] 2022-11-23T01:21:41.1250818Z 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:21:41.1251217Z with 2022-11-23T01:21:41.1251370Z [ 2022-11-23T01:21:41.1251511Z T=c10::Scalar 2022-11-23T01:21:41.1251665Z ] 2022-11-23T01:21:41.1252125Z 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:21:41.1252546Z with 2022-11-23T01:21:41.1252883Z [ 2022-11-23T01:21:41.1253042Z T=c10::Scalar 2022-11-23T01:21:41.1253197Z ] 2022-11-23T01:21:41.1253626Z 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:21:41.1254255Z 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:21:41.1254891Z 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:21:41.1255270Z with 2022-11-23T01:21:41.1255406Z [ 2022-11-23T01:21:41.1255562Z T=c10::Scalar 2022-11-23T01:21:41.1255717Z ] 2022-11-23T01:21:41.2811901Z 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:21:41.2812293Z with 2022-11-23T01:21:41.2812448Z [ 2022-11-23T01:21:41.2812612Z T=std::string 2022-11-23T01:21:41.2812775Z ] 2022-11-23T01:21:41.2813324Z 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:21:41.2813699Z with 2022-11-23T01:21:41.2813836Z [ 2022-11-23T01:21:41.2814000Z T=std::string 2022-11-23T01:21:41.2814158Z ] 2022-11-23T01:21:41.2814569Z 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:21:41.2814978Z with 2022-11-23T01:21:41.2815125Z [ 2022-11-23T01:21:41.2815270Z T=std::string 2022-11-23T01:21:41.2815434Z ] 2022-11-23T01:21:41.2815893Z 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:21:41.2816313Z with 2022-11-23T01:21:41.2816449Z [ 2022-11-23T01:21:41.2816604Z T=std::string 2022-11-23T01:21:41.2816760Z ] 2022-11-23T01:21:41.2817203Z 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:21:41.2817875Z 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:21:41.2818513Z 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:21:41.2818891Z with 2022-11-23T01:21:41.2819027Z [ 2022-11-23T01:21:41.2819190Z T=std::string 2022-11-23T01:21:41.2819349Z ] 2022-11-23T01:21:41.2930942Z 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:21:41.2931335Z with 2022-11-23T01:21:41.2931499Z [ 2022-11-23T01:21:41.2931674Z T=c10::QualifiedName 2022-11-23T01:21:41.2931831Z ] 2022-11-23T01:21:41.2932233Z 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:21:41.2932743Z with 2022-11-23T01:21:41.2932880Z [ 2022-11-23T01:21:41.2933049Z T=c10::QualifiedName 2022-11-23T01:21:41.2933212Z ] 2022-11-23T01:21:41.2933650Z 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:21:41.2934038Z with 2022-11-23T01:21:41.2934187Z [ 2022-11-23T01:21:41.2934359Z T=c10::QualifiedName 2022-11-23T01:21:41.2934512Z ] 2022-11-23T01:21:41.2934971Z 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:21:41.2935392Z with 2022-11-23T01:21:41.2935545Z [ 2022-11-23T01:21:41.2935699Z T=c10::QualifiedName 2022-11-23T01:21:41.2935867Z ] 2022-11-23T01:21:41.2936339Z 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:21:41.2936967Z 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:21:41.2937611Z 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:21:41.2937998Z with 2022-11-23T01:21:41.2938146Z [ 2022-11-23T01:21:41.2938301Z T=c10::QualifiedName 2022-11-23T01:21:41.2938467Z ] 2022-11-23T01:21:41.3395063Z 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:21:41.3395452Z with 2022-11-23T01:21:41.3395591Z [ 2022-11-23T01:21:41.3395823Z T=std::shared_ptr 2022-11-23T01:21:41.3396024Z ] 2022-11-23T01:21:41.3396418Z 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:21:41.3396828Z with 2022-11-23T01:21:41.3396977Z [ 2022-11-23T01:21:41.3397171Z T=std::shared_ptr 2022-11-23T01:21:41.3397382Z ] 2022-11-23T01:21:41.3397810Z 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:21:41.3398215Z with 2022-11-23T01:21:41.3398350Z [ 2022-11-23T01:21:41.3398554Z T=std::shared_ptr 2022-11-23T01:21:41.3398751Z ] 2022-11-23T01:21:41.3399195Z 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:21:41.3399617Z with 2022-11-23T01:21:41.3399766Z [ 2022-11-23T01:21:41.3399971Z T=std::shared_ptr 2022-11-23T01:21:41.3400152Z ] 2022-11-23T01:21:41.3401010Z 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:21:41.3401697Z 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:21:41.3402363Z 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:21:41.3402729Z with 2022-11-23T01:21:41.3402878Z [ 2022-11-23T01:21:41.3403087Z T=std::shared_ptr 2022-11-23T01:21:41.3403286Z ] 2022-11-23T01:21:41.3420537Z 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:21:41.3420898Z with 2022-11-23T01:21:41.3421055Z [ 2022-11-23T01:21:41.3421250Z T=std::weak_ptr 2022-11-23T01:21:41.3421447Z ] 2022-11-23T01:21:41.3421939Z 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:21:41.3422309Z with 2022-11-23T01:21:41.3422444Z [ 2022-11-23T01:21:41.3422650Z T=std::weak_ptr 2022-11-23T01:21:41.3422845Z ] 2022-11-23T01:21:41.3423265Z 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:21:41.3423660Z with 2022-11-23T01:21:41.3423808Z [ 2022-11-23T01:21:41.3424011Z T=std::weak_ptr 2022-11-23T01:21:41.3424191Z ] 2022-11-23T01:21:41.3424643Z 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:21:41.3425062Z with 2022-11-23T01:21:41.3425195Z [ 2022-11-23T01:21:41.3425400Z T=std::weak_ptr 2022-11-23T01:21:41.3425593Z ] 2022-11-23T01:21:41.3426011Z 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:21:41.3426701Z 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:21:41.3427360Z 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:21:41.3427745Z with 2022-11-23T01:21:41.3427894Z [ 2022-11-23T01:21:41.3428083Z T=std::weak_ptr 2022-11-23T01:21:41.3428280Z ] 2022-11-23T01:21:41.3931623Z 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:21:41.3932048Z with 2022-11-23T01:21:41.3932190Z [ 2022-11-23T01:21:41.3932892Z T=std::vector> 2022-11-23T01:21:41.3933117Z ] 2022-11-23T01:21:41.3933509Z 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:21:41.3933880Z with 2022-11-23T01:21:41.3934029Z [ 2022-11-23T01:21:41.3934251Z T=std::vector> 2022-11-23T01:21:41.3934469Z ] 2022-11-23T01:21:41.3934905Z 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:21:41.3935304Z with 2022-11-23T01:21:41.3935440Z [ 2022-11-23T01:21:41.3935671Z T=std::vector> 2022-11-23T01:21:41.3935894Z ] 2022-11-23T01:21:41.3936340Z 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:21:41.3936766Z with 2022-11-23T01:21:41.3936915Z [ 2022-11-23T01:21:41.3937217Z T=std::vector> 2022-11-23T01:21:41.3937421Z ] 2022-11-23T01:21:41.3937875Z 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:21:41.3938596Z 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:21:41.3939278Z 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:21:41.3939651Z with 2022-11-23T01:21:41.3939799Z [ 2022-11-23T01:21:41.3940029Z T=std::vector> 2022-11-23T01:21:41.3940246Z ] 2022-11-23T01:21:41.4041350Z 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:21:41.4041791Z with 2022-11-23T01:21:41.4041945Z [ 2022-11-23T01:21:41.4042136Z T=std::vector> 2022-11-23T01:21:41.4042339Z ] 2022-11-23T01:21:41.4042741Z 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:21:41.4043111Z with 2022-11-23T01:21:41.4043248Z [ 2022-11-23T01:21:41.4043447Z T=std::vector> 2022-11-23T01:21:41.4043638Z ] 2022-11-23T01:21:41.4044065Z 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:21:41.4044462Z with 2022-11-23T01:21:41.4044611Z [ 2022-11-23T01:21:41.4044794Z T=std::vector> 2022-11-23T01:21:41.4044984Z ] 2022-11-23T01:21:41.4045441Z 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:21:41.4046299Z with 2022-11-23T01:21:41.4046437Z [ 2022-11-23T01:21:41.4046658Z T=std::vector> 2022-11-23T01:21:41.4046864Z ] 2022-11-23T01:21:41.4047284Z 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:21:41.4047967Z 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:21:41.4048618Z 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:21:41.4049006Z with 2022-11-23T01:21:41.4049153Z [ 2022-11-23T01:21:41.4049335Z T=std::vector> 2022-11-23T01:21:41.4049526Z ] 2022-11-23T01:21:41.4134464Z 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:21:41.4134828Z with 2022-11-23T01:21:41.4134992Z [ 2022-11-23T01:21:41.4135238Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4135466Z ] 2022-11-23T01:21:41.4135852Z 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:21:41.4136222Z with 2022-11-23T01:21:41.4136372Z [ 2022-11-23T01:21:41.4136600Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4136826Z ] 2022-11-23T01:21:41.4137254Z 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:21:41.4137718Z with 2022-11-23T01:21:41.4137853Z [ 2022-11-23T01:21:41.4138095Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4138367Z ] 2022-11-23T01:21:41.4138808Z 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:21:41.4139228Z with 2022-11-23T01:21:41.4139374Z [ 2022-11-23T01:21:41.4139614Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4139823Z ] 2022-11-23T01:21:41.4140279Z 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:21:41.4141014Z 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:21:41.4141689Z 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:21:41.4142667Z 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:21:41.4143032Z with 2022-11-23T01:21:41.4143184Z [ 2022-11-23T01:21:41.4143431Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4143705Z ] 2022-11-23T01:21:41.4167138Z 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:21:41.4167503Z with 2022-11-23T01:21:41.4167705Z [ 2022-11-23T01:21:41.4167933Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4168160Z ] 2022-11-23T01:21:41.4168552Z 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:21:41.4168904Z with 2022-11-23T01:21:41.4169051Z [ 2022-11-23T01:21:41.4169379Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4169600Z ] 2022-11-23T01:21:41.4170023Z 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:21:41.4170410Z with 2022-11-23T01:21:41.4170556Z [ 2022-11-23T01:21:41.4170772Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4170993Z ] 2022-11-23T01:21:41.4171451Z 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:21:41.4171863Z with 2022-11-23T01:21:41.4171996Z [ 2022-11-23T01:21:41.4172225Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4172443Z ] 2022-11-23T01:21:41.4172885Z 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:21:41.4173769Z 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:21:41.4174474Z 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:21:41.4175194Z 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:21:41.4175625Z with 2022-11-23T01:21:41.4175765Z [ 2022-11-23T01:21:41.4176000Z T=std::vector,std::allocator>> 2022-11-23T01:21:41.4176222Z ] 2022-11-23T01:21:41.4275417Z 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:21:41.4276146Z with 2022-11-23T01:21:41.4276307Z [ 2022-11-23T01:21:41.4276513Z T=std::vector> 2022-11-23T01:21:41.4276694Z ] 2022-11-23T01:21:41.4277096Z 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:21:41.4277466Z with 2022-11-23T01:21:41.4277615Z [ 2022-11-23T01:21:41.4277803Z T=std::vector> 2022-11-23T01:21:41.4277993Z ] 2022-11-23T01:21:41.4278419Z 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:21:41.4278802Z with 2022-11-23T01:21:41.4278955Z [ 2022-11-23T01:21:41.4279154Z T=std::vector> 2022-11-23T01:21:41.4279348Z ] 2022-11-23T01:21:41.4279848Z 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:21:41.4280318Z with 2022-11-23T01:21:41.4280533Z [ 2022-11-23T01:21:41.4280722Z T=std::vector> 2022-11-23T01:21:41.4280910Z ] 2022-11-23T01:21:41.4281343Z 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:21:41.4282015Z 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:21:41.4282665Z 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:21:41.4283048Z with 2022-11-23T01:21:41.4283197Z [ 2022-11-23T01:21:41.4283399Z T=std::vector> 2022-11-23T01:21:41.4283576Z ] 2022-11-23T01:21:41.5316822Z 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:21:41.5317221Z with 2022-11-23T01:21:41.5317363Z [ 2022-11-23T01:21:41.5317615Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:41.5317852Z ] 2022-11-23T01:21:41.5318273Z 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:21:41.5318638Z with 2022-11-23T01:21:41.5318787Z [ 2022-11-23T01:21:41.5319014Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:41.5319224Z ] 2022-11-23T01:21:41.5319646Z 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:21:41.5320043Z with 2022-11-23T01:21:41.5320193Z [ 2022-11-23T01:21:41.5320461Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:41.5320684Z ] 2022-11-23T01:21:41.5321192Z 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:21:41.5322073Z with 2022-11-23T01:21:41.5322208Z [ 2022-11-23T01:21:41.5322438Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:41.5322655Z ] 2022-11-23T01:21:41.5323102Z 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:21:41.5323838Z 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:21:41.5324584Z 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:21:41.5325347Z 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:21:41.5325730Z with 2022-11-23T01:21:41.5325873Z [ 2022-11-23T01:21:41.5326154Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:21:41.5326378Z ] 2022-11-23T01:21:41.5438611Z 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:21:41.5439017Z with 2022-11-23T01:21:41.5439182Z [ 2022-11-23T01:21:41.5439416Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:41.5439627Z ] 2022-11-23T01:21:41.5440028Z 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:21:41.5440402Z with 2022-11-23T01:21:41.5440543Z [ 2022-11-23T01:21:41.5440769Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:41.5440991Z ] 2022-11-23T01:21:41.5441427Z 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:21:41.5441816Z with 2022-11-23T01:21:41.5441967Z [ 2022-11-23T01:21:41.5442193Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:41.5442399Z ] 2022-11-23T01:21:41.5442912Z 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:21:41.5443382Z with 2022-11-23T01:21:41.5443529Z [ 2022-11-23T01:21:41.5443744Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:41.5443963Z ] 2022-11-23T01:21:41.5444419Z 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:21:41.5445159Z 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:21:41.5446312Z 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:21:41.5447009Z 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:21:41.5447393Z with 2022-11-23T01:21:41.5447542Z [ 2022-11-23T01:21:41.5447760Z T=c10::impl::InlineStreamGuard 2022-11-23T01:21:41.5447980Z ] 2022-11-23T01:21:41.5474574Z 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:21:41.5474936Z with 2022-11-23T01:21:41.5475080Z [ 2022-11-23T01:21:41.5475267Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:41.5475469Z ] 2022-11-23T01:21:41.5475970Z 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:21:41.5476339Z with 2022-11-23T01:21:41.5476487Z [ 2022-11-23T01:21:41.5476652Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:41.5476828Z ] 2022-11-23T01:21:41.5477290Z 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:21:41.5477743Z with 2022-11-23T01:21:41.5477878Z [ 2022-11-23T01:21:41.5478056Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:41.5478281Z ] 2022-11-23T01:21:41.5478719Z 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:21:41.5479147Z with 2022-11-23T01:21:41.5479296Z [ 2022-11-23T01:21:41.5479473Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:41.5479636Z ] 2022-11-23T01:21:41.5480053Z 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:21:41.5480700Z 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:21:41.5481056Z with 2022-11-23T01:21:41.5481203Z [ 2022-11-23T01:21:41.5481386Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:41.5481568Z ] 2022-11-23T01:21:41.5481999Z 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:21:41.5482681Z 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:21:41.5483067Z with 2022-11-23T01:21:41.5483215Z [ 2022-11-23T01:21:41.5483382Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:21:41.5483607Z ] 2022-11-23T01:21:41.5944246Z 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:21:41.5944656Z with 2022-11-23T01:21:41.5944813Z [ 2022-11-23T01:21:41.5945090Z T=std::vector> 2022-11-23T01:21:41.5945341Z ] 2022-11-23T01:21:41.5945737Z 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:21:41.5946142Z with 2022-11-23T01:21:41.5946292Z [ 2022-11-23T01:21:41.5946542Z T=std::vector> 2022-11-23T01:21:41.5946787Z ] 2022-11-23T01:21:41.5947228Z 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:21:41.5947635Z with 2022-11-23T01:21:41.5947772Z [ 2022-11-23T01:21:41.5948033Z T=std::vector> 2022-11-23T01:21:41.5948278Z ] 2022-11-23T01:21:41.5948862Z 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:21:41.5949290Z with 2022-11-23T01:21:41.5949438Z [ 2022-11-23T01:21:41.5949698Z T=std::vector> 2022-11-23T01:21:41.5949963Z ] 2022-11-23T01:21:41.5950524Z 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:21:41.5951317Z 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:21:41.5952025Z 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:21:41.5952409Z with 2022-11-23T01:21:41.5952544Z [ 2022-11-23T01:21:41.5952806Z T=std::vector> 2022-11-23T01:21:41.5953051Z ] 2022-11-23T01:21:41.6960314Z 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:21:41.6960743Z with 2022-11-23T01:21:41.6960885Z [ 2022-11-23T01:21:41.6961080Z T=torch::autograd::ViewInfo 2022-11-23T01:21:41.6961265Z ] 2022-11-23T01:21:41.6961661Z 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:21:41.6962030Z with 2022-11-23T01:21:41.6962177Z [ 2022-11-23T01:21:41.6962353Z T=torch::autograd::ViewInfo 2022-11-23T01:21:41.6962520Z ] 2022-11-23T01:21:41.6962954Z 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:21:41.6963495Z with 2022-11-23T01:21:41.6963630Z [ 2022-11-23T01:21:41.6963806Z T=torch::autograd::ViewInfo 2022-11-23T01:21:41.6963981Z ] 2022-11-23T01:21:41.6964438Z 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:21:41.6964843Z with 2022-11-23T01:21:41.6964993Z [ 2022-11-23T01:21:41.6965166Z T=torch::autograd::ViewInfo 2022-11-23T01:21:41.6965327Z ] 2022-11-23T01:21:41.6965743Z 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:21:41.6966486Z 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:21:41.6967235Z 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:21:41.6967621Z with 2022-11-23T01:21:41.6967756Z [ 2022-11-23T01:21:41.6967935Z T=torch::autograd::ViewInfo 2022-11-23T01:21:41.6968107Z ] 2022-11-23T01:21:41.7285903Z 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:21:41.7286358Z with 2022-11-23T01:21:41.7286513Z [ 2022-11-23T01:21:41.7286667Z T=c10::IValue 2022-11-23T01:21:41.7286830Z ] 2022-11-23T01:21:41.7287236Z 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:21:41.7287603Z with 2022-11-23T01:21:41.7287742Z [ 2022-11-23T01:21:41.7287904Z T=c10::IValue 2022-11-23T01:21:41.7288061Z ] 2022-11-23T01:21:41.7288482Z 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:21:41.7288884Z with 2022-11-23T01:21:41.7289032Z [ 2022-11-23T01:21:41.7289174Z T=c10::IValue 2022-11-23T01:21:41.7289328Z ] 2022-11-23T01:21:41.7289793Z 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:21:41.7290215Z with 2022-11-23T01:21:41.7290351Z [ 2022-11-23T01:21:41.7290509Z T=c10::IValue 2022-11-23T01:21:41.7290665Z ] 2022-11-23T01:21:41.7291049Z 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:21:41.7291669Z 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:21:41.7292299Z 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:21:41.7292830Z with 2022-11-23T01:21:41.7292969Z [ 2022-11-23T01:21:41.7293127Z T=c10::IValue 2022-11-23T01:21:41.7293290Z ] 2022-11-23T01:21:41.7325762Z 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:21:41.7326117Z with 2022-11-23T01:21:41.7326269Z [ 2022-11-23T01:21:41.7326431Z T=c10::AliasInfo 2022-11-23T01:21:41.7326588Z ] 2022-11-23T01:21:41.7326984Z 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:21:41.7327382Z with 2022-11-23T01:21:41.7327529Z [ 2022-11-23T01:21:41.7327676Z T=c10::AliasInfo 2022-11-23T01:21:41.7327843Z ] 2022-11-23T01:21:41.7328263Z 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:21:41.7328641Z with 2022-11-23T01:21:41.7328788Z [ 2022-11-23T01:21:41.7329048Z T=c10::AliasInfo 2022-11-23T01:21:41.7329198Z ] 2022-11-23T01:21:41.7329657Z 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:21:41.7330078Z with 2022-11-23T01:21:41.7330223Z [ 2022-11-23T01:21:41.7330370Z T=c10::AliasInfo 2022-11-23T01:21:41.7330535Z ] 2022-11-23T01:21:41.7330936Z 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:21:41.7331573Z 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:21:41.7332201Z 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:21:41.7332581Z with 2022-11-23T01:21:41.7332729Z [ 2022-11-23T01:21:41.7332877Z T=c10::AliasInfo 2022-11-23T01:21:41.7333037Z ] 2022-11-23T01:21:41.8282191Z 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:21:41.8282608Z with 2022-11-23T01:21:41.8282749Z [ 2022-11-23T01:21:41.8282980Z T=std::vector> 2022-11-23T01:21:41.8283184Z ] 2022-11-23T01:21:41.8283578Z 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:21:41.8283953Z with 2022-11-23T01:21:41.8284100Z [ 2022-11-23T01:21:41.8284310Z T=std::vector> 2022-11-23T01:21:41.8284497Z ] 2022-11-23T01:21:41.8284922Z 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:21:41.8285506Z with 2022-11-23T01:21:41.8285643Z [ 2022-11-23T01:21:41.8285855Z T=std::vector> 2022-11-23T01:21:41.8286064Z ] 2022-11-23T01:21:41.8286532Z 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:21:41.8286943Z with 2022-11-23T01:21:41.8287091Z [ 2022-11-23T01:21:41.8287298Z T=std::vector> 2022-11-23T01:21:41.8287482Z ] 2022-11-23T01:21:41.8287903Z 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:21:41.8288289Z with 2022-11-23T01:21:41.8288434Z [ 2022-11-23T01:21:41.8288578Z T=c10::SymInt 2022-11-23T01:21:41.8288733Z ] 2022-11-23T01:21:41.8289144Z 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:21:41.8289507Z with 2022-11-23T01:21:41.8290109Z [ 2022-11-23T01:21:41.8290281Z T=c10::SymInt 2022-11-23T01:21:41.8290428Z ] 2022-11-23T01:21:41.8290866Z 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:21:41.8291620Z 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:21:41.8292338Z 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:21:41.8292719Z with 2022-11-23T01:21:41.8292858Z [ 2022-11-23T01:21:41.8293068Z T=std::vector> 2022-11-23T01:21:41.8293267Z ] 2022-11-23T01:21:41.8443218Z 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:21:41.8443618Z with 2022-11-23T01:21:41.8443773Z [ 2022-11-23T01:21:41.8443981Z T=c10::either 2022-11-23T01:21:41.8444211Z ] 2022-11-23T01:21:41.8444620Z 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:21:41.8444993Z with 2022-11-23T01:21:41.8445129Z [ 2022-11-23T01:21:41.8445343Z T=c10::either 2022-11-23T01:21:41.8445609Z ] 2022-11-23T01:21:41.8446024Z 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:21:41.8446477Z with 2022-11-23T01:21:41.8446626Z [ 2022-11-23T01:21:41.8446840Z T=c10::either 2022-11-23T01:21:41.8447030Z ] 2022-11-23T01:21:41.8447495Z 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:21:41.8448061Z with 2022-11-23T01:21:41.8448196Z [ 2022-11-23T01:21:41.8448409Z T=c10::either 2022-11-23T01:21:41.8448615Z ] 2022-11-23T01:21:41.8449061Z 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:21:41.8449780Z 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:21:41.8450483Z 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:21:41.8450868Z with 2022-11-23T01:21:41.8451018Z [ 2022-11-23T01:21:41.8451221Z T=c10::either 2022-11-23T01:21:41.8451428Z ] 2022-11-23T01:21:43.6395045Z 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:21:43.6395467Z with 2022-11-23T01:21:43.6395612Z [ 2022-11-23T01:21:43.6395806Z T=at::StepCallbacks 2022-11-23T01:21:43.6395982Z ] 2022-11-23T01:21:43.6396372Z 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:21:43.6396749Z with 2022-11-23T01:21:43.6396899Z [ 2022-11-23T01:21:43.6397072Z T=at::StepCallbacks 2022-11-23T01:21:43.6397228Z ] 2022-11-23T01:21:43.6397660Z 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:21:43.6398064Z with 2022-11-23T01:21:43.6398202Z [ 2022-11-23T01:21:43.6398373Z T=at::StepCallbacks 2022-11-23T01:21:43.6398540Z ] 2022-11-23T01:21:43.6399004Z 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:21:43.6399419Z with 2022-11-23T01:21:43.6399569Z [ 2022-11-23T01:21:43.6399735Z T=at::StepCallbacks 2022-11-23T01:21:43.6399889Z ] 2022-11-23T01:21:43.6400303Z 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:21:43.6400957Z 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:21:43.6401609Z 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:21:43.6401981Z with 2022-11-23T01:21:43.6402134Z [ 2022-11-23T01:21:43.6402304Z T=at::StepCallbacks 2022-11-23T01:21:43.6402551Z ] 2022-11-23T01:21:43.7062015Z 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:21:43.7062414Z with 2022-11-23T01:21:43.7062561Z [ 2022-11-23T01:21:43.7062740Z T=c10::DimVector 2022-11-23T01:21:43.7062908Z ] 2022-11-23T01:21:43.7063320Z 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:21:43.7063675Z with 2022-11-23T01:21:43.7063827Z [ 2022-11-23T01:21:43.7063990Z T=c10::DimVector 2022-11-23T01:21:43.7064140Z ] 2022-11-23T01:21:43.7064567Z 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:21:43.7064974Z with 2022-11-23T01:21:43.7065109Z [ 2022-11-23T01:21:43.7065270Z T=c10::DimVector 2022-11-23T01:21:43.7065435Z ] 2022-11-23T01:21:43.7066038Z 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:21:43.7066453Z with 2022-11-23T01:21:43.7066601Z [ 2022-11-23T01:21:43.7066763Z T=c10::DimVector 2022-11-23T01:21:43.7066910Z ] 2022-11-23T01:21:43.7067316Z 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:21:43.7067948Z 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:21:43.7068596Z 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:21:43.7068971Z with 2022-11-23T01:21:43.7069122Z [ 2022-11-23T01:21:43.7069284Z T=c10::DimVector 2022-11-23T01:21:43.7069430Z ] 2022-11-23T01:21:44.5625101Z 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:21:44.5625510Z with 2022-11-23T01:21:44.5625666Z [ 2022-11-23T01:21:44.5625842Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:44.5626050Z ] 2022-11-23T01:21:44.5626452Z 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:21:44.5626804Z with 2022-11-23T01:21:44.5626955Z [ 2022-11-23T01:21:44.5627139Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:44.5627303Z ] 2022-11-23T01:21:44.5627844Z 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:21:44.5628302Z with 2022-11-23T01:21:44.5628461Z [ 2022-11-23T01:21:44.5628684Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:44.5628911Z ] 2022-11-23T01:21:44.5629414Z 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:21:44.5630067Z with 2022-11-23T01:21:44.5630290Z [ 2022-11-23T01:21:44.5643479Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:44.5643763Z ] 2022-11-23T01:21:44.5644206Z 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:21:44.5644881Z 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:21:44.5645572Z 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:21:44.5645957Z with 2022-11-23T01:21:44.5646092Z [ 2022-11-23T01:21:44.5646275Z T=c10::impl::AnnotatedSchema 2022-11-23T01:21:44.5646455Z ] 2022-11-23T01:21:44.5685758Z 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:21:44.5686125Z with 2022-11-23T01:21:44.5686276Z [ 2022-11-23T01:21:44.5686483Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:44.5686701Z ] 2022-11-23T01:21:44.5687102Z 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:21:44.5687465Z with 2022-11-23T01:21:44.5687607Z [ 2022-11-23T01:21:44.5687825Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:44.5688036Z ] 2022-11-23T01:21:44.5688446Z 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:21:44.5688836Z with 2022-11-23T01:21:44.5689020Z [ 2022-11-23T01:21:44.5689267Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:44.5689460Z ] 2022-11-23T01:21:44.5689973Z 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:21:44.5690396Z with 2022-11-23T01:21:44.5690532Z [ 2022-11-23T01:21:44.5690752Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:44.5690957Z ] 2022-11-23T01:21:44.5691407Z 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:21:44.5692129Z 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:21:44.5692829Z 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:21:44.5693212Z with 2022-11-23T01:21:44.5693362Z [ 2022-11-23T01:21:44.5693653Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:21:44.5693863Z ] 2022-11-23T01:21:44.6881456Z 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:21:44.6881860Z with 2022-11-23T01:21:44.6882002Z [ 2022-11-23T01:21:44.6882230Z T=std::tuple 2022-11-23T01:21:44.6882422Z ] 2022-11-23T01:21:44.6882811Z 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:21:44.6883175Z with 2022-11-23T01:21:44.6883329Z [ 2022-11-23T01:21:44.6883514Z T=std::tuple 2022-11-23T01:21:44.6883705Z ] 2022-11-23T01:21:44.6884134Z 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:21:44.6884542Z with 2022-11-23T01:21:44.6884718Z [ 2022-11-23T01:21:44.6884947Z T=std::tuple 2022-11-23T01:21:44.6885133Z ] 2022-11-23T01:21:44.6885810Z 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:21:44.6886238Z with 2022-11-23T01:21:44.6886387Z [ 2022-11-23T01:21:44.6886580Z T=std::tuple 2022-11-23T01:21:44.6886755Z ] 2022-11-23T01:21:44.6887179Z 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:21:44.6887872Z 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:21:44.6888547Z 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:21:44.6888916Z with 2022-11-23T01:21:44.6889066Z [ 2022-11-23T01:21:44.6889257Z T=std::tuple 2022-11-23T01:21:44.6889432Z ] 2022-11-23T01:21:44.6936301Z 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:21:44.6936675Z with 2022-11-23T01:21:44.6936825Z [ 2022-11-23T01:21:44.6936991Z T=torch::jit::SourceRange 2022-11-23T01:21:44.6937163Z ] 2022-11-23T01:21:44.6937602Z 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:21:44.6937955Z with 2022-11-23T01:21:44.6938103Z [ 2022-11-23T01:21:44.6938275Z T=torch::jit::SourceRange 2022-11-23T01:21:44.6938445Z ] 2022-11-23T01:21:44.6938860Z 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:21:44.6939249Z with 2022-11-23T01:21:44.6939535Z [ 2022-11-23T01:21:44.6939697Z T=torch::jit::SourceRange 2022-11-23T01:21:44.6939869Z ] 2022-11-23T01:21:44.6940327Z 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:21:44.6940746Z with 2022-11-23T01:21:44.6940882Z [ 2022-11-23T01:21:44.6941057Z T=torch::jit::SourceRange 2022-11-23T01:21:44.6941227Z ] 2022-11-23T01:21:44.6941628Z 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:21:44.6942288Z 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:21:44.6942953Z 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:21:44.6943340Z with 2022-11-23T01:21:44.6943475Z [ 2022-11-23T01:21:44.6943716Z T=torch::jit::SourceRange 2022-11-23T01:21:44.6943892Z ] 2022-11-23T01:21:44.7020374Z 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:21:44.7020832Z with 2022-11-23T01:21:44.7021059Z [ 2022-11-23T01:21:44.7021350Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:44.7021605Z ] 2022-11-23T01:21:44.7022206Z 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:21:44.7022775Z with 2022-11-23T01:21:44.7022984Z [ 2022-11-23T01:21:44.7023160Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:44.7023346Z ] 2022-11-23T01:21:44.7023784Z 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:21:44.7024166Z with 2022-11-23T01:21:44.7024314Z [ 2022-11-23T01:21:44.7024503Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:44.7024675Z ] 2022-11-23T01:21:44.7025125Z 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:21:44.7025539Z with 2022-11-23T01:21:44.7025685Z [ 2022-11-23T01:21:44.7025858Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:44.7026040Z ] 2022-11-23T01:21:44.7026469Z 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:21:44.7027142Z 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:21:44.7027789Z 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:21:44.7028284Z with 2022-11-23T01:21:44.7028435Z [ 2022-11-23T01:21:44.7028627Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:21:44.7028799Z ] 2022-11-23T01:21:44.7046053Z 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:21:44.7046416Z with 2022-11-23T01:21:44.7046554Z [ 2022-11-23T01:21:44.7046743Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:44.7046930Z ] 2022-11-23T01:21:44.7047312Z 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:21:44.7047676Z with 2022-11-23T01:21:44.7047821Z [ 2022-11-23T01:21:44.7048005Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:44.7048178Z ] 2022-11-23T01:21:44.7048610Z 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:21:44.7049003Z with 2022-11-23T01:21:44.7049135Z [ 2022-11-23T01:21:44.7049317Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:44.7049589Z ] 2022-11-23T01:21:44.7050050Z 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:21:44.7050458Z with 2022-11-23T01:21:44.7050605Z [ 2022-11-23T01:21:44.7050790Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:44.7050958Z ] 2022-11-23T01:21:44.7051387Z 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:21:44.7052059Z 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:21:44.7052719Z 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:21:44.7053099Z with 2022-11-23T01:21:44.7053235Z [ 2022-11-23T01:21:44.7053424Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:21:44.7053608Z ] 2022-11-23T01:21:44.7106304Z 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:21:44.7106690Z with 2022-11-23T01:21:44.7106842Z [ 2022-11-23T01:21:44.7107001Z T=torch::jit::ScopePtr 2022-11-23T01:21:44.7107171Z ] 2022-11-23T01:21:44.7107625Z 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:21:44.7108036Z with 2022-11-23T01:21:44.7108174Z [ 2022-11-23T01:21:44.7108344Z T=torch::jit::ScopePtr 2022-11-23T01:21:44.7108509Z ] 2022-11-23T01:21:44.7108929Z 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:21:44.7109424Z with 2022-11-23T01:21:44.7109575Z [ 2022-11-23T01:21:44.7109748Z T=torch::jit::ScopePtr 2022-11-23T01:21:44.7109903Z ] 2022-11-23T01:21:44.7110361Z 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:21:44.7110785Z with 2022-11-23T01:21:44.7110922Z [ 2022-11-23T01:21:44.7111094Z T=torch::jit::ScopePtr 2022-11-23T01:21:44.7111262Z ] 2022-11-23T01:21:44.7111661Z 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:21:44.7112305Z 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:21:44.7112957Z 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:21:44.7113391Z with 2022-11-23T01:21:44.7113545Z [ 2022-11-23T01:21:44.7113816Z T=torch::jit::ScopePtr 2022-11-23T01:21:44.7113989Z ] 2022-11-23T01:21:44.9523366Z 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:21:44.9523762Z with 2022-11-23T01:21:44.9523921Z [ 2022-11-23T01:21:44.9524088Z T=at::ThreadLocalState 2022-11-23T01:21:44.9524272Z ] 2022-11-23T01:21:44.9524675Z 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:21:44.9525067Z with 2022-11-23T01:21:44.9525203Z [ 2022-11-23T01:21:44.9525372Z T=at::ThreadLocalState 2022-11-23T01:21:44.9525543Z ] 2022-11-23T01:21:44.9525973Z 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:21:44.9526353Z with 2022-11-23T01:21:44.9526503Z [ 2022-11-23T01:21:44.9526677Z T=at::ThreadLocalState 2022-11-23T01:21:44.9526841Z ] 2022-11-23T01:21:44.9527298Z 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:21:44.9527782Z with 2022-11-23T01:21:44.9527932Z [ 2022-11-23T01:21:44.9528141Z T=at::ThreadLocalState 2022-11-23T01:21:44.9528316Z ] 2022-11-23T01:21:44.9528726Z 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:21:44.9529382Z 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:21:44.9530051Z 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:21:44.9530573Z with 2022-11-23T01:21:44.9530725Z [ 2022-11-23T01:21:44.9530888Z T=at::ThreadLocalState 2022-11-23T01:21:44.9531061Z ] 2022-11-23T01:21:44.9684749Z 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:21:44.9685142Z with 2022-11-23T01:21:44.9685286Z [ 2022-11-23T01:21:44.9685506Z T=std::shared_ptr 2022-11-23T01:21:44.9685696Z ] 2022-11-23T01:21:44.9686146Z 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:21:44.9686526Z with 2022-11-23T01:21:44.9686714Z [ 2022-11-23T01:21:44.9686919Z T=std::shared_ptr 2022-11-23T01:21:44.9687090Z ] 2022-11-23T01:21:44.9687525Z 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:21:44.9687927Z with 2022-11-23T01:21:44.9688062Z [ 2022-11-23T01:21:44.9688251Z T=std::shared_ptr 2022-11-23T01:21:44.9688441Z ] 2022-11-23T01:21:44.9689053Z 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:21:44.9689465Z with 2022-11-23T01:21:44.9689615Z [ 2022-11-23T01:21:44.9689807Z T=std::shared_ptr 2022-11-23T01:21:44.9689981Z ] 2022-11-23T01:21:44.9690402Z 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:21:44.9691058Z 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:21:44.9691731Z 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:21:44.9692468Z 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:21:44.9692892Z with 2022-11-23T01:21:44.9693045Z [ 2022-11-23T01:21:44.9693237Z T=std::shared_ptr 2022-11-23T01:21:44.9693409Z ] 2022-11-23T01:21:44.9715608Z 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:21:44.9716046Z with 2022-11-23T01:21:44.9716205Z [ 2022-11-23T01:21:44.9716375Z T=torch::jit::GraphExecutor 2022-11-23T01:21:44.9716553Z ] 2022-11-23T01:21:44.9716947Z 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:21:44.9717295Z with 2022-11-23T01:21:44.9717444Z [ 2022-11-23T01:21:44.9717619Z T=torch::jit::GraphExecutor 2022-11-23T01:21:44.9717782Z ] 2022-11-23T01:21:44.9718213Z 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:21:44.9718708Z with 2022-11-23T01:21:44.9718855Z [ 2022-11-23T01:21:44.9719018Z T=torch::jit::GraphExecutor 2022-11-23T01:21:44.9719193Z ] 2022-11-23T01:21:44.9719654Z 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:21:44.9720063Z with 2022-11-23T01:21:44.9720213Z [ 2022-11-23T01:21:44.9720390Z T=torch::jit::GraphExecutor 2022-11-23T01:21:44.9720556Z ] 2022-11-23T01:21:44.9720975Z 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:21:44.9721696Z 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:21:44.9722466Z 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:21:44.9723138Z 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:21:44.9723514Z with 2022-11-23T01:21:44.9723667Z [ 2022-11-23T01:21:44.9723847Z T=torch::jit::GraphExecutor 2022-11-23T01:21:44.9724028Z ] 2022-11-23T01:21:44.9827445Z 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:21:44.9827804Z with 2022-11-23T01:21:44.9827958Z [ 2022-11-23T01:21:44.9828115Z T=torch::jit::Method 2022-11-23T01:21:44.9828283Z ] 2022-11-23T01:21:44.9828682Z 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:21:44.9829050Z with 2022-11-23T01:21:44.9829185Z [ 2022-11-23T01:21:44.9829350Z T=torch::jit::Method 2022-11-23T01:21:44.9829515Z ] 2022-11-23T01:21:44.9829936Z 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:21:44.9830331Z with 2022-11-23T01:21:44.9830479Z [ 2022-11-23T01:21:44.9830631Z T=torch::jit::Method 2022-11-23T01:21:44.9830796Z ] 2022-11-23T01:21:44.9831252Z 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:21:44.9831675Z with 2022-11-23T01:21:44.9831853Z [ 2022-11-23T01:21:44.9832030Z T=torch::jit::Method 2022-11-23T01:21:44.9832197Z ] 2022-11-23T01:21:44.9832632Z 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:21:44.9833365Z 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:21:44.9834022Z 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:21:44.9834409Z with 2022-11-23T01:21:44.9834546Z [ 2022-11-23T01:21:44.9834714Z T=torch::jit::Method 2022-11-23T01:21:44.9834884Z ] 2022-11-23T01:21:45.0573829Z 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:21:45.0574253Z with 2022-11-23T01:21:45.0574411Z [ 2022-11-23T01:21:45.0574633Z T=std::vector> 2022-11-23T01:21:45.0574841Z ] 2022-11-23T01:21:45.0575273Z 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:21:45.0575641Z with 2022-11-23T01:21:45.0575788Z [ 2022-11-23T01:21:45.0576126Z T=std::vector> 2022-11-23T01:21:45.0576339Z ] 2022-11-23T01:21:45.0576777Z 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:21:45.0577164Z with 2022-11-23T01:21:45.0577318Z [ 2022-11-23T01:21:45.0577532Z T=std::vector> 2022-11-23T01:21:45.0577740Z ] 2022-11-23T01:21:45.0578187Z 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:21:45.0578680Z with 2022-11-23T01:21:45.0578830Z [ 2022-11-23T01:21:45.0579032Z T=std::vector> 2022-11-23T01:21:45.0579284Z ] 2022-11-23T01:21:45.0579732Z 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:21:45.0580431Z 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:21:45.0581108Z 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:21:45.0581479Z with 2022-11-23T01:21:45.0581632Z [ 2022-11-23T01:21:45.0581842Z T=std::vector> 2022-11-23T01:21:45.0582036Z ] 2022-11-23T01:21:45.1742056Z 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:21:45.1742452Z with 2022-11-23T01:21:45.1742611Z [ 2022-11-23T01:21:45.1742859Z T=std::function 2022-11-23T01:21:45.1743090Z ] 2022-11-23T01:21:45.1743529Z 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:21:45.1744106Z with 2022-11-23T01:21:45.1744258Z [ 2022-11-23T01:21:45.1744544Z T=std::function 2022-11-23T01:21:45.1744778Z ] 2022-11-23T01:21:45.1745204Z 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:21:45.1745614Z with 2022-11-23T01:21:45.1745764Z [ 2022-11-23T01:21:45.1745989Z T=std::function 2022-11-23T01:21:45.1746222Z ] 2022-11-23T01:21:45.1746682Z 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:21:45.1747109Z with 2022-11-23T01:21:45.1747245Z [ 2022-11-23T01:21:45.1747480Z T=std::function 2022-11-23T01:21:45.1747704Z ] 2022-11-23T01:21:45.1748235Z 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:21:45.1748999Z 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:21:45.1749716Z 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:21:45.1750143Z with 2022-11-23T01:21:45.1750342Z [ 2022-11-23T01:21:45.1750570Z T=std::function 2022-11-23T01:21:45.1750807Z ] 2022-11-23T01:21:45.4056420Z 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:21:45.4056812Z with 2022-11-23T01:21:45.4056969Z [ 2022-11-23T01:21:45.4057294Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:45.4057551Z ] 2022-11-23T01:21:45.4058036Z 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:21:45.4058427Z with 2022-11-23T01:21:45.4058564Z [ 2022-11-23T01:21:45.4058829Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:45.4059080Z ] 2022-11-23T01:21:45.4059504Z 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:21:45.4059911Z with 2022-11-23T01:21:45.4060059Z [ 2022-11-23T01:21:45.4060307Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:45.4060564Z ] 2022-11-23T01:21:45.4061019Z 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:21:45.4061587Z with 2022-11-23T01:21:45.4061724Z [ 2022-11-23T01:21:45.4061990Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:45.4062241Z ] 2022-11-23T01:21:45.4062716Z 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:21:45.4063591Z 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:21:45.4064388Z 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:21:45.4064767Z with 2022-11-23T01:21:45.4064915Z [ 2022-11-23T01:21:45.4065165Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:21:45.4065486Z ] 2022-11-23T01:21:45.5393670Z 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:21:45.5394064Z with 2022-11-23T01:21:45.5394207Z [ 2022-11-23T01:21:45.5394420Z T=std::vector> 2022-11-23T01:21:45.5394634Z ] 2022-11-23T01:21:45.5395074Z 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:21:45.5395463Z with 2022-11-23T01:21:45.5395652Z [ 2022-11-23T01:21:45.5395850Z T=std::vector> 2022-11-23T01:21:45.5396049Z ] 2022-11-23T01:21:45.5396538Z 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:21:45.5396942Z with 2022-11-23T01:21:45.5397078Z [ 2022-11-23T01:21:45.5397280Z T=std::vector> 2022-11-23T01:21:45.5397475Z ] 2022-11-23T01:21:45.5397927Z 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:21:45.5398358Z with 2022-11-23T01:21:45.5398503Z [ 2022-11-23T01:21:45.5398704Z T=std::vector> 2022-11-23T01:21:45.5398883Z ] 2022-11-23T01:21:45.5399300Z 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:21:45.5399682Z with 2022-11-23T01:21:45.5399817Z [ 2022-11-23T01:21:45.5399964Z T=double 2022-11-23T01:21:45.5400114Z ] 2022-11-23T01:21:45.5400550Z 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:21:45.5401173Z with 2022-11-23T01:21:45.5401325Z [ 2022-11-23T01:21:45.5401476Z T=double 2022-11-23T01:21:45.5401616Z ] 2022-11-23T01:21:45.5402084Z 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:21:45.5402462Z with 2022-11-23T01:21:45.5402596Z [ 2022-11-23T01:21:45.5402800Z T=std::vector> 2022-11-23T01:21:45.5402992Z ] 2022-11-23T01:21:46.1073166Z 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:21:46.1073564Z with 2022-11-23T01:21:46.1073704Z [ 2022-11-23T01:21:46.1073917Z T=std::tuple 2022-11-23T01:21:46.1074117Z ] 2022-11-23T01:21:46.1074584Z 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:21:46.1074982Z with 2022-11-23T01:21:46.1075130Z [ 2022-11-23T01:21:46.1075319Z T=std::tuple 2022-11-23T01:21:46.1075487Z ] 2022-11-23T01:21:46.1076088Z 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:21:46.1076498Z with 2022-11-23T01:21:46.1076634Z [ 2022-11-23T01:21:46.1076825Z T=std::tuple 2022-11-23T01:21:46.1077005Z ] 2022-11-23T01:21:46.1077547Z 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:21:46.1077963Z with 2022-11-23T01:21:46.1078114Z [ 2022-11-23T01:21:46.1078307Z T=std::tuple 2022-11-23T01:21:46.1078476Z ] 2022-11-23T01:21:46.1078904Z 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:21:46.1079604Z 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:21:46.1080324Z 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:21:46.1080726Z with 2022-11-23T01:21:46.1080865Z [ 2022-11-23T01:21:46.1081101Z T=std::tuple 2022-11-23T01:21:46.1081288Z ] 2022-11-23T01:21:46.2353669Z 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:21:46.2354101Z with 2022-11-23T01:21:46.2354255Z [ 2022-11-23T01:21:46.2354504Z T=std::vector> 2022-11-23T01:21:46.2354715Z ] 2022-11-23T01:21:46.2355114Z 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:21:46.2355602Z with 2022-11-23T01:21:46.2355738Z [ 2022-11-23T01:21:46.2355951Z T=std::vector> 2022-11-23T01:21:46.2356152Z ] 2022-11-23T01:21:46.2356639Z 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:21:46.2357058Z with 2022-11-23T01:21:46.2357204Z [ 2022-11-23T01:21:46.2357401Z T=std::vector> 2022-11-23T01:21:46.2357671Z ] 2022-11-23T01:21:46.2358131Z 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:21:46.2358553Z with 2022-11-23T01:21:46.2358690Z [ 2022-11-23T01:21:46.2358900Z T=std::vector> 2022-11-23T01:21:46.2359100Z ] 2022-11-23T01:21:46.2359523Z 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:21:46.2360399Z 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:21:46.2361139Z 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:21:46.2361517Z with 2022-11-23T01:21:46.2361670Z [ 2022-11-23T01:21:46.2361868Z T=std::vector> 2022-11-23T01:21:46.2362066Z ] 2022-11-23T01:21:50.4338177Z Microsoft (R) Incremental Linker Version 14.28.29337.0 2022-11-23T01:21:50.4338504Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T01:21:50.4338651Z 2022-11-23T01:21:50.4338745Z /out:check-torch-mkl.exe 2022-11-23T01:21:50.4338947Z check-torch-mkl.obj 2022-11-23T01:21:50.4339136Z c10.lib 2022-11-23T01:21:50.4339279Z torch_cpu.lib 2022-11-23T01:21:50.5023756Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2022-11-23T01:21:51.0572423Z "Skip CUDA tests for machines without a Nvidia GPU card" 2022-11-23T01:21:51.0605868Z + popd 2022-11-23T01:21:51.0610293Z /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:21:51.0762735Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T01:21:51.0763038Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T01:21:51.0784228Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:21:51.0784485Z env: 2022-11-23T01:21:51.0784703Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:21:51.0784952Z ANACONDA_USER: pytorch 2022-11-23T01:21:51.0785145Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:21:51.0785379Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:21:51.0785840Z GITHUB_TOKEN: *** 2022-11-23T01:21:51.0786007Z PR_NUMBER: 2022-11-23T01:21:51.0786200Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:21:51.0786383Z SKIP_ALL_TESTS: 1 2022-11-23T01:21:51.0786618Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:21:51.0786939Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:21:51.0787156Z PACKAGE_TYPE: libtorch 2022-11-23T01:21:51.0787329Z DESIRED_CUDA: cpu 2022-11-23T01:21:51.0787499Z GPU_ARCH_TYPE: cpu 2022-11-23T01:21:51.0787758Z LIBTORCH_CONFIG: release 2022-11-23T01:21:51.0787957Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:21:51.0788154Z DESIRED_PYTHON: 3.7 2022-11-23T01:21:51.0788358Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:21:51.0788628Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:21:51.0788856Z ##[endgroup] 2022-11-23T01:21:51.4414096Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:21:51.5259379Z Finished 2022-11-23T01:21:51.6772812Z Holding runner until all ssh sessions have logged out 2022-11-23T01:21:51.7108421Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T01:21:51.7108744Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T01:21:51.7130260Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:21:51.7130521Z env: 2022-11-23T01:21:51.7130744Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:21:51.7131002Z ANACONDA_USER: pytorch 2022-11-23T01:21:51.7131192Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:21:51.7131422Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2022-11-23T01:21:51.7131790Z GITHUB_TOKEN: *** 2022-11-23T01:21:51.7131959Z PR_NUMBER: 2022-11-23T01:21:51.7132141Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:21:51.7132337Z SKIP_ALL_TESTS: 1 2022-11-23T01:21:51.7132574Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:21:51.7132887Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:21:51.7133118Z PACKAGE_TYPE: libtorch 2022-11-23T01:21:51.7133294Z DESIRED_CUDA: cpu 2022-11-23T01:21:51.7133460Z GPU_ARCH_TYPE: cpu 2022-11-23T01:21:51.7133623Z LIBTORCH_CONFIG: release 2022-11-23T01:21:51.7133825Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:21:51.7134020Z DESIRED_PYTHON: 3.7 2022-11-23T01:21:51.7134224Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:21:51.7134507Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:21:51.7134735Z ##[endgroup] 2022-11-23T01:21:52.1836590Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:21:52.2668982Z Finished 2022-11-23T01:21:52.3279186Z Post job cleanup. 2022-11-23T01:21:54.6934534Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:21:54.7116180Z git version 2.38.1.windows.1 2022-11-23T01:21:54.7163697Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:21:54.7381710Z [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:21:55.1194728Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:21:55.1361763Z http.https://github.com/.extraheader 2022-11-23T01:21:55.1394381Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:21:55.1607044Z [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:21:55.5412883Z Post job cleanup. 2022-11-23T01:21:57.8765487Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:21:57.8938793Z git version 2.38.1.windows.1 2022-11-23T01:21:57.8997742Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:21:57.9226271Z [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:21:58.2840484Z Entering 'android/libs/fbjni' 2022-11-23T01:21:58.3333347Z Entering 'third_party/FP16' 2022-11-23T01:21:58.3806585Z Entering 'third_party/FXdiv' 2022-11-23T01:21:58.4274580Z Entering 'third_party/NNPACK' 2022-11-23T01:21:58.4748211Z Entering 'third_party/QNNPACK' 2022-11-23T01:21:58.5218219Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:21:58.5706544Z Entering 'third_party/XNNPACK' 2022-11-23T01:21:58.6192179Z Entering 'third_party/benchmark' 2022-11-23T01:21:58.6657172Z Entering 'third_party/cpuinfo' 2022-11-23T01:21:58.7144114Z Entering 'third_party/cub' 2022-11-23T01:21:58.7624669Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:21:58.8094129Z Entering 'third_party/cutlass' 2022-11-23T01:21:58.8567678Z Entering 'third_party/eigen' 2022-11-23T01:21:58.9045493Z Entering 'third_party/fbgemm' 2022-11-23T01:21:58.9509975Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:21:58.9970557Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:21:59.0429361Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:21:59.0891997Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:21:59.1361229Z Entering 'third_party/flatbuffers' 2022-11-23T01:21:59.1820907Z Entering 'third_party/fmt' 2022-11-23T01:21:59.2276737Z Entering 'third_party/foxi' 2022-11-23T01:21:59.2729815Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:21:59.3218530Z Entering 'third_party/gloo' 2022-11-23T01:21:59.3709763Z Entering 'third_party/googletest' 2022-11-23T01:21:59.4179451Z Entering 'third_party/ideep' 2022-11-23T01:21:59.4623574Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:21:59.5079728Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:21:59.5585750Z Entering 'third_party/ios-cmake' 2022-11-23T01:21:59.6050228Z Entering 'third_party/ittapi' 2022-11-23T01:21:59.6510512Z Entering 'third_party/kineto' 2022-11-23T01:21:59.6968269Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:21:59.7439767Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:21:59.7926066Z Entering 'third_party/nccl/nccl' 2022-11-23T01:21:59.8383732Z Entering 'third_party/neon2sse' 2022-11-23T01:21:59.8849634Z Entering 'third_party/nlohmann' 2022-11-23T01:21:59.9311665Z Entering 'third_party/onnx' 2022-11-23T01:21:59.9774685Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:22:00.0246389Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:22:00.0763689Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:22:00.1227863Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:22:00.1700855Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:22:00.2174973Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:22:00.2627407Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:22:00.3153875Z Entering 'third_party/pocketfft' 2022-11-23T01:22:00.3612109Z Entering 'third_party/protobuf' 2022-11-23T01:22:00.4075884Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:22:00.4547669Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:22:00.5030777Z Entering 'third_party/psimd' 2022-11-23T01:22:00.5502386Z Entering 'third_party/pthreadpool' 2022-11-23T01:22:00.5980953Z Entering 'third_party/pybind11' 2022-11-23T01:22:00.6474006Z Entering 'third_party/python-enum' 2022-11-23T01:22:00.6940517Z Entering 'third_party/python-peachpy' 2022-11-23T01:22:00.7405004Z Entering 'third_party/python-six' 2022-11-23T01:22:00.7864923Z Entering 'third_party/sleef' 2022-11-23T01:22:00.8330017Z Entering 'third_party/tbb' 2022-11-23T01:22:00.8791612Z Entering 'third_party/tensorpipe' 2022-11-23T01:22:00.9253565Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:22:00.9731014Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:22:01.0211498Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:22:01.0678639Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:22:01.1138732Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:22:01.1662255Z Entering 'third_party/zstd' 2022-11-23T01:22:01.2220877Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:22:01.2394674Z http.https://github.com/.extraheader 2022-11-23T01:22:01.2429590Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:22:01.2661388Z [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:22:01.6273238Z Entering 'android/libs/fbjni' 2022-11-23T01:22:01.6627627Z http.https://github.com/.extraheader 2022-11-23T01:22:01.6957346Z Entering 'third_party/FP16' 2022-11-23T01:22:01.7288500Z http.https://github.com/.extraheader 2022-11-23T01:22:01.7608601Z Entering 'third_party/FXdiv' 2022-11-23T01:22:01.7966825Z http.https://github.com/.extraheader 2022-11-23T01:22:01.8297635Z Entering 'third_party/NNPACK' 2022-11-23T01:22:01.8629325Z http.https://github.com/.extraheader 2022-11-23T01:22:01.8957794Z Entering 'third_party/QNNPACK' 2022-11-23T01:22:01.9290298Z http.https://github.com/.extraheader 2022-11-23T01:22:01.9608740Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:22:01.9940087Z http.https://github.com/.extraheader 2022-11-23T01:22:02.0263559Z Entering 'third_party/XNNPACK' 2022-11-23T01:22:02.0601199Z http.https://github.com/.extraheader 2022-11-23T01:22:02.0932731Z Entering 'third_party/benchmark' 2022-11-23T01:22:02.1263734Z http.https://github.com/.extraheader 2022-11-23T01:22:02.1580926Z Entering 'third_party/cpuinfo' 2022-11-23T01:22:02.1925609Z http.https://github.com/.extraheader 2022-11-23T01:22:02.2237269Z Entering 'third_party/cub' 2022-11-23T01:22:02.2568194Z http.https://github.com/.extraheader 2022-11-23T01:22:02.2891582Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:22:02.3456383Z http.https://github.com/.extraheader 2022-11-23T01:22:02.3779516Z Entering 'third_party/cutlass' 2022-11-23T01:22:02.4118006Z http.https://github.com/.extraheader 2022-11-23T01:22:02.4446351Z Entering 'third_party/eigen' 2022-11-23T01:22:02.4772478Z http.https://github.com/.extraheader 2022-11-23T01:22:02.5094222Z Entering 'third_party/fbgemm' 2022-11-23T01:22:02.5423519Z http.https://github.com/.extraheader 2022-11-23T01:22:02.5738212Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:22:02.6068543Z http.https://github.com/.extraheader 2022-11-23T01:22:02.6389013Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:22:02.6724751Z http.https://github.com/.extraheader 2022-11-23T01:22:02.7042107Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:22:02.7379148Z http.https://github.com/.extraheader 2022-11-23T01:22:02.7704137Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:22:02.8046761Z http.https://github.com/.extraheader 2022-11-23T01:22:02.8404142Z Entering 'third_party/flatbuffers' 2022-11-23T01:22:02.8760401Z http.https://github.com/.extraheader 2022-11-23T01:22:02.9078600Z Entering 'third_party/fmt' 2022-11-23T01:22:02.9412547Z http.https://github.com/.extraheader 2022-11-23T01:22:02.9731937Z Entering 'third_party/foxi' 2022-11-23T01:22:03.0061834Z http.https://github.com/.extraheader 2022-11-23T01:22:03.0378062Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:22:03.0707873Z http.https://github.com/.extraheader 2022-11-23T01:22:03.1027551Z Entering 'third_party/gloo' 2022-11-23T01:22:03.1358153Z http.https://github.com/.extraheader 2022-11-23T01:22:03.1679078Z Entering 'third_party/googletest' 2022-11-23T01:22:03.2021754Z http.https://github.com/.extraheader 2022-11-23T01:22:03.2348977Z Entering 'third_party/ideep' 2022-11-23T01:22:03.2670956Z http.https://github.com/.extraheader 2022-11-23T01:22:03.2982298Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:22:03.3318687Z http.https://github.com/.extraheader 2022-11-23T01:22:03.3629832Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:22:03.4000325Z http.https://github.com/.extraheader 2022-11-23T01:22:03.4350392Z Entering 'third_party/ios-cmake' 2022-11-23T01:22:03.4691891Z http.https://github.com/.extraheader 2022-11-23T01:22:03.5014669Z Entering 'third_party/ittapi' 2022-11-23T01:22:03.5345741Z http.https://github.com/.extraheader 2022-11-23T01:22:03.5683754Z Entering 'third_party/kineto' 2022-11-23T01:22:03.6015645Z http.https://github.com/.extraheader 2022-11-23T01:22:03.6334032Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:22:03.6674439Z http.https://github.com/.extraheader 2022-11-23T01:22:03.7002315Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:22:03.7345436Z http.https://github.com/.extraheader 2022-11-23T01:22:03.7690723Z Entering 'third_party/nccl/nccl' 2022-11-23T01:22:03.8017020Z http.https://github.com/.extraheader 2022-11-23T01:22:03.8344503Z Entering 'third_party/neon2sse' 2022-11-23T01:22:03.8672945Z http.https://github.com/.extraheader 2022-11-23T01:22:03.8993361Z Entering 'third_party/nlohmann' 2022-11-23T01:22:03.9338337Z http.https://github.com/.extraheader 2022-11-23T01:22:03.9666945Z Entering 'third_party/onnx' 2022-11-23T01:22:04.0003561Z http.https://github.com/.extraheader 2022-11-23T01:22:04.0323247Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:22:04.0669151Z http.https://github.com/.extraheader 2022-11-23T01:22:04.0985883Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:22:04.1318421Z http.https://github.com/.extraheader 2022-11-23T01:22:04.1650594Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:22:04.1991571Z http.https://github.com/.extraheader 2022-11-23T01:22:04.2320179Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:22:04.2669582Z http.https://github.com/.extraheader 2022-11-23T01:22:04.3002444Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:22:04.3394456Z http.https://github.com/.extraheader 2022-11-23T01:22:04.3723931Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:22:04.4058299Z http.https://github.com/.extraheader 2022-11-23T01:22:04.4377688Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:22:04.4723514Z http.https://github.com/.extraheader 2022-11-23T01:22:04.5102919Z Entering 'third_party/pocketfft' 2022-11-23T01:22:04.5445218Z http.https://github.com/.extraheader 2022-11-23T01:22:04.5771831Z Entering 'third_party/protobuf' 2022-11-23T01:22:04.6115814Z http.https://github.com/.extraheader 2022-11-23T01:22:04.6450214Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:22:04.6793349Z http.https://github.com/.extraheader 2022-11-23T01:22:04.7116660Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:22:04.7446729Z http.https://github.com/.extraheader 2022-11-23T01:22:04.7784680Z Entering 'third_party/psimd' 2022-11-23T01:22:04.8114449Z http.https://github.com/.extraheader 2022-11-23T01:22:04.8437887Z Entering 'third_party/pthreadpool' 2022-11-23T01:22:04.8768345Z http.https://github.com/.extraheader 2022-11-23T01:22:04.9084670Z Entering 'third_party/pybind11' 2022-11-23T01:22:04.9421601Z http.https://github.com/.extraheader 2022-11-23T01:22:04.9745633Z Entering 'third_party/python-enum' 2022-11-23T01:22:05.0084848Z http.https://github.com/.extraheader 2022-11-23T01:22:05.0410236Z Entering 'third_party/python-peachpy' 2022-11-23T01:22:05.0741831Z http.https://github.com/.extraheader 2022-11-23T01:22:05.1064374Z Entering 'third_party/python-six' 2022-11-23T01:22:05.1400283Z http.https://github.com/.extraheader 2022-11-23T01:22:05.1726010Z Entering 'third_party/sleef' 2022-11-23T01:22:05.2055284Z http.https://github.com/.extraheader 2022-11-23T01:22:05.2383986Z Entering 'third_party/tbb' 2022-11-23T01:22:05.2723708Z http.https://github.com/.extraheader 2022-11-23T01:22:05.3040690Z Entering 'third_party/tensorpipe' 2022-11-23T01:22:05.3403724Z http.https://github.com/.extraheader 2022-11-23T01:22:05.3730234Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:22:05.4065170Z http.https://github.com/.extraheader 2022-11-23T01:22:05.4392415Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:22:05.4723947Z http.https://github.com/.extraheader 2022-11-23T01:22:05.5051808Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:22:05.5387906Z http.https://github.com/.extraheader 2022-11-23T01:22:05.5715240Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:22:05.6043877Z http.https://github.com/.extraheader 2022-11-23T01:22:05.6356992Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:22:05.6695823Z http.https://github.com/.extraheader 2022-11-23T01:22:05.7054447Z Entering 'third_party/zstd' 2022-11-23T01:22:05.7386606Z http.https://github.com/.extraheader 2022-11-23T01:22:05.7963834Z Cleaning up orphan processes