2022-05-18T04:11:12.4519185Z Requested labels: windows.4xlarge 2022-05-18T04:11:12.4519283Z Job defined at: pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-debug-master.yml@refs/heads/master 2022-05-18T04:11:12.4519309Z Waiting for a runner to pick up this job... 2022-05-18T04:11:13.7624105Z Job is about to start running on the runner: i-0c1ebf36c2d5e0e76 (repository) 2022-05-18T04:11:16.9377624Z Current runner version: '2.291.1' 2022-05-18T04:11:16.9383880Z Runner name: 'i-0c1ebf36c2d5e0e76' 2022-05-18T04:11:16.9384409Z Runner group name: 'Default' 2022-05-18T04:11:16.9384980Z Machine name: 'EC2AMAZ-F8QDB6S' 2022-05-18T04:11:16.9386976Z ##[group]GITHUB_TOKEN Permissions 2022-05-18T04:11:16.9387503Z Actions: write 2022-05-18T04:11:16.9387775Z Checks: write 2022-05-18T04:11:16.9387983Z Contents: write 2022-05-18T04:11:16.9388242Z Deployments: write 2022-05-18T04:11:16.9388504Z Discussions: write 2022-05-18T04:11:16.9388732Z Issues: write 2022-05-18T04:11:16.9388982Z Metadata: read 2022-05-18T04:11:16.9389232Z Packages: write 2022-05-18T04:11:16.9389443Z Pages: write 2022-05-18T04:11:16.9389698Z PullRequests: write 2022-05-18T04:11:16.9390002Z RepositoryProjects: write 2022-05-18T04:11:16.9390253Z SecurityEvents: write 2022-05-18T04:11:16.9390512Z Statuses: write 2022-05-18T04:11:16.9390759Z ##[endgroup] 2022-05-18T04:11:16.9393928Z Secret source: Actions 2022-05-18T04:11:16.9394453Z Prepare workflow directory 2022-05-18T04:11:17.0933873Z Prepare all required actions 2022-05-18T04:11:17.1099087Z Getting action download info 2022-05-18T04:11:17.3085248Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:1ecffedb1e192a50aa67dba2f0e048e5d3bfa144) 2022-05-18T04:11:17.5497388Z Download action repository 'seemethere/download-artifact-s3@v3' (SHA:64048a097659c8ca71ceacbb3c01cee9ed6f1b05) 2022-05-18T04:11:18.3542735Z Download action repository 'zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9' (SHA:05b13c9a0d21f08f6d5e64a1d5042246d13619d9) 2022-05-18T04:11:19.2804156Z ##[group]Run set -euo pipefail 2022-05-18T04:11:19.2804602Z set -euo pipefail 2022-05-18T04:11:19.2804841Z function get_ec2_metadata() { 2022-05-18T04:11:19.2805153Z  # Pulled from instance metadata endpoint for EC2 2022-05-18T04:11:19.2805591Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-05-18T04:11:19.2805960Z  category=$1 2022-05-18T04:11:19.2806297Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-05-18T04:11:19.2806577Z } 2022-05-18T04:11:19.2806840Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-05-18T04:11:19.2807136Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-05-18T04:11:19.2807526Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-05-18T04:11:19.2807829Z echo "system info $(uname -a)" 2022-05-18T04:11:19.4643960Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-05-18T04:11:19.4644352Z env: 2022-05-18T04:11:19.4644687Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:11:19.4644988Z ANACONDA_USER: pytorch 2022-05-18T04:11:19.4645322Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:11:19.4645626Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:11:19.4646300Z GITHUB_TOKEN: *** 2022-05-18T04:11:19.4646502Z IN_CI: 1 2022-05-18T04:11:19.4646713Z IS_GHA: 1 2022-05-18T04:11:19.4646959Z PR_LABELS: [] 2022-05-18T04:11:19.4647142Z PR_NUMBER: 2022-05-18T04:11:19.4647373Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:11:19.4647659Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:11:19.4647886Z SKIP_ALL_TESTS: 1 2022-05-18T04:11:19.4648224Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:11:19.4648654Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:11:19.4648980Z PACKAGE_TYPE: libtorch 2022-05-18T04:11:19.4649200Z DESIRED_CUDA: cpu 2022-05-18T04:11:19.4649516Z GPU_ARCH_TYPE: cpu 2022-05-18T04:11:19.4649798Z LIBTORCH_CONFIG: debug 2022-05-18T04:11:19.4650050Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:11:19.4650423Z DESIRED_PYTHON: 3.7 2022-05-18T04:11:19.4650665Z ##[endgroup] 2022-05-18T04:11:20.1450902Z ami-id: ami-0e47039405e6da377 2022-05-18T04:11:20.1672523Z instance-id: i-0c1ebf36c2d5e0e76 2022-05-18T04:11:20.1915452Z instance-type: c5d.4xlarge 2022-05-18T04:11:20.4105551Z system info MSYS_NT-10.0-17763 EC2AMAZ-F8QDB6S 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys 2022-05-18T04:11:20.4401137Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-05-18T04:11:20.4401530Z with: 2022-05-18T04:11:20.4402071Z GITHUB_TOKEN: *** 2022-05-18T04:11:20.4402332Z activate-with-label: true 2022-05-18T04:11:20.4402575Z label: with-ssh 2022-05-18T04:11:20.4402822Z remove-existing-keys: true 2022-05-18T04:11:20.4403083Z env: 2022-05-18T04:11:20.4403350Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:11:20.4403670Z ANACONDA_USER: pytorch 2022-05-18T04:11:20.4403933Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:11:20.4404199Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:11:20.4404582Z GITHUB_TOKEN: *** 2022-05-18T04:11:20.4404825Z IN_CI: 1 2022-05-18T04:11:20.4405041Z IS_GHA: 1 2022-05-18T04:11:20.4405233Z PR_LABELS: [] 2022-05-18T04:11:20.4405450Z PR_NUMBER: 2022-05-18T04:11:20.4502641Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:11:20.4503020Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:11:20.4503227Z SKIP_ALL_TESTS: 1 2022-05-18T04:11:20.4503471Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:11:20.4503774Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:11:20.4504018Z PACKAGE_TYPE: libtorch 2022-05-18T04:11:20.4504183Z DESIRED_CUDA: cpu 2022-05-18T04:11:20.4504351Z GPU_ARCH_TYPE: cpu 2022-05-18T04:11:20.4504521Z LIBTORCH_CONFIG: debug 2022-05-18T04:11:20.4504714Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:11:20.4504909Z DESIRED_PYTHON: 3.7 2022-05-18T04:11:20.4505101Z ##[endgroup] 2022-05-18T04:11:21.0535974Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-05-18T04:11:21.0717634Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-05-18T04:11:21.0718238Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-05-18T04:11:21.0740569Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T04:11:21.0740914Z env: 2022-05-18T04:11:21.0741160Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:11:21.0741423Z ANACONDA_USER: pytorch 2022-05-18T04:11:21.0741613Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:11:21.0741867Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:11:21.0742340Z GITHUB_TOKEN: *** 2022-05-18T04:11:21.0742512Z IN_CI: 1 2022-05-18T04:11:21.0742655Z IS_GHA: 1 2022-05-18T04:11:21.0742823Z PR_LABELS: [] 2022-05-18T04:11:21.0742993Z PR_NUMBER: 2022-05-18T04:11:21.0743204Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:11:21.0743426Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:11:21.0743643Z SKIP_ALL_TESTS: 1 2022-05-18T04:11:21.0743895Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:11:21.0744191Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:11:21.0744436Z PACKAGE_TYPE: libtorch 2022-05-18T04:11:21.0744625Z DESIRED_CUDA: cpu 2022-05-18T04:11:21.0744793Z GPU_ARCH_TYPE: cpu 2022-05-18T04:11:21.0744980Z LIBTORCH_CONFIG: debug 2022-05-18T04:11:21.0745194Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:11:21.0745402Z DESIRED_PYTHON: 3.7 2022-05-18T04:11:21.0745568Z ##[endgroup] 2022-05-18T04:11:21.5394984Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T04:11:21.6329841Z Finished 2022-05-18T04:11:21.6842191Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-05-18T04:11:21.6842675Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-05-18T04:11:21.6864938Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T04:11:21.6865202Z env: 2022-05-18T04:11:21.6865448Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:11:21.6865709Z ANACONDA_USER: pytorch 2022-05-18T04:11:21.6865902Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:11:21.6866162Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:11:21.6866656Z GITHUB_TOKEN: *** 2022-05-18T04:11:21.6866831Z IN_CI: 1 2022-05-18T04:11:21.6866977Z IS_GHA: 1 2022-05-18T04:11:21.6867145Z PR_LABELS: [] 2022-05-18T04:11:21.6867315Z PR_NUMBER: 2022-05-18T04:11:21.6867487Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:11:21.6867760Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:11:21.6867973Z SKIP_ALL_TESTS: 1 2022-05-18T04:11:21.6868210Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:11:21.6868520Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:11:21.6868773Z PACKAGE_TYPE: libtorch 2022-05-18T04:11:21.6868944Z DESIRED_CUDA: cpu 2022-05-18T04:11:21.6869125Z GPU_ARCH_TYPE: cpu 2022-05-18T04:11:21.6869313Z LIBTORCH_CONFIG: debug 2022-05-18T04:11:21.6869510Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:11:21.6869719Z DESIRED_PYTHON: 3.7 2022-05-18T04:11:21.6869898Z ##[endgroup] 2022-05-18T04:11:22.0186347Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T04:11:22.1113343Z Finished 2022-05-18T04:11:23.0294537Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2022-05-18T04:11:23.0294928Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2022-05-18T04:11:23.0295407Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2022-05-18T04:11:23.0295720Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2022-05-18T04:11:23.0322966Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-05-18T04:11:23.0323243Z env: 2022-05-18T04:11:23.0323477Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:11:23.0323741Z ANACONDA_USER: pytorch 2022-05-18T04:11:23.0323944Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:11:23.0324195Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:11:23.0324664Z GITHUB_TOKEN: *** 2022-05-18T04:11:23.0324836Z IN_CI: 1 2022-05-18T04:11:23.0324990Z IS_GHA: 1 2022-05-18T04:11:23.0325188Z PR_LABELS: [] 2022-05-18T04:11:23.0325434Z PR_NUMBER: 2022-05-18T04:11:23.0325604Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:11:23.0325835Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:11:23.0326048Z SKIP_ALL_TESTS: 1 2022-05-18T04:11:23.0326284Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:11:23.0326593Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:11:23.0326841Z PACKAGE_TYPE: libtorch 2022-05-18T04:11:23.0327016Z DESIRED_CUDA: cpu 2022-05-18T04:11:23.0327192Z GPU_ARCH_TYPE: cpu 2022-05-18T04:11:23.0327377Z LIBTORCH_CONFIG: debug 2022-05-18T04:11:23.0327573Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:11:23.0327779Z DESIRED_PYTHON: 3.7 2022-05-18T04:11:23.0327955Z ##[endgroup] 2022-05-18T04:11:23.0547907Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2022-05-18T04:11:23.0693251Z ##[group]Run seemethere/download-artifact-s3@v3 2022-05-18T04:11:23.0693534Z with: 2022-05-18T04:11:23.0693758Z name: libtorch-cpu-shared-with-deps-debug 2022-05-18T04:11:23.0694035Z path: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:11:23.0694247Z s3-bucket: gha-artifacts 2022-05-18T04:11:23.0694442Z region: us-east-1 2022-05-18T04:11:23.0694604Z env: 2022-05-18T04:11:23.0694829Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:11:23.0695090Z ANACONDA_USER: pytorch 2022-05-18T04:11:23.0695416Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:11:23.0695775Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:11:23.0696528Z GITHUB_TOKEN: *** 2022-05-18T04:11:23.0696702Z IN_CI: 1 2022-05-18T04:11:23.0696846Z IS_GHA: 1 2022-05-18T04:11:23.0697015Z PR_LABELS: [] 2022-05-18T04:11:23.0697183Z PR_NUMBER: 2022-05-18T04:11:23.0697369Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:11:23.0697618Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:11:23.0697832Z SKIP_ALL_TESTS: 1 2022-05-18T04:11:23.0698070Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:11:23.0698379Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:11:23.0698628Z PACKAGE_TYPE: libtorch 2022-05-18T04:11:23.0698803Z DESIRED_CUDA: cpu 2022-05-18T04:11:23.0698985Z GPU_ARCH_TYPE: cpu 2022-05-18T04:11:23.0699176Z LIBTORCH_CONFIG: debug 2022-05-18T04:11:23.0699376Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:11:23.0699585Z DESIRED_PYTHON: 3.7 2022-05-18T04:11:23.0699819Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:11:23.0700097Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:11:23.0700340Z ##[endgroup] 2022-05-18T04:11:24.0477189Z Found 2 objects with prefix pytorch/pytorch/2342799890/1/libtorch-cpu-shared-with-deps-debug/ 2022-05-18T04:11:24.0482007Z Starting download (1/2): C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-1.12.0.dev20220518+cpu.zip 2022-05-18T04:11:39.2619076Z Finished download (1/2): C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-1.12.0.dev20220518+cpu.zip 2022-05-18T04:11:39.2620905Z Starting download (2/2): C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2022-05-18T04:11:52.6719714Z Finished download (2/2): C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2022-05-18T04:11:52.6720038Z 2022-05-18T04:11:52.6726906Z Artifact download has finished successfully 2022-05-18T04:11:52.8735574Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-05-18T04:11:52.8735860Z with: 2022-05-18T04:11:52.8736065Z ref: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:11:52.8736283Z submodules: recursive 2022-05-18T04:11:52.8736519Z path: pytorch 2022-05-18T04:11:52.8736714Z repository: pytorch/pytorch 2022-05-18T04:11:52.8737102Z token: *** 2022-05-18T04:11:52.8737275Z ssh-strict: true 2022-05-18T04:11:52.8737460Z persist-credentials: true 2022-05-18T04:11:52.8737650Z clean: true 2022-05-18T04:11:52.8737817Z fetch-depth: 1 2022-05-18T04:11:52.8737974Z lfs: false 2022-05-18T04:11:52.8738129Z env: 2022-05-18T04:11:52.8738367Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:11:52.8738607Z ANACONDA_USER: pytorch 2022-05-18T04:11:52.8738806Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:11:52.8739056Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:11:52.8739410Z GITHUB_TOKEN: *** 2022-05-18T04:11:52.8739581Z IN_CI: 1 2022-05-18T04:11:52.8739736Z IS_GHA: 1 2022-05-18T04:11:52.8739888Z PR_LABELS: [] 2022-05-18T04:11:52.8740055Z PR_NUMBER: 2022-05-18T04:11:52.8740239Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:11:52.8740451Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:11:52.8740662Z SKIP_ALL_TESTS: 1 2022-05-18T04:11:52.8740912Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:11:52.8741222Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:11:52.8741453Z PACKAGE_TYPE: libtorch 2022-05-18T04:11:52.8741637Z DESIRED_CUDA: cpu 2022-05-18T04:11:52.8741815Z GPU_ARCH_TYPE: cpu 2022-05-18T04:11:52.8741988Z LIBTORCH_CONFIG: debug 2022-05-18T04:11:52.8742198Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:11:52.8742404Z DESIRED_PYTHON: 3.7 2022-05-18T04:11:52.8742620Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:11:52.8743044Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:11:52.8743290Z ##[endgroup] 2022-05-18T04:12:24.5137536Z Syncing repository: pytorch/pytorch 2022-05-18T04:12:24.5139113Z ##[group]Getting Git version info 2022-05-18T04:12:24.5139513Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2022-05-18T04:12:24.5179474Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-05-18T04:12:25.6778033Z git version 2.35.1.windows.2 2022-05-18T04:12:25.6816012Z ##[endgroup] 2022-05-18T04:12:25.6817671Z ##[group]Initializing the repository 2022-05-18T04:12:25.6825751Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2022-05-18T04:12:26.4308093Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2022-05-18T04:12:26.4355394Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-05-18T04:12:26.4617878Z ##[endgroup] 2022-05-18T04:12:26.4618367Z ##[group]Disabling automatic garbage collection 2022-05-18T04:12:26.4625389Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-05-18T04:12:26.4854175Z ##[endgroup] 2022-05-18T04:12:26.4868855Z ##[group]Setting up auth 2022-05-18T04:12:26.4869307Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-05-18T04:12:26.5083811Z [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-05-18T04:12:28.3515398Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T04:12:28.3716445Z [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-05-18T04:12:28.7771627Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-05-18T04:12:28.7991098Z ##[endgroup] 2022-05-18T04:12:28.7991629Z ##[group]Fetching the repository 2022-05-18T04:12:28.8000792Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:12:30.9337333Z remote: Enumerating objects: 10947, done. 2022-05-18T04:12:30.9342272Z remote: Counting objects: 0% (1/10947) 2022-05-18T04:12:30.9342576Z remote: Counting objects: 1% (110/10947) 2022-05-18T04:12:30.9346796Z remote: Counting objects: 2% (219/10947) 2022-05-18T04:12:30.9348242Z remote: Counting objects: 3% (329/10947) 2022-05-18T04:12:30.9349697Z remote: Counting objects: 4% (438/10947) 2022-05-18T04:12:30.9351280Z remote: Counting objects: 5% (548/10947) 2022-05-18T04:12:30.9353297Z remote: Counting objects: 6% (657/10947) 2022-05-18T04:12:30.9363059Z remote: Counting objects: 7% (767/10947) 2022-05-18T04:12:30.9401740Z remote: Counting objects: 8% (876/10947) 2022-05-18T04:12:30.9402038Z remote: Counting objects: 9% (986/10947) 2022-05-18T04:12:30.9404153Z remote: Counting objects: 10% (1095/10947) 2022-05-18T04:12:30.9404540Z remote: Counting objects: 11% (1205/10947) 2022-05-18T04:12:30.9404808Z remote: Counting objects: 12% (1314/10947) 2022-05-18T04:12:30.9405058Z remote: Counting objects: 13% (1424/10947) 2022-05-18T04:12:30.9405293Z remote: Counting objects: 14% (1533/10947) 2022-05-18T04:12:30.9405540Z remote: Counting objects: 15% (1643/10947) 2022-05-18T04:12:30.9405788Z remote: Counting objects: 16% (1752/10947) 2022-05-18T04:12:30.9406013Z remote: Counting objects: 17% (1861/10947) 2022-05-18T04:12:30.9406936Z remote: Counting objects: 18% (1971/10947) 2022-05-18T04:12:30.9415221Z remote: Counting objects: 19% (2080/10947) 2022-05-18T04:12:30.9415502Z remote: Counting objects: 20% (2190/10947) 2022-05-18T04:12:30.9415750Z remote: Counting objects: 21% (2299/10947) 2022-05-18T04:12:30.9415997Z remote: Counting objects: 22% (2409/10947) 2022-05-18T04:12:30.9420762Z remote: Counting objects: 23% (2518/10947) 2022-05-18T04:12:30.9421001Z remote: Counting objects: 24% (2628/10947) 2022-05-18T04:12:30.9421248Z remote: Counting objects: 25% (2737/10947) 2022-05-18T04:12:30.9421470Z remote: Counting objects: 26% (2847/10947) 2022-05-18T04:12:30.9421707Z remote: Counting objects: 27% (2956/10947) 2022-05-18T04:12:30.9421948Z remote: Counting objects: 28% (3066/10947) 2022-05-18T04:12:30.9422195Z remote: Counting objects: 29% (3175/10947) 2022-05-18T04:12:30.9422421Z remote: Counting objects: 30% (3285/10947) 2022-05-18T04:12:30.9422665Z remote: Counting objects: 31% (3394/10947) 2022-05-18T04:12:30.9422904Z remote: Counting objects: 32% (3504/10947) 2022-05-18T04:12:30.9423124Z remote: Counting objects: 33% (3613/10947) 2022-05-18T04:12:30.9423640Z remote: Counting objects: 34% (3722/10947) 2022-05-18T04:12:30.9427864Z remote: Counting objects: 35% (3832/10947) 2022-05-18T04:12:30.9428127Z remote: Counting objects: 36% (3941/10947) 2022-05-18T04:12:30.9429564Z remote: Counting objects: 37% (4051/10947) 2022-05-18T04:12:30.9432334Z remote: Counting objects: 38% (4160/10947) 2022-05-18T04:12:30.9434196Z remote: Counting objects: 39% (4270/10947) 2022-05-18T04:12:30.9437854Z remote: Counting objects: 40% (4379/10947) 2022-05-18T04:12:30.9445501Z remote: Counting objects: 41% (4489/10947) 2022-05-18T04:12:30.9445833Z remote: Counting objects: 42% (4598/10947) 2022-05-18T04:12:30.9446603Z remote: Counting objects: 43% (4708/10947) 2022-05-18T04:12:30.9447695Z remote: Counting objects: 44% (4817/10947) 2022-05-18T04:12:30.9447992Z remote: Counting objects: 45% (4927/10947) 2022-05-18T04:12:30.9449448Z remote: Counting objects: 46% (5036/10947) 2022-05-18T04:12:30.9452520Z remote: Counting objects: 47% (5146/10947) 2022-05-18T04:12:30.9453794Z remote: Counting objects: 48% (5255/10947) 2022-05-18T04:12:30.9454016Z remote: Counting objects: 49% (5365/10947) 2022-05-18T04:12:30.9459141Z remote: Counting objects: 50% (5474/10947) 2022-05-18T04:12:30.9461694Z remote: Counting objects: 51% (5583/10947) 2022-05-18T04:12:30.9463358Z remote: Counting objects: 52% (5693/10947) 2022-05-18T04:12:30.9465319Z remote: Counting objects: 53% (5802/10947) 2022-05-18T04:12:30.9467897Z remote: Counting objects: 54% (5912/10947) 2022-05-18T04:12:30.9470075Z remote: Counting objects: 55% (6021/10947) 2022-05-18T04:12:30.9471182Z remote: Counting objects: 56% (6131/10947) 2022-05-18T04:12:30.9473620Z remote: Counting objects: 57% (6240/10947) 2022-05-18T04:12:30.9481443Z remote: Counting objects: 58% (6350/10947) 2022-05-18T04:12:30.9485895Z remote: Counting objects: 59% (6459/10947) 2022-05-18T04:12:30.9486260Z remote: Counting objects: 60% (6569/10947) 2022-05-18T04:12:30.9486517Z remote: Counting objects: 61% (6678/10947) 2022-05-18T04:12:30.9489192Z remote: Counting objects: 62% (6788/10947) 2022-05-18T04:12:30.9494205Z remote: Counting objects: 63% (6897/10947) 2022-05-18T04:12:30.9494884Z remote: Counting objects: 64% (7007/10947) 2022-05-18T04:12:30.9495164Z remote: Counting objects: 65% (7116/10947) 2022-05-18T04:12:30.9496509Z remote: Counting objects: 66% (7226/10947) 2022-05-18T04:12:30.9497320Z remote: Counting objects: 67% (7335/10947) 2022-05-18T04:12:30.9503783Z remote: Counting objects: 68% (7444/10947) 2022-05-18T04:12:30.9504031Z remote: Counting objects: 69% (7554/10947) 2022-05-18T04:12:30.9507046Z remote: Counting objects: 70% (7663/10947) 2022-05-18T04:12:30.9509869Z remote: Counting objects: 71% (7773/10947) 2022-05-18T04:12:30.9514986Z remote: Counting objects: 72% (7882/10947) 2022-05-18T04:12:30.9515234Z remote: Counting objects: 73% (7992/10947) 2022-05-18T04:12:30.9518858Z remote: Counting objects: 74% (8101/10947) 2022-05-18T04:12:30.9524182Z remote: Counting objects: 75% (8211/10947) 2022-05-18T04:12:30.9524516Z remote: Counting objects: 76% (8320/10947) 2022-05-18T04:12:30.9529445Z remote: Counting objects: 77% (8430/10947) 2022-05-18T04:12:30.9529671Z remote: Counting objects: 78% (8539/10947) 2022-05-18T04:12:30.9532118Z remote: Counting objects: 79% (8649/10947) 2022-05-18T04:12:30.9535766Z remote: Counting objects: 80% (8758/10947) 2022-05-18T04:12:30.9538656Z remote: Counting objects: 81% (8868/10947) 2022-05-18T04:12:30.9542171Z remote: Counting objects: 82% (8977/10947) 2022-05-18T04:12:30.9544208Z remote: Counting objects: 83% (9087/10947) 2022-05-18T04:12:30.9546706Z remote: Counting objects: 84% (9196/10947) 2022-05-18T04:12:30.9551488Z remote: Counting objects: 85% (9305/10947) 2022-05-18T04:12:30.9554318Z remote: Counting objects: 86% (9415/10947) 2022-05-18T04:12:30.9560687Z remote: Counting objects: 87% (9524/10947) 2022-05-18T04:12:30.9564157Z remote: Counting objects: 88% (9634/10947) 2022-05-18T04:12:30.9564473Z remote: Counting objects: 89% (9743/10947) 2022-05-18T04:12:30.9572268Z remote: Counting objects: 90% (9853/10947) 2022-05-18T04:12:30.9572629Z remote: Counting objects: 91% (9962/10947) 2022-05-18T04:12:30.9583111Z remote: Counting objects: 92% (10072/10947) 2022-05-18T04:12:30.9583479Z remote: Counting objects: 93% (10181/10947) 2022-05-18T04:12:30.9584473Z remote: Counting objects: 94% (10291/10947) 2022-05-18T04:12:30.9586965Z remote: Counting objects: 95% (10400/10947) 2022-05-18T04:12:30.9588332Z remote: Counting objects: 96% (10510/10947) 2022-05-18T04:12:30.9592040Z remote: Counting objects: 97% (10619/10947) 2022-05-18T04:12:30.9593335Z remote: Counting objects: 98% (10729/10947) 2022-05-18T04:12:30.9598229Z remote: Counting objects: 99% (10838/10947) 2022-05-18T04:12:30.9598478Z remote: Counting objects: 100% (10947/10947) 2022-05-18T04:12:30.9598718Z remote: Counting objects: 100% (10947/10947), done. 2022-05-18T04:12:30.9748747Z remote: Compressing objects: 0% (1/9760) 2022-05-18T04:12:30.9989969Z remote: Compressing objects: 1% (98/9760) 2022-05-18T04:12:31.0492069Z remote: Compressing objects: 2% (196/9760) 2022-05-18T04:12:31.0836769Z remote: Compressing objects: 3% (293/9760) 2022-05-18T04:12:31.1100991Z remote: Compressing objects: 4% (391/9760) 2022-05-18T04:12:31.1357944Z remote: Compressing objects: 5% (488/9760) 2022-05-18T04:12:31.1826950Z remote: Compressing objects: 6% (586/9760) 2022-05-18T04:12:31.2090026Z remote: Compressing objects: 7% (684/9760) 2022-05-18T04:12:31.2473552Z remote: Compressing objects: 8% (781/9760) 2022-05-18T04:12:31.3067290Z remote: Compressing objects: 9% (879/9760) 2022-05-18T04:12:31.3560340Z remote: Compressing objects: 10% (976/9760) 2022-05-18T04:12:31.3896919Z remote: Compressing objects: 11% (1074/9760) 2022-05-18T04:12:31.4388799Z remote: Compressing objects: 12% (1172/9760) 2022-05-18T04:12:31.4817045Z remote: Compressing objects: 13% (1269/9760) 2022-05-18T04:12:31.5288680Z remote: Compressing objects: 14% (1367/9760) 2022-05-18T04:12:31.5662212Z remote: Compressing objects: 15% (1464/9760) 2022-05-18T04:12:31.6350886Z remote: Compressing objects: 16% (1562/9760) 2022-05-18T04:12:31.6728758Z remote: Compressing objects: 17% (1660/9760) 2022-05-18T04:12:31.7194263Z remote: Compressing objects: 18% (1757/9760) 2022-05-18T04:12:31.7687904Z remote: Compressing objects: 19% (1855/9760) 2022-05-18T04:12:31.8299622Z remote: Compressing objects: 20% (1952/9760) 2022-05-18T04:12:31.8706556Z remote: Compressing objects: 21% (2050/9760) 2022-05-18T04:12:31.9079417Z remote: Compressing objects: 22% (2148/9760) 2022-05-18T04:12:31.9347778Z remote: Compressing objects: 23% (2245/9760) 2022-05-18T04:12:31.9511764Z remote: Compressing objects: 24% (2343/9760) 2022-05-18T04:12:31.9605512Z remote: Compressing objects: 25% (2440/9760) 2022-05-18T04:12:31.9759414Z remote: Compressing objects: 25% (2471/9760) 2022-05-18T04:12:32.0016721Z remote: Compressing objects: 26% (2538/9760) 2022-05-18T04:12:32.0068163Z remote: Compressing objects: 27% (2636/9760) 2022-05-18T04:12:32.0273023Z remote: Compressing objects: 28% (2733/9760) 2022-05-18T04:12:32.0856238Z remote: Compressing objects: 29% (2831/9760) 2022-05-18T04:12:32.1245398Z remote: Compressing objects: 30% (2928/9760) 2022-05-18T04:12:32.1435049Z remote: Compressing objects: 31% (3026/9760) 2022-05-18T04:12:32.1941650Z remote: Compressing objects: 32% (3124/9760) 2022-05-18T04:12:32.2467849Z remote: Compressing objects: 33% (3221/9760) 2022-05-18T04:12:32.2903252Z remote: Compressing objects: 34% (3319/9760) 2022-05-18T04:12:32.3489279Z remote: Compressing objects: 35% (3416/9760) 2022-05-18T04:12:32.4096042Z remote: Compressing objects: 36% (3514/9760) 2022-05-18T04:12:32.4467371Z remote: Compressing objects: 37% (3612/9760) 2022-05-18T04:12:32.4948285Z remote: Compressing objects: 38% (3709/9760) 2022-05-18T04:12:32.5366227Z remote: Compressing objects: 39% (3807/9760) 2022-05-18T04:12:32.5946693Z remote: Compressing objects: 40% (3904/9760) 2022-05-18T04:12:32.6377280Z remote: Compressing objects: 41% (4002/9760) 2022-05-18T04:12:32.6755442Z remote: Compressing objects: 42% (4100/9760) 2022-05-18T04:12:32.7096494Z remote: Compressing objects: 43% (4197/9760) 2022-05-18T04:12:32.7473013Z remote: Compressing objects: 44% (4295/9760) 2022-05-18T04:12:32.7793554Z remote: Compressing objects: 45% (4392/9760) 2022-05-18T04:12:32.8111838Z remote: Compressing objects: 46% (4490/9760) 2022-05-18T04:12:32.8368935Z remote: Compressing objects: 47% (4588/9760) 2022-05-18T04:12:32.8774780Z remote: Compressing objects: 48% (4685/9760) 2022-05-18T04:12:32.9524469Z remote: Compressing objects: 49% (4783/9760) 2022-05-18T04:12:32.9614753Z remote: Compressing objects: 50% (4880/9760) 2022-05-18T04:12:33.0172656Z remote: Compressing objects: 50% (4912/9760) 2022-05-18T04:12:33.0314544Z remote: Compressing objects: 51% (4978/9760) 2022-05-18T04:12:33.0570988Z remote: Compressing objects: 52% (5076/9760) 2022-05-18T04:12:33.0823873Z remote: Compressing objects: 53% (5173/9760) 2022-05-18T04:12:33.0967215Z remote: Compressing objects: 54% (5271/9760) 2022-05-18T04:12:33.1057086Z remote: Compressing objects: 55% (5368/9760) 2022-05-18T04:12:33.1209996Z remote: Compressing objects: 56% (5466/9760) 2022-05-18T04:12:33.1406964Z remote: Compressing objects: 57% (5564/9760) 2022-05-18T04:12:33.1557998Z remote: Compressing objects: 58% (5661/9760) 2022-05-18T04:12:33.1755505Z remote: Compressing objects: 59% (5759/9760) 2022-05-18T04:12:33.2068431Z remote: Compressing objects: 60% (5856/9760) 2022-05-18T04:12:33.2403167Z remote: Compressing objects: 61% (5954/9760) 2022-05-18T04:12:33.2679712Z remote: Compressing objects: 62% (6052/9760) 2022-05-18T04:12:33.2921622Z remote: Compressing objects: 63% (6149/9760) 2022-05-18T04:12:33.3125694Z remote: Compressing objects: 64% (6247/9760) 2022-05-18T04:12:33.3488793Z remote: Compressing objects: 65% (6344/9760) 2022-05-18T04:12:33.3784049Z remote: Compressing objects: 66% (6442/9760) 2022-05-18T04:12:33.4148422Z remote: Compressing objects: 67% (6540/9760) 2022-05-18T04:12:33.4258579Z remote: Compressing objects: 68% (6637/9760) 2022-05-18T04:12:33.4337697Z remote: Compressing objects: 69% (6735/9760) 2022-05-18T04:12:33.4645161Z remote: Compressing objects: 70% (6832/9760) 2022-05-18T04:12:33.4848913Z remote: Compressing objects: 71% (6930/9760) 2022-05-18T04:12:33.4910549Z remote: Compressing objects: 72% (7028/9760) 2022-05-18T04:12:33.5071620Z remote: Compressing objects: 73% (7125/9760) 2022-05-18T04:12:33.5230766Z remote: Compressing objects: 74% (7223/9760) 2022-05-18T04:12:33.5497674Z remote: Compressing objects: 75% (7320/9760) 2022-05-18T04:12:33.5660672Z remote: Compressing objects: 76% (7418/9760) 2022-05-18T04:12:33.5824615Z remote: Compressing objects: 77% (7516/9760) 2022-05-18T04:12:33.6023344Z remote: Compressing objects: 78% (7613/9760) 2022-05-18T04:12:33.6235947Z remote: Compressing objects: 79% (7711/9760) 2022-05-18T04:12:33.6507938Z remote: Compressing objects: 80% (7808/9760) 2022-05-18T04:12:33.6636425Z remote: Compressing objects: 81% (7906/9760) 2022-05-18T04:12:33.6812736Z remote: Compressing objects: 82% (8004/9760) 2022-05-18T04:12:33.6996905Z remote: Compressing objects: 83% (8101/9760) 2022-05-18T04:12:33.7175350Z remote: Compressing objects: 84% (8199/9760) 2022-05-18T04:12:33.7293439Z remote: Compressing objects: 85% (8296/9760) 2022-05-18T04:12:33.7510602Z remote: Compressing objects: 86% (8394/9760) 2022-05-18T04:12:33.7762056Z remote: Compressing objects: 87% (8492/9760) 2022-05-18T04:12:33.7827444Z remote: Compressing objects: 88% (8589/9760) 2022-05-18T04:12:33.7960993Z remote: Compressing objects: 89% (8687/9760) 2022-05-18T04:12:33.8278283Z remote: Compressing objects: 90% (8784/9760) 2022-05-18T04:12:33.8660344Z remote: Compressing objects: 91% (8882/9760) 2022-05-18T04:12:33.8660596Z remote: Compressing objects: 92% (8980/9760) 2022-05-18T04:12:33.8660857Z remote: Compressing objects: 93% (9077/9760) 2022-05-18T04:12:33.8661111Z remote: Compressing objects: 94% (9175/9760) 2022-05-18T04:12:33.8750163Z remote: Compressing objects: 95% (9272/9760) 2022-05-18T04:12:33.8750483Z remote: Compressing objects: 96% (9370/9760) 2022-05-18T04:12:33.8750748Z remote: Compressing objects: 97% (9468/9760) 2022-05-18T04:12:33.8751025Z remote: Compressing objects: 98% (9565/9760) 2022-05-18T04:12:33.8751272Z remote: Compressing objects: 99% (9663/9760) 2022-05-18T04:12:33.8751530Z remote: Compressing objects: 100% (9760/9760) 2022-05-18T04:12:33.8751796Z remote: Compressing objects: 100% (9760/9760), done. 2022-05-18T04:12:33.8941530Z Receiving objects: 0% (1/10947) 2022-05-18T04:12:33.9019359Z Receiving objects: 1% (110/10947) 2022-05-18T04:12:33.9132378Z Receiving objects: 2% (219/10947) 2022-05-18T04:12:34.2383615Z Receiving objects: 3% (329/10947) 2022-05-18T04:12:34.2418616Z Receiving objects: 4% (438/10947) 2022-05-18T04:12:34.2488814Z Receiving objects: 5% (548/10947) 2022-05-18T04:12:34.2563679Z Receiving objects: 6% (657/10947) 2022-05-18T04:12:34.2685975Z Receiving objects: 7% (767/10947) 2022-05-18T04:12:34.2737804Z Receiving objects: 8% (876/10947) 2022-05-18T04:12:34.2826607Z Receiving objects: 9% (986/10947) 2022-05-18T04:12:34.4288377Z Receiving objects: 10% (1095/10947) 2022-05-18T04:12:34.4591098Z Receiving objects: 11% (1205/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.4840495Z Receiving objects: 12% (1314/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.5139357Z Receiving objects: 13% (1424/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.5262176Z Receiving objects: 14% (1533/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.5631904Z Receiving objects: 15% (1643/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.5772850Z Receiving objects: 16% (1752/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.5856114Z Receiving objects: 17% (1861/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.5990975Z Receiving objects: 18% (1971/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.6011230Z Receiving objects: 19% (2080/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.6686583Z Receiving objects: 20% (2190/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.6729669Z Receiving objects: 21% (2299/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.6896847Z Receiving objects: 22% (2409/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.7011634Z Receiving objects: 23% (2518/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.7147630Z Receiving objects: 24% (2628/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.7255612Z Receiving objects: 25% (2737/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.7573790Z Receiving objects: 26% (2847/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.7733241Z Receiving objects: 27% (2956/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.7953676Z Receiving objects: 28% (3066/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.8105951Z Receiving objects: 29% (3175/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.8255351Z Receiving objects: 30% (3285/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.8562379Z Receiving objects: 31% (3394/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.8636595Z Receiving objects: 32% (3504/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.8880966Z Receiving objects: 33% (3613/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.8957286Z Receiving objects: 34% (3722/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.9032695Z Receiving objects: 34% (3767/10947), 14.96 MiB | 29.22 MiB/s 2022-05-18T04:12:34.9167897Z Receiving objects: 35% (3832/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:34.9281121Z Receiving objects: 36% (3941/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:34.9584126Z Receiving objects: 37% (4051/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:34.9663115Z Receiving objects: 38% (4160/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:34.9799777Z Receiving objects: 39% (4270/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:34.9976996Z Receiving objects: 40% (4379/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.0118526Z Receiving objects: 41% (4489/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.0299832Z Receiving objects: 42% (4598/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.0568952Z Receiving objects: 43% (4708/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.0723147Z Receiving objects: 44% (4817/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.0958340Z Receiving objects: 45% (4927/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.1154366Z Receiving objects: 46% (5036/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.1308667Z Receiving objects: 47% (5146/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.1610913Z Receiving objects: 48% (5255/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.1643266Z Receiving objects: 49% (5365/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.1752663Z Receiving objects: 50% (5474/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.1947145Z Receiving objects: 51% (5583/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.2007395Z Receiving objects: 52% (5693/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.2173529Z Receiving objects: 53% (5802/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.2685142Z Receiving objects: 54% (5912/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.3279239Z Receiving objects: 55% (6021/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:35.9018603Z Receiving objects: 56% (6131/10947), 19.51 MiB | 19.28 MiB/s 2022-05-18T04:12:36.0844703Z Receiving objects: 56% (6216/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.0882328Z Receiving objects: 57% (6240/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1003654Z Receiving objects: 58% (6350/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1083948Z Receiving objects: 59% (6459/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1185264Z Receiving objects: 60% (6569/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1243934Z Receiving objects: 61% (6678/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1307861Z Receiving objects: 62% (6788/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1384072Z Receiving objects: 63% (6897/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1447140Z Receiving objects: 64% (7007/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1453448Z Receiving objects: 65% (7116/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1685475Z Receiving objects: 66% (7226/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.1793930Z Receiving objects: 67% (7335/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.2204175Z Receiving objects: 68% (7444/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.2499067Z Receiving objects: 69% (7554/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.2622855Z Receiving objects: 70% (7663/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.2856090Z Receiving objects: 71% (7773/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.3433325Z Receiving objects: 72% (7882/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.3696863Z Receiving objects: 73% (7992/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.3841889Z Receiving objects: 74% (8101/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.3946457Z Receiving objects: 75% (8211/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.4295984Z Receiving objects: 76% (8320/10947), 57.38 MiB | 28.52 MiB/s 2022-05-18T04:12:36.4411045Z Receiving objects: 77% (8430/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.4680636Z Receiving objects: 78% (8539/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.4964157Z Receiving objects: 79% (8649/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.5467508Z Receiving objects: 80% (8758/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.5656635Z Receiving objects: 81% (8868/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.6202708Z Receiving objects: 82% (8977/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.6505661Z Receiving objects: 83% (9087/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.6692080Z Receiving objects: 84% (9196/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.6872050Z Receiving objects: 85% (9305/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.7242067Z Receiving objects: 86% (9415/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.7667587Z Receiving objects: 87% (9524/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.8108044Z Receiving objects: 88% (9634/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.8221064Z Receiving objects: 89% (9743/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.8353614Z Receiving objects: 90% (9853/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.8538963Z Receiving objects: 91% (9962/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.8863343Z Receiving objects: 92% (10072/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.9112894Z Receiving objects: 93% (10181/10947), 72.95 MiB | 29.00 MiB/s 2022-05-18T04:12:36.9174268Z Receiving objects: 93% (10275/10947), 76.93 MiB | 25.51 MiB/s 2022-05-18T04:12:36.9518092Z Receiving objects: 94% (10291/10947), 76.93 MiB | 25.51 MiB/s 2022-05-18T04:12:36.9912561Z Receiving objects: 95% (10400/10947), 76.93 MiB | 25.51 MiB/s 2022-05-18T04:12:37.0320771Z Receiving objects: 96% (10510/10947), 76.93 MiB | 25.51 MiB/s 2022-05-18T04:12:37.1247142Z Receiving objects: 97% (10619/10947), 76.93 MiB | 25.51 MiB/s 2022-05-18T04:12:37.1541606Z Receiving objects: 98% (10729/10947), 76.93 MiB | 25.51 MiB/s 2022-05-18T04:12:37.1966559Z Receiving objects: 99% (10838/10947), 76.93 MiB | 25.51 MiB/s 2022-05-18T04:12:37.1966870Z remote: Total 10947 (delta 1452), reused 3413 (delta 950), pack-reused 0 2022-05-18T04:12:37.1967674Z Receiving objects: 100% (10947/10947), 76.93 MiB | 25.51 MiB/s 2022-05-18T04:12:37.1967926Z Receiving objects: 100% (10947/10947), 78.76 MiB | 23.81 MiB/s, done. 2022-05-18T04:12:37.2344948Z Resolving deltas: 0% (0/1452) 2022-05-18T04:12:37.2345414Z Resolving deltas: 1% (15/1452) 2022-05-18T04:12:37.2359429Z Resolving deltas: 2% (30/1452) 2022-05-18T04:12:37.2363511Z Resolving deltas: 3% (44/1452) 2022-05-18T04:12:37.2369023Z Resolving deltas: 4% (59/1452) 2022-05-18T04:12:37.2374991Z Resolving deltas: 5% (73/1452) 2022-05-18T04:12:37.2377101Z Resolving deltas: 6% (88/1452) 2022-05-18T04:12:37.2380982Z Resolving deltas: 7% (102/1452) 2022-05-18T04:12:37.2383786Z Resolving deltas: 8% (117/1452) 2022-05-18T04:12:37.2385770Z Resolving deltas: 9% (131/1452) 2022-05-18T04:12:37.2388206Z Resolving deltas: 10% (146/1452) 2022-05-18T04:12:37.2390247Z Resolving deltas: 11% (160/1452) 2022-05-18T04:12:37.2392331Z Resolving deltas: 12% (175/1452) 2022-05-18T04:12:37.2393775Z Resolving deltas: 13% (189/1452) 2022-05-18T04:12:37.2394614Z Resolving deltas: 14% (204/1452) 2022-05-18T04:12:37.2395776Z Resolving deltas: 15% (218/1452) 2022-05-18T04:12:37.2397903Z Resolving deltas: 16% (233/1452) 2022-05-18T04:12:37.2401192Z Resolving deltas: 17% (247/1452) 2022-05-18T04:12:37.2403211Z Resolving deltas: 18% (262/1452) 2022-05-18T04:12:37.2405584Z Resolving deltas: 19% (276/1452) 2022-05-18T04:12:37.2406597Z Resolving deltas: 20% (291/1452) 2022-05-18T04:12:37.2407008Z Resolving deltas: 21% (305/1452) 2022-05-18T04:12:37.2407411Z Resolving deltas: 22% (320/1452) 2022-05-18T04:12:37.2408268Z Resolving deltas: 23% (334/1452) 2022-05-18T04:12:37.2408636Z Resolving deltas: 24% (349/1452) 2022-05-18T04:12:37.2408921Z Resolving deltas: 25% (364/1452) 2022-05-18T04:12:37.2410777Z Resolving deltas: 26% (378/1452) 2022-05-18T04:12:37.2411351Z Resolving deltas: 27% (393/1452) 2022-05-18T04:12:37.2411601Z Resolving deltas: 28% (407/1452) 2022-05-18T04:12:37.2411817Z Resolving deltas: 29% (422/1452) 2022-05-18T04:12:37.2413408Z Resolving deltas: 30% (436/1452) 2022-05-18T04:12:37.2414939Z Resolving deltas: 31% (451/1452) 2022-05-18T04:12:37.2416001Z Resolving deltas: 32% (465/1452) 2022-05-18T04:12:37.2417601Z Resolving deltas: 33% (480/1452) 2022-05-18T04:12:37.2420209Z Resolving deltas: 34% (494/1452) 2022-05-18T04:12:37.2421606Z Resolving deltas: 35% (509/1452) 2022-05-18T04:12:37.2422936Z Resolving deltas: 36% (523/1452) 2022-05-18T04:12:37.2424128Z Resolving deltas: 37% (538/1452) 2022-05-18T04:12:37.2425564Z Resolving deltas: 38% (552/1452) 2022-05-18T04:12:37.2426073Z Resolving deltas: 39% (567/1452) 2022-05-18T04:12:37.2426780Z Resolving deltas: 40% (581/1452) 2022-05-18T04:12:37.2427207Z Resolving deltas: 41% (596/1452) 2022-05-18T04:12:37.2427610Z Resolving deltas: 42% (610/1452) 2022-05-18T04:12:37.2428530Z Resolving deltas: 43% (625/1452) 2022-05-18T04:12:37.2429989Z Resolving deltas: 44% (639/1452) 2022-05-18T04:12:37.2431049Z Resolving deltas: 45% (654/1452) 2022-05-18T04:12:37.2432545Z Resolving deltas: 46% (668/1452) 2022-05-18T04:12:37.2433637Z Resolving deltas: 47% (683/1452) 2022-05-18T04:12:37.2435216Z Resolving deltas: 48% (697/1452) 2022-05-18T04:12:37.2436545Z Resolving deltas: 49% (712/1452) 2022-05-18T04:12:37.2438546Z Resolving deltas: 50% (726/1452) 2022-05-18T04:12:37.2440142Z Resolving deltas: 51% (741/1452) 2022-05-18T04:12:37.2441672Z Resolving deltas: 52% (756/1452) 2022-05-18T04:12:37.2443984Z Resolving deltas: 53% (770/1452) 2022-05-18T04:12:37.2444534Z Resolving deltas: 54% (785/1452) 2022-05-18T04:12:37.2446006Z Resolving deltas: 55% (800/1452) 2022-05-18T04:12:37.2447693Z Resolving deltas: 56% (814/1452) 2022-05-18T04:12:37.2448150Z Resolving deltas: 57% (828/1452) 2022-05-18T04:12:37.2448492Z Resolving deltas: 58% (843/1452) 2022-05-18T04:12:37.2448813Z Resolving deltas: 59% (857/1452) 2022-05-18T04:12:37.2449154Z Resolving deltas: 60% (872/1452) 2022-05-18T04:12:37.2449466Z Resolving deltas: 61% (887/1452) 2022-05-18T04:12:37.2449911Z Resolving deltas: 62% (901/1452) 2022-05-18T04:12:37.2451331Z Resolving deltas: 63% (915/1452) 2022-05-18T04:12:37.2453665Z Resolving deltas: 64% (930/1452) 2022-05-18T04:12:37.2454760Z Resolving deltas: 65% (944/1452) 2022-05-18T04:12:37.2457565Z Resolving deltas: 66% (959/1452) 2022-05-18T04:12:37.2460619Z Resolving deltas: 67% (973/1452) 2022-05-18T04:12:37.2461966Z Resolving deltas: 68% (988/1452) 2022-05-18T04:12:37.2463663Z Resolving deltas: 69% (1002/1452) 2022-05-18T04:12:37.2464320Z Resolving deltas: 70% (1017/1452) 2022-05-18T04:12:37.2465797Z Resolving deltas: 71% (1031/1452) 2022-05-18T04:12:37.2466896Z Resolving deltas: 72% (1046/1452) 2022-05-18T04:12:37.2467695Z Resolving deltas: 73% (1060/1452) 2022-05-18T04:12:37.2468120Z Resolving deltas: 74% (1075/1452) 2022-05-18T04:12:37.2468559Z Resolving deltas: 75% (1090/1452) 2022-05-18T04:12:37.2468965Z Resolving deltas: 76% (1104/1452) 2022-05-18T04:12:37.2469323Z Resolving deltas: 77% (1119/1452) 2022-05-18T04:12:37.2469648Z Resolving deltas: 78% (1133/1452) 2022-05-18T04:12:37.2470002Z Resolving deltas: 79% (1148/1452) 2022-05-18T04:12:37.2470336Z Resolving deltas: 80% (1162/1452) 2022-05-18T04:12:37.2470702Z Resolving deltas: 81% (1177/1452) 2022-05-18T04:12:37.2471105Z Resolving deltas: 82% (1191/1452) 2022-05-18T04:12:37.2472454Z Resolving deltas: 83% (1206/1452) 2022-05-18T04:12:37.2472806Z Resolving deltas: 84% (1220/1452) 2022-05-18T04:12:37.2473813Z Resolving deltas: 85% (1235/1452) 2022-05-18T04:12:37.2476575Z Resolving deltas: 86% (1249/1452) 2022-05-18T04:12:37.2479652Z Resolving deltas: 87% (1264/1452) 2022-05-18T04:12:37.2481817Z Resolving deltas: 88% (1278/1452) 2022-05-18T04:12:37.2482385Z Resolving deltas: 89% (1293/1452) 2022-05-18T04:12:37.2484237Z Resolving deltas: 90% (1307/1452) 2022-05-18T04:12:37.2487220Z Resolving deltas: 91% (1322/1452) 2022-05-18T04:12:37.2488170Z Resolving deltas: 92% (1336/1452) 2022-05-18T04:12:37.2491141Z Resolving deltas: 93% (1351/1452) 2022-05-18T04:12:37.2492610Z Resolving deltas: 94% (1365/1452) 2022-05-18T04:12:37.2496070Z Resolving deltas: 95% (1380/1452) 2022-05-18T04:12:37.2497874Z Resolving deltas: 96% (1394/1452) 2022-05-18T04:12:37.2499177Z Resolving deltas: 97% (1409/1452) 2022-05-18T04:12:37.2500664Z Resolving deltas: 98% (1423/1452) 2022-05-18T04:12:37.4093912Z Resolving deltas: 99% (1438/1452) 2022-05-18T04:12:37.4095736Z Resolving deltas: 100% (1452/1452) 2022-05-18T04:12:37.4095951Z Resolving deltas: 100% (1452/1452), done. 2022-05-18T04:12:41.6321390Z From https://github.com/pytorch/pytorch 2022-05-18T04:12:41.6321764Z * branch 3b2375291aab7b48442f2e6fb1ef66cebc761e24 -> FETCH_HEAD 2022-05-18T04:12:41.6457232Z ##[endgroup] 2022-05-18T04:12:41.6458372Z ##[group]Determining the checkout info 2022-05-18T04:12:41.6459314Z ##[endgroup] 2022-05-18T04:12:41.6459838Z ##[group]Checking out the ref 2022-05-18T04:12:41.6468085Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:12:42.7570535Z Updating files: 10% (1029/10272) 2022-05-18T04:12:42.8050209Z Updating files: 11% (1130/10272) 2022-05-18T04:12:42.8511312Z Updating files: 12% (1233/10272) 2022-05-18T04:12:42.8974172Z Updating files: 13% (1336/10272) 2022-05-18T04:12:42.9471764Z Updating files: 14% (1439/10272) 2022-05-18T04:12:42.9987720Z Updating files: 15% (1541/10272) 2022-05-18T04:12:43.0627719Z Updating files: 16% (1644/10272) 2022-05-18T04:12:43.1115001Z Updating files: 17% (1747/10272) 2022-05-18T04:12:43.1535547Z Updating files: 18% (1849/10272) 2022-05-18T04:12:43.2027709Z Updating files: 19% (1952/10272) 2022-05-18T04:12:43.2514498Z Updating files: 20% (2055/10272) 2022-05-18T04:12:43.2997935Z Updating files: 21% (2158/10272) 2022-05-18T04:12:43.3496340Z Updating files: 22% (2260/10272) 2022-05-18T04:12:43.4006216Z Updating files: 23% (2363/10272) 2022-05-18T04:12:43.4476574Z Updating files: 24% (2466/10272) 2022-05-18T04:12:43.4937950Z Updating files: 25% (2568/10272) 2022-05-18T04:12:43.5424174Z Updating files: 26% (2671/10272) 2022-05-18T04:12:43.5847724Z Updating files: 27% (2774/10272) 2022-05-18T04:12:43.6288438Z Updating files: 28% (2877/10272) 2022-05-18T04:12:43.7017901Z Updating files: 29% (2979/10272) 2022-05-18T04:12:43.7146746Z Updating files: 29% (3053/10272) 2022-05-18T04:12:43.9659158Z Updating files: 30% (3082/10272) 2022-05-18T04:12:44.0871599Z Updating files: 31% (3185/10272) 2022-05-18T04:12:44.2793168Z Updating files: 32% (3288/10272) 2022-05-18T04:12:44.3239861Z Updating files: 33% (3390/10272) 2022-05-18T04:12:44.3691736Z Updating files: 34% (3493/10272) 2022-05-18T04:12:44.4478018Z Updating files: 35% (3596/10272) 2022-05-18T04:12:44.5250244Z Updating files: 36% (3698/10272) 2022-05-18T04:12:44.5977022Z Updating files: 37% (3801/10272) 2022-05-18T04:12:44.6973870Z Updating files: 38% (3904/10272) 2022-05-18T04:12:44.7070475Z Updating files: 38% (3982/10272) 2022-05-18T04:12:44.7786202Z Updating files: 39% (4007/10272) 2022-05-18T04:12:44.8442619Z Updating files: 40% (4109/10272) 2022-05-18T04:12:44.9243927Z Updating files: 41% (4212/10272) 2022-05-18T04:12:45.0913114Z Updating files: 42% (4315/10272) 2022-05-18T04:12:45.6429156Z Updating files: 43% (4417/10272) 2022-05-18T04:12:45.7118072Z Updating files: 44% (4520/10272) 2022-05-18T04:12:45.7611243Z Updating files: 44% (4585/10272) 2022-05-18T04:12:45.8691648Z Updating files: 45% (4623/10272) 2022-05-18T04:12:45.9770040Z Updating files: 46% (4726/10272) 2022-05-18T04:12:46.0558158Z Updating files: 47% (4828/10272) 2022-05-18T04:12:46.1815435Z Updating files: 48% (4931/10272) 2022-05-18T04:12:46.2542064Z Updating files: 49% (5034/10272) 2022-05-18T04:12:46.4158852Z Updating files: 50% (5136/10272) 2022-05-18T04:12:46.4967305Z Updating files: 51% (5239/10272) 2022-05-18T04:12:46.6114923Z Updating files: 52% (5342/10272) 2022-05-18T04:12:47.1654683Z Updating files: 53% (5445/10272) 2022-05-18T04:12:47.4088915Z Updating files: 53% (5490/10272) 2022-05-18T04:12:47.6006635Z Updating files: 54% (5547/10272) 2022-05-18T04:12:47.7368193Z Updating files: 55% (5650/10272) 2022-05-18T04:12:47.7864828Z Updating files: 55% (5720/10272) 2022-05-18T04:12:48.4086174Z Updating files: 56% (5753/10272) 2022-05-18T04:12:48.6157590Z Updating files: 57% (5856/10272) 2022-05-18T04:12:48.7608391Z Updating files: 58% (5958/10272) 2022-05-18T04:12:48.8654231Z Updating files: 58% (6006/10272) 2022-05-18T04:12:49.0283923Z Updating files: 59% (6061/10272) 2022-05-18T04:12:49.1166946Z Updating files: 60% (6164/10272) 2022-05-18T04:12:49.3018673Z Updating files: 61% (6266/10272) 2022-05-18T04:12:49.3967082Z Updating files: 62% (6369/10272) 2022-05-18T04:12:49.6776855Z Updating files: 63% (6472/10272) 2022-05-18T04:12:49.7760331Z Updating files: 64% (6575/10272) 2022-05-18T04:12:49.7991875Z Updating files: 64% (6623/10272) 2022-05-18T04:12:49.8675564Z Updating files: 65% (6677/10272) 2022-05-18T04:12:50.1073074Z Updating files: 66% (6780/10272) 2022-05-18T04:12:50.3009891Z Updating files: 67% (6883/10272) 2022-05-18T04:12:50.6272652Z Updating files: 68% (6985/10272) 2022-05-18T04:12:50.7701149Z Updating files: 69% (7088/10272) 2022-05-18T04:12:51.0962875Z Updating files: 69% (7162/10272) 2022-05-18T04:12:51.2482190Z Updating files: 70% (7191/10272) 2022-05-18T04:12:51.3381063Z Updating files: 71% (7294/10272) 2022-05-18T04:12:51.5362696Z Updating files: 72% (7396/10272) 2022-05-18T04:12:51.7108944Z Updating files: 73% (7499/10272) 2022-05-18T04:12:51.7591503Z Updating files: 74% (7602/10272) 2022-05-18T04:12:51.8171538Z Updating files: 74% (7640/10272) 2022-05-18T04:12:51.8893877Z Updating files: 75% (7704/10272) 2022-05-18T04:12:52.0037037Z Updating files: 76% (7807/10272) 2022-05-18T04:12:52.4417665Z Updating files: 77% (7910/10272) 2022-05-18T04:12:52.5151274Z Updating files: 78% (8013/10272) 2022-05-18T04:12:52.6851921Z Updating files: 79% (8115/10272) 2022-05-18T04:12:52.7460983Z Updating files: 80% (8218/10272) 2022-05-18T04:12:52.8423511Z Updating files: 80% (8267/10272) 2022-05-18T04:12:52.9874673Z Updating files: 81% (8321/10272) 2022-05-18T04:12:53.1098371Z Updating files: 82% (8424/10272) 2022-05-18T04:12:53.2449392Z Updating files: 83% (8526/10272) 2022-05-18T04:12:53.3509686Z Updating files: 84% (8629/10272) 2022-05-18T04:12:53.4380074Z Updating files: 85% (8732/10272) 2022-05-18T04:12:53.5836728Z Updating files: 86% (8834/10272) 2022-05-18T04:12:54.0993448Z Updating files: 87% (8937/10272) 2022-05-18T04:12:54.3456645Z Updating files: 87% (8950/10272) 2022-05-18T04:12:54.5115006Z Updating files: 88% (9040/10272) 2022-05-18T04:12:54.5558184Z Updating files: 89% (9143/10272) 2022-05-18T04:12:54.5948144Z Updating files: 90% (9245/10272) 2022-05-18T04:12:54.6556571Z Updating files: 91% (9348/10272) 2022-05-18T04:12:54.7065741Z Updating files: 92% (9451/10272) 2022-05-18T04:12:54.7493947Z Updating files: 93% (9553/10272) 2022-05-18T04:12:54.8183425Z Updating files: 93% (9575/10272) 2022-05-18T04:12:55.3925322Z Updating files: 94% (9656/10272) 2022-05-18T04:12:55.5043716Z Updating files: 95% (9759/10272) 2022-05-18T04:12:55.7132175Z Updating files: 96% (9862/10272) 2022-05-18T04:12:55.7480892Z Updating files: 97% (9964/10272) 2022-05-18T04:12:55.9079063Z Updating files: 97% (9978/10272) 2022-05-18T04:12:56.3672965Z Updating files: 98% (10067/10272) 2022-05-18T04:12:56.8810277Z Updating files: 99% (10170/10272) 2022-05-18T04:12:57.3765255Z Updating files: 99% (10171/10272) 2022-05-18T04:12:57.3766194Z Updating files: 100% (10272/10272) 2022-05-18T04:12:57.3766472Z Updating files: 100% (10272/10272), done. 2022-05-18T04:12:57.4066153Z Note: switching to '3b2375291aab7b48442f2e6fb1ef66cebc761e24'. 2022-05-18T04:12:57.4066383Z 2022-05-18T04:12:57.4066552Z You are in 'detached HEAD' state. You can look around, make experimental 2022-05-18T04:12:57.4066900Z changes and commit them, and you can discard any commits you make in this 2022-05-18T04:12:57.4068228Z state without impacting any branches by switching back to a branch. 2022-05-18T04:12:57.4068417Z 2022-05-18T04:12:57.4068551Z If you want to create a new branch to retain commits you create, you may 2022-05-18T04:12:57.4069047Z do so (now or later) by using -c with the switch command. Example: 2022-05-18T04:12:57.4070766Z 2022-05-18T04:12:57.4071274Z git switch -c 2022-05-18T04:12:57.4071473Z 2022-05-18T04:12:57.4071589Z Or undo this operation with: 2022-05-18T04:12:57.4071730Z 2022-05-18T04:12:57.4071829Z git switch - 2022-05-18T04:12:57.4071960Z 2022-05-18T04:12:57.4072139Z Turn off this advice by setting config variable advice.detachedHead to false 2022-05-18T04:12:57.4072339Z 2022-05-18T04:12:57.4072478Z HEAD is now at 3b23752 [PT-D][Sharding] Fix view op and matrix ops unit test 2022-05-18T04:12:57.4189940Z ##[endgroup] 2022-05-18T04:12:57.4190367Z ##[group]Setting up auth for fetching submodules 2022-05-18T04:12:57.4210789Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\66751854-4389-4bb9-9492-b94b815598d4' before making global git config changes 2022-05-18T04:12:57.4218750Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-05-18T04:12:57.4489433Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-05-18T04:12:57.4695257Z [command]"C:\Program Files\Git\cmd\git.exe" config --global url.https://github.com/.insteadOf git@github.com: 2022-05-18T04:12:57.4891581Z ##[endgroup] 2022-05-18T04:12:57.4891997Z ##[group]Fetching submodules 2022-05-18T04:12:57.4904261Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-05-18T04:12:57.8985810Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2022-05-18T04:12:58.4131735Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-05-18T04:12:58.4132234Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-05-18T04:12:58.4132735Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-05-18T04:12:58.4133206Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-05-18T04:12:58.4133666Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-05-18T04:12:58.4134104Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-05-18T04:12:58.4134574Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-05-18T04:12:58.4135035Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-05-18T04:12:58.4135470Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-05-18T04:12:58.4135913Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-05-18T04:12:58.4136485Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-05-18T04:12:58.4137077Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-05-18T04:12:58.4137537Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-05-18T04:12:58.4137962Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-05-18T04:12:58.4138382Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-05-18T04:12:58.4138844Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:12:58.4139313Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-05-18T04:12:58.4139755Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-05-18T04:12:58.4140265Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-05-18T04:12:58.4140717Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-05-18T04:12:58.4141166Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-05-18T04:12:58.4141573Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-05-18T04:12:58.4142012Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-05-18T04:12:58.4142439Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-05-18T04:12:58.4142885Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-05-18T04:12:58.4143339Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-05-18T04:12:58.4143898Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-05-18T04:12:58.4144376Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-05-18T04:12:58.4144886Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-05-18T04:12:58.4145360Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-05-18T04:12:58.4145825Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-05-18T04:12:58.4146325Z Submodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-05-18T04:12:58.4146826Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-05-18T04:12:58.4147246Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-05-18T04:12:58.4192380Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-05-18T04:12:58.4192838Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-05-18T04:12:58.4193293Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-05-18T04:12:59.3805429Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2022-05-18T04:12:59.6961889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2022-05-18T04:13:00.1284902Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2022-05-18T04:13:00.5459907Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2022-05-18T04:13:00.9645872Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/QNNPACK'... 2022-05-18T04:13:06.1303523Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2022-05-18T04:13:06.5806550Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2022-05-18T04:13:07.7144894Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2022-05-18T04:13:08.3713573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cub'... 2022-05-18T04:13:11.3280227Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2022-05-18T04:13:12.3436490Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/eigen'... 2022-05-18T04:13:12.9966153Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2022-05-18T04:13:13.9125092Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2022-05-18T04:13:14.4520708Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2022-05-18T04:13:14.7803839Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/foxi'... 2022-05-18T04:13:15.5420551Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-05-18T04:13:15.9426668Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2022-05-18T04:13:16.5970992Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2022-05-18T04:13:16.9439112Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2022-05-18T04:13:17.2103200Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ios-cmake'... 2022-05-18T04:13:18.5416203Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2022-05-18T04:13:18.9649258Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nccl/nccl'... 2022-05-18T04:13:19.3274406Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/neon2sse'... 2022-05-18T04:13:20.5970154Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2022-05-18T04:13:20.9838496Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-05-18T04:13:21.3144977Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2022-05-18T04:13:23.7273252Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2022-05-18T04:13:24.0488328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2022-05-18T04:13:24.3386314Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2022-05-18T04:13:24.9460168Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2022-05-18T04:13:25.2502508Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-enum'... 2022-05-18T04:13:25.6431670Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2022-05-18T04:13:25.9805261Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-six'... 2022-05-18T04:13:26.6485580Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2022-05-18T04:13:27.5432671Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tbb'... 2022-05-18T04:13:28.0122203Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2022-05-18T04:13:28.8052543Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/zstd'... 2022-05-18T04:13:29.6469866Z From https://github.com/facebookincubator/fbjni 2022-05-18T04:13:29.6470421Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2022-05-18T04:13:29.8156776Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-05-18T04:13:30.5155490Z From https://github.com/Maratyszcza/FP16 2022-05-18T04:13:30.5155862Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2022-05-18T04:13:30.6481522Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-05-18T04:13:31.2863815Z From https://github.com/Maratyszcza/FXdiv 2022-05-18T04:13:31.2864155Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2022-05-18T04:13:31.3947595Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-05-18T04:13:31.9267010Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-05-18T04:13:32.4975531Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-05-18T04:13:35.3883951Z From https://github.com/google/XNNPACK 2022-05-18T04:13:35.3884318Z * branch ae108ef49aa5623b896fc93d4298c49d1750d9ba -> FETCH_HEAD 2022-05-18T04:13:46.8223135Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-05-18T04:13:47.7032906Z From https://github.com/google/benchmark 2022-05-18T04:13:47.7033260Z * branch e991355c02b93fe17713efe04cbc2e278e00fdbd -> FETCH_HEAD 2022-05-18T04:13:47.8788675Z Submodule path 'third_party/benchmark': checked out 'e991355c02b93fe17713efe04cbc2e278e00fdbd' 2022-05-18T04:13:48.8205712Z From https://github.com/pytorch/cpuinfo 2022-05-18T04:13:48.8206071Z * branch 5916273f79a21551890fd3d56fc5375a78d1598d -> FETCH_HEAD 2022-05-18T04:13:50.3604658Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-05-18T04:13:51.3656962Z From https://github.com/NVlabs/cub 2022-05-18T04:13:51.3657312Z * branch d106ddb991a56c3df1b6d51b2409e36ba8181ce4 -> FETCH_HEAD 2022-05-18T04:13:51.7359668Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-05-18T04:13:57.5829041Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-05-18T04:13:59.9193889Z From https://gitlab.com/libeigen/eigen 2022-05-18T04:13:59.9194251Z * branch 3147391d946bb4b6c68edd901f2add6ac1f31f8c -> FETCH_HEAD 2022-05-18T04:14:02.3178824Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-05-18T04:14:03.2816837Z From https://github.com/pytorch/fbgemm 2022-05-18T04:14:03.2817252Z * branch 2e9be65810107a9595da717f95d21924b73be833 -> FETCH_HEAD 2022-05-18T04:14:03.9823017Z Submodule path 'third_party/fbgemm': checked out '2e9be65810107a9595da717f95d21924b73be833' 2022-05-18T04:14:04.0504618Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:14:04.0505179Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:14:04.0505673Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:14:04.7807480Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-05-18T04:14:05.8802378Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-05-18T04:14:06.5491887Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-05-18T04:14:07.7225381Z From https://github.com/asmjit/asmjit 2022-05-18T04:14:07.7225737Z * branch 8b35b4cffb62ecb58a903bf91cb7537d7a672211 -> FETCH_HEAD 2022-05-18T04:14:08.2905258Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out '8b35b4cffb62ecb58a903bf91cb7537d7a672211' 2022-05-18T04:14:09.2871526Z From https://github.com/pytorch/cpuinfo 2022-05-18T04:14:09.2871890Z * branch ed8b86a253800bafdb7b25c5c399f91bff9cb1f3 -> FETCH_HEAD 2022-05-18T04:14:10.7095490Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-05-18T04:14:11.9251019Z From https://github.com/google/googletest 2022-05-18T04:14:11.9251380Z * branch cbf019de22c8dd37b2108da35b2748fd702d1796 -> FETCH_HEAD 2022-05-18T04:14:12.4715097Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-05-18T04:14:13.8372089Z From https://github.com/google/flatbuffers 2022-05-18T04:14:13.8372471Z * branch d0cede9c90c5257537c293517a21376408b549fa -> FETCH_HEAD 2022-05-18T04:14:15.5667243Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-05-18T04:14:16.5641087Z From https://github.com/fmtlib/fmt 2022-05-18T04:14:16.5641440Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2022-05-18T04:14:16.9453036Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-05-18T04:14:17.1587458Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-05-18T04:14:18.2418369Z From https://github.com/google/gemmlowp 2022-05-18T04:14:18.2418737Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2022-05-18T04:14:18.6310384Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-05-18T04:14:19.5210325Z From https://github.com/facebookincubator/gloo 2022-05-18T04:14:19.5210709Z * branch c22a5cfba94edf8ea4f53a174d38aa0c629d070f -> FETCH_HEAD 2022-05-18T04:14:19.7455192Z Submodule path 'third_party/gloo': checked out 'c22a5cfba94edf8ea4f53a174d38aa0c629d070f' 2022-05-18T04:14:20.8242890Z From https://github.com/google/googletest 2022-05-18T04:14:20.8243244Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2022-05-18T04:14:21.1479100Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-05-18T04:14:22.2106174Z From https://github.com/intel/ideep 2022-05-18T04:14:22.2106620Z * branch 02b17c5748c9349dcc586c359af800c684d9b1ab -> FETCH_HEAD 2022-05-18T04:14:22.2898582Z Submodule path 'third_party/ideep': checked out '02b17c5748c9349dcc586c359af800c684d9b1ab' 2022-05-18T04:14:22.3531665Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-05-18T04:14:24.9116525Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-05-18T04:14:26.4721009Z From https://github.com/intel/mkl-dnn 2022-05-18T04:14:26.4721362Z * branch 888a87a954e4fddb4d81fd10858eb834f2441b46 -> FETCH_HEAD 2022-05-18T04:14:28.7418443Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-05-18T04:14:28.8187270Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:14:31.3253910Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-05-18T04:14:33.1775069Z From https://github.com/oneapi-src/oneDNN 2022-05-18T04:14:33.1775412Z * branch 52b5f107dd9cf10910aaa19cb47f3abf9b349815 -> FETCH_HEAD 2022-05-18T04:14:37.0581968Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-05-18T04:14:37.3270807Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-05-18T04:14:38.2878175Z From https://github.com/pytorch/kineto 2022-05-18T04:14:38.2878562Z * branch b2b48c00c6e5bd8e807e2231adb229db6a1d1c22 -> FETCH_HEAD 2022-05-18T04:14:38.7448660Z Submodule path 'third_party/kineto': checked out 'b2b48c00c6e5bd8e807e2231adb229db6a1d1c22' 2022-05-18T04:14:38.8107608Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:14:38.8108250Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:14:39.4281394Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-05-18T04:14:40.1008299Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-05-18T04:14:41.0312793Z From https://github.com/fmtlib/fmt 2022-05-18T04:14:41.0313201Z * branch 2591ab91c3898c9f6544fff04660276537d32ffd -> FETCH_HEAD 2022-05-18T04:14:41.3990737Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-05-18T04:14:42.6015465Z From https://github.com/google/googletest 2022-05-18T04:14:42.6015879Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2022-05-18T04:14:43.1355399Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-05-18T04:14:44.5247446Z From https://github.com/NVIDIA/nccl 2022-05-18T04:14:44.5247887Z * branch 7e515921295adaab72adf56ea71a0fafb0ecb5f3 -> FETCH_HEAD 2022-05-18T04:14:44.7242267Z Submodule path 'third_party/nccl/nccl': checked out '7e515921295adaab72adf56ea71a0fafb0ecb5f3' 2022-05-18T04:14:45.5530061Z From https://github.com/intel/ARM_NEON_2_x86_SSE 2022-05-18T04:14:45.5530487Z * branch 97a126f08ce318023be604d03f88bf0820a9464a -> FETCH_HEAD 2022-05-18T04:14:45.5978785Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-05-18T04:14:46.7694983Z From https://github.com/onnx/onnx 2022-05-18T04:14:46.7695477Z * branch 96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c -> FETCH_HEAD 2022-05-18T04:14:49.9802372Z Submodule path 'third_party/onnx': checked out '96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c' 2022-05-18T04:14:50.0483391Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-05-18T04:14:50.0484000Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-05-18T04:14:50.5406791Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-05-18T04:14:51.0666609Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-05-18T04:14:52.2705861Z From https://github.com/google/benchmark 2022-05-18T04:14:52.2806822Z * branch e776aa0275e293707b6a0901e0e8d8a8a3679508 -> FETCH_HEAD 2022-05-18T04:14:52.4335190Z Submodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T04:14:53.4723960Z From https://github.com/pybind/pybind11 2022-05-18T04:14:53.4724328Z * branch 59a2ac2745d8a57ac94c6accced73620d59fb844 -> FETCH_HEAD 2022-05-18T04:14:53.8379147Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '59a2ac2745d8a57ac94c6accced73620d59fb844' 2022-05-18T04:14:54.8310051Z From https://github.com/onnx/onnx-tensorrt 2022-05-18T04:14:54.8310426Z * branch c153211418a7c57ce071d9ce2a41f8d1c85a878f -> FETCH_HEAD 2022-05-18T04:14:54.8939324Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-05-18T04:14:54.9613977Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:14:56.3288121Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-05-18T04:14:57.3558960Z From https://github.com/onnx/onnx 2022-05-18T04:14:57.3559306Z * branch 765f5ee823a67a866f4bd28a9860e81f3c811ce8 -> FETCH_HEAD 2022-05-18T04:14:58.9504570Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-05-18T04:14:59.0333319Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:14:59.0333945Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:14:59.5141927Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-05-18T04:15:00.0106100Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-05-18T04:15:01.2207508Z From https://github.com/google/benchmark 2022-05-18T04:15:01.2207836Z * branch e776aa0275e293707b6a0901e0e8d8a8a3679508 -> FETCH_HEAD 2022-05-18T04:15:01.3480764Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T04:15:02.7852871Z From https://github.com/pybind/pybind11 2022-05-18T04:15:02.7853213Z * branch a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c -> FETCH_HEAD 2022-05-18T04:15:03.1249573Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-05-18T04:15:03.2049874Z 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-05-18T04:15:03.5360660Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-05-18T04:15:04.2654000Z From https://github.com/wjakob/clang-cindex-python3 2022-05-18T04:15:04.2654362Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2022-05-18T04:15:04.3063125Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T04:15:04.9876193Z From https://github.com/mreineck/pocketfft 2022-05-18T04:15:04.9876538Z * branch ea778e37710c07723435b1be58235996d1d43a5a -> FETCH_HEAD 2022-05-18T04:15:05.0262803Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-05-18T04:15:08.0053194Z From https://github.com/protocolbuffers/protobuf 2022-05-18T04:15:08.0053577Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2022-05-18T04:15:12.0034394Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-05-18T04:15:12.0691337Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:15:12.0691913Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-05-18T04:15:12.6804265Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-05-18T04:15:15.5819213Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-05-18T04:15:31.3556518Z From https://github.com/google/benchmark 2022-05-18T04:15:31.3556883Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2022-05-18T04:15:32.1509452Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-05-18T04:15:39.7454867Z From https://github.com/google/googletest 2022-05-18T04:15:39.7455294Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2022-05-18T04:15:41.5565342Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-05-18T04:15:41.7574946Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-05-18T04:15:42.7303372Z From https://github.com/Maratyszcza/pthreadpool 2022-05-18T04:15:42.7303765Z * branch a134dd5d4cee80cce15db81a72e7f929d71dd413 -> FETCH_HEAD 2022-05-18T04:15:42.7894194Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-05-18T04:15:43.9824810Z From https://github.com/pybind/pybind11 2022-05-18T04:15:43.9825178Z * branch 8de7772cc72daca8e947b79b83fea46214931604 -> FETCH_HEAD 2022-05-18T04:15:44.4981816Z Submodule path 'third_party/pybind11': checked out '8de7772cc72daca8e947b79b83fea46214931604' 2022-05-18T04:15:44.7201572Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-05-18T04:15:46.3137991Z From https://github.com/Maratyszcza/PeachPy 2022-05-18T04:15:46.3138342Z * branch 07d8fde8ac45d7705129475c0f94ed8925b93473 -> FETCH_HEAD 2022-05-18T04:15:46.5946148Z Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473' 2022-05-18T04:15:47.9504932Z From https://github.com/benjaminp/six 2022-05-18T04:15:47.9505298Z * branch 15e31431af97e5e64b80af0a3f598d382bcdd49a -> FETCH_HEAD 2022-05-18T04:15:48.0493442Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-05-18T04:15:50.6844104Z From https://github.com/shibatch/sleef 2022-05-18T04:15:50.6844484Z * branch e0a003ee838b75d11763aa9c3ef17bf71a725bff -> FETCH_HEAD 2022-05-18T04:15:53.8760454Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-05-18T04:15:56.4298136Z From https://github.com/01org/tbb 2022-05-18T04:15:56.4298491Z * branch a51a90bc609bb73db8ea13841b5cf7aa4344d4a9 -> FETCH_HEAD 2022-05-18T04:16:02.3210268Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-05-18T04:16:04.0890645Z From https://github.com/pytorch/tensorpipe 2022-05-18T04:16:04.0890991Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2022-05-18T04:16:06.2807886Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-05-18T04:16:06.4345670Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:16:06.4346262Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:16:06.4346769Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:16:06.4349711Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:16:07.9280328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-05-18T04:16:09.3649986Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-05-18T04:16:10.3268106Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-05-18T04:16:11.6650596Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-05-18T04:16:12.7441600Z From https://github.com/google/googletest 2022-05-18T04:16:12.7441958Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2022-05-18T04:16:13.8214362Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-05-18T04:16:14.8863953Z From https://github.com/google/libnop 2022-05-18T04:16:14.8864291Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2022-05-18T04:16:15.2274617Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-05-18T04:16:16.4088664Z From https://github.com/libuv/libuv 2022-05-18T04:16:16.4089023Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2022-05-18T04:16:18.2150766Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-05-18T04:16:19.4640676Z From https://github.com/pybind/pybind11 2022-05-18T04:16:19.4641044Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2022-05-18T04:16:20.3786723Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-05-18T04:16:20.4610047Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:16:21.0483081Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-05-18T04:16:22.8503450Z From https://github.com/wjakob/clang-cindex-python3 2022-05-18T04:16:22.8503879Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2022-05-18T04:16:22.9418911Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T04:16:24.4474014Z From https://github.com/facebook/zstd 2022-05-18T04:16:24.4474372Z * branch aec56a52fbab207fc639a1937d1e708a282edca8 -> FETCH_HEAD 2022-05-18T04:16:25.2719171Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-05-18T04:16:25.3710310Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-05-18T04:16:25.9489897Z Entering 'android/libs/fbjni' 2022-05-18T04:16:26.0009299Z Entering 'third_party/FP16' 2022-05-18T04:16:26.0518601Z Entering 'third_party/FXdiv' 2022-05-18T04:16:26.1043245Z Entering 'third_party/NNPACK' 2022-05-18T04:16:26.1547225Z Entering 'third_party/QNNPACK' 2022-05-18T04:16:26.2042851Z Entering 'third_party/XNNPACK' 2022-05-18T04:16:26.2543176Z Entering 'third_party/benchmark' 2022-05-18T04:16:26.3038502Z Entering 'third_party/cpuinfo' 2022-05-18T04:16:26.3533527Z Entering 'third_party/cub' 2022-05-18T04:16:26.4029678Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:16:26.4538563Z Entering 'third_party/eigen' 2022-05-18T04:16:26.5034240Z Entering 'third_party/fbgemm' 2022-05-18T04:16:26.5528515Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:16:26.6031080Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:16:26.6525196Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:16:26.7032390Z Entering 'third_party/flatbuffers' 2022-05-18T04:16:26.7528730Z Entering 'third_party/fmt' 2022-05-18T04:16:26.8011688Z Entering 'third_party/foxi' 2022-05-18T04:16:26.8496884Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:16:26.9001074Z Entering 'third_party/gloo' 2022-05-18T04:16:26.9528186Z Entering 'third_party/googletest' 2022-05-18T04:16:27.0030902Z Entering 'third_party/ideep' 2022-05-18T04:16:27.0523156Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:16:27.1013187Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:16:27.1549956Z Entering 'third_party/ios-cmake' 2022-05-18T04:16:27.2040940Z Entering 'third_party/kineto' 2022-05-18T04:16:27.2533888Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:16:27.3041511Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:16:27.3564979Z Entering 'third_party/nccl/nccl' 2022-05-18T04:16:27.4067766Z Entering 'third_party/neon2sse' 2022-05-18T04:16:27.4576585Z Entering 'third_party/onnx' 2022-05-18T04:16:27.5074963Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:16:27.5602683Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:16:27.6143533Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:16:27.6636889Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:16:27.7130417Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:16:27.7623756Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:16:27.8112287Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:16:27.8672313Z Entering 'third_party/pocketfft' 2022-05-18T04:16:27.9177540Z Entering 'third_party/protobuf' 2022-05-18T04:16:27.9672595Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:16:28.0191628Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:16:28.0720009Z Entering 'third_party/psimd' 2022-05-18T04:16:28.1221562Z Entering 'third_party/pthreadpool' 2022-05-18T04:16:28.1731292Z Entering 'third_party/pybind11' 2022-05-18T04:16:28.2233080Z Entering 'third_party/python-enum' 2022-05-18T04:16:28.2736596Z Entering 'third_party/python-peachpy' 2022-05-18T04:16:28.3232479Z Entering 'third_party/python-six' 2022-05-18T04:16:28.3739356Z Entering 'third_party/sleef' 2022-05-18T04:16:28.4240420Z Entering 'third_party/tbb' 2022-05-18T04:16:28.4729149Z Entering 'third_party/tensorpipe' 2022-05-18T04:16:28.5208103Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:16:28.5710425Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:16:28.6216917Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:16:28.6701039Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:16:28.7174156Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:16:28.7715988Z Entering 'third_party/zstd' 2022-05-18T04:16:28.8286992Z ##[endgroup] 2022-05-18T04:16:28.8297044Z ##[group]Persisting credentials for submodules 2022-05-18T04:16:28.8297649Z [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-05-18T04:16:29.2846873Z Entering 'android/libs/fbjni' 2022-05-18T04:16:29.3333340Z Entering 'third_party/FP16' 2022-05-18T04:16:29.3820850Z Entering 'third_party/FXdiv' 2022-05-18T04:16:29.4313312Z Entering 'third_party/NNPACK' 2022-05-18T04:16:29.4793097Z Entering 'third_party/QNNPACK' 2022-05-18T04:16:29.5274366Z Entering 'third_party/XNNPACK' 2022-05-18T04:16:29.5766653Z Entering 'third_party/benchmark' 2022-05-18T04:16:29.6271257Z Entering 'third_party/cpuinfo' 2022-05-18T04:16:29.6759186Z Entering 'third_party/cub' 2022-05-18T04:16:29.7250234Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:16:29.7742396Z Entering 'third_party/eigen' 2022-05-18T04:16:29.8222662Z Entering 'third_party/fbgemm' 2022-05-18T04:16:29.8686295Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:16:29.9186996Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:16:29.9677811Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:16:30.0193600Z Entering 'third_party/flatbuffers' 2022-05-18T04:16:30.0691338Z Entering 'third_party/fmt' 2022-05-18T04:16:30.1176629Z Entering 'third_party/foxi' 2022-05-18T04:16:30.1654904Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:16:30.2133873Z Entering 'third_party/gloo' 2022-05-18T04:16:30.2614662Z Entering 'third_party/googletest' 2022-05-18T04:16:30.3093615Z Entering 'third_party/ideep' 2022-05-18T04:16:30.3565521Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:16:30.4064161Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:16:30.4598868Z Entering 'third_party/ios-cmake' 2022-05-18T04:16:30.5088980Z Entering 'third_party/kineto' 2022-05-18T04:16:30.5571610Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:16:30.6099592Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:16:30.6615048Z Entering 'third_party/nccl/nccl' 2022-05-18T04:16:30.7106434Z Entering 'third_party/neon2sse' 2022-05-18T04:16:30.7600359Z Entering 'third_party/onnx' 2022-05-18T04:16:30.8093397Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:16:30.8584695Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:16:30.9105051Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:16:30.9589415Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:16:31.0087786Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:16:31.0591769Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:16:31.1089037Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:16:31.1639270Z Entering 'third_party/pocketfft' 2022-05-18T04:16:31.2119076Z Entering 'third_party/protobuf' 2022-05-18T04:16:31.2603101Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:16:31.3100740Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:16:31.3604956Z Entering 'third_party/psimd' 2022-05-18T04:16:31.4120374Z Entering 'third_party/pthreadpool' 2022-05-18T04:16:31.4623658Z Entering 'third_party/pybind11' 2022-05-18T04:16:31.5125110Z Entering 'third_party/python-enum' 2022-05-18T04:16:31.5625343Z Entering 'third_party/python-peachpy' 2022-05-18T04:16:31.6137529Z Entering 'third_party/python-six' 2022-05-18T04:16:31.6650113Z Entering 'third_party/sleef' 2022-05-18T04:16:31.7151960Z Entering 'third_party/tbb' 2022-05-18T04:16:31.7654906Z Entering 'third_party/tensorpipe' 2022-05-18T04:16:31.8138350Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:16:31.8645133Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:16:31.9145250Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:16:31.9636508Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:16:32.0122190Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:16:32.0661568Z Entering 'third_party/zstd' 2022-05-18T04:16:32.1246191Z [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-05-18T04:16:32.5516615Z Entering 'android/libs/fbjni' 2022-05-18T04:16:32.6080828Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-05-18T04:16:32.6226633Z Entering 'third_party/FP16' 2022-05-18T04:16:32.6772171Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-05-18T04:16:32.6909234Z Entering 'third_party/FXdiv' 2022-05-18T04:16:32.7441819Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-05-18T04:16:32.7580269Z Entering 'third_party/NNPACK' 2022-05-18T04:16:32.8107948Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-05-18T04:16:32.8247086Z Entering 'third_party/QNNPACK' 2022-05-18T04:16:32.8778136Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-05-18T04:16:32.8915294Z Entering 'third_party/XNNPACK' 2022-05-18T04:16:32.9441757Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-05-18T04:16:32.9593829Z Entering 'third_party/benchmark' 2022-05-18T04:16:33.0124642Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:16:33.0264608Z Entering 'third_party/cpuinfo' 2022-05-18T04:16:33.0809180Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T04:16:33.0949651Z Entering 'third_party/cub' 2022-05-18T04:16:33.1488447Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-05-18T04:16:33.1632760Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:16:33.2181294Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-05-18T04:16:33.2329691Z Entering 'third_party/eigen' 2022-05-18T04:16:33.2860074Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-05-18T04:16:33.3002760Z Entering 'third_party/fbgemm' 2022-05-18T04:16:33.3528231Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-05-18T04:16:33.3655963Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:16:33.4187979Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-05-18T04:16:33.4329648Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:16:33.4863034Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T04:16:33.5008760Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:16:33.5544458Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:16:33.5707738Z Entering 'third_party/flatbuffers' 2022-05-18T04:16:33.6285844Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-05-18T04:16:33.6439277Z Entering 'third_party/fmt' 2022-05-18T04:16:33.6987204Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-05-18T04:16:33.7129985Z Entering 'third_party/foxi' 2022-05-18T04:16:33.7673347Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-05-18T04:16:33.7813948Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:16:33.8360149Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-05-18T04:16:33.8504934Z Entering 'third_party/gloo' 2022-05-18T04:16:33.9044035Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-05-18T04:16:33.9187155Z Entering 'third_party/googletest' 2022-05-18T04:16:33.9720339Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:16:33.9860696Z Entering 'third_party/ideep' 2022-05-18T04:16:34.0407951Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-05-18T04:16:34.0539158Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:16:34.1097416Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-05-18T04:16:34.1236208Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:16:34.1794385Z 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-05-18T04:16:34.1970160Z Entering 'third_party/ios-cmake' 2022-05-18T04:16:34.2505130Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-05-18T04:16:34.2643545Z Entering 'third_party/kineto' 2022-05-18T04:16:34.7218508Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-05-18T04:16:34.7351243Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:16:34.7895791Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-05-18T04:16:34.8036594Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:16:34.8573682Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-05-18T04:16:34.8730469Z Entering 'third_party/nccl/nccl' 2022-05-18T04:16:34.9261307Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-05-18T04:16:34.9400435Z Entering 'third_party/neon2sse' 2022-05-18T04:16:34.9939226Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-05-18T04:16:35.0083494Z Entering 'third_party/onnx' 2022-05-18T04:16:35.0733827Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-05-18T04:16:35.0879034Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:16:35.1429054Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:16:35.1573920Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:16:35.2116991Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:16:35.2282038Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:16:35.2825759Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-05-18T04:16:35.2955670Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:16:35.4155689Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-05-18T04:16:35.4296624Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:16:35.4847994Z 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-05-18T04:16:35.4990452Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:16:35.5542962Z 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-05-18T04:16:35.5673916Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:16:35.6232236Z 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-05-18T04:16:35.6422580Z Entering 'third_party/pocketfft' 2022-05-18T04:16:35.6967775Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-05-18T04:16:35.7112210Z Entering 'third_party/protobuf' 2022-05-18T04:16:35.7810848Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-05-18T04:16:35.7948895Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:16:35.8501225Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:16:35.8646468Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:16:35.9200082Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:16:35.9360342Z Entering 'third_party/psimd' 2022-05-18T04:16:35.9900506Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-05-18T04:16:36.0042076Z Entering 'third_party/pthreadpool' 2022-05-18T04:16:36.0586456Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-05-18T04:16:36.0733049Z Entering 'third_party/pybind11' 2022-05-18T04:16:36.1305049Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:16:36.1448103Z Entering 'third_party/python-enum' 2022-05-18T04:16:36.2005311Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-05-18T04:16:36.2149662Z Entering 'third_party/python-peachpy' 2022-05-18T04:16:36.2699937Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-05-18T04:16:36.2840523Z Entering 'third_party/python-six' 2022-05-18T04:16:36.3378731Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-05-18T04:16:36.3518428Z Entering 'third_party/sleef' 2022-05-18T04:16:36.4050523Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-05-18T04:16:36.4194365Z Entering 'third_party/tbb' 2022-05-18T04:16:36.4736201Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-05-18T04:16:36.4885123Z Entering 'third_party/tensorpipe' 2022-05-18T04:16:36.5435271Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-05-18T04:16:36.5576461Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:16:36.6148281Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:16:36.6305106Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:16:36.6850596Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-05-18T04:16:36.6995783Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:16:36.7546630Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-05-18T04:16:36.7693117Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:16:36.8237551Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:16:36.8370695Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:16:36.8922474Z 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-05-18T04:16:36.9093125Z Entering 'third_party/zstd' 2022-05-18T04:16:36.9626408Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-05-18T04:16:37.0255237Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-05-18T04:16:37.7619727Z Entering 'android/libs/fbjni' 2022-05-18T04:16:37.8129332Z Entering 'third_party/FP16' 2022-05-18T04:16:37.8626355Z Entering 'third_party/FXdiv' 2022-05-18T04:16:37.9110939Z Entering 'third_party/NNPACK' 2022-05-18T04:16:37.9603338Z Entering 'third_party/QNNPACK' 2022-05-18T04:16:38.0095954Z Entering 'third_party/XNNPACK' 2022-05-18T04:16:38.0618343Z Entering 'third_party/benchmark' 2022-05-18T04:16:38.1122083Z Entering 'third_party/cpuinfo' 2022-05-18T04:16:38.1622561Z Entering 'third_party/cub' 2022-05-18T04:16:38.2131989Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:16:38.2641565Z Entering 'third_party/eigen' 2022-05-18T04:16:38.3142718Z Entering 'third_party/fbgemm' 2022-05-18T04:16:38.3623027Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:16:38.4127775Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:16:38.4633100Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:16:38.5152751Z Entering 'third_party/flatbuffers' 2022-05-18T04:16:38.5656929Z Entering 'third_party/fmt' 2022-05-18T04:16:38.6179834Z Entering 'third_party/foxi' 2022-05-18T04:16:38.6697197Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:16:38.7210179Z Entering 'third_party/gloo' 2022-05-18T04:16:38.7717043Z Entering 'third_party/googletest' 2022-05-18T04:16:38.8220046Z Entering 'third_party/ideep' 2022-05-18T04:16:38.8814648Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:16:38.9313590Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:16:39.0441715Z Entering 'third_party/ios-cmake' 2022-05-18T04:16:39.0950628Z Entering 'third_party/kineto' 2022-05-18T04:16:39.1433813Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:16:39.1962465Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:16:39.2488802Z Entering 'third_party/nccl/nccl' 2022-05-18T04:16:39.2983819Z Entering 'third_party/neon2sse' 2022-05-18T04:16:39.3479760Z Entering 'third_party/onnx' 2022-05-18T04:16:39.3978633Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:16:39.4494145Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:16:39.5004487Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:16:39.6653137Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:16:40.6931319Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:16:41.4619195Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:16:42.0285719Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:16:42.8900439Z Entering 'third_party/pocketfft' 2022-05-18T04:16:42.9398840Z Entering 'third_party/protobuf' 2022-05-18T04:16:42.9890037Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:16:43.0413404Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:16:43.0933161Z Entering 'third_party/psimd' 2022-05-18T04:16:43.1408962Z Entering 'third_party/pthreadpool' 2022-05-18T04:16:43.1904039Z Entering 'third_party/pybind11' 2022-05-18T04:16:43.2408186Z Entering 'third_party/python-enum' 2022-05-18T04:16:43.2895298Z Entering 'third_party/python-peachpy' 2022-05-18T04:16:43.3372718Z Entering 'third_party/python-six' 2022-05-18T04:16:43.3853143Z Entering 'third_party/sleef' 2022-05-18T04:16:43.4338220Z Entering 'third_party/tbb' 2022-05-18T04:16:43.4827754Z Entering 'third_party/tensorpipe' 2022-05-18T04:16:43.5312120Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:16:43.5812680Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:16:43.6341518Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:16:43.6853706Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:16:43.7339187Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:16:43.8633999Z Entering 'third_party/zstd' 2022-05-18T04:16:43.9212753Z ##[endgroup] 2022-05-18T04:16:43.9561524Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-05-18T04:16:43.9750073Z '3b2375291aab7b48442f2e6fb1ef66cebc761e24' 2022-05-18T04:16:44.0488841Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-05-18T04:16:44.0489256Z # Remove any artifacts from the previous checkouts 2022-05-18T04:16:44.0489491Z git clean -fxd 2022-05-18T04:16:44.1624398Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T04:16:44.1624681Z env: 2022-05-18T04:16:44.1624919Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:16:44.1625196Z ANACONDA_USER: pytorch 2022-05-18T04:16:44.1625402Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:16:44.1625656Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:16:44.1626315Z GITHUB_TOKEN: *** 2022-05-18T04:16:44.1626491Z IN_CI: 1 2022-05-18T04:16:44.1626656Z IS_GHA: 1 2022-05-18T04:16:44.1626811Z PR_LABELS: [] 2022-05-18T04:16:44.1626983Z PR_NUMBER: 2022-05-18T04:16:44.1627171Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:16:44.1627458Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:16:44.1627659Z SKIP_ALL_TESTS: 1 2022-05-18T04:16:44.1627911Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:16:44.1628225Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:16:44.1628471Z PACKAGE_TYPE: libtorch 2022-05-18T04:16:44.1628647Z DESIRED_CUDA: cpu 2022-05-18T04:16:44.1628828Z GPU_ARCH_TYPE: cpu 2022-05-18T04:16:44.1629019Z LIBTORCH_CONFIG: debug 2022-05-18T04:16:44.1629227Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:16:44.1629436Z DESIRED_PYTHON: 3.7 2022-05-18T04:16:44.1629668Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:16:44.1629944Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:16:44.1630181Z ##[endgroup] 2022-05-18T04:16:44.9771488Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T04:16:45.0819390Z Finished 2022-05-18T04:16:45.2175409Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-05-18T04:16:45.2175718Z with: 2022-05-18T04:16:45.2175868Z ref: main 2022-05-18T04:16:45.2176052Z submodules: recursive 2022-05-18T04:16:45.2176259Z repository: pytorch/builder 2022-05-18T04:16:45.2176458Z path: builder 2022-05-18T04:16:45.2176800Z token: *** 2022-05-18T04:16:45.2176976Z ssh-strict: true 2022-05-18T04:16:45.2177176Z persist-credentials: true 2022-05-18T04:16:45.2177460Z clean: true 2022-05-18T04:16:45.2177629Z fetch-depth: 1 2022-05-18T04:16:45.2177802Z lfs: false 2022-05-18T04:16:45.2177947Z env: 2022-05-18T04:16:45.2178191Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:16:45.2178455Z ANACONDA_USER: pytorch 2022-05-18T04:16:45.2178645Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:16:45.2178906Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:16:45.2179238Z GITHUB_TOKEN: *** 2022-05-18T04:16:45.2179436Z IN_CI: 1 2022-05-18T04:16:45.2179597Z IS_GHA: 1 2022-05-18T04:16:45.2179768Z PR_LABELS: [] 2022-05-18T04:16:45.2179924Z PR_NUMBER: 2022-05-18T04:16:45.2180109Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:16:45.2180344Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:16:45.2180563Z SKIP_ALL_TESTS: 1 2022-05-18T04:16:45.2180799Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:16:45.2181114Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:16:45.2181365Z PACKAGE_TYPE: libtorch 2022-05-18T04:16:45.2181541Z DESIRED_CUDA: cpu 2022-05-18T04:16:45.2181725Z GPU_ARCH_TYPE: cpu 2022-05-18T04:16:45.2181915Z LIBTORCH_CONFIG: debug 2022-05-18T04:16:45.2182114Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:16:45.2182328Z DESIRED_PYTHON: 3.7 2022-05-18T04:16:45.2182562Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:16:45.2182845Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:16:45.2183091Z ##[endgroup] 2022-05-18T04:16:48.1843276Z Syncing repository: pytorch/builder 2022-05-18T04:16:48.1843739Z ##[group]Getting Git version info 2022-05-18T04:16:48.1844041Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\builder' 2022-05-18T04:16:48.1989019Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-05-18T04:16:48.2188896Z git version 2.35.1.windows.2 2022-05-18T04:16:48.2225627Z ##[endgroup] 2022-05-18T04:16:48.2227489Z ##[group]Initializing the repository 2022-05-18T04:16:48.2236118Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\builder 2022-05-18T04:16:48.9268219Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/builder/.git/ 2022-05-18T04:16:48.9319366Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/builder 2022-05-18T04:16:48.9551801Z ##[endgroup] 2022-05-18T04:16:48.9552244Z ##[group]Disabling automatic garbage collection 2022-05-18T04:16:48.9574944Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-05-18T04:16:48.9764620Z ##[endgroup] 2022-05-18T04:16:48.9767452Z ##[group]Setting up auth 2022-05-18T04:16:48.9778718Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-05-18T04:16:48.9985802Z [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-05-18T04:16:49.5172902Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T04:16:49.5375591Z [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-05-18T04:16:49.9763244Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-05-18T04:16:49.9991583Z ##[endgroup] 2022-05-18T04:16:49.9992035Z ##[group]Fetching the repository 2022-05-18T04:16:50.0001137Z [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-05-18T04:16:50.2331134Z remote: Enumerating objects: 244, done. 2022-05-18T04:16:50.2331622Z remote: Counting objects: 0% (1/244) 2022-05-18T04:16:50.2332022Z remote: Counting objects: 1% (3/244) 2022-05-18T04:16:50.2332407Z remote: Counting objects: 2% (5/244) 2022-05-18T04:16:50.2332801Z remote: Counting objects: 3% (8/244) 2022-05-18T04:16:50.2333198Z remote: Counting objects: 4% (10/244) 2022-05-18T04:16:50.2333602Z remote: Counting objects: 5% (13/244) 2022-05-18T04:16:50.2334008Z remote: Counting objects: 6% (15/244) 2022-05-18T04:16:50.2334416Z remote: Counting objects: 7% (18/244) 2022-05-18T04:16:50.2334813Z remote: Counting objects: 8% (20/244) 2022-05-18T04:16:50.2335211Z remote: Counting objects: 9% (22/244) 2022-05-18T04:16:50.2335618Z remote: Counting objects: 10% (25/244) 2022-05-18T04:16:50.2336024Z remote: Counting objects: 11% (27/244) 2022-05-18T04:16:50.2336418Z remote: Counting objects: 12% (30/244) 2022-05-18T04:16:50.2336821Z remote: Counting objects: 13% (32/244) 2022-05-18T04:16:50.2337223Z remote: Counting objects: 14% (35/244) 2022-05-18T04:16:50.2337607Z remote: Counting objects: 15% (37/244) 2022-05-18T04:16:50.2337992Z remote: Counting objects: 16% (40/244) 2022-05-18T04:16:50.2338361Z remote: Counting objects: 17% (42/244) 2022-05-18T04:16:50.2338850Z remote: Counting objects: 18% (44/244) 2022-05-18T04:16:50.2339252Z remote: Counting objects: 19% (47/244) 2022-05-18T04:16:50.2339643Z remote: Counting objects: 20% (49/244) 2022-05-18T04:16:50.2340034Z remote: Counting objects: 21% (52/244) 2022-05-18T04:16:50.2340437Z remote: Counting objects: 22% (54/244) 2022-05-18T04:16:50.2340828Z remote: Counting objects: 23% (57/244) 2022-05-18T04:16:50.2341231Z remote: Counting objects: 24% (59/244) 2022-05-18T04:16:50.2341630Z remote: Counting objects: 25% (61/244) 2022-05-18T04:16:50.2342028Z remote: Counting objects: 26% (64/244) 2022-05-18T04:16:50.2342417Z remote: Counting objects: 27% (66/244) 2022-05-18T04:16:50.2342823Z remote: Counting objects: 28% (69/244) 2022-05-18T04:16:50.2343211Z remote: Counting objects: 29% (71/244) 2022-05-18T04:16:50.2343596Z remote: Counting objects: 30% (74/244) 2022-05-18T04:16:50.2343988Z remote: Counting objects: 31% (76/244) 2022-05-18T04:16:50.2344404Z remote: Counting objects: 32% (79/244) 2022-05-18T04:16:50.2344796Z remote: Counting objects: 33% (81/244) 2022-05-18T04:16:50.2345195Z remote: Counting objects: 34% (83/244) 2022-05-18T04:16:50.2345594Z remote: Counting objects: 35% (86/244) 2022-05-18T04:16:50.2345982Z remote: Counting objects: 36% (88/244) 2022-05-18T04:16:50.2346383Z remote: Counting objects: 37% (91/244) 2022-05-18T04:16:50.2346781Z remote: Counting objects: 38% (93/244) 2022-05-18T04:16:50.2347161Z remote: Counting objects: 39% (96/244) 2022-05-18T04:16:50.2347564Z remote: Counting objects: 40% (98/244) 2022-05-18T04:16:50.2347968Z remote: Counting objects: 41% (101/244) 2022-05-18T04:16:50.2348383Z remote: Counting objects: 42% (103/244) 2022-05-18T04:16:50.2348781Z remote: Counting objects: 43% (105/244) 2022-05-18T04:16:50.2349180Z remote: Counting objects: 44% (108/244) 2022-05-18T04:16:50.2350545Z remote: Counting objects: 45% (110/244) 2022-05-18T04:16:50.2351029Z remote: Counting objects: 46% (113/244) 2022-05-18T04:16:50.2351274Z remote: Counting objects: 47% (115/244) 2022-05-18T04:16:50.2351510Z remote: Counting objects: 48% (118/244) 2022-05-18T04:16:50.2351877Z remote: Counting objects: 49% (120/244) 2022-05-18T04:16:50.2352117Z remote: Counting objects: 50% (122/244) 2022-05-18T04:16:50.2352355Z remote: Counting objects: 51% (125/244) 2022-05-18T04:16:50.2352698Z remote: Counting objects: 52% (127/244) 2022-05-18T04:16:50.2352933Z remote: Counting objects: 53% (130/244) 2022-05-18T04:16:50.2353162Z remote: Counting objects: 54% (132/244) 2022-05-18T04:16:50.2353387Z remote: Counting objects: 55% (135/244) 2022-05-18T04:16:50.2353600Z remote: Counting objects: 56% (137/244) 2022-05-18T04:16:50.2353827Z remote: Counting objects: 57% (140/244) 2022-05-18T04:16:50.2354058Z remote: Counting objects: 58% (142/244) 2022-05-18T04:16:50.2354271Z remote: Counting objects: 59% (144/244) 2022-05-18T04:16:50.2354497Z remote: Counting objects: 60% (147/244) 2022-05-18T04:16:50.2354723Z remote: Counting objects: 61% (149/244) 2022-05-18T04:16:50.2354933Z remote: Counting objects: 62% (152/244) 2022-05-18T04:16:50.2355156Z remote: Counting objects: 63% (154/244) 2022-05-18T04:16:50.2355381Z remote: Counting objects: 64% (157/244) 2022-05-18T04:16:50.2355593Z remote: Counting objects: 65% (159/244) 2022-05-18T04:16:50.2355822Z remote: Counting objects: 66% (162/244) 2022-05-18T04:16:50.2356046Z remote: Counting objects: 67% (164/244) 2022-05-18T04:16:50.2356272Z remote: Counting objects: 68% (166/244) 2022-05-18T04:16:50.2356485Z remote: Counting objects: 69% (169/244) 2022-05-18T04:16:50.2356709Z remote: Counting objects: 70% (171/244) 2022-05-18T04:16:50.2356938Z remote: Counting objects: 71% (174/244) 2022-05-18T04:16:50.2357148Z remote: Counting objects: 72% (176/244) 2022-05-18T04:16:50.2357372Z remote: Counting objects: 73% (179/244) 2022-05-18T04:16:50.2357595Z remote: Counting objects: 74% (181/244) 2022-05-18T04:16:50.2357805Z remote: Counting objects: 75% (183/244) 2022-05-18T04:16:50.2358030Z remote: Counting objects: 76% (186/244) 2022-05-18T04:16:50.2358255Z remote: Counting objects: 77% (188/244) 2022-05-18T04:16:50.2358468Z remote: Counting objects: 78% (191/244) 2022-05-18T04:16:50.2358694Z remote: Counting objects: 79% (193/244) 2022-05-18T04:16:50.2358917Z remote: Counting objects: 80% (196/244) 2022-05-18T04:16:50.2359141Z remote: Counting objects: 81% (198/244) 2022-05-18T04:16:50.2359350Z remote: Counting objects: 82% (201/244) 2022-05-18T04:16:50.2359574Z remote: Counting objects: 83% (203/244) 2022-05-18T04:16:50.2359801Z remote: Counting objects: 84% (205/244) 2022-05-18T04:16:50.2360015Z remote: Counting objects: 85% (208/244) 2022-05-18T04:16:50.2360236Z remote: Counting objects: 86% (210/244) 2022-05-18T04:16:50.2360458Z remote: Counting objects: 87% (213/244) 2022-05-18T04:16:50.2360669Z remote: Counting objects: 88% (215/244) 2022-05-18T04:16:50.2360894Z remote: Counting objects: 89% (218/244) 2022-05-18T04:16:50.2361126Z remote: Counting objects: 90% (220/244) 2022-05-18T04:16:50.2361335Z remote: Counting objects: 91% (223/244) 2022-05-18T04:16:50.2361561Z remote: Counting objects: 92% (225/244) 2022-05-18T04:16:50.2361786Z remote: Counting objects: 93% (227/244) 2022-05-18T04:16:50.2362010Z remote: Counting objects: 94% (230/244) 2022-05-18T04:16:50.2362222Z remote: Counting objects: 95% (232/244) 2022-05-18T04:16:50.2362443Z remote: Counting objects: 96% (235/244) 2022-05-18T04:16:50.2363121Z remote: Counting objects: 97% (237/244) 2022-05-18T04:16:50.2363352Z remote: Counting objects: 98% (240/244) 2022-05-18T04:16:50.2363578Z remote: Counting objects: 99% (242/244) 2022-05-18T04:16:50.2363804Z remote: Counting objects: 100% (244/244) 2022-05-18T04:16:50.2364031Z remote: Counting objects: 100% (244/244), done. 2022-05-18T04:16:50.2364290Z remote: Compressing objects: 0% (1/229) 2022-05-18T04:16:50.2364908Z remote: Compressing objects: 1% (3/229) 2022-05-18T04:16:50.2365151Z remote: Compressing objects: 2% (5/229) 2022-05-18T04:16:50.2365378Z remote: Compressing objects: 3% (7/229) 2022-05-18T04:16:50.2365628Z remote: Compressing objects: 4% (10/229) 2022-05-18T04:16:50.2365878Z remote: Compressing objects: 5% (12/229) 2022-05-18T04:16:50.2366108Z remote: Compressing objects: 6% (14/229) 2022-05-18T04:16:50.2366354Z remote: Compressing objects: 7% (17/229) 2022-05-18T04:16:50.2366596Z remote: Compressing objects: 8% (19/229) 2022-05-18T04:16:50.2367421Z remote: Compressing objects: 9% (21/229) 2022-05-18T04:16:50.2370003Z remote: Compressing objects: 10% (23/229) 2022-05-18T04:16:50.2372057Z remote: Compressing objects: 11% (26/229) 2022-05-18T04:16:50.2375497Z remote: Compressing objects: 12% (28/229) 2022-05-18T04:16:50.2377880Z remote: Compressing objects: 13% (30/229) 2022-05-18T04:16:50.2380460Z remote: Compressing objects: 14% (33/229) 2022-05-18T04:16:50.2380701Z remote: Compressing objects: 15% (35/229) 2022-05-18T04:16:50.2383111Z remote: Compressing objects: 16% (37/229) 2022-05-18T04:16:50.2387861Z remote: Compressing objects: 17% (39/229) 2022-05-18T04:16:50.2388102Z remote: Compressing objects: 18% (42/229) 2022-05-18T04:16:50.2389648Z remote: Compressing objects: 19% (44/229) 2022-05-18T04:16:50.2391932Z remote: Compressing objects: 20% (46/229) 2022-05-18T04:16:50.2392349Z remote: Compressing objects: 21% (49/229) 2022-05-18T04:16:50.2392599Z remote: Compressing objects: 22% (51/229) 2022-05-18T04:16:50.2392846Z remote: Compressing objects: 23% (53/229) 2022-05-18T04:16:50.2393364Z remote: Compressing objects: 24% (55/229) 2022-05-18T04:16:50.2395896Z remote: Compressing objects: 25% (58/229) 2022-05-18T04:16:50.2396174Z remote: Compressing objects: 26% (60/229) 2022-05-18T04:16:50.2396433Z remote: Compressing objects: 27% (62/229) 2022-05-18T04:16:50.2398316Z remote: Compressing objects: 28% (65/229) 2022-05-18T04:16:50.2399503Z remote: Compressing objects: 29% (67/229) 2022-05-18T04:16:50.2399791Z remote: Compressing objects: 30% (69/229) 2022-05-18T04:16:50.2400899Z remote: Compressing objects: 31% (71/229) 2022-05-18T04:16:50.2401146Z remote: Compressing objects: 32% (74/229) 2022-05-18T04:16:50.2401394Z remote: Compressing objects: 33% (76/229) 2022-05-18T04:16:50.2405992Z remote: Compressing objects: 34% (78/229) 2022-05-18T04:16:50.2406421Z remote: Compressing objects: 35% (81/229) 2022-05-18T04:16:50.2406667Z remote: Compressing objects: 36% (83/229) 2022-05-18T04:16:50.2406894Z remote: Compressing objects: 37% (85/229) 2022-05-18T04:16:50.2407139Z remote: Compressing objects: 38% (88/229) 2022-05-18T04:16:50.2407395Z remote: Compressing objects: 39% (90/229) 2022-05-18T04:16:50.2407637Z remote: Compressing objects: 40% (92/229) 2022-05-18T04:16:50.2410388Z remote: Compressing objects: 41% (94/229) 2022-05-18T04:16:50.2414526Z remote: Compressing objects: 42% (97/229) 2022-05-18T04:16:50.2414805Z remote: Compressing objects: 43% (99/229) 2022-05-18T04:16:50.2416335Z remote: Compressing objects: 44% (101/229) 2022-05-18T04:16:50.2428357Z remote: Compressing objects: 45% (104/229) 2022-05-18T04:16:50.2428635Z remote: Compressing objects: 46% (106/229) 2022-05-18T04:16:50.2432035Z remote: Compressing objects: 47% (108/229) 2022-05-18T04:16:50.2435686Z remote: Compressing objects: 48% (110/229) 2022-05-18T04:16:50.2438659Z remote: Compressing objects: 49% (113/229) 2022-05-18T04:16:50.2442544Z remote: Compressing objects: 50% (115/229) 2022-05-18T04:16:50.2445416Z remote: Compressing objects: 51% (117/229) 2022-05-18T04:16:50.2445781Z remote: Compressing objects: 52% (120/229) 2022-05-18T04:16:50.2446925Z remote: Compressing objects: 53% (122/229) 2022-05-18T04:16:50.2449515Z remote: Compressing objects: 54% (124/229) 2022-05-18T04:16:50.2452928Z remote: Compressing objects: 55% (126/229) 2022-05-18T04:16:50.2456320Z remote: Compressing objects: 56% (129/229) 2022-05-18T04:16:50.2457924Z remote: Compressing objects: 57% (131/229) 2022-05-18T04:16:50.2460459Z remote: Compressing objects: 58% (133/229) 2022-05-18T04:16:50.2461786Z remote: Compressing objects: 59% (136/229) 2022-05-18T04:16:50.2462015Z remote: Compressing objects: 60% (138/229) 2022-05-18T04:16:50.2469182Z remote: Compressing objects: 61% (140/229) 2022-05-18T04:16:50.2470031Z remote: Compressing objects: 62% (142/229) 2022-05-18T04:16:50.2470261Z remote: Compressing objects: 63% (145/229) 2022-05-18T04:16:50.2478091Z remote: Compressing objects: 64% (147/229) 2022-05-18T04:16:50.2478363Z remote: Compressing objects: 65% (149/229) 2022-05-18T04:16:50.2478618Z remote: Compressing objects: 66% (152/229) 2022-05-18T04:16:50.2478848Z remote: Compressing objects: 67% (154/229) 2022-05-18T04:16:50.2480350Z remote: Compressing objects: 68% (156/229) 2022-05-18T04:16:50.2480597Z remote: Compressing objects: 69% (159/229) 2022-05-18T04:16:50.2482956Z remote: Compressing objects: 70% (161/229) 2022-05-18T04:16:50.2484804Z remote: Compressing objects: 71% (163/229) 2022-05-18T04:16:50.2487444Z remote: Compressing objects: 72% (165/229) 2022-05-18T04:16:50.2488546Z remote: Compressing objects: 73% (168/229) 2022-05-18T04:16:50.2488777Z remote: Compressing objects: 74% (170/229) 2022-05-18T04:16:50.2495670Z remote: Compressing objects: 75% (172/229) 2022-05-18T04:16:50.2495916Z remote: Compressing objects: 76% (175/229) 2022-05-18T04:16:50.2497992Z remote: Compressing objects: 77% (177/229) 2022-05-18T04:16:50.2499404Z remote: Compressing objects: 78% (179/229) 2022-05-18T04:16:50.2500411Z remote: Compressing objects: 79% (181/229) 2022-05-18T04:16:50.2503019Z remote: Compressing objects: 80% (184/229) 2022-05-18T04:16:50.2504437Z remote: Compressing objects: 81% (186/229) 2022-05-18T04:16:50.2504706Z remote: Compressing objects: 82% (188/229) 2022-05-18T04:16:50.2504963Z remote: Compressing objects: 83% (191/229) 2022-05-18T04:16:50.2515192Z remote: Compressing objects: 84% (193/229) 2022-05-18T04:16:50.2517347Z remote: Compressing objects: 85% (195/229) 2022-05-18T04:16:50.2517600Z remote: Compressing objects: 86% (197/229) 2022-05-18T04:16:50.2517839Z remote: Compressing objects: 87% (200/229) 2022-05-18T04:16:50.2518068Z remote: Compressing objects: 88% (202/229) 2022-05-18T04:16:50.2518317Z remote: Compressing objects: 89% (204/229) 2022-05-18T04:16:50.2518588Z remote: Compressing objects: 90% (207/229) 2022-05-18T04:16:50.2518839Z remote: Compressing objects: 91% (209/229) 2022-05-18T04:16:50.2519129Z remote: Compressing objects: 92% (211/229) 2022-05-18T04:16:50.2519416Z remote: Compressing objects: 93% (213/229) 2022-05-18T04:16:50.2519656Z remote: Compressing objects: 94% (216/229) 2022-05-18T04:16:50.2520043Z remote: Compressing objects: 95% (218/229) 2022-05-18T04:16:50.2520296Z remote: Compressing objects: 96% (220/229) 2022-05-18T04:16:50.2520520Z remote: Compressing objects: 97% (223/229) 2022-05-18T04:16:50.2520758Z remote: Compressing objects: 98% (225/229) 2022-05-18T04:16:50.2520997Z remote: Compressing objects: 99% (227/229) 2022-05-18T04:16:50.2521224Z remote: Compressing objects: 100% (229/229) 2022-05-18T04:16:50.2521477Z remote: Compressing objects: 100% (229/229), done. 2022-05-18T04:16:50.2663259Z Receiving objects: 0% (1/244) 2022-05-18T04:16:50.2663560Z Receiving objects: 1% (3/244) 2022-05-18T04:16:50.2971984Z Receiving objects: 2% (5/244) 2022-05-18T04:16:50.2972568Z Receiving objects: 3% (8/244) 2022-05-18T04:16:50.2972815Z Receiving objects: 4% (10/244) 2022-05-18T04:16:50.2973033Z Receiving objects: 5% (13/244) 2022-05-18T04:16:50.2974216Z Receiving objects: 6% (15/244) 2022-05-18T04:16:50.2976591Z Receiving objects: 7% (18/244) 2022-05-18T04:16:50.2977278Z Receiving objects: 8% (20/244) 2022-05-18T04:16:50.2979995Z Receiving objects: 9% (22/244) 2022-05-18T04:16:50.2981413Z Receiving objects: 10% (25/244) 2022-05-18T04:16:50.2984758Z Receiving objects: 11% (27/244) 2022-05-18T04:16:50.2988123Z Receiving objects: 12% (30/244) 2022-05-18T04:16:50.2990354Z Receiving objects: 13% (32/244) 2022-05-18T04:16:50.2991632Z Receiving objects: 14% (35/244) 2022-05-18T04:16:50.2991911Z Receiving objects: 15% (37/244) 2022-05-18T04:16:50.2994093Z Receiving objects: 16% (40/244) 2022-05-18T04:16:50.2994457Z Receiving objects: 17% (42/244) 2022-05-18T04:16:50.2994835Z Receiving objects: 18% (44/244) 2022-05-18T04:16:50.2995170Z Receiving objects: 19% (47/244) 2022-05-18T04:16:50.2996404Z Receiving objects: 20% (49/244) 2022-05-18T04:16:50.2997186Z Receiving objects: 21% (52/244) 2022-05-18T04:16:50.2997687Z Receiving objects: 22% (54/244) 2022-05-18T04:16:50.2999796Z Receiving objects: 23% (57/244) 2022-05-18T04:16:50.3001036Z Receiving objects: 24% (59/244) 2022-05-18T04:16:50.3001380Z Receiving objects: 25% (61/244) 2022-05-18T04:16:50.3001627Z Receiving objects: 26% (64/244) 2022-05-18T04:16:50.3002276Z Receiving objects: 27% (66/244) 2022-05-18T04:16:50.3002508Z Receiving objects: 28% (69/244) 2022-05-18T04:16:50.3002811Z Receiving objects: 29% (71/244) 2022-05-18T04:16:50.3004173Z Receiving objects: 30% (74/244) 2022-05-18T04:16:50.3004669Z Receiving objects: 31% (76/244) 2022-05-18T04:16:50.3005563Z Receiving objects: 32% (79/244) 2022-05-18T04:16:50.3005929Z Receiving objects: 33% (81/244) 2022-05-18T04:16:50.3006661Z Receiving objects: 34% (83/244) 2022-05-18T04:16:50.3006984Z Receiving objects: 35% (86/244) 2022-05-18T04:16:50.3007616Z Receiving objects: 36% (88/244) 2022-05-18T04:16:50.3007913Z Receiving objects: 37% (91/244) 2022-05-18T04:16:50.3008115Z Receiving objects: 38% (93/244) 2022-05-18T04:16:50.3009814Z Receiving objects: 39% (96/244) 2022-05-18T04:16:50.3010520Z Receiving objects: 40% (98/244) 2022-05-18T04:16:50.3011196Z Receiving objects: 41% (101/244) 2022-05-18T04:16:50.3012114Z Receiving objects: 42% (103/244) 2022-05-18T04:16:50.3013600Z Receiving objects: 43% (105/244) 2022-05-18T04:16:50.3014298Z Receiving objects: 44% (108/244) 2022-05-18T04:16:50.3014505Z Receiving objects: 45% (110/244) 2022-05-18T04:16:50.3014953Z Receiving objects: 46% (113/244) 2022-05-18T04:16:50.3018573Z Receiving objects: 47% (115/244) 2022-05-18T04:16:50.3019129Z Receiving objects: 48% (118/244) 2022-05-18T04:16:50.3019393Z Receiving objects: 49% (120/244) 2022-05-18T04:16:50.3020075Z Receiving objects: 50% (122/244) 2022-05-18T04:16:50.3020688Z Receiving objects: 51% (125/244) 2022-05-18T04:16:50.3021091Z Receiving objects: 52% (127/244) 2022-05-18T04:16:50.3021293Z Receiving objects: 53% (130/244) 2022-05-18T04:16:50.3021663Z Receiving objects: 54% (132/244) 2022-05-18T04:16:50.3022026Z Receiving objects: 55% (135/244) 2022-05-18T04:16:50.3023983Z Receiving objects: 56% (137/244) 2022-05-18T04:16:50.3024196Z Receiving objects: 57% (140/244) 2022-05-18T04:16:50.3024961Z Receiving objects: 58% (142/244) 2022-05-18T04:16:50.3025677Z Receiving objects: 59% (144/244) 2022-05-18T04:16:50.3027745Z Receiving objects: 60% (147/244) 2022-05-18T04:16:50.3031424Z Receiving objects: 61% (149/244) 2022-05-18T04:16:50.3032011Z Receiving objects: 62% (152/244) 2022-05-18T04:16:50.3033461Z Receiving objects: 63% (154/244) 2022-05-18T04:16:50.3033844Z Receiving objects: 64% (157/244) 2022-05-18T04:16:50.3034421Z Receiving objects: 65% (159/244) 2022-05-18T04:16:50.3034676Z Receiving objects: 66% (162/244) 2022-05-18T04:16:50.3035671Z Receiving objects: 67% (164/244) 2022-05-18T04:16:50.3039387Z Receiving objects: 68% (166/244) 2022-05-18T04:16:50.3039749Z Receiving objects: 69% (169/244) 2022-05-18T04:16:50.3039965Z Receiving objects: 70% (171/244) 2022-05-18T04:16:50.3041547Z Receiving objects: 71% (174/244) 2022-05-18T04:16:50.3043706Z Receiving objects: 72% (176/244) 2022-05-18T04:16:50.3043919Z Receiving objects: 73% (179/244) 2022-05-18T04:16:50.3044123Z Receiving objects: 74% (181/244) 2022-05-18T04:16:50.3044372Z Receiving objects: 75% (183/244) 2022-05-18T04:16:50.3044638Z Receiving objects: 76% (186/244) 2022-05-18T04:16:50.3046327Z Receiving objects: 77% (188/244) 2022-05-18T04:16:50.3047334Z Receiving objects: 78% (191/244) 2022-05-18T04:16:50.3048180Z Receiving objects: 79% (193/244) 2022-05-18T04:16:50.3048872Z Receiving objects: 80% (196/244) 2022-05-18T04:16:50.3049783Z Receiving objects: 81% (198/244) 2022-05-18T04:16:50.3049986Z Receiving objects: 82% (201/244) 2022-05-18T04:16:50.3050321Z Receiving objects: 83% (203/244) 2022-05-18T04:16:50.3051281Z Receiving objects: 84% (205/244) 2022-05-18T04:16:50.3052121Z Receiving objects: 85% (208/244) 2022-05-18T04:16:50.3052866Z Receiving objects: 86% (210/244) 2022-05-18T04:16:50.3053849Z Receiving objects: 87% (213/244) 2022-05-18T04:16:50.3055441Z Receiving objects: 88% (215/244) 2022-05-18T04:16:50.3056467Z Receiving objects: 89% (218/244) 2022-05-18T04:16:50.3058082Z Receiving objects: 90% (220/244) 2022-05-18T04:16:50.3058394Z remote: Total 244 (delta 16), reused 124 (delta 2), pack-reused 0 2022-05-18T04:16:50.3058787Z Receiving objects: 91% (223/244) 2022-05-18T04:16:50.3059011Z Receiving objects: 92% (225/244) 2022-05-18T04:16:50.3059682Z Receiving objects: 93% (227/244) 2022-05-18T04:16:50.3060513Z Receiving objects: 94% (230/244) 2022-05-18T04:16:50.3060717Z Receiving objects: 95% (232/244) 2022-05-18T04:16:50.3060987Z Receiving objects: 96% (235/244) 2022-05-18T04:16:50.3061573Z Receiving objects: 97% (237/244) 2022-05-18T04:16:50.3061781Z Receiving objects: 98% (240/244) 2022-05-18T04:16:50.3062561Z Receiving objects: 99% (242/244) 2022-05-18T04:16:50.3064246Z Receiving objects: 100% (244/244) 2022-05-18T04:16:50.3064474Z Receiving objects: 100% (244/244), 192.88 KiB | 4.70 MiB/s, done. 2022-05-18T04:16:50.3069706Z Resolving deltas: 0% (0/16) 2022-05-18T04:16:50.3070007Z Resolving deltas: 6% (1/16) 2022-05-18T04:16:50.3070219Z Resolving deltas: 12% (2/16) 2022-05-18T04:16:50.3071236Z Resolving deltas: 18% (3/16) 2022-05-18T04:16:50.3071570Z Resolving deltas: 25% (4/16) 2022-05-18T04:16:50.3071875Z Resolving deltas: 31% (5/16) 2022-05-18T04:16:50.3072154Z Resolving deltas: 37% (6/16) 2022-05-18T04:16:50.3072458Z Resolving deltas: 56% (9/16) 2022-05-18T04:16:50.3072778Z Resolving deltas: 62% (10/16) 2022-05-18T04:16:50.3073085Z Resolving deltas: 68% (11/16) 2022-05-18T04:16:50.3073429Z Resolving deltas: 75% (12/16) 2022-05-18T04:16:50.3076980Z Resolving deltas: 81% (13/16) 2022-05-18T04:16:50.3077575Z Resolving deltas: 87% (14/16) 2022-05-18T04:16:50.3077764Z Resolving deltas: 93% (15/16) 2022-05-18T04:16:50.3079833Z Resolving deltas: 100% (16/16) 2022-05-18T04:16:50.3080079Z Resolving deltas: 100% (16/16), done. 2022-05-18T04:16:50.4994160Z From https://github.com/pytorch/builder 2022-05-18T04:16:50.4994473Z * [new branch] main -> origin/main 2022-05-18T04:16:50.5131802Z ##[endgroup] 2022-05-18T04:16:50.5132289Z ##[group]Determining the checkout info 2022-05-18T04:16:50.5140953Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main 2022-05-18T04:16:50.5317984Z origin/main 2022-05-18T04:16:50.5347347Z ##[endgroup] 2022-05-18T04:16:50.5347708Z ##[group]Checking out the ref 2022-05-18T04:16:50.5355542Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2022-05-18T04:16:51.5759221Z Updating files: 43% (91/207) 2022-05-18T04:16:51.6257721Z Updating files: 44% (92/207) 2022-05-18T04:16:51.6263026Z Updating files: 45% (94/207) 2022-05-18T04:16:51.6275213Z Updating files: 46% (96/207) 2022-05-18T04:16:51.6281259Z Updating files: 47% (98/207) 2022-05-18T04:16:51.6605766Z Updating files: 48% (100/207) 2022-05-18T04:16:51.6610833Z Updating files: 49% (102/207) 2022-05-18T04:16:51.6616323Z Updating files: 50% (104/207) 2022-05-18T04:16:51.6623775Z Updating files: 51% (106/207) 2022-05-18T04:16:51.6629768Z Updating files: 52% (108/207) 2022-05-18T04:16:51.6889822Z Updating files: 53% (110/207) 2022-05-18T04:16:51.7227505Z Updating files: 54% (112/207) 2022-05-18T04:16:51.7235781Z Updating files: 55% (114/207) 2022-05-18T04:16:51.7495492Z Updating files: 56% (116/207) 2022-05-18T04:16:51.7504183Z Updating files: 57% (118/207) 2022-05-18T04:16:51.7511943Z Updating files: 58% (121/207) 2022-05-18T04:16:51.7518214Z Updating files: 59% (123/207) 2022-05-18T04:16:51.7526519Z Updating files: 60% (125/207) 2022-05-18T04:16:51.7535215Z Updating files: 61% (127/207) 2022-05-18T04:16:51.7813871Z Updating files: 62% (129/207) 2022-05-18T04:16:51.7820683Z Updating files: 63% (131/207) 2022-05-18T04:16:51.7827049Z Updating files: 64% (133/207) 2022-05-18T04:16:51.7837593Z Updating files: 65% (135/207) 2022-05-18T04:16:51.8197974Z Updating files: 66% (137/207) 2022-05-18T04:16:51.8205309Z Updating files: 67% (139/207) 2022-05-18T04:16:51.8925273Z Updating files: 68% (141/207) 2022-05-18T04:16:51.8932017Z Updating files: 69% (143/207) 2022-05-18T04:16:51.8939688Z Updating files: 70% (145/207) 2022-05-18T04:16:51.9213079Z Updating files: 71% (147/207) 2022-05-18T04:16:51.9217750Z Updating files: 72% (150/207) 2022-05-18T04:16:51.9223724Z Updating files: 73% (152/207) 2022-05-18T04:16:51.9231735Z Updating files: 74% (154/207) 2022-05-18T04:16:51.9718143Z Updating files: 75% (156/207) 2022-05-18T04:16:51.9723606Z Updating files: 76% (158/207) 2022-05-18T04:16:51.9731063Z Updating files: 77% (160/207) 2022-05-18T04:16:52.0417794Z Updating files: 78% (162/207) 2022-05-18T04:16:52.0422923Z Updating files: 79% (164/207) 2022-05-18T04:16:52.0429644Z Updating files: 80% (166/207) 2022-05-18T04:16:52.0436112Z Updating files: 81% (168/207) 2022-05-18T04:16:52.0442212Z Updating files: 82% (170/207) 2022-05-18T04:16:52.0667517Z Updating files: 83% (172/207) 2022-05-18T04:16:52.0673561Z Updating files: 84% (174/207) 2022-05-18T04:16:52.0681993Z Updating files: 85% (176/207) 2022-05-18T04:16:52.0688972Z Updating files: 86% (179/207) 2022-05-18T04:16:52.0694848Z Updating files: 87% (181/207) 2022-05-18T04:16:52.0701612Z Updating files: 88% (183/207) 2022-05-18T04:16:52.0708119Z Updating files: 89% (185/207) 2022-05-18T04:16:52.0714768Z Updating files: 90% (187/207) 2022-05-18T04:16:52.0721604Z Updating files: 91% (189/207) 2022-05-18T04:16:52.1036966Z Updating files: 92% (191/207) 2022-05-18T04:16:52.1043956Z Updating files: 93% (193/207) 2022-05-18T04:16:52.1334065Z Updating files: 94% (195/207) 2022-05-18T04:16:52.1339797Z Updating files: 95% (197/207) 2022-05-18T04:16:52.1345927Z Updating files: 96% (199/207) 2022-05-18T04:16:52.1351724Z Updating files: 97% (201/207) 2022-05-18T04:16:52.1357752Z Updating files: 98% (203/207) 2022-05-18T04:16:52.1365402Z Updating files: 99% (205/207) 2022-05-18T04:16:52.1366078Z Updating files: 100% (207/207) 2022-05-18T04:16:52.1366343Z Updating files: 100% (207/207), done. 2022-05-18T04:16:52.1500454Z branch 'main' set up to track 'origin/main'. 2022-05-18T04:16:52.1500722Z Switched to a new branch 'main' 2022-05-18T04:16:52.1536023Z ##[endgroup] 2022-05-18T04:16:52.1536418Z ##[group]Setting up auth for fetching submodules 2022-05-18T04:16:52.1907677Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\95355313-cec6-4dd7-b979-af29404e407e' before making global git config changes 2022-05-18T04:16:52.1915659Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-05-18T04:16:52.2200445Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-05-18T04:16:52.2423087Z [command]"C:\Program Files\Git\cmd\git.exe" config --global url.https://github.com/.insteadOf git@github.com: 2022-05-18T04:16:52.2633052Z ##[endgroup] 2022-05-18T04:16:52.2633457Z ##[group]Fetching submodules 2022-05-18T04:16:52.2649575Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-05-18T04:16:52.7040640Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2022-05-18T04:16:53.2097697Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-05-18T04:16:53.6205494Z ##[endgroup] 2022-05-18T04:16:53.6205908Z ##[group]Persisting credentials for submodules 2022-05-18T04:16:53.6215057Z [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-05-18T04:16:54.0696526Z [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-05-18T04:16:54.5335970Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-05-18T04:16:54.9651533Z ##[endgroup] 2022-05-18T04:16:54.9999889Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-05-18T04:16:55.0186907Z '3e79f25f5769082a73f59d4a39d77f39a7244480' 2022-05-18T04:16:55.0814408Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-05-18T04:16:55.0814832Z # Remove any artifacts from the previous checkouts 2022-05-18T04:16:55.0815076Z git clean -fxd 2022-05-18T04:16:55.0864641Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T04:16:55.0864920Z env: 2022-05-18T04:16:55.0865157Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:16:55.0865423Z ANACONDA_USER: pytorch 2022-05-18T04:16:55.0865632Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:16:55.0865877Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:16:55.0866388Z GITHUB_TOKEN: *** 2022-05-18T04:16:55.0866562Z IN_CI: 1 2022-05-18T04:16:55.0866724Z IS_GHA: 1 2022-05-18T04:16:55.0866881Z PR_LABELS: [] 2022-05-18T04:16:55.0867054Z PR_NUMBER: 2022-05-18T04:16:55.0867243Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:16:55.0867518Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:16:55.0867725Z SKIP_ALL_TESTS: 1 2022-05-18T04:16:55.0867984Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:16:55.0868296Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:16:55.0868526Z PACKAGE_TYPE: libtorch 2022-05-18T04:16:55.0868721Z DESIRED_CUDA: cpu 2022-05-18T04:16:55.0868903Z GPU_ARCH_TYPE: cpu 2022-05-18T04:16:55.0869079Z LIBTORCH_CONFIG: debug 2022-05-18T04:16:55.0869298Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:16:55.0869509Z DESIRED_PYTHON: 3.7 2022-05-18T04:16:55.0869724Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:16:55.0870019Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:16:55.0870267Z ##[endgroup] 2022-05-18T04:16:55.4263961Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T04:16:55.5184845Z Finished 2022-05-18T04:16:55.6191982Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2022-05-18T04:16:55.6192524Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2022-05-18T04:16:55.6220639Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-05-18T04:16:55.6221840Z env: 2022-05-18T04:16:55.6222098Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:16:55.6222361Z ANACONDA_USER: pytorch 2022-05-18T04:16:55.6222555Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:16:55.6222813Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:16:55.6223221Z GITHUB_TOKEN: *** 2022-05-18T04:16:55.6223380Z IN_CI: 1 2022-05-18T04:16:55.6223540Z IS_GHA: 1 2022-05-18T04:16:55.6223705Z PR_LABELS: [] 2022-05-18T04:16:55.6223861Z PR_NUMBER: 2022-05-18T04:16:55.6224047Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:16:55.6224275Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:16:55.6224517Z SKIP_ALL_TESTS: 1 2022-05-18T04:16:55.6224771Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:16:55.6225090Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:16:55.6225334Z PACKAGE_TYPE: libtorch 2022-05-18T04:16:55.6225508Z DESIRED_CUDA: cpu 2022-05-18T04:16:55.6225686Z GPU_ARCH_TYPE: cpu 2022-05-18T04:16:55.6225872Z LIBTORCH_CONFIG: debug 2022-05-18T04:16:55.6226067Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:16:55.6226275Z DESIRED_PYTHON: 3.7 2022-05-18T04:16:55.6226504Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:16:55.6226780Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:16:55.6227019Z ##[endgroup] 2022-05-18T04:16:55.6842026Z + export TZ=UTC 2022-05-18T04:16:55.6842283Z + TZ=UTC 2022-05-18T04:16:55.6843311Z + [[ -z 1 ]] 2022-05-18T04:16:55.6843557Z + envfile='C:\actions-runner\_work\_temp/env' 2022-05-18T04:16:55.6843855Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2022-05-18T04:16:55.6917601Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2022-05-18T04:16:55.7210909Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2022-05-18T04:16:55.7211206Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2022-05-18T04:16:55.7211414Z + export BUILD_PYTHONLESS=1 2022-05-18T04:16:55.7211617Z + BUILD_PYTHONLESS=1 2022-05-18T04:16:55.7211812Z + export DOCKER_IMAGE= 2022-05-18T04:16:55.7212030Z + DOCKER_IMAGE= 2022-05-18T04:16:55.7212198Z + [[ -z '' ]] 2022-05-18T04:16:55.7212375Z + [[ libtorch == conda ]] 2022-05-18T04:16:55.7212545Z + [[ cpu == cpu ]] 2022-05-18T04:16:55.7212761Z + export DOCKER_IMAGE=pytorch/manylinux-cpu 2022-05-18T04:16:55.7213005Z + DOCKER_IMAGE=pytorch/manylinux-cpu 2022-05-18T04:16:55.7213199Z + USE_GOLD_LINKER=OFF 2022-05-18T04:16:55.7213384Z + [[ cpu == \c\p\u ]] 2022-05-18T04:16:55.7213557Z + USE_GOLD_LINKER=ON 2022-05-18T04:16:55.7213745Z + PIP_UPLOAD_FOLDER=nightly/ 2022-05-18T04:16:55.7283741Z ++ date -u +%Y%m%d 2022-05-18T04:16:55.8189290Z + export DATE=20220518 2022-05-18T04:16:55.8189537Z + DATE=20220518 2022-05-18T04:16:55.8189749Z + BASE_BUILD_VERSION=1.12.0.dev20220518 2022-05-18T04:16:55.8189961Z + tagged_version 2022-05-18T04:16:55.8190497Z + [[ msys == \m\s\y\s ]] 2022-05-18T04:16:55.8190673Z + [[ -z 1 ]] 2022-05-18T04:16:55.8190929Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2022-05-18T04:16:55.8191392Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2022-05-18T04:16:55.8191689Z + [[ -n '' ]] 2022-05-18T04:16:55.8191936Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2022-05-18T04:16:55.8195520Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2022-05-18T04:16:55.8471590Z fatal: No names found, cannot describe anything. 2022-05-18T04:16:55.8507934Z + return 1 2022-05-18T04:16:55.8581644Z ++ uname 2022-05-18T04:16:55.8743493Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2022-05-18T04:16:55.8743911Z + [[ libtorch == conda ]] 2022-05-18T04:16:55.8744155Z + export PYTORCH_BUILD_VERSION=1.12.0.dev20220518+cpu 2022-05-18T04:16:55.8744415Z + PYTORCH_BUILD_VERSION=1.12.0.dev20220518+cpu 2022-05-18T04:16:55.8744644Z + export PYTORCH_BUILD_NUMBER=1 2022-05-18T04:16:55.8744840Z + PYTORCH_BUILD_NUMBER=1 2022-05-18T04:16:55.8745022Z + JAVA_HOME= 2022-05-18T04:16:55.8745195Z + BUILD_JNI=OFF 2022-05-18T04:16:55.8745365Z + [[ libtorch == libtorch ]] 2022-05-18T04:16:55.8745569Z + POSSIBLE_JAVA_HOMES=() 2022-05-18T04:16:55.8745781Z + POSSIBLE_JAVA_HOMES+=(/usr/local) 2022-05-18T04:16:55.8746048Z + POSSIBLE_JAVA_HOMES+=(/usr/lib/jvm/java-8-openjdk-amd64) 2022-05-18T04:16:55.8746361Z + POSSIBLE_JAVA_HOMES+=(/Library/Java/JavaVirtualMachines/*.jdk/Contents/Home) 2022-05-18T04:16:55.8746885Z + POSSIBLE_JAVA_HOMES+=("$PWD/.circleci/windows-jni/") 2022-05-18T04:16:55.8747345Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-05-18T04:16:55.8747561Z + [[ -e /usr/local/include/jni.h ]] 2022-05-18T04:16:55.8748839Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-05-18T04:16:55.8749112Z + [[ -e /usr/lib/jvm/java-8-openjdk-amd64/include/jni.h ]] 2022-05-18T04:16:55.8750398Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-05-18T04:16:55.8750716Z + [[ -e /Library/Java/JavaVirtualMachines/*.jdk/Contents/Home/include/jni.h ]] 2022-05-18T04:16:55.8752137Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-05-18T04:16:55.8752486Z + [[ -e /c/actions-runner/_work/pytorch/pytorch/.circleci/windows-jni//include/jni.h ]] 2022-05-18T04:16:55.8753256Z + '[' -z '' ']' 2022-05-18T04:16:55.8753435Z + echo 'Did not find jni.h' 2022-05-18T04:16:55.8753635Z Did not find jni.h 2022-05-18T04:16:55.8753871Z + cat 2022-05-18T04:16:55.8920136Z ++ uname -a 2022-05-18T04:16:55.9150321Z ++ date 2022-05-18T04:16:55.9607901Z ++ uname 2022-05-18T04:16:55.9762237Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2022-05-18T04:16:55.9762523Z + MEMORY_LIMIT_MAX_JOBS=18 2022-05-18T04:16:55.9830370Z ++ nproc 2022-05-18T04:16:56.0828810Z + NUM_CPUS=14 2022-05-18T04:16:56.0829056Z + export MAX_JOBS=14 2022-05-18T04:16:56.0829242Z + MAX_JOBS=14 2022-05-18T04:16:56.0829405Z + cat 2022-05-18T04:16:56.1017617Z + [[ -z 1 ]] 2022-05-18T04:16:56.1017850Z + echo 'retry () {' 2022-05-18T04:16:56.1020774Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2022-05-18T04:16:56.1023194Z + echo '}' 2022-05-18T04:16:56.1025776Z + echo 'export -f retry' 2022-05-18T04:16:56.1028329Z + cat 'C:\actions-runner\_work\_temp/env' 2022-05-18T04:16:56.1160847Z # =================== The following code will be executed inside Docker container =================== 2022-05-18T04:16:56.1161249Z export TZ=UTC 2022-05-18T04:16:56.1161717Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-F8QDB6S 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys at Wed May 18 04:16:55 GMT 2022" 2022-05-18T04:16:56.1162136Z 2022-05-18T04:16:56.1162318Z export PACKAGE_TYPE="libtorch" 2022-05-18T04:16:56.1162689Z export DESIRED_PYTHON="3.7" 2022-05-18T04:16:56.1163034Z export DESIRED_CUDA="cpu" 2022-05-18T04:16:56.1163439Z export LIBTORCH_VARIANT="shared-with-deps" 2022-05-18T04:16:56.1163837Z export BUILD_PYTHONLESS="1" 2022-05-18T04:16:56.1164114Z if [[ "msys" == "msys" ]]; then 2022-05-18T04:16:56.1164376Z export LIBTORCH_CONFIG="debug" 2022-05-18T04:16:56.1164667Z if [[ "debug" == 'debug' ]]; then 2022-05-18T04:16:56.1164868Z export DEBUG=1 2022-05-18T04:16:56.1165033Z fi 2022-05-18T04:16:56.1165212Z export DESIRED_DEVTOOLSET="" 2022-05-18T04:16:56.1165381Z else 2022-05-18T04:16:56.1165561Z export DESIRED_DEVTOOLSET="" 2022-05-18T04:16:56.1165816Z fi 2022-05-18T04:16:56.1165909Z 2022-05-18T04:16:56.1165969Z export DATE="20220518" 2022-05-18T04:16:56.1166189Z export NIGHTLIES_DATE_PREAMBLE=1.12.0.dev 2022-05-18T04:16:56.1166449Z export PYTORCH_BUILD_VERSION="1.12.0.dev20220518+cpu" 2022-05-18T04:16:56.1167205Z export PYTORCH_BUILD_NUMBER="1" 2022-05-18T04:16:56.1167472Z export OVERRIDE_PACKAGE_VERSION="1.12.0.dev20220518+cpu" 2022-05-18T04:16:56.1167711Z 2022-05-18T04:16:56.1167813Z # TODO: We don't need this anymore IIUC 2022-05-18T04:16:56.1168041Z export TORCH_PACKAGE_NAME='torch' 2022-05-18T04:16:56.1168281Z export TORCH_CONDA_BUILD_FOLDER='pytorch-nightly' 2022-05-18T04:16:56.1168527Z export ANACONDA_USER='pytorch' 2022-05-18T04:16:56.1168657Z 2022-05-18T04:16:56.1168732Z export USE_FBGEMM=1 2022-05-18T04:16:56.1168900Z export JAVA_HOME= 2022-05-18T04:16:56.1169081Z export BUILD_JNI=OFF 2022-05-18T04:16:56.1169300Z export PIP_UPLOAD_FOLDER="nightly/" 2022-05-18T04:16:56.1169533Z export DOCKER_IMAGE="pytorch/manylinux-cpu" 2022-05-18T04:16:56.1169683Z 2022-05-18T04:16:56.1169688Z 2022-05-18T04:16:56.1169770Z export USE_GOLD_LINKER="ON" 2022-05-18T04:16:56.1169980Z export USE_GLOO_WITH_OPENSSL="ON" 2022-05-18T04:16:56.1170267Z # =================== The above code will be executed inside Docker container =================== 2022-05-18T04:16:56.1170504Z export MAX_JOBS="14" 2022-05-18T04:16:56.1170679Z retry () { 2022-05-18T04:16:56.1170901Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-05-18T04:16:56.1171093Z } 2022-05-18T04:16:56.1171247Z export -f retry 2022-05-18T04:16:56.1436250Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2022-05-18T04:16:56.1436638Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2022-05-18T04:16:56.1463247Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-05-18T04:16:56.1463501Z env: 2022-05-18T04:16:56.1463748Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:16:56.1464015Z ANACONDA_USER: pytorch 2022-05-18T04:16:56.1464206Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:16:56.1464464Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:16:56.1464869Z GITHUB_TOKEN: *** 2022-05-18T04:16:56.1465027Z IN_CI: 1 2022-05-18T04:16:56.1465188Z IS_GHA: 1 2022-05-18T04:16:56.1465355Z PR_LABELS: [] 2022-05-18T04:16:56.1465589Z PR_NUMBER: 2022-05-18T04:16:56.1465774Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:16:56.1466005Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:16:56.1479797Z SKIP_ALL_TESTS: 1 2022-05-18T04:16:56.1480072Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:16:56.1480403Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:16:56.1480654Z PACKAGE_TYPE: libtorch 2022-05-18T04:16:56.1480854Z DESIRED_CUDA: cpu 2022-05-18T04:16:56.1481026Z GPU_ARCH_TYPE: cpu 2022-05-18T04:16:56.1481225Z LIBTORCH_CONFIG: debug 2022-05-18T04:16:56.1481452Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:16:56.1481652Z DESIRED_PYTHON: 3.7 2022-05-18T04:16:56.1481986Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:16:56.1482288Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:16:56.1482525Z ##[endgroup] 2022-05-18T04:16:56.2700600Z + source 'C:\actions-runner\_work\_temp/env' 2022-05-18T04:16:56.2701673Z ++ export TZ=UTC 2022-05-18T04:16:56.2701852Z ++ TZ=UTC 2022-05-18T04:16:56.2702238Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-F8QDB6S 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys at Wed May 18 04:16:55 GMT 2022' 2022-05-18T04:16:56.2702552Z ++ export PACKAGE_TYPE=libtorch 2022-05-18T04:16:56.2702762Z ++ PACKAGE_TYPE=libtorch 2022-05-18T04:16:56.2703069Z Running on MSYS_NT-10.0-17763 EC2AMAZ-F8QDB6S 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys at Wed May 18 04:16:55 GMT 2022 2022-05-18T04:16:56.2703346Z ++ export DESIRED_PYTHON=3.7 2022-05-18T04:16:56.2703546Z ++ DESIRED_PYTHON=3.7 2022-05-18T04:16:56.2703743Z ++ export DESIRED_CUDA=cpu 2022-05-18T04:16:56.2703923Z ++ DESIRED_CUDA=cpu 2022-05-18T04:16:56.2704149Z ++ export LIBTORCH_VARIANT=shared-with-deps 2022-05-18T04:16:56.2704394Z ++ LIBTORCH_VARIANT=shared-with-deps 2022-05-18T04:16:56.2704604Z ++ export BUILD_PYTHONLESS=1 2022-05-18T04:16:56.2704811Z ++ BUILD_PYTHONLESS=1 2022-05-18T04:16:56.2705159Z ++ [[ msys == \m\s\y\s ]] 2022-05-18T04:16:56.2705345Z ++ export LIBTORCH_CONFIG=debug 2022-05-18T04:16:56.2705548Z ++ LIBTORCH_CONFIG=debug 2022-05-18T04:16:56.2705741Z ++ [[ debug == \d\e\b\u\g ]] 2022-05-18T04:16:56.2705910Z ++ export DEBUG=1 2022-05-18T04:16:56.2706078Z ++ DEBUG=1 2022-05-18T04:16:56.2706262Z ++ export DESIRED_DEVTOOLSET= 2022-05-18T04:16:56.2706446Z ++ DESIRED_DEVTOOLSET= 2022-05-18T04:16:56.2706636Z ++ export DATE=20220518 2022-05-18T04:16:56.2706815Z ++ DATE=20220518 2022-05-18T04:16:56.2707014Z ++ export NIGHTLIES_DATE_PREAMBLE=1.12.0.dev 2022-05-18T04:16:56.2707252Z ++ NIGHTLIES_DATE_PREAMBLE=1.12.0.dev 2022-05-18T04:16:56.2707515Z ++ export PYTORCH_BUILD_VERSION=1.12.0.dev20220518+cpu 2022-05-18T04:16:56.2707776Z ++ PYTORCH_BUILD_VERSION=1.12.0.dev20220518+cpu 2022-05-18T04:16:56.2707989Z ++ export PYTORCH_BUILD_NUMBER=1 2022-05-18T04:16:56.2708197Z ++ PYTORCH_BUILD_NUMBER=1 2022-05-18T04:16:56.2708432Z ++ export OVERRIDE_PACKAGE_VERSION=1.12.0.dev20220518+cpu 2022-05-18T04:16:56.2708679Z ++ OVERRIDE_PACKAGE_VERSION=1.12.0.dev20220518+cpu 2022-05-18T04:16:56.2708920Z ++ export TORCH_PACKAGE_NAME=torch 2022-05-18T04:16:56.2710227Z ++ TORCH_PACKAGE_NAME=torch 2022-05-18T04:16:56.2710500Z ++ export TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2022-05-18T04:16:56.2710769Z ++ TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2022-05-18T04:16:56.2711002Z ++ export ANACONDA_USER=pytorch 2022-05-18T04:16:56.2711194Z ++ ANACONDA_USER=pytorch 2022-05-18T04:16:56.2711391Z ++ export USE_FBGEMM=1 2022-05-18T04:16:56.2711572Z ++ USE_FBGEMM=1 2022-05-18T04:16:56.2711748Z ++ export JAVA_HOME= 2022-05-18T04:16:56.2711909Z ++ JAVA_HOME= 2022-05-18T04:16:56.2712089Z ++ export BUILD_JNI=OFF 2022-05-18T04:16:56.2712267Z ++ BUILD_JNI=OFF 2022-05-18T04:16:56.2712453Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2022-05-18T04:16:56.2712677Z ++ PIP_UPLOAD_FOLDER=nightly/ 2022-05-18T04:16:56.2712927Z ++ export DOCKER_IMAGE=pytorch/manylinux-cpu 2022-05-18T04:16:56.2713161Z ++ DOCKER_IMAGE=pytorch/manylinux-cpu 2022-05-18T04:16:56.2713381Z ++ export USE_GOLD_LINKER=ON 2022-05-18T04:16:56.2713574Z ++ USE_GOLD_LINKER=ON 2022-05-18T04:16:56.2713763Z ++ export USE_GLOO_WITH_OPENSSL=ON 2022-05-18T04:16:56.2713972Z ++ USE_GLOO_WITH_OPENSSL=ON 2022-05-18T04:16:56.2714168Z ++ export MAX_JOBS=14 2022-05-18T04:16:56.2714329Z ++ MAX_JOBS=14 2022-05-18T04:16:56.2714501Z ++ export -f retry 2022-05-18T04:16:56.2714692Z + export CUDA_VERSION=cpu 2022-05-18T04:16:56.2714867Z + CUDA_VERSION=cpu 2022-05-18T04:16:56.2715047Z + export VC_YEAR=2019 2022-05-18T04:16:56.2715223Z + VC_YEAR=2019 2022-05-18T04:16:56.2715451Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/builder' 2022-05-18T04:16:56.2715717Z + ./windows/internal/smoke_test.bat 2022-05-18T04:16:56.2716027Z /c/actions-runner/_work/pytorch/pytorch/builder /c/actions-runner/_work/pytorch/pytorch 2022-05-18T04:16:56.3189481Z 2022-05-18T04:16:56.3190110Z C:\actions-runner\_work\pytorch\pytorch\builder>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\ 2022-05-18T04:16:56.3192321Z 2022-05-18T04:16:56.3192665Z C:\actions-runner\_work\pytorch\pytorch\builder>pushd C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\\.. 2022-05-18T04:16:56.3197745Z 2022-05-18T04:16:56.3198377Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if not "cpu" == "cpu" call internal\driver_update.bat 2022-05-18T04:16:56.3200458Z 2022-05-18T04:16:56.3200738Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-05-18T04:16:56.3202291Z 2022-05-18T04:16:56.3203136Z 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-05-18T04:16:56.3204876Z 2022-05-18T04:16:56.3205141Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>setlocal EnableDelayedExpansion 2022-05-18T04:16:56.3207074Z 2022-05-18T04:16:56.3207314Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set NVIDIA_GPU_EXISTS=0 2022-05-18T04:16:56.3210204Z 2022-05-18T04:16:56.3210478Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2022-05-18T04:16:56.3210830Z set GPUS=%i 2022-05-18T04:16:56.3211074Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-05-18T04:16:56.3211289Z SET NVIDIA_GPU_EXISTS=1 2022-05-18T04:16:56.3211469Z goto gpu_check_end 2022-05-18T04:16:56.3211647Z ) 2022-05-18T04:16:56.3211795Z ) 2022-05-18T04:16:57.1064035Z 2022-05-18T04:16:57.1064551Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-05-18T04:16:57.1064871Z set GPUS=Name 2022-05-18T04:16:57.1065069Z 2022-05-18T04:16:57.1065250Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-05-18T04:16:57.1066010Z SET NVIDIA_GPU_EXISTS=1 2022-05-18T04:16:57.1066218Z goto gpu_check_end 2022-05-18T04:16:57.1066375Z ) 2022-05-18T04:16:57.1066520Z ) 2022-05-18T04:16:57.1066620Z 2022-05-18T04:16:57.1066769Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-05-18T04:16:57.1067057Z set GPUS=Microsoft Basic Display Adapter 2022-05-18T04:16:57.1067245Z 2022-05-18T04:16:57.1067428Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-05-18T04:16:57.1067647Z SET NVIDIA_GPU_EXISTS=1 2022-05-18T04:16:57.1067825Z goto gpu_check_end 2022-05-18T04:16:57.1068039Z ) 2022-05-18T04:16:57.1068182Z ) 2022-05-18T04:16:57.1068262Z 2022-05-18T04:16:57.1068400Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-05-18T04:16:57.1068629Z set GPUS= 2022-05-18T04:16:57.1068779Z 2022-05-18T04:16:57.1068998Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-05-18T04:16:57.1069214Z SET NVIDIA_GPU_EXISTS=1 2022-05-18T04:16:57.1069402Z goto gpu_check_end 2022-05-18T04:16:57.1069556Z ) 2022-05-18T04:16:57.1069700Z ) 2022-05-18T04:16:57.1071665Z 2022-05-18T04:16:57.1071955Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2022-05-18T04:16:57.1077647Z 2022-05-18T04:16:57.1078238Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "wheel" goto wheel 2022-05-18T04:16:57.1079248Z 2022-05-18T04:16:57.1079528Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "conda" goto conda 2022-05-18T04:16:57.1080571Z 2022-05-18T04:16:57.1080808Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "libtorch" goto libtorch 2022-05-18T04:16:57.1085885Z 2022-05-18T04:16:57.1086130Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo "install and test libtorch" 2022-05-18T04:16:57.1086830Z "install and test libtorch" 2022-05-18T04:16:57.1088309Z 2022-05-18T04:16:57.1088641Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "2019" == "2017" powershell internal\vs2017_install.ps1 2022-05-18T04:16:57.1089593Z 2022-05-18T04:16:57.1089891Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-05-18T04:16:57.1092117Z 2022-05-18T04:16:57.1092459Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "" == "1" ( 2022-05-18T04:16:57.1092753Z call internal\install_nightly_package.bat 2022-05-18T04:16:57.1092980Z if errorlevel 1 exit /b 1 2022-05-18T04:16:57.1093168Z ) else ( 2022-05-18T04:16:57.1093454Z for /F "delims=" %i in ('where /R "C:\actions-runner\_work\_temp\artifacts" *-latest.zip') do 7z x "%i" -otmp 2022-05-18T04:16:57.1093751Z if ERRORLEVEL 1 exit /b 1 2022-05-18T04:16:57.1093929Z ) 2022-05-18T04:16:57.4080312Z 2022-05-18T04:16:57.4081227Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>7z x "C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip" -otmp 2022-05-18T04:16:59.4742988Z 2022-05-18T04:16:59.4743433Z 7-Zip 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26 2022-05-18T04:16:59.4743637Z 2022-05-18T04:16:59.4743743Z Scanning the drive for archives: 2022-05-18T04:16:59.4743959Z 1 file, 687616556 bytes (656 MiB) 2022-05-18T04:16:59.4744083Z 2022-05-18T04:16:59.4744331Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2022-05-18T04:17:41.8645464Z -- 2022-05-18T04:17:41.8645937Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2022-05-18T04:17:41.8646288Z Type = zip 2022-05-18T04:17:41.8646491Z Physical Size = 687616556 2022-05-18T04:17:41.8649310Z 2022-05-18T04:17:42.1931725Z Everything is Ok 2022-05-18T04:17:42.1931918Z 2022-05-18T04:17:42.1932037Z Folders: 341 2022-05-18T04:17:42.1932311Z Files: 8496 2022-05-18T04:17:42.1932593Z Size: 4037494740 2022-05-18T04:17:42.1935239Z Compressed: 687616556 2022-05-18T04:17:42.1979550Z 2022-05-18T04:17:42.1979977Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>pushd tmp\libtorch 2022-05-18T04:17:42.1986715Z 2022-05-18T04:17:42.1987077Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>set VC_VERSION_LOWER=16 2022-05-18T04:17:42.1989339Z 2022-05-18T04:17:42.1989605Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>set VC_VERSION_UPPER=17 2022-05-18T04:17:42.1992275Z 2022-05-18T04:17:42.1992727Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>IF "2019" == "2017" ( 2022-05-18T04:17:42.1993053Z set VC_VERSION_LOWER=15 2022-05-18T04:17:42.1993265Z set VC_VERSION_UPPER=16 2022-05-18T04:17:42.1993437Z ) 2022-05-18T04:17:42.1995778Z 2022-05-18T04:17:42.1996604Z 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-05-18T04:17:42.1997282Z set "VS15INSTALLDIR=%i" 2022-05-18T04:17:42.1997543Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2022-05-18T04:17:42.1997788Z goto vswhere 2022-05-18T04:17:42.1997963Z ) ) 2022-05-18T04:17:43.4719027Z 2022-05-18T04:17:43.4719842Z 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-05-18T04:17:43.4720473Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools" 2022-05-18T04:17:43.4720902Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2022-05-18T04:17:43.4721217Z goto vswhere 2022-05-18T04:17:43.4721371Z ) ) 2022-05-18T04:17:43.4743776Z 2022-05-18T04:17:43.4744239Z 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-05-18T04:17:43.4744736Z echo Visual Studio 2017 C++ BuildTools is required to compile PyTorch test on Windows 2022-05-18T04:17:43.4745002Z exit /b 1 2022-05-18T04:17:43.4745151Z ) 2022-05-18T04:17:43.4746051Z 2022-05-18T04:17:43.4746796Z 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-05-18T04:17:43.7214168Z ********************************************************************** 2022-05-18T04:17:43.7214524Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-05-18T04:17:43.7215154Z ** Copyright (c) 2020 Microsoft Corporation 2022-05-18T04:17:43.7215583Z ********************************************************************** 2022-05-18T04:17:45.2876778Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-05-18T04:17:45.6539561Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-05-18T04:17:45.6539943Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-05-18T04:17:45.6540117Z 2022-05-18T04:17:45.6559115Z simple-torch-test.cpp 2022-05-18T04:17:57.2302808Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/macros/Macros.h(143): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-05-18T04:18:09.4233008Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/TensorImpl.h(2199): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-05-18T04:18:10.3470207Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:10.3470645Z with 2022-05-18T04:18:10.3470822Z [ 2022-05-18T04:18:10.3471183Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:10.3471744Z ] 2022-05-18T04:18:10.3472175Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:10.3472598Z with 2022-05-18T04:18:10.3472769Z [ 2022-05-18T04:18:10.3473000Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:10.3473242Z ] 2022-05-18T04:18:10.3473707Z 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-05-18T04:18:10.3474145Z with 2022-05-18T04:18:10.3474294Z [ 2022-05-18T04:18:10.3474547Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:10.3474784Z ] 2022-05-18T04:18:10.3475261Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:10.3475804Z with 2022-05-18T04:18:10.3475977Z [ 2022-05-18T04:18:10.3476209Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:10.3476449Z ] 2022-05-18T04:18:10.3476945Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:10.3477740Z 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-05-18T04:18:10.3478536Z 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-05-18T04:18:10.3479251Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:10.3479664Z with 2022-05-18T04:18:10.3479833Z [ 2022-05-18T04:18:10.3480082Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:10.3480302Z ] 2022-05-18T04:18:10.6588845Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:10.6589446Z with 2022-05-18T04:18:10.6589648Z [ 2022-05-18T04:18:10.6589891Z T=at::TensorBase 2022-05-18T04:18:10.6590083Z ] 2022-05-18T04:18:10.6590530Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:10.6590919Z with 2022-05-18T04:18:10.6591089Z [ 2022-05-18T04:18:10.6591271Z T=at::TensorBase 2022-05-18T04:18:10.6591435Z ] 2022-05-18T04:18:10.6591901Z 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-05-18T04:18:10.6592342Z with 2022-05-18T04:18:10.6592510Z [ 2022-05-18T04:18:10.6592673Z T=at::TensorBase 2022-05-18T04:18:10.6592852Z ] 2022-05-18T04:18:10.6593851Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:10.6594307Z with 2022-05-18T04:18:10.6594480Z [ 2022-05-18T04:18:10.6594664Z T=at::TensorBase 2022-05-18T04:18:10.6594826Z ] 2022-05-18T04:18:10.6595343Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:10.6596024Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBase.h(951): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:10.6596720Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:10.6597135Z with 2022-05-18T04:18:10.6597283Z [ 2022-05-18T04:18:10.6597471Z T=at::TensorBase 2022-05-18T04:18:10.6597650Z ] 2022-05-18T04:18:10.8935914Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:10.8936342Z with 2022-05-18T04:18:10.8936541Z [ 2022-05-18T04:18:10.8936706Z T=at::Tensor 2022-05-18T04:18:10.8936889Z ] 2022-05-18T04:18:10.8937326Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:10.8937719Z with 2022-05-18T04:18:10.8937895Z [ 2022-05-18T04:18:10.8938075Z T=at::Tensor 2022-05-18T04:18:10.8938232Z ] 2022-05-18T04:18:10.8938694Z 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-05-18T04:18:10.8939125Z with 2022-05-18T04:18:10.8939271Z [ 2022-05-18T04:18:10.8939450Z T=at::Tensor 2022-05-18T04:18:10.8939630Z ] 2022-05-18T04:18:10.8940121Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:10.8940683Z with 2022-05-18T04:18:10.8940855Z [ 2022-05-18T04:18:10.8941032Z T=at::Tensor 2022-05-18T04:18:10.8941193Z ] 2022-05-18T04:18:10.8941632Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:10.8942298Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(509): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:10.8942989Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:10.8943406Z with 2022-05-18T04:18:10.8943555Z [ 2022-05-18T04:18:10.8943732Z T=at::Tensor 2022-05-18T04:18:10.8943911Z ] 2022-05-18T04:18:10.8989093Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:10.8989489Z with 2022-05-18T04:18:10.8989659Z [ 2022-05-18T04:18:10.8989923Z T=at::Generator 2022-05-18T04:18:10.8990116Z ] 2022-05-18T04:18:10.8990550Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:10.8990948Z with 2022-05-18T04:18:10.8991097Z [ 2022-05-18T04:18:10.8991279Z T=at::Generator 2022-05-18T04:18:10.8991461Z ] 2022-05-18T04:18:10.8991911Z 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-05-18T04:18:10.8992342Z with 2022-05-18T04:18:10.8992514Z [ 2022-05-18T04:18:10.8992676Z T=at::Generator 2022-05-18T04:18:10.8992857Z ] 2022-05-18T04:18:10.8993343Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:10.8993795Z with 2022-05-18T04:18:10.8993943Z [ 2022-05-18T04:18:10.8994121Z T=at::Generator 2022-05-18T04:18:10.8994300Z ] 2022-05-18T04:18:10.8994719Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:10.8995470Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:10.8996159Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:10.8996573Z with 2022-05-18T04:18:10.8996724Z [ 2022-05-18T04:18:10.8996909Z T=at::Generator 2022-05-18T04:18:10.8997094Z ] 2022-05-18T04:18:12.3061644Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:12.3062107Z with 2022-05-18T04:18:12.3062267Z [ 2022-05-18T04:18:12.3062477Z T=c10::DimVector 2022-05-18T04:18:12.3062823Z ] 2022-05-18T04:18:12.3063272Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:12.3063661Z with 2022-05-18T04:18:12.3063834Z [ 2022-05-18T04:18:12.3064015Z T=c10::DimVector 2022-05-18T04:18:12.3064180Z ] 2022-05-18T04:18:12.3064651Z 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-05-18T04:18:12.3065087Z with 2022-05-18T04:18:12.3065234Z [ 2022-05-18T04:18:12.3065415Z T=c10::DimVector 2022-05-18T04:18:12.3065592Z ] 2022-05-18T04:18:12.3066085Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:12.3066523Z with 2022-05-18T04:18:12.3066791Z [ 2022-05-18T04:18:12.3066985Z T=c10::DimVector 2022-05-18T04:18:12.3067146Z ] 2022-05-18T04:18:12.3067588Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:12.3068263Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/TensorIterator.h(766): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:12.3068942Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:12.3069339Z with 2022-05-18T04:18:12.3069608Z [ 2022-05-18T04:18:12.3069794Z T=c10::DimVector 2022-05-18T04:18:12.3069960Z ] 2022-05-18T04:18:12.9621464Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:12.9621883Z with 2022-05-18T04:18:12.9622080Z [ 2022-05-18T04:18:12.9622266Z T=std::string 2022-05-18T04:18:12.9622454Z ] 2022-05-18T04:18:12.9622872Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:12.9623278Z with 2022-05-18T04:18:12.9623447Z [ 2022-05-18T04:18:12.9623605Z T=std::string 2022-05-18T04:18:12.9623787Z ] 2022-05-18T04:18:12.9624258Z 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-05-18T04:18:12.9624681Z with 2022-05-18T04:18:12.9624854Z [ 2022-05-18T04:18:12.9625030Z T=std::string 2022-05-18T04:18:12.9625189Z ] 2022-05-18T04:18:12.9625688Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:12.9626136Z with 2022-05-18T04:18:12.9626309Z [ 2022-05-18T04:18:12.9626470Z T=std::string 2022-05-18T04:18:12.9626649Z ] 2022-05-18T04:18:12.9627084Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:12.9628311Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:12.9628979Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:12.9629482Z with 2022-05-18T04:18:12.9629655Z [ 2022-05-18T04:18:12.9629838Z T=std::string 2022-05-18T04:18:12.9629997Z ] 2022-05-18T04:18:12.9759178Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:12.9759579Z with 2022-05-18T04:18:12.9759734Z [ 2022-05-18T04:18:12.9759928Z T=c10::QualifiedName 2022-05-18T04:18:12.9760120Z ] 2022-05-18T04:18:12.9760707Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:12.9761116Z with 2022-05-18T04:18:12.9761284Z [ 2022-05-18T04:18:12.9761476Z T=c10::QualifiedName 2022-05-18T04:18:12.9761646Z ] 2022-05-18T04:18:12.9762116Z 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-05-18T04:18:12.9762542Z with 2022-05-18T04:18:12.9762688Z [ 2022-05-18T04:18:12.9762872Z T=c10::QualifiedName 2022-05-18T04:18:12.9763062Z ] 2022-05-18T04:18:12.9763555Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:12.9763989Z with 2022-05-18T04:18:12.9764157Z [ 2022-05-18T04:18:12.9764340Z T=c10::QualifiedName 2022-05-18T04:18:12.9764506Z ] 2022-05-18T04:18:12.9764955Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:12.9765645Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:12.9766328Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:12.9766727Z with 2022-05-18T04:18:12.9766894Z [ 2022-05-18T04:18:12.9767083Z T=c10::QualifiedName 2022-05-18T04:18:12.9767249Z ] 2022-05-18T04:18:13.0398222Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.0398648Z with 2022-05-18T04:18:13.0398821Z [ 2022-05-18T04:18:13.0399062Z T=std::shared_ptr 2022-05-18T04:18:13.0399288Z ] 2022-05-18T04:18:13.0399725Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.0400285Z with 2022-05-18T04:18:13.0400436Z [ 2022-05-18T04:18:13.0400671Z T=std::shared_ptr 2022-05-18T04:18:13.0400904Z ] 2022-05-18T04:18:13.0401355Z 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-05-18T04:18:13.0401797Z with 2022-05-18T04:18:13.0401962Z [ 2022-05-18T04:18:13.0402171Z T=std::shared_ptr 2022-05-18T04:18:13.0402395Z ] 2022-05-18T04:18:13.0402885Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.0403343Z with 2022-05-18T04:18:13.0403497Z [ 2022-05-18T04:18:13.0403726Z T=std::shared_ptr 2022-05-18T04:18:13.0403943Z ] 2022-05-18T04:18:13.0404871Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:13.0405631Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(1338): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-05-18T04:18:13.0406348Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.0406763Z with 2022-05-18T04:18:13.0406932Z [ 2022-05-18T04:18:13.0407147Z T=std::shared_ptr 2022-05-18T04:18:13.0407370Z ] 2022-05-18T04:18:13.0429302Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.0429788Z with 2022-05-18T04:18:13.0429963Z [ 2022-05-18T04:18:13.0430203Z T=std::weak_ptr 2022-05-18T04:18:13.0430419Z ] 2022-05-18T04:18:13.0430861Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.0431259Z with 2022-05-18T04:18:13.0431428Z [ 2022-05-18T04:18:13.0431635Z T=std::weak_ptr 2022-05-18T04:18:13.0431859Z ] 2022-05-18T04:18:13.0432333Z 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-05-18T04:18:13.0432749Z with 2022-05-18T04:18:13.0432915Z [ 2022-05-18T04:18:13.0433139Z T=std::weak_ptr 2022-05-18T04:18:13.0433354Z ] 2022-05-18T04:18:13.0433833Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.0434289Z with 2022-05-18T04:18:13.0434455Z [ 2022-05-18T04:18:13.0434661Z T=std::weak_ptr 2022-05-18T04:18:13.0434876Z ] 2022-05-18T04:18:13.0435437Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:13.0436351Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(1339): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-05-18T04:18:13.0437071Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.0437472Z with 2022-05-18T04:18:13.0437643Z [ 2022-05-18T04:18:13.0437870Z T=std::weak_ptr 2022-05-18T04:18:13.0438067Z ] 2022-05-18T04:18:13.1085675Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1086101Z with 2022-05-18T04:18:13.1086445Z [ 2022-05-18T04:18:13.1086733Z T=std::vector> 2022-05-18T04:18:13.1086975Z ] 2022-05-18T04:18:13.1087414Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.1087798Z with 2022-05-18T04:18:13.1087967Z [ 2022-05-18T04:18:13.1088222Z T=std::vector> 2022-05-18T04:18:13.1088445Z ] 2022-05-18T04:18:13.1088909Z 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-05-18T04:18:13.1089341Z with 2022-05-18T04:18:13.1089507Z [ 2022-05-18T04:18:13.1089742Z T=std::vector> 2022-05-18T04:18:13.1089984Z ] 2022-05-18T04:18:13.1090479Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.1090931Z with 2022-05-18T04:18:13.1091080Z [ 2022-05-18T04:18:13.1091335Z T=std::vector> 2022-05-18T04:18:13.1091578Z ] 2022-05-18T04:18:13.1092046Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:13.1092811Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:13.1093532Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1093942Z with 2022-05-18T04:18:13.1094090Z [ 2022-05-18T04:18:13.1094341Z T=std::vector> 2022-05-18T04:18:13.1094580Z ] 2022-05-18T04:18:13.1331407Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1331920Z with 2022-05-18T04:18:13.1332088Z [ 2022-05-18T04:18:13.1332475Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:13.1332855Z ] 2022-05-18T04:18:13.1333263Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.1333660Z with 2022-05-18T04:18:13.1333829Z [ 2022-05-18T04:18:13.1334168Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:13.1334506Z ] 2022-05-18T04:18:13.1334978Z 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-05-18T04:18:13.1335448Z with 2022-05-18T04:18:13.1335687Z [ 2022-05-18T04:18:13.1336047Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:13.1336383Z ] 2022-05-18T04:18:13.1336877Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.1337313Z with 2022-05-18T04:18:13.1337483Z [ 2022-05-18T04:18:13.1337843Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:13.1338164Z ] 2022-05-18T04:18:13.1338625Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:13.1339046Z with 2022-05-18T04:18:13.1339213Z [ 2022-05-18T04:18:13.1339446Z T=c10::impl::ScalarTypeToCPPType::type 2022-05-18T04:18:13.1339690Z ] 2022-05-18T04:18:13.1340142Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:13.1340555Z with 2022-05-18T04:18:13.1340701Z [ 2022-05-18T04:18:13.1340953Z T=c10::impl::ScalarTypeToCPPType::type 2022-05-18T04:18:13.1341196Z ] 2022-05-18T04:18:13.1341621Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1342038Z with 2022-05-18T04:18:13.1342205Z [ 2022-05-18T04:18:13.1342541Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:13.1342872Z ] 2022-05-18T04:18:13.1435805Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1436209Z with 2022-05-18T04:18:13.1436359Z [ 2022-05-18T04:18:13.1436641Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1436895Z ] 2022-05-18T04:18:13.1437332Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.1437840Z with 2022-05-18T04:18:13.1438009Z [ 2022-05-18T04:18:13.1438279Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1438511Z ] 2022-05-18T04:18:13.1438986Z 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-05-18T04:18:13.1439426Z with 2022-05-18T04:18:13.1439591Z [ 2022-05-18T04:18:13.1439839Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1440088Z ] 2022-05-18T04:18:13.1440666Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.1441130Z with 2022-05-18T04:18:13.1441277Z [ 2022-05-18T04:18:13.1441544Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1441791Z ] 2022-05-18T04:18:13.1442331Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-05-18T04:18:13.1443130Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-05-18T04:18:13.1443850Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-05-18T04:18:13.1444532Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1444943Z with 2022-05-18T04:18:13.1445092Z [ 2022-05-18T04:18:13.1445358Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1445608Z ] 2022-05-18T04:18:13.1471764Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1472295Z with 2022-05-18T04:18:13.1472467Z [ 2022-05-18T04:18:13.1472728Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1472959Z ] 2022-05-18T04:18:13.1473389Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.1473795Z with 2022-05-18T04:18:13.1473947Z [ 2022-05-18T04:18:13.1474207Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1474456Z ] 2022-05-18T04:18:13.1474917Z 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-05-18T04:18:13.1475323Z with 2022-05-18T04:18:13.1475573Z [ 2022-05-18T04:18:13.1475833Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1476056Z ] 2022-05-18T04:18:13.1476554Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.1477015Z with 2022-05-18T04:18:13.1477183Z [ 2022-05-18T04:18:13.1477418Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1477662Z ] 2022-05-18T04:18:13.1478156Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-05-18T04:18:13.1478998Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-05-18T04:18:13.1479688Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-05-18T04:18:13.1480363Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1480778Z with 2022-05-18T04:18:13.1480949Z [ 2022-05-18T04:18:13.1481186Z T=std::vector,std::allocator>> 2022-05-18T04:18:13.1481431Z ] 2022-05-18T04:18:13.1587330Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1587759Z with 2022-05-18T04:18:13.1587934Z [ 2022-05-18T04:18:13.1588165Z T=std::vector> 2022-05-18T04:18:13.1588386Z ] 2022-05-18T04:18:13.1588819Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.1589203Z with 2022-05-18T04:18:13.1589436Z [ 2022-05-18T04:18:13.1589665Z T=std::vector> 2022-05-18T04:18:13.1589860Z ] 2022-05-18T04:18:13.1590325Z 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-05-18T04:18:13.1590874Z with 2022-05-18T04:18:13.1591054Z [ 2022-05-18T04:18:13.1591281Z T=std::vector> 2022-05-18T04:18:13.1591476Z ] 2022-05-18T04:18:13.1591969Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.1592477Z with 2022-05-18T04:18:13.1592623Z [ 2022-05-18T04:18:13.1592845Z T=std::vector> 2022-05-18T04:18:13.1593058Z ] 2022-05-18T04:18:13.1593522Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:13.1594375Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:13.1595084Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.1595498Z with 2022-05-18T04:18:13.1595667Z [ 2022-05-18T04:18:13.1595871Z T=std::vector> 2022-05-18T04:18:13.1596085Z ] 2022-05-18T04:18:13.2671952Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.2672406Z with 2022-05-18T04:18:13.2672564Z [ 2022-05-18T04:18:13.2672848Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:13.2673099Z ] 2022-05-18T04:18:13.2673765Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.2674151Z with 2022-05-18T04:18:13.2674327Z [ 2022-05-18T04:18:13.2674585Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:13.2674812Z ] 2022-05-18T04:18:13.2675284Z 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-05-18T04:18:13.2675734Z with 2022-05-18T04:18:13.2675887Z [ 2022-05-18T04:18:13.2676144Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:13.2676389Z ] 2022-05-18T04:18:13.2676897Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.2677338Z with 2022-05-18T04:18:13.2677511Z [ 2022-05-18T04:18:13.2677761Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:13.2677986Z ] 2022-05-18T04:18:13.2678482Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:13.2679279Z 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-05-18T04:18:13.2680084Z 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-05-18T04:18:13.2680824Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.2681242Z with 2022-05-18T04:18:13.2681394Z [ 2022-05-18T04:18:13.2681650Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:13.2681893Z ] 2022-05-18T04:18:13.2712070Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.2712589Z with 2022-05-18T04:18:13.2712768Z [ 2022-05-18T04:18:13.2712957Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:13.2713167Z ] 2022-05-18T04:18:13.2713659Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.2714064Z with 2022-05-18T04:18:13.2714217Z [ 2022-05-18T04:18:13.2714425Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:13.2714638Z ] 2022-05-18T04:18:13.2715169Z 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-05-18T04:18:13.2715610Z with 2022-05-18T04:18:13.2715784Z [ 2022-05-18T04:18:13.2715989Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:13.2716168Z ] 2022-05-18T04:18:13.2716728Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.2717176Z with 2022-05-18T04:18:13.2717326Z [ 2022-05-18T04:18:13.2717529Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:13.2717729Z ] 2022-05-18T04:18:13.2718165Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:13.2718854Z 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-05-18T04:18:13.2719271Z with 2022-05-18T04:18:13.2719446Z [ 2022-05-18T04:18:13.2719630Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:13.2719834Z ] 2022-05-18T04:18:13.2720317Z 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-05-18T04:18:13.2721042Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.2721438Z with 2022-05-18T04:18:13.2721616Z [ 2022-05-18T04:18:13.2721820Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:13.2722003Z ] 2022-05-18T04:18:13.3126265Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.3126717Z with 2022-05-18T04:18:13.3126899Z [ 2022-05-18T04:18:13.3127186Z T=std::vector> 2022-05-18T04:18:13.3127479Z ] 2022-05-18T04:18:13.3127963Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.3128365Z with 2022-05-18T04:18:13.3128521Z [ 2022-05-18T04:18:13.3128820Z T=std::vector> 2022-05-18T04:18:13.3129194Z ] 2022-05-18T04:18:13.3129713Z 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-05-18T04:18:13.3130325Z with 2022-05-18T04:18:13.3130497Z [ 2022-05-18T04:18:13.3130787Z T=std::vector> 2022-05-18T04:18:13.3131106Z ] 2022-05-18T04:18:13.3131602Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.3132065Z with 2022-05-18T04:18:13.3132215Z [ 2022-05-18T04:18:13.3132511Z T=std::vector> 2022-05-18T04:18:13.3132787Z ] 2022-05-18T04:18:13.3133474Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:13.3134294Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue_inl.h(834): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:13.3135050Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.3135466Z with 2022-05-18T04:18:13.3135640Z [ 2022-05-18T04:18:13.3135913Z T=std::vector> 2022-05-18T04:18:13.3136190Z ] 2022-05-18T04:18:13.7233896Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.7234347Z with 2022-05-18T04:18:13.7234507Z [ 2022-05-18T04:18:13.7234716Z T=torch::autograd::ViewInfo 2022-05-18T04:18:13.7234940Z ] 2022-05-18T04:18:13.7235445Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.7235831Z with 2022-05-18T04:18:13.7236005Z [ 2022-05-18T04:18:13.7236210Z T=torch::autograd::ViewInfo 2022-05-18T04:18:13.7236391Z ] 2022-05-18T04:18:13.7236866Z 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-05-18T04:18:13.7237318Z with 2022-05-18T04:18:13.7237466Z [ 2022-05-18T04:18:13.7237667Z T=torch::autograd::ViewInfo 2022-05-18T04:18:13.7237869Z ] 2022-05-18T04:18:13.7238370Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.7238819Z with 2022-05-18T04:18:13.7238989Z [ 2022-05-18T04:18:13.7239191Z T=torch::autograd::ViewInfo 2022-05-18T04:18:13.7239370Z ] 2022-05-18T04:18:13.7239827Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:13.7240684Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/variable.h(525): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:13.7241397Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.7241814Z with 2022-05-18T04:18:13.7241965Z [ 2022-05-18T04:18:13.7242219Z T=torch::autograd::ViewInfo 2022-05-18T04:18:13.7242465Z ] 2022-05-18T04:18:13.8084218Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.8084640Z with 2022-05-18T04:18:13.8084822Z [ 2022-05-18T04:18:13.8085027Z T=c10::IValue 2022-05-18T04:18:13.8085192Z ] 2022-05-18T04:18:13.8086224Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.8086644Z with 2022-05-18T04:18:13.8086820Z [ 2022-05-18T04:18:13.8086983Z T=c10::IValue 2022-05-18T04:18:13.8087163Z ] 2022-05-18T04:18:13.8087633Z 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-05-18T04:18:13.8088058Z with 2022-05-18T04:18:13.8088228Z [ 2022-05-18T04:18:13.8088408Z T=c10::IValue 2022-05-18T04:18:13.8088572Z ] 2022-05-18T04:18:13.8089075Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.8089534Z with 2022-05-18T04:18:13.8089703Z [ 2022-05-18T04:18:13.8089862Z T=c10::IValue 2022-05-18T04:18:13.8090051Z ] 2022-05-18T04:18:13.8090482Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:13.8091157Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/function_schema.h(179): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:13.8091828Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.8092243Z with 2022-05-18T04:18:13.8092417Z [ 2022-05-18T04:18:13.8092577Z T=c10::IValue 2022-05-18T04:18:13.8092757Z ] 2022-05-18T04:18:13.8130234Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:13.8130657Z with 2022-05-18T04:18:13.8130813Z [ 2022-05-18T04:18:13.8131019Z T=c10::AliasInfo 2022-05-18T04:18:13.8131210Z ] 2022-05-18T04:18:13.8131632Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:13.8132038Z with 2022-05-18T04:18:13.8132370Z [ 2022-05-18T04:18:13.8132539Z T=c10::AliasInfo 2022-05-18T04:18:13.8132728Z ] 2022-05-18T04:18:13.8133207Z 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-05-18T04:18:13.8133657Z with 2022-05-18T04:18:13.8133808Z [ 2022-05-18T04:18:13.8133998Z T=c10::AliasInfo 2022-05-18T04:18:13.8157403Z ] 2022-05-18T04:18:13.8157953Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:13.8158384Z with 2022-05-18T04:18:13.8158530Z [ 2022-05-18T04:18:13.8158691Z T=c10::AliasInfo 2022-05-18T04:18:13.8158849Z ] 2022-05-18T04:18:13.8159440Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:13.8160115Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/function_schema.h(26): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:13.8160810Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:13.8161203Z with 2022-05-18T04:18:13.8161362Z [ 2022-05-18T04:18:13.8161532Z T=c10::AliasInfo 2022-05-18T04:18:13.8161698Z ] 2022-05-18T04:18:14.4148266Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:14.4148695Z with 2022-05-18T04:18:14.4148859Z [ 2022-05-18T04:18:14.4149097Z T=c10::either 2022-05-18T04:18:14.4149436Z ] 2022-05-18T04:18:14.4149852Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:14.4150247Z with 2022-05-18T04:18:14.4150407Z [ 2022-05-18T04:18:14.4150642Z T=c10::either 2022-05-18T04:18:14.4150845Z ] 2022-05-18T04:18:14.4151299Z 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-05-18T04:18:14.4151734Z with 2022-05-18T04:18:14.4151881Z [ 2022-05-18T04:18:14.4152114Z T=c10::either 2022-05-18T04:18:14.4152335Z ] 2022-05-18T04:18:14.4152828Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:14.4153263Z with 2022-05-18T04:18:14.4153424Z [ 2022-05-18T04:18:14.4153651Z T=c10::either 2022-05-18T04:18:14.4153853Z ] 2022-05-18T04:18:14.4154322Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:14.4155259Z 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-05-18T04:18:14.4156009Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:14.4156418Z with 2022-05-18T04:18:14.4156571Z [ 2022-05-18T04:18:14.4156805Z T=c10::either 2022-05-18T04:18:14.4157016Z ] 2022-05-18T04:18:14.4940126Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:14.4940577Z with 2022-05-18T04:18:14.4940794Z [ 2022-05-18T04:18:14.4940985Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:14.4941189Z ] 2022-05-18T04:18:14.4941848Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:14.4942241Z with 2022-05-18T04:18:14.4942409Z [ 2022-05-18T04:18:14.4942609Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:14.4942785Z ] 2022-05-18T04:18:14.4943340Z 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-05-18T04:18:14.4943768Z with 2022-05-18T04:18:14.4943945Z [ 2022-05-18T04:18:14.4944126Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:14.4944327Z ] 2022-05-18T04:18:14.4944820Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:14.4945260Z with 2022-05-18T04:18:14.4945428Z [ 2022-05-18T04:18:14.4945628Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:14.4945806Z ] 2022-05-18T04:18:14.4946268Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:14.4946998Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/dispatch/OperatorEntry.h(212): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:14.4947723Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:14.4948136Z with 2022-05-18T04:18:14.4948285Z [ 2022-05-18T04:18:14.4948485Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:14.4948681Z ] 2022-05-18T04:18:14.5007519Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:14.5007952Z with 2022-05-18T04:18:14.5008125Z [ 2022-05-18T04:18:14.5008392Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:14.5008607Z ] 2022-05-18T04:18:14.5009038Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:14.5009603Z with 2022-05-18T04:18:14.5009752Z [ 2022-05-18T04:18:14.5010002Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:14.5010234Z ] 2022-05-18T04:18:14.5010674Z 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-05-18T04:18:14.5011115Z with 2022-05-18T04:18:14.5011282Z [ 2022-05-18T04:18:14.5011530Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:14.5011739Z ] 2022-05-18T04:18:14.5012226Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:14.5012686Z with 2022-05-18T04:18:14.5012850Z [ 2022-05-18T04:18:14.5013153Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:14.5013386Z ] 2022-05-18T04:18:14.5013964Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:14.5014738Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/dispatch/OperatorEntry.h(271): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:14.5015490Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:14.5015907Z with 2022-05-18T04:18:14.5016078Z [ 2022-05-18T04:18:14.5016304Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:14.5016532Z ] 2022-05-18T04:18:14.7597939Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7598398Z with 2022-05-18T04:18:14.7598555Z [ 2022-05-18T04:18:14.7598781Z T=std::tuple 2022-05-18T04:18:14.7598995Z ] 2022-05-18T04:18:14.7599417Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:14.7599823Z with 2022-05-18T04:18:14.7600001Z [ 2022-05-18T04:18:14.7600200Z T=std::tuple 2022-05-18T04:18:14.7600427Z ] 2022-05-18T04:18:14.7600899Z 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-05-18T04:18:14.7601345Z with 2022-05-18T04:18:14.7601504Z [ 2022-05-18T04:18:14.7601721Z T=std::tuple 2022-05-18T04:18:14.7601935Z ] 2022-05-18T04:18:14.7602409Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:14.7602862Z with 2022-05-18T04:18:14.7603034Z [ 2022-05-18T04:18:14.7603254Z T=std::tuple 2022-05-18T04:18:14.7603585Z ] 2022-05-18T04:18:14.7604055Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:14.7604850Z 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-05-18T04:18:14.7605576Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7605977Z with 2022-05-18T04:18:14.7606154Z [ 2022-05-18T04:18:14.7606375Z T=std::tuple 2022-05-18T04:18:14.7606566Z ] 2022-05-18T04:18:14.7660716Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7661123Z with 2022-05-18T04:18:14.7661305Z [ 2022-05-18T04:18:14.7661489Z T=torch::jit::SourceRange 2022-05-18T04:18:14.7661686Z ] 2022-05-18T04:18:14.7662121Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:14.7662502Z with 2022-05-18T04:18:14.7662683Z [ 2022-05-18T04:18:14.7662877Z T=torch::jit::SourceRange 2022-05-18T04:18:14.7663056Z ] 2022-05-18T04:18:14.7663532Z 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-05-18T04:18:14.7663976Z with 2022-05-18T04:18:14.7664145Z [ 2022-05-18T04:18:14.7664320Z T=torch::jit::SourceRange 2022-05-18T04:18:14.7664517Z ] 2022-05-18T04:18:14.7665002Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:14.7665448Z with 2022-05-18T04:18:14.7665598Z [ 2022-05-18T04:18:14.7665791Z T=torch::jit::SourceRange 2022-05-18T04:18:14.7665986Z ] 2022-05-18T04:18:14.7666414Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:14.7667150Z 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-05-18T04:18:14.7667861Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7668275Z with 2022-05-18T04:18:14.7668429Z [ 2022-05-18T04:18:14.7668616Z T=torch::jit::SourceRange 2022-05-18T04:18:14.7668809Z ] 2022-05-18T04:18:14.7758538Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7758957Z with 2022-05-18T04:18:14.7759133Z [ 2022-05-18T04:18:14.7759345Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:14.7759674Z ] 2022-05-18T04:18:14.7760113Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:14.7760517Z with 2022-05-18T04:18:14.7760670Z [ 2022-05-18T04:18:14.7760888Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:14.7761113Z ] 2022-05-18T04:18:14.7761580Z 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-05-18T04:18:14.7761992Z with 2022-05-18T04:18:14.7762165Z [ 2022-05-18T04:18:14.7762378Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:14.7762568Z ] 2022-05-18T04:18:14.7763137Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:14.7763595Z with 2022-05-18T04:18:14.7763755Z [ 2022-05-18T04:18:14.7763943Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:14.7764152Z ] 2022-05-18T04:18:14.7764625Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:14.7765336Z 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-05-18T04:18:14.7766045Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7766465Z with 2022-05-18T04:18:14.7766641Z [ 2022-05-18T04:18:14.7766839Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:14.7767052Z ] 2022-05-18T04:18:14.7789063Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7789536Z with 2022-05-18T04:18:14.7789687Z [ 2022-05-18T04:18:14.7789901Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:14.7790115Z ] 2022-05-18T04:18:14.7790528Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:14.7790932Z with 2022-05-18T04:18:14.7791108Z [ 2022-05-18T04:18:14.7791299Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:14.7791520Z ] 2022-05-18T04:18:14.7791992Z 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-05-18T04:18:14.7792433Z with 2022-05-18T04:18:14.7792586Z [ 2022-05-18T04:18:14.7792794Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:14.7793002Z ] 2022-05-18T04:18:14.7793473Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:14.7793939Z with 2022-05-18T04:18:14.7794109Z [ 2022-05-18T04:18:14.7794390Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:14.7794576Z ] 2022-05-18T04:18:14.7795048Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:14.7795770Z 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-05-18T04:18:14.7796479Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7796874Z with 2022-05-18T04:18:14.7797044Z [ 2022-05-18T04:18:14.7797260Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:14.7797454Z ] 2022-05-18T04:18:14.7857811Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7858215Z with 2022-05-18T04:18:14.7858386Z [ 2022-05-18T04:18:14.7858563Z T=torch::jit::ScopePtr 2022-05-18T04:18:14.7858758Z ] 2022-05-18T04:18:14.7859192Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:14.7859596Z with 2022-05-18T04:18:14.7859751Z [ 2022-05-18T04:18:14.7859940Z T=torch::jit::ScopePtr 2022-05-18T04:18:14.7860127Z ] 2022-05-18T04:18:14.7860591Z 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-05-18T04:18:14.7860998Z with 2022-05-18T04:18:14.7861162Z [ 2022-05-18T04:18:14.7861350Z T=torch::jit::ScopePtr 2022-05-18T04:18:14.7861537Z ] 2022-05-18T04:18:14.7861998Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:14.7862455Z with 2022-05-18T04:18:14.7862616Z [ 2022-05-18T04:18:14.7862778Z T=torch::jit::ScopePtr 2022-05-18T04:18:14.7862951Z ] 2022-05-18T04:18:14.7863381Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:14.7864067Z 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-05-18T04:18:14.7864730Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:14.7865129Z with 2022-05-18T04:18:14.7865280Z [ 2022-05-18T04:18:14.7865454Z T=torch::jit::ScopePtr 2022-05-18T04:18:14.7865615Z ] 2022-05-18T04:18:15.6220555Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:15.6221000Z with 2022-05-18T04:18:15.6221169Z [ 2022-05-18T04:18:15.6221363Z T=at::ThreadLocalState 2022-05-18T04:18:15.6222164Z ] 2022-05-18T04:18:15.6222606Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:15.6223000Z with 2022-05-18T04:18:15.6223145Z [ 2022-05-18T04:18:15.6223331Z T=at::ThreadLocalState 2022-05-18T04:18:15.6223516Z ] 2022-05-18T04:18:15.6223974Z 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-05-18T04:18:15.6224384Z with 2022-05-18T04:18:15.6224539Z [ 2022-05-18T04:18:15.6224721Z T=at::ThreadLocalState 2022-05-18T04:18:15.6224886Z ] 2022-05-18T04:18:15.6225370Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:15.6225937Z with 2022-05-18T04:18:15.6226083Z [ 2022-05-18T04:18:15.6226268Z T=at::ThreadLocalState 2022-05-18T04:18:15.6226452Z ] 2022-05-18T04:18:15.6226899Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:15.6227591Z 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-05-18T04:18:15.6228287Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:15.6228699Z with 2022-05-18T04:18:15.6228858Z [ 2022-05-18T04:18:15.6229109Z T=at::ThreadLocalState 2022-05-18T04:18:15.6229300Z ] 2022-05-18T04:18:15.6404349Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:15.6404760Z with 2022-05-18T04:18:15.6404916Z [ 2022-05-18T04:18:15.6405162Z T=std::shared_ptr 2022-05-18T04:18:15.6405388Z ] 2022-05-18T04:18:15.6405796Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:15.6406184Z with 2022-05-18T04:18:15.6406345Z [ 2022-05-18T04:18:15.6406545Z T=std::shared_ptr 2022-05-18T04:18:15.6406735Z ] 2022-05-18T04:18:15.6407195Z 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-05-18T04:18:15.6407621Z with 2022-05-18T04:18:15.6407764Z [ 2022-05-18T04:18:15.6407963Z T=std::shared_ptr 2022-05-18T04:18:15.6408165Z ] 2022-05-18T04:18:15.6408631Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:15.6409078Z with 2022-05-18T04:18:15.6409235Z [ 2022-05-18T04:18:15.6409435Z T=std::shared_ptr 2022-05-18T04:18:15.6409745Z ] 2022-05-18T04:18:15.6410195Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:15.6410880Z 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-05-18T04:18:15.6411592Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/function_impl.h(156): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-05-18T04:18:15.6412300Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:15.6412711Z with 2022-05-18T04:18:15.6412873Z [ 2022-05-18T04:18:15.6413168Z T=std::shared_ptr 2022-05-18T04:18:15.6413350Z ] 2022-05-18T04:18:15.6442124Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:15.6442513Z with 2022-05-18T04:18:15.6442657Z [ 2022-05-18T04:18:15.6442848Z T=torch::jit::GraphExecutor 2022-05-18T04:18:15.6443039Z ] 2022-05-18T04:18:15.6443494Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:15.6443865Z with 2022-05-18T04:18:15.6444024Z [ 2022-05-18T04:18:15.6444214Z T=torch::jit::GraphExecutor 2022-05-18T04:18:15.6444397Z ] 2022-05-18T04:18:15.6444848Z 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-05-18T04:18:15.6445265Z with 2022-05-18T04:18:15.6445422Z [ 2022-05-18T04:18:15.6445591Z T=torch::jit::GraphExecutor 2022-05-18T04:18:15.6445775Z ] 2022-05-18T04:18:15.6446257Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:15.6446685Z with 2022-05-18T04:18:15.6446839Z [ 2022-05-18T04:18:15.6447024Z T=torch::jit::GraphExecutor 2022-05-18T04:18:15.6447195Z ] 2022-05-18T04:18:15.6447644Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:15.6448317Z 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-05-18T04:18:15.6449012Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/function_impl.h(170): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-05-18T04:18:15.6449718Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:15.6450184Z with 2022-05-18T04:18:15.6450345Z [ 2022-05-18T04:18:15.6450533Z T=torch::jit::GraphExecutor 2022-05-18T04:18:15.6450707Z ] 2022-05-18T04:18:15.6561057Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:15.6561448Z with 2022-05-18T04:18:15.6561608Z [ 2022-05-18T04:18:15.6561771Z T=torch::jit::Method 2022-05-18T04:18:15.6562007Z ] 2022-05-18T04:18:15.6562426Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:15.6562790Z with 2022-05-18T04:18:15.6562947Z [ 2022-05-18T04:18:15.6563124Z T=torch::jit::Method 2022-05-18T04:18:15.6563310Z ] 2022-05-18T04:18:15.6563863Z 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-05-18T04:18:15.6564283Z with 2022-05-18T04:18:15.6564441Z [ 2022-05-18T04:18:15.6564605Z T=torch::jit::Method 2022-05-18T04:18:15.6564782Z ] 2022-05-18T04:18:15.6565274Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:15.6565720Z with 2022-05-18T04:18:15.6565864Z [ 2022-05-18T04:18:15.6566038Z T=torch::jit::Method 2022-05-18T04:18:15.6566209Z ] 2022-05-18T04:18:15.6566622Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:15.6567300Z 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-05-18T04:18:15.6567982Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:15.6568388Z with 2022-05-18T04:18:15.6568531Z [ 2022-05-18T04:18:15.6568708Z T=torch::jit::Method 2022-05-18T04:18:15.6568882Z ] 2022-05-18T04:18:15.7387200Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:15.7387609Z with 2022-05-18T04:18:15.7387778Z [ 2022-05-18T04:18:15.7388012Z T=std::vector> 2022-05-18T04:18:15.7388237Z ] 2022-05-18T04:18:15.7388668Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:15.7389125Z with 2022-05-18T04:18:15.7389281Z [ 2022-05-18T04:18:15.7389492Z T=std::vector> 2022-05-18T04:18:15.7389708Z ] 2022-05-18T04:18:15.7390157Z 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-05-18T04:18:15.7390573Z with 2022-05-18T04:18:15.7390730Z [ 2022-05-18T04:18:15.7391110Z T=std::vector> 2022-05-18T04:18:15.7391309Z ] 2022-05-18T04:18:15.7391809Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:15.7392327Z with 2022-05-18T04:18:15.7392487Z [ 2022-05-18T04:18:15.7392698Z T=std::vector> 2022-05-18T04:18:15.7392913Z ] 2022-05-18T04:18:15.7393382Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:15.7394112Z 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-05-18T04:18:15.7394916Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:15.7395321Z with 2022-05-18T04:18:15.7395483Z [ 2022-05-18T04:18:15.7395709Z T=std::vector> 2022-05-18T04:18:15.7395908Z ] 2022-05-18T04:18:15.9889124Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:15.9889529Z with 2022-05-18T04:18:15.9889690Z [ 2022-05-18T04:18:15.9889965Z T=std::function 2022-05-18T04:18:15.9890203Z ] 2022-05-18T04:18:15.9890634Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:15.9891017Z with 2022-05-18T04:18:15.9891174Z [ 2022-05-18T04:18:15.9891413Z T=std::function 2022-05-18T04:18:15.9891650Z ] 2022-05-18T04:18:15.9892104Z 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-05-18T04:18:15.9892529Z with 2022-05-18T04:18:15.9892670Z [ 2022-05-18T04:18:15.9892921Z T=std::function 2022-05-18T04:18:15.9893161Z ] 2022-05-18T04:18:15.9893634Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:15.9894080Z with 2022-05-18T04:18:15.9894235Z [ 2022-05-18T04:18:15.9894472Z T=std::function 2022-05-18T04:18:15.9894708Z ] 2022-05-18T04:18:15.9895192Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:15.9895993Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/profiler_legacy.h(400): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-05-18T04:18:15.9896921Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:15.9897314Z with 2022-05-18T04:18:15.9897472Z [ 2022-05-18T04:18:15.9897720Z T=std::function 2022-05-18T04:18:15.9897958Z ] 2022-05-18T04:18:16.0011794Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:16.0012172Z with 2022-05-18T04:18:16.0012329Z [ 2022-05-18T04:18:16.0012614Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:16.0012883Z ] 2022-05-18T04:18:16.0013432Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:16.0013817Z with 2022-05-18T04:18:16.0013962Z [ 2022-05-18T04:18:16.0014252Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:16.0014516Z ] 2022-05-18T04:18:16.0014968Z 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-05-18T04:18:16.0015374Z with 2022-05-18T04:18:16.0015527Z [ 2022-05-18T04:18:16.0015817Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:16.0016067Z ] 2022-05-18T04:18:16.0016549Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:16.0016991Z with 2022-05-18T04:18:16.0017147Z [ 2022-05-18T04:18:16.0017424Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:16.0017694Z ] 2022-05-18T04:18:16.0018209Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>,std::allocator>>>>' being compiled 2022-05-18T04:18:16.0019073Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/profiler_kineto.h(247): note: see reference to class template instantiation 'c10::optional>,std::allocator>>>>' being compiled 2022-05-18T04:18:16.0019845Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:16.0020234Z with 2022-05-18T04:18:16.0020389Z [ 2022-05-18T04:18:16.0020679Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:16.0020929Z ] 2022-05-18T04:18:16.3015323Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:16.3015921Z with 2022-05-18T04:18:16.3016085Z [ 2022-05-18T04:18:16.3016356Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:16.3016626Z ] 2022-05-18T04:18:16.3017049Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:16.3017427Z with 2022-05-18T04:18:16.3017591Z [ 2022-05-18T04:18:16.3017866Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:16.3018128Z ] 2022-05-18T04:18:16.3018569Z 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-05-18T04:18:16.3018997Z with 2022-05-18T04:18:16.3019153Z [ 2022-05-18T04:18:16.3019518Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:16.3019796Z ] 2022-05-18T04:18:16.3020281Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:16.3020723Z with 2022-05-18T04:18:16.3020865Z [ 2022-05-18T04:18:16.3021139Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:16.3021399Z ] 2022-05-18T04:18:16.3021898Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:16.3022767Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/options/loss.h(404): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:16.3023556Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:16.3023960Z with 2022-05-18T04:18:16.3024116Z [ 2022-05-18T04:18:16.3024374Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:16.3024635Z ] 2022-05-18T04:18:16.4465262Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:16.4465681Z with 2022-05-18T04:18:16.4465869Z [ 2022-05-18T04:18:16.4466094Z T=std::vector> 2022-05-18T04:18:16.4466303Z ] 2022-05-18T04:18:16.4466714Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:16.4467103Z with 2022-05-18T04:18:16.4467260Z [ 2022-05-18T04:18:16.4467462Z T=std::vector> 2022-05-18T04:18:16.4467668Z ] 2022-05-18T04:18:16.4468119Z 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-05-18T04:18:16.4468698Z with 2022-05-18T04:18:16.4468917Z [ 2022-05-18T04:18:16.4469133Z T=std::vector> 2022-05-18T04:18:16.4469338Z ] 2022-05-18T04:18:16.4469820Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:16.4470265Z with 2022-05-18T04:18:16.4470422Z [ 2022-05-18T04:18:16.4470632Z T=std::vector> 2022-05-18T04:18:16.4470820Z ] 2022-05-18T04:18:16.4471262Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:16.4471666Z with 2022-05-18T04:18:16.4471812Z [ 2022-05-18T04:18:16.4471966Z T=double 2022-05-18T04:18:16.4472126Z ] 2022-05-18T04:18:16.4472685Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(26): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:16.4473135Z with 2022-05-18T04:18:16.4473291Z [ 2022-05-18T04:18:16.4473447Z T=double 2022-05-18T04:18:16.4473595Z ] 2022-05-18T04:18:16.4474035Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:16.4474435Z with 2022-05-18T04:18:16.4474576Z [ 2022-05-18T04:18:16.4474789Z T=std::vector> 2022-05-18T04:18:16.4474993Z ] 2022-05-18T04:18:17.2739747Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:17.2740170Z with 2022-05-18T04:18:17.2740333Z [ 2022-05-18T04:18:17.2740523Z T=std::tuple 2022-05-18T04:18:17.2740730Z ] 2022-05-18T04:18:17.2741158Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:17.2741551Z with 2022-05-18T04:18:17.2741695Z [ 2022-05-18T04:18:17.2741892Z T=std::tuple 2022-05-18T04:18:17.2742081Z ] 2022-05-18T04:18:17.2742517Z 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-05-18T04:18:17.2742946Z with 2022-05-18T04:18:17.2743102Z [ 2022-05-18T04:18:17.2743284Z T=std::tuple 2022-05-18T04:18:17.2743476Z ] 2022-05-18T04:18:17.2743958Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:17.2744399Z with 2022-05-18T04:18:17.2744540Z [ 2022-05-18T04:18:17.2744735Z T=std::tuple 2022-05-18T04:18:17.2744925Z ] 2022-05-18T04:18:17.2745350Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:17.2746243Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(155): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-05-18T04:18:17.2746966Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:17.2747370Z with 2022-05-18T04:18:17.2747513Z [ 2022-05-18T04:18:17.2747715Z T=std::tuple 2022-05-18T04:18:17.2747906Z ] 2022-05-18T04:18:17.5499844Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:17.5500254Z with 2022-05-18T04:18:17.5500432Z [ 2022-05-18T04:18:17.5500655Z T=std::vector> 2022-05-18T04:18:17.5500871Z ] 2022-05-18T04:18:17.5501477Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:17.5501848Z with 2022-05-18T04:18:17.5502009Z [ 2022-05-18T04:18:17.5502231Z T=std::vector> 2022-05-18T04:18:17.5502426Z ] 2022-05-18T04:18:17.5502880Z 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-05-18T04:18:17.5503313Z with 2022-05-18T04:18:17.5503470Z [ 2022-05-18T04:18:17.5503677Z T=std::vector> 2022-05-18T04:18:17.5503891Z ] 2022-05-18T04:18:17.5504373Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:17.5504811Z with 2022-05-18T04:18:17.5504951Z [ 2022-05-18T04:18:17.5505172Z T=std::vector> 2022-05-18T04:18:17.5505379Z ] 2022-05-18T04:18:17.5505819Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:17.5506588Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/optim/lbfgs.h(46): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:17.5507328Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:17.5507732Z with 2022-05-18T04:18:17.5507877Z [ 2022-05-18T04:18:17.5508101Z T=std::vector> 2022-05-18T04:18:17.5508309Z ] 2022-05-18T04:18:24.4787296Z Microsoft (R) Incremental Linker Version 14.28.29337.0 2022-05-18T04:18:24.4787732Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-05-18T04:18:24.4787906Z 2022-05-18T04:18:24.4788018Z /out:simple-torch-test.exe 2022-05-18T04:18:24.4788225Z simple-torch-test.obj 2022-05-18T04:18:24.4788412Z c10.lib 2022-05-18T04:18:24.4788578Z torch_cpu.lib 2022-05-18T04:18:29.7356532Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2022-05-18T04:18:34.2633517Z [W builder\test_example_code\simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2022-05-18T04:18:35.2644169Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-05-18T04:18:35.2644517Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-05-18T04:18:35.2644685Z 2022-05-18T04:18:35.2659906Z check-torch-mkl.cpp 2022-05-18T04:18:35.3910718Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/macros/Macros.h(143): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-05-18T04:18:35.8357740Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/TensorImpl.h(2199): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-05-18T04:18:35.8766657Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:35.8767076Z with 2022-05-18T04:18:35.8767415Z [ 2022-05-18T04:18:35.8767691Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:35.8767925Z ] 2022-05-18T04:18:35.8768333Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:35.8768717Z with 2022-05-18T04:18:35.8768877Z [ 2022-05-18T04:18:35.8769099Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:35.8769328Z ] 2022-05-18T04:18:35.8769777Z 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-05-18T04:18:35.8770365Z with 2022-05-18T04:18:35.8770506Z [ 2022-05-18T04:18:35.8770752Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:35.8770989Z ] 2022-05-18T04:18:35.8771475Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:35.8771906Z with 2022-05-18T04:18:35.8772064Z [ 2022-05-18T04:18:35.8772300Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:35.8772513Z ] 2022-05-18T04:18:35.8772990Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:35.8773773Z 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-05-18T04:18:35.8774546Z 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-05-18T04:18:35.8775268Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:35.8775665Z with 2022-05-18T04:18:35.8775807Z [ 2022-05-18T04:18:35.8776047Z T=c10::impl::InlineDeviceGuard 2022-05-18T04:18:35.8776358Z ] 2022-05-18T04:18:35.9264536Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:35.9264954Z with 2022-05-18T04:18:35.9265116Z [ 2022-05-18T04:18:35.9265280Z T=at::TensorBase 2022-05-18T04:18:35.9265455Z ] 2022-05-18T04:18:35.9265961Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:35.9266352Z with 2022-05-18T04:18:35.9266498Z [ 2022-05-18T04:18:35.9266673Z T=at::TensorBase 2022-05-18T04:18:35.9266845Z ] 2022-05-18T04:18:35.9267291Z 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-05-18T04:18:35.9267718Z with 2022-05-18T04:18:35.9267876Z [ 2022-05-18T04:18:35.9268589Z T=at::TensorBase 2022-05-18T04:18:35.9268756Z ] 2022-05-18T04:18:35.9269243Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:35.9269684Z with 2022-05-18T04:18:35.9269828Z [ 2022-05-18T04:18:35.9269999Z T=at::TensorBase 2022-05-18T04:18:35.9270174Z ] 2022-05-18T04:18:35.9270584Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:35.9271264Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBase.h(951): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:35.9271934Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:35.9272333Z with 2022-05-18T04:18:35.9272489Z [ 2022-05-18T04:18:35.9272647Z T=at::TensorBase 2022-05-18T04:18:35.9272818Z ] 2022-05-18T04:18:36.1626398Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:36.1626836Z with 2022-05-18T04:18:36.1627006Z [ 2022-05-18T04:18:36.1627165Z T=at::Tensor 2022-05-18T04:18:36.1627340Z ] 2022-05-18T04:18:36.1627783Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:36.1628159Z with 2022-05-18T04:18:36.1628320Z [ 2022-05-18T04:18:36.1628488Z T=at::Tensor 2022-05-18T04:18:36.1628640Z ] 2022-05-18T04:18:36.1629091Z 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-05-18T04:18:36.1629529Z with 2022-05-18T04:18:36.1629684Z [ 2022-05-18T04:18:36.1629834Z T=at::Tensor 2022-05-18T04:18:36.1630001Z ] 2022-05-18T04:18:36.1630482Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:36.1631076Z with 2022-05-18T04:18:36.1631222Z [ 2022-05-18T04:18:36.1631390Z T=at::Tensor 2022-05-18T04:18:36.1631559Z ] 2022-05-18T04:18:36.1631967Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:36.1632622Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(509): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:36.1633289Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:36.1633693Z with 2022-05-18T04:18:36.1633838Z [ 2022-05-18T04:18:36.1634004Z T=at::Tensor 2022-05-18T04:18:36.1634169Z ] 2022-05-18T04:18:36.1679871Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:36.1680276Z with 2022-05-18T04:18:36.1680433Z [ 2022-05-18T04:18:36.1680606Z T=at::Generator 2022-05-18T04:18:36.1680763Z ] 2022-05-18T04:18:36.1681182Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:36.1681564Z with 2022-05-18T04:18:36.1681708Z [ 2022-05-18T04:18:36.1681878Z T=at::Generator 2022-05-18T04:18:36.1682049Z ] 2022-05-18T04:18:36.1682510Z 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-05-18T04:18:36.1682921Z with 2022-05-18T04:18:36.1683074Z [ 2022-05-18T04:18:36.1683242Z T=at::Generator 2022-05-18T04:18:36.1683399Z ] 2022-05-18T04:18:36.1683875Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:36.1684320Z with 2022-05-18T04:18:36.1684461Z [ 2022-05-18T04:18:36.1684630Z T=at::Generator 2022-05-18T04:18:36.1684798Z ] 2022-05-18T04:18:36.1685223Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:36.1685870Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:36.1686545Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:36.1686943Z with 2022-05-18T04:18:36.1687101Z [ 2022-05-18T04:18:36.1687256Z T=at::Generator 2022-05-18T04:18:36.1687426Z ] 2022-05-18T04:18:37.5394238Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:37.5394663Z with 2022-05-18T04:18:37.5394996Z [ 2022-05-18T04:18:37.5395181Z T=c10::DimVector 2022-05-18T04:18:37.5395357Z ] 2022-05-18T04:18:37.5395782Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:37.5396182Z with 2022-05-18T04:18:37.5396338Z [ 2022-05-18T04:18:37.5396508Z T=c10::DimVector 2022-05-18T04:18:37.5396665Z ] 2022-05-18T04:18:37.5397115Z 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-05-18T04:18:37.5397548Z with 2022-05-18T04:18:37.5397689Z [ 2022-05-18T04:18:37.5397857Z T=c10::DimVector 2022-05-18T04:18:37.5398031Z ] 2022-05-18T04:18:37.5398613Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:37.5399051Z with 2022-05-18T04:18:37.5399211Z [ 2022-05-18T04:18:37.5399385Z T=c10::DimVector 2022-05-18T04:18:37.5399544Z ] 2022-05-18T04:18:37.5399971Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:37.5400638Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/TensorIterator.h(766): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:37.5401319Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:37.5401711Z with 2022-05-18T04:18:37.5401874Z [ 2022-05-18T04:18:37.5402044Z T=c10::DimVector 2022-05-18T04:18:37.5402199Z ] 2022-05-18T04:18:38.2016366Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.2016794Z with 2022-05-18T04:18:38.2016969Z [ 2022-05-18T04:18:38.2017144Z T=std::string 2022-05-18T04:18:38.2017313Z ] 2022-05-18T04:18:38.2017718Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.2018111Z with 2022-05-18T04:18:38.2018274Z [ 2022-05-18T04:18:38.2018448Z T=std::string 2022-05-18T04:18:38.2018616Z ] 2022-05-18T04:18:38.2019074Z 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-05-18T04:18:38.2019497Z with 2022-05-18T04:18:38.2019638Z [ 2022-05-18T04:18:38.2019803Z T=std::string 2022-05-18T04:18:38.2019976Z ] 2022-05-18T04:18:38.2020443Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.2020890Z with 2022-05-18T04:18:38.2021051Z [ 2022-05-18T04:18:38.2021205Z T=std::string 2022-05-18T04:18:38.2021375Z ] 2022-05-18T04:18:38.2021947Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:38.2022608Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:38.2023282Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.2023672Z with 2022-05-18T04:18:38.2023835Z [ 2022-05-18T04:18:38.2024004Z T=std::string 2022-05-18T04:18:38.2024159Z ] 2022-05-18T04:18:38.2150504Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.2150887Z with 2022-05-18T04:18:38.2151039Z [ 2022-05-18T04:18:38.2151354Z T=c10::QualifiedName 2022-05-18T04:18:38.2151544Z ] 2022-05-18T04:18:38.2151959Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.2152326Z with 2022-05-18T04:18:38.2152484Z [ 2022-05-18T04:18:38.2152665Z T=c10::QualifiedName 2022-05-18T04:18:38.2152830Z ] 2022-05-18T04:18:38.2153288Z 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-05-18T04:18:38.2153706Z with 2022-05-18T04:18:38.2153867Z [ 2022-05-18T04:18:38.2154026Z T=c10::QualifiedName 2022-05-18T04:18:38.2154203Z ] 2022-05-18T04:18:38.2154686Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.2155114Z with 2022-05-18T04:18:38.2155272Z [ 2022-05-18T04:18:38.2155446Z T=c10::QualifiedName 2022-05-18T04:18:38.2155607Z ] 2022-05-18T04:18:38.2156037Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:38.2156716Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:38.2157397Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.2157797Z with 2022-05-18T04:18:38.2157938Z [ 2022-05-18T04:18:38.2158117Z T=c10::QualifiedName 2022-05-18T04:18:38.2158292Z ] 2022-05-18T04:18:38.2648150Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.2648570Z with 2022-05-18T04:18:38.2648736Z [ 2022-05-18T04:18:38.2648951Z T=std::shared_ptr 2022-05-18T04:18:38.2649185Z ] 2022-05-18T04:18:38.2649610Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.2650140Z with 2022-05-18T04:18:38.2650295Z [ 2022-05-18T04:18:38.2650516Z T=std::shared_ptr 2022-05-18T04:18:38.2650729Z ] 2022-05-18T04:18:38.2651168Z 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-05-18T04:18:38.2651598Z with 2022-05-18T04:18:38.2651754Z [ 2022-05-18T04:18:38.2651960Z T=std::shared_ptr 2022-05-18T04:18:38.2652167Z ] 2022-05-18T04:18:38.2652657Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.2653102Z with 2022-05-18T04:18:38.2653245Z [ 2022-05-18T04:18:38.2653546Z T=std::shared_ptr 2022-05-18T04:18:38.2653759Z ] 2022-05-18T04:18:38.2654206Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:38.2654930Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(1338): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-05-18T04:18:38.2655641Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.2656053Z with 2022-05-18T04:18:38.2656211Z [ 2022-05-18T04:18:38.2656421Z T=std::shared_ptr 2022-05-18T04:18:38.2656629Z ] 2022-05-18T04:18:38.2676194Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.2676556Z with 2022-05-18T04:18:38.2676724Z [ 2022-05-18T04:18:38.2676941Z T=std::weak_ptr 2022-05-18T04:18:38.2677151Z ] 2022-05-18T04:18:38.2677552Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.2677936Z with 2022-05-18T04:18:38.2678091Z [ 2022-05-18T04:18:38.2678292Z T=std::weak_ptr 2022-05-18T04:18:38.2678503Z ] 2022-05-18T04:18:38.2678949Z 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-05-18T04:18:38.2679355Z with 2022-05-18T04:18:38.2679496Z [ 2022-05-18T04:18:38.2679708Z T=std::weak_ptr 2022-05-18T04:18:38.2679912Z ] 2022-05-18T04:18:38.2680383Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.2680821Z with 2022-05-18T04:18:38.2680977Z [ 2022-05-18T04:18:38.2681176Z T=std::weak_ptr 2022-05-18T04:18:38.2681454Z ] 2022-05-18T04:18:38.2681915Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:38.2682633Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(1339): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-05-18T04:18:38.2683330Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.2683723Z with 2022-05-18T04:18:38.2683887Z [ 2022-05-18T04:18:38.2684106Z T=std::weak_ptr 2022-05-18T04:18:38.2684302Z ] 2022-05-18T04:18:38.3279119Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3279544Z with 2022-05-18T04:18:38.3279727Z [ 2022-05-18T04:18:38.3279970Z T=std::vector> 2022-05-18T04:18:38.3280205Z ] 2022-05-18T04:18:38.3280632Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.3281006Z with 2022-05-18T04:18:38.3281163Z [ 2022-05-18T04:18:38.3281406Z T=std::vector> 2022-05-18T04:18:38.3281639Z ] 2022-05-18T04:18:38.3282083Z 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-05-18T04:18:38.3282522Z with 2022-05-18T04:18:38.3282677Z [ 2022-05-18T04:18:38.3282908Z T=std::vector> 2022-05-18T04:18:38.3283135Z ] 2022-05-18T04:18:38.3283622Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.3284069Z with 2022-05-18T04:18:38.3284213Z [ 2022-05-18T04:18:38.3284455Z T=std::vector> 2022-05-18T04:18:38.3284681Z ] 2022-05-18T04:18:38.3285145Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:38.3285911Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:38.3286631Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3287030Z with 2022-05-18T04:18:38.3287187Z [ 2022-05-18T04:18:38.3287416Z T=std::vector> 2022-05-18T04:18:38.3287643Z ] 2022-05-18T04:18:38.3397672Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3398150Z with 2022-05-18T04:18:38.3398326Z [ 2022-05-18T04:18:38.3398681Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:38.3399007Z ] 2022-05-18T04:18:38.3399412Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.3399799Z with 2022-05-18T04:18:38.3399955Z [ 2022-05-18T04:18:38.3400299Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:38.3400603Z ] 2022-05-18T04:18:38.3401127Z 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-05-18T04:18:38.3401540Z with 2022-05-18T04:18:38.3401685Z [ 2022-05-18T04:18:38.3402034Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:38.3402351Z ] 2022-05-18T04:18:38.3402835Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.3403265Z with 2022-05-18T04:18:38.3403424Z [ 2022-05-18T04:18:38.3403769Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:38.3414049Z ] 2022-05-18T04:18:38.3414608Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:38.3415028Z with 2022-05-18T04:18:38.3415196Z [ 2022-05-18T04:18:38.3415435Z T=c10::impl::ScalarTypeToCPPType::type 2022-05-18T04:18:38.3415676Z ] 2022-05-18T04:18:38.3416136Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:38.3416540Z with 2022-05-18T04:18:38.3416687Z [ 2022-05-18T04:18:38.3416932Z T=c10::impl::ScalarTypeToCPPType::type 2022-05-18T04:18:38.3417172Z ] 2022-05-18T04:18:38.3417600Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3418013Z with 2022-05-18T04:18:38.3418174Z [ 2022-05-18T04:18:38.3418523Z T=std::vector::type,std::allocator::type>> 2022-05-18T04:18:38.3418833Z ] 2022-05-18T04:18:38.3498277Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3498688Z with 2022-05-18T04:18:38.3498854Z [ 2022-05-18T04:18:38.3499102Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3499874Z ] 2022-05-18T04:18:38.3500307Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.3500684Z with 2022-05-18T04:18:38.3500896Z [ 2022-05-18T04:18:38.3501160Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3501389Z ] 2022-05-18T04:18:38.3501856Z 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-05-18T04:18:38.3502279Z with 2022-05-18T04:18:38.3502438Z [ 2022-05-18T04:18:38.3502681Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3502923Z ] 2022-05-18T04:18:38.3503496Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.3503940Z with 2022-05-18T04:18:38.3504086Z [ 2022-05-18T04:18:38.3504347Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3504586Z ] 2022-05-18T04:18:38.3505056Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-05-18T04:18:38.3505947Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-05-18T04:18:38.3506662Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-05-18T04:18:38.3507372Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3507777Z with 2022-05-18T04:18:38.3507923Z [ 2022-05-18T04:18:38.3508180Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3508418Z ] 2022-05-18T04:18:38.3533500Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3533880Z with 2022-05-18T04:18:38.3534046Z [ 2022-05-18T04:18:38.3534302Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3534521Z ] 2022-05-18T04:18:38.3534943Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.3535328Z with 2022-05-18T04:18:38.3535470Z [ 2022-05-18T04:18:38.3535715Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3535944Z ] 2022-05-18T04:18:38.3536401Z 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-05-18T04:18:38.3536927Z with 2022-05-18T04:18:38.3537086Z [ 2022-05-18T04:18:38.3537335Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3537550Z ] 2022-05-18T04:18:38.3538029Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.3538473Z with 2022-05-18T04:18:38.3538632Z [ 2022-05-18T04:18:38.3538861Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3539094Z ] 2022-05-18T04:18:38.3539569Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-05-18T04:18:38.3540392Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-05-18T04:18:38.3541079Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-05-18T04:18:38.3541740Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3542140Z with 2022-05-18T04:18:38.3542302Z [ 2022-05-18T04:18:38.3542536Z T=std::vector,std::allocator>> 2022-05-18T04:18:38.3542773Z ] 2022-05-18T04:18:38.3647114Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3647505Z with 2022-05-18T04:18:38.3647659Z [ 2022-05-18T04:18:38.3647877Z T=std::vector> 2022-05-18T04:18:38.3648080Z ] 2022-05-18T04:18:38.3648483Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.3648868Z with 2022-05-18T04:18:38.3649025Z [ 2022-05-18T04:18:38.3649221Z T=std::vector> 2022-05-18T04:18:38.3649424Z ] 2022-05-18T04:18:38.3649886Z 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-05-18T04:18:38.3650301Z with 2022-05-18T04:18:38.3650443Z [ 2022-05-18T04:18:38.3650653Z T=std::vector> 2022-05-18T04:18:38.3650852Z ] 2022-05-18T04:18:38.3651315Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.3651761Z with 2022-05-18T04:18:38.3651916Z [ 2022-05-18T04:18:38.3652124Z T=std::vector> 2022-05-18T04:18:38.3652311Z ] 2022-05-18T04:18:38.3652762Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:38.3653579Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:38.3654270Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.3654657Z with 2022-05-18T04:18:38.3654816Z [ 2022-05-18T04:18:38.3655030Z T=std::vector> 2022-05-18T04:18:38.3655235Z ] 2022-05-18T04:18:38.4797886Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.4798319Z with 2022-05-18T04:18:38.4798497Z [ 2022-05-18T04:18:38.4798888Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:38.4799191Z ] 2022-05-18T04:18:38.4799617Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.4800015Z with 2022-05-18T04:18:38.4800162Z [ 2022-05-18T04:18:38.4800403Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:38.4800636Z ] 2022-05-18T04:18:38.4801292Z 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-05-18T04:18:38.4801745Z with 2022-05-18T04:18:38.4801903Z [ 2022-05-18T04:18:38.4802150Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:38.4802367Z ] 2022-05-18T04:18:38.4802852Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.4803290Z with 2022-05-18T04:18:38.4803436Z [ 2022-05-18T04:18:38.4803678Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:38.4803908Z ] 2022-05-18T04:18:38.4804381Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:38.4805152Z 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-05-18T04:18:38.4805936Z 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-05-18T04:18:38.4806667Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.4807073Z with 2022-05-18T04:18:38.4807234Z [ 2022-05-18T04:18:38.4807459Z T=c10::impl::InlineStreamGuard 2022-05-18T04:18:38.4807780Z ] 2022-05-18T04:18:38.4835674Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.4836031Z with 2022-05-18T04:18:38.4836198Z [ 2022-05-18T04:18:38.4836392Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:38.4836583Z ] 2022-05-18T04:18:38.4836986Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.4837373Z with 2022-05-18T04:18:38.4837532Z [ 2022-05-18T04:18:38.4837708Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:38.4837898Z ] 2022-05-18T04:18:38.4838358Z 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-05-18T04:18:38.4838775Z with 2022-05-18T04:18:38.4838918Z [ 2022-05-18T04:18:38.4839200Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:38.4839392Z ] 2022-05-18T04:18:38.4839854Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.4840297Z with 2022-05-18T04:18:38.4840456Z [ 2022-05-18T04:18:38.4840631Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:38.4840820Z ] 2022-05-18T04:18:38.4841270Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:38.4841958Z 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-05-18T04:18:38.4842335Z with 2022-05-18T04:18:38.4842495Z [ 2022-05-18T04:18:38.4842688Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:38.4842862Z ] 2022-05-18T04:18:38.4843340Z 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-05-18T04:18:38.4844066Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.4844472Z with 2022-05-18T04:18:38.4844614Z [ 2022-05-18T04:18:38.4844812Z T=c10::impl::VirtualGuardImpl 2022-05-18T04:18:38.4845003Z ] 2022-05-18T04:18:38.5228697Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.5229054Z with 2022-05-18T04:18:38.5229222Z [ 2022-05-18T04:18:38.5229505Z T=std::vector> 2022-05-18T04:18:38.5229751Z ] 2022-05-18T04:18:38.5230177Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.5230570Z with 2022-05-18T04:18:38.5230729Z [ 2022-05-18T04:18:38.5230989Z T=std::vector> 2022-05-18T04:18:38.5231342Z ] 2022-05-18T04:18:38.5231803Z 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-05-18T04:18:38.5232219Z with 2022-05-18T04:18:38.5232361Z [ 2022-05-18T04:18:38.5232638Z T=std::vector> 2022-05-18T04:18:38.5232896Z ] 2022-05-18T04:18:38.5233359Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.5233801Z with 2022-05-18T04:18:38.5233959Z [ 2022-05-18T04:18:38.5234236Z T=std::vector> 2022-05-18T04:18:38.5234483Z ] 2022-05-18T04:18:38.5235059Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:38.5235884Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue_inl.h(834): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:38.5236632Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.5237039Z with 2022-05-18T04:18:38.5237183Z [ 2022-05-18T04:18:38.5237463Z T=std::vector> 2022-05-18T04:18:38.5237721Z ] 2022-05-18T04:18:38.8028179Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.8028589Z with 2022-05-18T04:18:38.8028769Z [ 2022-05-18T04:18:38.8028962Z T=torch::autograd::ViewInfo 2022-05-18T04:18:38.8029151Z ] 2022-05-18T04:18:38.8029560Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.8029950Z with 2022-05-18T04:18:38.8030109Z [ 2022-05-18T04:18:38.8030280Z T=torch::autograd::ViewInfo 2022-05-18T04:18:38.8030479Z ] 2022-05-18T04:18:38.8030933Z 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-05-18T04:18:38.8031352Z with 2022-05-18T04:18:38.8031491Z [ 2022-05-18T04:18:38.8031679Z T=torch::autograd::ViewInfo 2022-05-18T04:18:38.8031861Z ] 2022-05-18T04:18:38.8032326Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.8032768Z with 2022-05-18T04:18:38.8032923Z [ 2022-05-18T04:18:38.8033104Z T=torch::autograd::ViewInfo 2022-05-18T04:18:38.8033274Z ] 2022-05-18T04:18:38.8033857Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:38.8034550Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/variable.h(525): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:38.8035242Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.8035628Z with 2022-05-18T04:18:38.8035786Z [ 2022-05-18T04:18:38.8035970Z T=torch::autograd::ViewInfo 2022-05-18T04:18:38.8036141Z ] 2022-05-18T04:18:38.8851999Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.8852443Z with 2022-05-18T04:18:38.8852776Z [ 2022-05-18T04:18:38.8852937Z T=c10::IValue 2022-05-18T04:18:38.8853106Z ] 2022-05-18T04:18:38.8853530Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.8853902Z with 2022-05-18T04:18:38.8854066Z [ 2022-05-18T04:18:38.8854235Z T=c10::IValue 2022-05-18T04:18:38.8854390Z ] 2022-05-18T04:18:38.8854839Z 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-05-18T04:18:38.8855256Z with 2022-05-18T04:18:38.8855411Z [ 2022-05-18T04:18:38.8855561Z T=c10::IValue 2022-05-18T04:18:38.8855729Z ] 2022-05-18T04:18:38.8856262Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.8856703Z with 2022-05-18T04:18:38.8856843Z [ 2022-05-18T04:18:38.8857004Z T=c10::IValue 2022-05-18T04:18:38.8857166Z ] 2022-05-18T04:18:38.8857566Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:38.8858219Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/function_schema.h(179): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:38.8858894Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.8859291Z with 2022-05-18T04:18:38.8859433Z [ 2022-05-18T04:18:38.8859593Z T=c10::IValue 2022-05-18T04:18:38.8859751Z ] 2022-05-18T04:18:38.8897761Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:38.8898149Z with 2022-05-18T04:18:38.8898306Z [ 2022-05-18T04:18:38.8898473Z T=c10::AliasInfo 2022-05-18T04:18:38.8898628Z ] 2022-05-18T04:18:38.8899037Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:38.8899525Z with 2022-05-18T04:18:38.8899665Z [ 2022-05-18T04:18:38.8899837Z T=c10::AliasInfo 2022-05-18T04:18:38.8900011Z ] 2022-05-18T04:18:38.8900454Z 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-05-18T04:18:38.8900843Z with 2022-05-18T04:18:38.8901000Z [ 2022-05-18T04:18:38.8901167Z T=c10::AliasInfo 2022-05-18T04:18:38.8901322Z ] 2022-05-18T04:18:38.8901802Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:38.8902237Z with 2022-05-18T04:18:38.8902377Z [ 2022-05-18T04:18:38.8902543Z T=c10::AliasInfo 2022-05-18T04:18:38.8902711Z ] 2022-05-18T04:18:38.8903210Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:38.8903862Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/function_schema.h(26): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:38.8904543Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:38.8904945Z with 2022-05-18T04:18:38.8905099Z [ 2022-05-18T04:18:38.8905349Z T=c10::AliasInfo 2022-05-18T04:18:38.8905522Z ] 2022-05-18T04:18:39.0016392Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.0016818Z with 2022-05-18T04:18:39.0016964Z [ 2022-05-18T04:18:39.0017214Z T=c10::either 2022-05-18T04:18:39.0017435Z ] 2022-05-18T04:18:39.0017845Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.0018224Z with 2022-05-18T04:18:39.0018381Z [ 2022-05-18T04:18:39.0018592Z T=c10::either 2022-05-18T04:18:39.0018812Z ] 2022-05-18T04:18:39.0019265Z 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-05-18T04:18:39.0019700Z with 2022-05-18T04:18:39.0019841Z [ 2022-05-18T04:18:39.0020064Z T=c10::either 2022-05-18T04:18:39.0020278Z ] 2022-05-18T04:18:39.0020752Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.0021198Z with 2022-05-18T04:18:39.0021352Z [ 2022-05-18T04:18:39.0021578Z T=c10::either 2022-05-18T04:18:39.0021781Z ] 2022-05-18T04:18:39.0022243Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:39.0023158Z 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-05-18T04:18:39.0023895Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.0024282Z with 2022-05-18T04:18:39.0024438Z [ 2022-05-18T04:18:39.0024666Z T=c10::either 2022-05-18T04:18:39.0024884Z ] 2022-05-18T04:18:39.0784961Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.0785443Z with 2022-05-18T04:18:39.0785602Z [ 2022-05-18T04:18:39.0785928Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:39.0786117Z ] 2022-05-18T04:18:39.0786532Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.0786912Z with 2022-05-18T04:18:39.0787051Z [ 2022-05-18T04:18:39.0787238Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:39.0787423Z ] 2022-05-18T04:18:39.0787871Z 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-05-18T04:18:39.0788290Z with 2022-05-18T04:18:39.0788446Z [ 2022-05-18T04:18:39.0788629Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:39.0788802Z ] 2022-05-18T04:18:39.0789283Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.0789724Z with 2022-05-18T04:18:39.0789863Z [ 2022-05-18T04:18:39.0790053Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:39.0790234Z ] 2022-05-18T04:18:39.0790664Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.0791371Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/dispatch/OperatorEntry.h(212): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:39.0792080Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.0792480Z with 2022-05-18T04:18:39.0792636Z [ 2022-05-18T04:18:39.0792810Z T=c10::impl::AnnotatedSchema 2022-05-18T04:18:39.0792992Z ] 2022-05-18T04:18:39.0851225Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.0851583Z with 2022-05-18T04:18:39.0851747Z [ 2022-05-18T04:18:39.0851979Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:39.0852201Z ] 2022-05-18T04:18:39.0852700Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.0853087Z with 2022-05-18T04:18:39.0853245Z [ 2022-05-18T04:18:39.0853456Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:39.0853672Z ] 2022-05-18T04:18:39.0854127Z 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-05-18T04:18:39.0854542Z with 2022-05-18T04:18:39.0854684Z [ 2022-05-18T04:18:39.0854909Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:39.0855124Z ] 2022-05-18T04:18:39.0855587Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.0856111Z with 2022-05-18T04:18:39.0856266Z [ 2022-05-18T04:18:39.0856480Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:39.0856697Z ] 2022-05-18T04:18:39.0857168Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.0857948Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/dispatch/OperatorEntry.h(271): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:39.0858676Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.0859065Z with 2022-05-18T04:18:39.0859223Z [ 2022-05-18T04:18:39.0859452Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-05-18T04:18:39.0859654Z ] 2022-05-18T04:18:39.2248463Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2248877Z with 2022-05-18T04:18:39.2249046Z [ 2022-05-18T04:18:39.2249263Z T=std::tuple 2022-05-18T04:18:39.2249471Z ] 2022-05-18T04:18:39.2249894Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.2250279Z with 2022-05-18T04:18:39.2250437Z [ 2022-05-18T04:18:39.2250640Z T=std::tuple 2022-05-18T04:18:39.2250831Z ] 2022-05-18T04:18:39.2251282Z 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-05-18T04:18:39.2251700Z with 2022-05-18T04:18:39.2251855Z [ 2022-05-18T04:18:39.2252044Z T=std::tuple 2022-05-18T04:18:39.2252249Z ] 2022-05-18T04:18:39.2252727Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.2253150Z with 2022-05-18T04:18:39.2253449Z [ 2022-05-18T04:18:39.2253650Z T=std::tuple 2022-05-18T04:18:39.2253834Z ] 2022-05-18T04:18:39.2254285Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:39.2255010Z 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-05-18T04:18:39.2255720Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2256126Z with 2022-05-18T04:18:39.2256271Z [ 2022-05-18T04:18:39.2256477Z T=std::tuple 2022-05-18T04:18:39.2256677Z ] 2022-05-18T04:18:39.2308804Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2309202Z with 2022-05-18T04:18:39.2309375Z [ 2022-05-18T04:18:39.2309562Z T=torch::jit::SourceRange 2022-05-18T04:18:39.2309730Z ] 2022-05-18T04:18:39.2310145Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.2310529Z with 2022-05-18T04:18:39.2310671Z [ 2022-05-18T04:18:39.2310854Z T=torch::jit::SourceRange 2022-05-18T04:18:39.2311037Z ] 2022-05-18T04:18:39.2311468Z 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-05-18T04:18:39.2311885Z with 2022-05-18T04:18:39.2312042Z [ 2022-05-18T04:18:39.2312225Z T=torch::jit::SourceRange 2022-05-18T04:18:39.2312395Z ] 2022-05-18T04:18:39.2312875Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.2313320Z with 2022-05-18T04:18:39.2313461Z [ 2022-05-18T04:18:39.2313638Z T=torch::jit::SourceRange 2022-05-18T04:18:39.2313820Z ] 2022-05-18T04:18:39.2314256Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.2314951Z 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-05-18T04:18:39.2315649Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2316050Z with 2022-05-18T04:18:39.2316205Z [ 2022-05-18T04:18:39.2316372Z T=torch::jit::SourceRange 2022-05-18T04:18:39.2316554Z ] 2022-05-18T04:18:39.2398145Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2398588Z with 2022-05-18T04:18:39.2398753Z [ 2022-05-18T04:18:39.2398960Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:39.2399159Z ] 2022-05-18T04:18:39.2399563Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.2399947Z with 2022-05-18T04:18:39.2400103Z [ 2022-05-18T04:18:39.2400289Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:39.2400485Z ] 2022-05-18T04:18:39.2400943Z 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-05-18T04:18:39.2401351Z with 2022-05-18T04:18:39.2401493Z [ 2022-05-18T04:18:39.2401691Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:39.2401888Z ] 2022-05-18T04:18:39.2402411Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.2402856Z with 2022-05-18T04:18:39.2403013Z [ 2022-05-18T04:18:39.2403198Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:39.2403394Z ] 2022-05-18T04:18:39.2403854Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.2404579Z 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-05-18T04:18:39.2405281Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2405666Z with 2022-05-18T04:18:39.2405821Z [ 2022-05-18T04:18:39.2406023Z T=torch::jit::InlinedCallStackPtr 2022-05-18T04:18:39.2406206Z ] 2022-05-18T04:18:39.2428683Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2429068Z with 2022-05-18T04:18:39.2429225Z [ 2022-05-18T04:18:39.2429410Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:39.2429607Z ] 2022-05-18T04:18:39.2430020Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.2430387Z with 2022-05-18T04:18:39.2430586Z [ 2022-05-18T04:18:39.2430785Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:39.2430975Z ] 2022-05-18T04:18:39.2431422Z 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-05-18T04:18:39.2431836Z with 2022-05-18T04:18:39.2431991Z [ 2022-05-18T04:18:39.2432175Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:39.2432373Z ] 2022-05-18T04:18:39.2432853Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.2433378Z with 2022-05-18T04:18:39.2433519Z [ 2022-05-18T04:18:39.2433719Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:39.2433915Z ] 2022-05-18T04:18:39.2434358Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.2435071Z 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-05-18T04:18:39.2435767Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2436167Z with 2022-05-18T04:18:39.2436311Z [ 2022-05-18T04:18:39.2436511Z T=torch::jit::ModuleInstanceInfo 2022-05-18T04:18:39.2436708Z ] 2022-05-18T04:18:39.2493467Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2493833Z with 2022-05-18T04:18:39.2493998Z [ 2022-05-18T04:18:39.2494178Z T=torch::jit::ScopePtr 2022-05-18T04:18:39.2494343Z ] 2022-05-18T04:18:39.2494758Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.2495173Z with 2022-05-18T04:18:39.2495333Z [ 2022-05-18T04:18:39.2495511Z T=torch::jit::ScopePtr 2022-05-18T04:18:39.2495686Z ] 2022-05-18T04:18:39.2496153Z 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-05-18T04:18:39.2496554Z with 2022-05-18T04:18:39.2496709Z [ 2022-05-18T04:18:39.2496884Z T=torch::jit::ScopePtr 2022-05-18T04:18:39.2497045Z ] 2022-05-18T04:18:39.2497521Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.2497959Z with 2022-05-18T04:18:39.2498113Z [ 2022-05-18T04:18:39.2498273Z T=torch::jit::ScopePtr 2022-05-18T04:18:39.2498452Z ] 2022-05-18T04:18:39.2498886Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.2499553Z 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-05-18T04:18:39.2500233Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.2500639Z with 2022-05-18T04:18:39.2500795Z [ 2022-05-18T04:18:39.2500960Z T=torch::jit::ScopePtr 2022-05-18T04:18:39.2501136Z ] 2022-05-18T04:18:39.4933967Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.4934526Z with 2022-05-18T04:18:39.4934688Z [ 2022-05-18T04:18:39.4934880Z T=at::ThreadLocalState 2022-05-18T04:18:39.4935066Z ] 2022-05-18T04:18:39.4935486Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.4935878Z with 2022-05-18T04:18:39.4936039Z [ 2022-05-18T04:18:39.4936206Z T=at::ThreadLocalState 2022-05-18T04:18:39.4936386Z ] 2022-05-18T04:18:39.4936838Z 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-05-18T04:18:39.4937261Z with 2022-05-18T04:18:39.4937402Z [ 2022-05-18T04:18:39.4937588Z T=at::ThreadLocalState 2022-05-18T04:18:39.4937778Z ] 2022-05-18T04:18:39.4938338Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.4938787Z with 2022-05-18T04:18:39.4938944Z [ 2022-05-18T04:18:39.4939127Z T=at::ThreadLocalState 2022-05-18T04:18:39.4939292Z ] 2022-05-18T04:18:39.4939733Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.4940479Z 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-05-18T04:18:39.4941178Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.4941565Z with 2022-05-18T04:18:39.4941721Z [ 2022-05-18T04:18:39.4941905Z T=at::ThreadLocalState 2022-05-18T04:18:39.4942072Z ] 2022-05-18T04:18:39.5105418Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.5105795Z with 2022-05-18T04:18:39.5105961Z [ 2022-05-18T04:18:39.5106149Z T=std::shared_ptr 2022-05-18T04:18:39.5106343Z ] 2022-05-18T04:18:39.5106797Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.5107200Z with 2022-05-18T04:18:39.5107413Z [ 2022-05-18T04:18:39.5107614Z T=std::shared_ptr 2022-05-18T04:18:39.5107800Z ] 2022-05-18T04:18:39.5108256Z 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-05-18T04:18:39.5108674Z with 2022-05-18T04:18:39.5108829Z [ 2022-05-18T04:18:39.5109014Z T=std::shared_ptr 2022-05-18T04:18:39.5109208Z ] 2022-05-18T04:18:39.5109684Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.5110126Z with 2022-05-18T04:18:39.5110356Z [ 2022-05-18T04:18:39.5110557Z T=std::shared_ptr 2022-05-18T04:18:39.5110748Z ] 2022-05-18T04:18:39.5111176Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:39.5111873Z 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-05-18T04:18:39.5112579Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/function_impl.h(156): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-05-18T04:18:39.5113294Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.5113770Z with 2022-05-18T04:18:39.5113914Z [ 2022-05-18T04:18:39.5114116Z T=std::shared_ptr 2022-05-18T04:18:39.5114313Z ] 2022-05-18T04:18:39.5139207Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.5139599Z with 2022-05-18T04:18:39.5139757Z [ 2022-05-18T04:18:39.5139953Z T=torch::jit::GraphExecutor 2022-05-18T04:18:39.5140128Z ] 2022-05-18T04:18:39.5140542Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.5140938Z with 2022-05-18T04:18:39.5141080Z [ 2022-05-18T04:18:39.5141266Z T=torch::jit::GraphExecutor 2022-05-18T04:18:39.5141453Z ] 2022-05-18T04:18:39.5141895Z 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-05-18T04:18:39.5142311Z with 2022-05-18T04:18:39.5142466Z [ 2022-05-18T04:18:39.5142649Z T=torch::jit::GraphExecutor 2022-05-18T04:18:39.5142820Z ] 2022-05-18T04:18:39.5143300Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.5143737Z with 2022-05-18T04:18:39.5143882Z [ 2022-05-18T04:18:39.5144066Z T=torch::jit::GraphExecutor 2022-05-18T04:18:39.5144249Z ] 2022-05-18T04:18:39.5144676Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.5145440Z 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-05-18T04:18:39.5146148Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/function_impl.h(170): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-05-18T04:18:39.5146854Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.5147362Z with 2022-05-18T04:18:39.5147507Z [ 2022-05-18T04:18:39.5147698Z T=torch::jit::GraphExecutor 2022-05-18T04:18:39.5147884Z ] 2022-05-18T04:18:39.5250612Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.5250977Z with 2022-05-18T04:18:39.5251133Z [ 2022-05-18T04:18:39.5251310Z T=torch::jit::Method 2022-05-18T04:18:39.5251474Z ] 2022-05-18T04:18:39.5251892Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.5252272Z with 2022-05-18T04:18:39.5252428Z [ 2022-05-18T04:18:39.5252592Z T=torch::jit::Method 2022-05-18T04:18:39.5252773Z ] 2022-05-18T04:18:39.5253313Z 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-05-18T04:18:39.5253709Z with 2022-05-18T04:18:39.5253873Z [ 2022-05-18T04:18:39.5254047Z T=torch::jit::Method 2022-05-18T04:18:39.5254211Z ] 2022-05-18T04:18:39.5254690Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.5255128Z with 2022-05-18T04:18:39.5255285Z [ 2022-05-18T04:18:39.5255445Z T=torch::jit::Method 2022-05-18T04:18:39.5255622Z ] 2022-05-18T04:18:39.5256052Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:39.5256715Z 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-05-18T04:18:39.5257400Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.5257806Z with 2022-05-18T04:18:39.5257964Z [ 2022-05-18T04:18:39.5258126Z T=torch::jit::Method 2022-05-18T04:18:39.5258302Z ] 2022-05-18T04:18:39.6028779Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.6029174Z with 2022-05-18T04:18:39.6029324Z [ 2022-05-18T04:18:39.6029567Z T=std::vector> 2022-05-18T04:18:39.6029783Z ] 2022-05-18T04:18:39.6030182Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.6030566Z with 2022-05-18T04:18:39.6030727Z [ 2022-05-18T04:18:39.6030954Z T=std::vector> 2022-05-18T04:18:39.6031155Z ] 2022-05-18T04:18:39.6031611Z 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-05-18T04:18:39.6032133Z with 2022-05-18T04:18:39.6032277Z [ 2022-05-18T04:18:39.6032508Z T=std::vector> 2022-05-18T04:18:39.6032728Z ] 2022-05-18T04:18:39.6033208Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.6033637Z with 2022-05-18T04:18:39.6033794Z [ 2022-05-18T04:18:39.6034018Z T=std::vector> 2022-05-18T04:18:39.6034219Z ] 2022-05-18T04:18:39.6034681Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:39.6035491Z 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-05-18T04:18:39.6036201Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.6036605Z with 2022-05-18T04:18:39.6036747Z [ 2022-05-18T04:18:39.6036976Z T=std::vector> 2022-05-18T04:18:39.6037190Z ] 2022-05-18T04:18:39.7404923Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.7405328Z with 2022-05-18T04:18:39.7405507Z [ 2022-05-18T04:18:39.7405762Z T=std::function 2022-05-18T04:18:39.7406013Z ] 2022-05-18T04:18:39.7406422Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.7406809Z with 2022-05-18T04:18:39.7407011Z [ 2022-05-18T04:18:39.7407258Z T=std::function 2022-05-18T04:18:39.7407494Z ] 2022-05-18T04:18:39.7407954Z 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-05-18T04:18:39.7408376Z with 2022-05-18T04:18:39.7408520Z [ 2022-05-18T04:18:39.7408775Z T=std::function 2022-05-18T04:18:39.7409010Z ] 2022-05-18T04:18:39.7409475Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.7409922Z with 2022-05-18T04:18:39.7410080Z [ 2022-05-18T04:18:39.7410330Z T=std::function 2022-05-18T04:18:39.7410551Z ] 2022-05-18T04:18:39.7411036Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:39.7411841Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/profiler_legacy.h(400): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-05-18T04:18:39.7413136Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.7413525Z with 2022-05-18T04:18:39.7413685Z [ 2022-05-18T04:18:39.7413939Z T=std::function 2022-05-18T04:18:39.7414176Z ] 2022-05-18T04:18:39.7525483Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:39.7525884Z with 2022-05-18T04:18:39.7526040Z [ 2022-05-18T04:18:39.7526455Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:39.7526730Z ] 2022-05-18T04:18:39.7527153Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:39.7527534Z with 2022-05-18T04:18:39.7527678Z [ 2022-05-18T04:18:39.7527969Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:39.7528237Z ] 2022-05-18T04:18:39.7528693Z 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-05-18T04:18:39.7529096Z with 2022-05-18T04:18:39.7529250Z [ 2022-05-18T04:18:39.7529543Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:39.7529798Z ] 2022-05-18T04:18:39.7530281Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:39.7530725Z with 2022-05-18T04:18:39.7530878Z [ 2022-05-18T04:18:39.7531154Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:39.7531420Z ] 2022-05-18T04:18:39.7531941Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>,std::allocator>>>>' being compiled 2022-05-18T04:18:39.7532803Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/profiler_kineto.h(247): note: see reference to class template instantiation 'c10::optional>,std::allocator>>>>' being compiled 2022-05-18T04:18:39.7533574Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:39.7533964Z with 2022-05-18T04:18:39.7534127Z [ 2022-05-18T04:18:39.7534417Z T=std::vector>,std::allocator>>> 2022-05-18T04:18:39.7534728Z ] 2022-05-18T04:18:40.0100423Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:40.0100838Z with 2022-05-18T04:18:40.0100999Z [ 2022-05-18T04:18:40.0101286Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:40.0101555Z ] 2022-05-18T04:18:40.0101974Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:40.0102366Z with 2022-05-18T04:18:40.0102510Z [ 2022-05-18T04:18:40.0102789Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:40.0103051Z ] 2022-05-18T04:18:40.0103698Z 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-05-18T04:18:40.0104129Z with 2022-05-18T04:18:40.0104288Z [ 2022-05-18T04:18:40.0104550Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:40.0104822Z ] 2022-05-18T04:18:40.0105395Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:40.0105838Z with 2022-05-18T04:18:40.0105980Z [ 2022-05-18T04:18:40.0106259Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:40.0106518Z ] 2022-05-18T04:18:40.0107019Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-05-18T04:18:40.0107896Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/options/loss.h(404): note: see reference to class template instantiation 'c10::optional' being compiled 2022-05-18T04:18:40.0108690Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:40.0109093Z with 2022-05-18T04:18:40.0109249Z [ 2022-05-18T04:18:40.0109511Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-05-18T04:18:40.0109780Z ] 2022-05-18T04:18:40.1635487Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:40.1635913Z with 2022-05-18T04:18:40.1636076Z [ 2022-05-18T04:18:40.1636299Z T=std::vector> 2022-05-18T04:18:40.1636509Z ] 2022-05-18T04:18:40.1636928Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:40.1637365Z with 2022-05-18T04:18:40.1637511Z [ 2022-05-18T04:18:40.1637727Z T=std::vector> 2022-05-18T04:18:40.1637937Z ] 2022-05-18T04:18:40.1638391Z 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-05-18T04:18:40.1638947Z with 2022-05-18T04:18:40.1639106Z [ 2022-05-18T04:18:40.1639320Z T=std::vector> 2022-05-18T04:18:40.1639522Z ] 2022-05-18T04:18:40.1640008Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:40.1640453Z with 2022-05-18T04:18:40.1640609Z [ 2022-05-18T04:18:40.1640807Z T=std::vector> 2022-05-18T04:18:40.1641013Z ] 2022-05-18T04:18:40.1641455Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:40.1641848Z with 2022-05-18T04:18:40.1642006Z [ 2022-05-18T04:18:40.1642242Z T=double 2022-05-18T04:18:40.1642392Z ] 2022-05-18T04:18:40.1642875Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(26): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:40.1643324Z with 2022-05-18T04:18:40.1643480Z [ 2022-05-18T04:18:40.1643623Z T=double 2022-05-18T04:18:40.1643782Z ] 2022-05-18T04:18:40.1644223Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:40.1644606Z with 2022-05-18T04:18:40.1644765Z [ 2022-05-18T04:18:40.1644978Z T=std::vector> 2022-05-18T04:18:40.1645169Z ] 2022-05-18T04:18:40.7018519Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:40.7018959Z with 2022-05-18T04:18:40.7019108Z [ 2022-05-18T04:18:40.7019314Z T=std::tuple 2022-05-18T04:18:40.7019511Z ] 2022-05-18T04:18:40.7019922Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:40.7020314Z with 2022-05-18T04:18:40.7020471Z [ 2022-05-18T04:18:40.7020661Z T=std::tuple 2022-05-18T04:18:40.7020851Z ] 2022-05-18T04:18:40.7021308Z 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-05-18T04:18:40.7021732Z with 2022-05-18T04:18:40.7021875Z [ 2022-05-18T04:18:40.7022136Z T=std::tuple 2022-05-18T04:18:40.7022335Z ] 2022-05-18T04:18:40.7022804Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:40.7023251Z with 2022-05-18T04:18:40.7023409Z [ 2022-05-18T04:18:40.7023610Z T=std::tuple 2022-05-18T04:18:40.7023789Z ] 2022-05-18T04:18:40.7024235Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-05-18T04:18:40.7025191Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(155): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-05-18T04:18:40.7025919Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:40.7026316Z with 2022-05-18T04:18:40.7026476Z [ 2022-05-18T04:18:40.7026674Z T=std::tuple 2022-05-18T04:18:40.7026856Z ] 2022-05-18T04:18:40.9772552Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(198): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-05-18T04:18:40.9773004Z with 2022-05-18T04:18:40.9773169Z [ 2022-05-18T04:18:40.9773572Z T=std::vector> 2022-05-18T04:18:40.9773794Z ] 2022-05-18T04:18:40.9774240Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(397): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-05-18T04:18:40.9774641Z with 2022-05-18T04:18:40.9774781Z [ 2022-05-18T04:18:40.9775006Z T=std::vector> 2022-05-18T04:18:40.9775218Z ] 2022-05-18T04:18:40.9775652Z 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-05-18T04:18:40.9776085Z with 2022-05-18T04:18:40.9776242Z [ 2022-05-18T04:18:40.9776449Z T=std::vector> 2022-05-18T04:18:40.9776668Z ] 2022-05-18T04:18:40.9777146Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-05-18T04:18:40.9777584Z with 2022-05-18T04:18:40.9777724Z [ 2022-05-18T04:18:40.9777942Z T=std::vector> 2022-05-18T04:18:40.9778151Z ] 2022-05-18T04:18:40.9778594Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(540): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-05-18T04:18:40.9779354Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/optim/lbfgs.h(46): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-05-18T04:18:40.9780085Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(432): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-05-18T04:18:40.9780487Z with 2022-05-18T04:18:40.9780643Z [ 2022-05-18T04:18:40.9780848Z T=std::vector> 2022-05-18T04:18:40.9781056Z ] 2022-05-18T04:18:45.3220531Z Microsoft (R) Incremental Linker Version 14.28.29337.0 2022-05-18T04:18:45.3220861Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-05-18T04:18:45.3221034Z 2022-05-18T04:18:45.3221138Z /out:check-torch-mkl.exe 2022-05-18T04:18:45.3221350Z check-torch-mkl.obj 2022-05-18T04:18:45.3221659Z c10.lib 2022-05-18T04:18:45.3221827Z torch_cpu.lib 2022-05-18T04:18:45.3943075Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2022-05-18T04:18:50.3574726Z "Skip CUDA tests for machines without a Nvidia GPU card" 2022-05-18T04:18:50.3607476Z + popd 2022-05-18T04:18:50.3611789Z /c/actions-runner/_work/pytorch/pytorch 2022-05-18T04:18:50.3922939Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-05-18T04:18:50.3923278Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-05-18T04:18:50.3945387Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T04:18:50.3945669Z env: 2022-05-18T04:18:50.3945906Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:18:50.3946170Z ANACONDA_USER: pytorch 2022-05-18T04:18:50.3946377Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:18:50.3946617Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:18:50.3947035Z GITHUB_TOKEN: *** 2022-05-18T04:18:50.3947208Z IN_CI: 1 2022-05-18T04:18:50.3947350Z IS_GHA: 1 2022-05-18T04:18:50.3947518Z PR_LABELS: [] 2022-05-18T04:18:50.3947686Z PR_NUMBER: 2022-05-18T04:18:50.3947859Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:18:50.3948088Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:18:50.3948350Z SKIP_ALL_TESTS: 1 2022-05-18T04:18:50.3948591Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:18:50.3948901Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:18:50.3949145Z PACKAGE_TYPE: libtorch 2022-05-18T04:18:50.3949317Z DESIRED_CUDA: cpu 2022-05-18T04:18:50.3949495Z GPU_ARCH_TYPE: cpu 2022-05-18T04:18:50.3949681Z LIBTORCH_CONFIG: debug 2022-05-18T04:18:50.3949893Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:18:50.3950088Z DESIRED_PYTHON: 3.7 2022-05-18T04:18:50.3950315Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:18:50.3950610Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:18:50.3950840Z ##[endgroup] 2022-05-18T04:18:50.7690332Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T04:18:50.8626699Z Finished 2022-05-18T04:18:51.0324147Z Holding runner until all ssh sessions have logged out 2022-05-18T04:18:51.0811502Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-05-18T04:18:51.0811865Z .github\scripts\kill_active_ssh_sessions.ps1 2022-05-18T04:18:51.0834782Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T04:18:51.0835053Z env: 2022-05-18T04:18:51.0835301Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T04:18:51.0835560Z ANACONDA_USER: pytorch 2022-05-18T04:18:51.0835751Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T04:18:51.0836008Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-05-18T04:18:51.0836415Z GITHUB_TOKEN: *** 2022-05-18T04:18:51.0836580Z IN_CI: 1 2022-05-18T04:18:51.0836737Z IS_GHA: 1 2022-05-18T04:18:51.0836902Z PR_LABELS: [] 2022-05-18T04:18:51.0837058Z PR_NUMBER: 2022-05-18T04:18:51.0837243Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:18:51.0837473Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:18:51.0837715Z SKIP_ALL_TESTS: 1 2022-05-18T04:18:51.0837972Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T04:18:51.0838281Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T04:18:51.0838528Z PACKAGE_TYPE: libtorch 2022-05-18T04:18:51.0838700Z DESIRED_CUDA: cpu 2022-05-18T04:18:51.0838882Z GPU_ARCH_TYPE: cpu 2022-05-18T04:18:51.0839068Z LIBTORCH_CONFIG: debug 2022-05-18T04:18:51.0839264Z LIBTORCH_VARIANT: shared-with-deps 2022-05-18T04:18:51.0839470Z DESIRED_PYTHON: 3.7 2022-05-18T04:18:51.0839698Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T04:18:51.0839972Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T04:18:51.0840299Z ##[endgroup] 2022-05-18T04:18:51.4550022Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T04:18:51.5508739Z Finished 2022-05-18T04:18:51.6272979Z Post job cleanup. 2022-05-18T04:18:54.0894837Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-05-18T04:18:54.1094161Z git version 2.35.1.windows.2 2022-05-18T04:18:54.1146900Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-05-18T04:18:54.1361386Z [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-05-18T04:18:54.7217998Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T04:18:54.7389950Z http.https://github.com/.extraheader 2022-05-18T04:18:54.7426128Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-05-18T04:18:54.7645474Z [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-05-18T04:18:55.2112547Z Post job cleanup. 2022-05-18T04:18:57.6569763Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-05-18T04:18:57.6745022Z git version 2.35.1.windows.2 2022-05-18T04:18:57.6796373Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-05-18T04:18:57.7022347Z [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-05-18T04:18:58.1212972Z Entering 'android/libs/fbjni' 2022-05-18T04:18:58.1725393Z Entering 'third_party/FP16' 2022-05-18T04:18:58.2211846Z Entering 'third_party/FXdiv' 2022-05-18T04:18:58.2708660Z Entering 'third_party/NNPACK' 2022-05-18T04:18:58.3191654Z Entering 'third_party/QNNPACK' 2022-05-18T04:18:58.3681053Z Entering 'third_party/XNNPACK' 2022-05-18T04:18:58.4183191Z Entering 'third_party/benchmark' 2022-05-18T04:18:58.4678248Z Entering 'third_party/cpuinfo' 2022-05-18T04:18:58.5183248Z Entering 'third_party/cub' 2022-05-18T04:18:58.5673849Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:18:58.6194733Z Entering 'third_party/eigen' 2022-05-18T04:18:58.6688529Z Entering 'third_party/fbgemm' 2022-05-18T04:18:58.7164183Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:18:58.7660942Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:18:58.8161620Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:18:58.8660516Z Entering 'third_party/flatbuffers' 2022-05-18T04:18:58.9151183Z Entering 'third_party/fmt' 2022-05-18T04:18:58.9637517Z Entering 'third_party/foxi' 2022-05-18T04:18:59.0144489Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:18:59.0639231Z Entering 'third_party/gloo' 2022-05-18T04:18:59.1121311Z Entering 'third_party/googletest' 2022-05-18T04:18:59.1611897Z Entering 'third_party/ideep' 2022-05-18T04:18:59.2093784Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:18:59.2584932Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:18:59.3118391Z Entering 'third_party/ios-cmake' 2022-05-18T04:18:59.3607934Z Entering 'third_party/kineto' 2022-05-18T04:18:59.4095160Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:18:59.4611229Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:18:59.5122304Z Entering 'third_party/nccl/nccl' 2022-05-18T04:18:59.5617058Z Entering 'third_party/neon2sse' 2022-05-18T04:18:59.6111875Z Entering 'third_party/onnx' 2022-05-18T04:18:59.6602783Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:18:59.7100569Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:18:59.7612181Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:18:59.8090408Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:18:59.8616939Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:18:59.9105907Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:18:59.9589685Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:19:00.0157519Z Entering 'third_party/pocketfft' 2022-05-18T04:19:00.0654276Z Entering 'third_party/protobuf' 2022-05-18T04:19:00.1123464Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:19:00.1614112Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:19:00.2127593Z Entering 'third_party/psimd' 2022-05-18T04:19:00.2614187Z Entering 'third_party/pthreadpool' 2022-05-18T04:19:00.3105594Z Entering 'third_party/pybind11' 2022-05-18T04:19:00.3600018Z Entering 'third_party/python-enum' 2022-05-18T04:19:00.4079147Z Entering 'third_party/python-peachpy' 2022-05-18T04:19:00.4561935Z Entering 'third_party/python-six' 2022-05-18T04:19:00.5049837Z Entering 'third_party/sleef' 2022-05-18T04:19:00.5560111Z Entering 'third_party/tbb' 2022-05-18T04:19:00.6049538Z Entering 'third_party/tensorpipe' 2022-05-18T04:19:00.6532077Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:19:00.7030958Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:19:00.7521651Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:19:00.8009685Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:19:00.8481259Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:19:00.8990536Z Entering 'third_party/zstd' 2022-05-18T04:19:00.9566739Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T04:19:00.9751980Z http.https://github.com/.extraheader 2022-05-18T04:19:00.9788709Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-05-18T04:19:01.0030933Z [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-05-18T04:19:01.4171661Z Entering 'android/libs/fbjni' 2022-05-18T04:19:01.4524724Z http.https://github.com/.extraheader 2022-05-18T04:19:01.4855647Z Entering 'third_party/FP16' 2022-05-18T04:19:01.5197009Z http.https://github.com/.extraheader 2022-05-18T04:19:01.5529885Z Entering 'third_party/FXdiv' 2022-05-18T04:19:01.5868375Z http.https://github.com/.extraheader 2022-05-18T04:19:01.6202712Z Entering 'third_party/NNPACK' 2022-05-18T04:19:01.6561329Z http.https://github.com/.extraheader 2022-05-18T04:19:01.6895434Z Entering 'third_party/QNNPACK' 2022-05-18T04:19:01.7244807Z http.https://github.com/.extraheader 2022-05-18T04:19:01.7582155Z Entering 'third_party/XNNPACK' 2022-05-18T04:19:01.7940904Z http.https://github.com/.extraheader 2022-05-18T04:19:01.8297377Z Entering 'third_party/benchmark' 2022-05-18T04:19:01.8653009Z http.https://github.com/.extraheader 2022-05-18T04:19:01.9001460Z Entering 'third_party/cpuinfo' 2022-05-18T04:19:01.9350152Z http.https://github.com/.extraheader 2022-05-18T04:19:01.9690883Z Entering 'third_party/cub' 2022-05-18T04:19:02.0045753Z http.https://github.com/.extraheader 2022-05-18T04:19:02.0383831Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:19:02.0736785Z http.https://github.com/.extraheader 2022-05-18T04:19:02.1078042Z Entering 'third_party/eigen' 2022-05-18T04:19:02.1418209Z http.https://github.com/.extraheader 2022-05-18T04:19:02.1746585Z Entering 'third_party/fbgemm' 2022-05-18T04:19:02.2094446Z http.https://github.com/.extraheader 2022-05-18T04:19:02.2410237Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:19:02.2761436Z http.https://github.com/.extraheader 2022-05-18T04:19:02.3090349Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:19:02.3437255Z http.https://github.com/.extraheader 2022-05-18T04:19:02.3774244Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:19:02.4127538Z http.https://github.com/.extraheader 2022-05-18T04:19:02.4479252Z Entering 'third_party/flatbuffers' 2022-05-18T04:19:02.4824728Z http.https://github.com/.extraheader 2022-05-18T04:19:02.5154480Z Entering 'third_party/fmt' 2022-05-18T04:19:02.5505092Z http.https://github.com/.extraheader 2022-05-18T04:19:02.5842492Z Entering 'third_party/foxi' 2022-05-18T04:19:02.6198000Z http.https://github.com/.extraheader 2022-05-18T04:19:02.6545439Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:19:02.6895013Z http.https://github.com/.extraheader 2022-05-18T04:19:02.7244572Z Entering 'third_party/gloo' 2022-05-18T04:19:02.7616994Z http.https://github.com/.extraheader 2022-05-18T04:19:02.7984997Z Entering 'third_party/googletest' 2022-05-18T04:19:02.8352760Z http.https://github.com/.extraheader 2022-05-18T04:19:02.8690044Z Entering 'third_party/ideep' 2022-05-18T04:19:02.9036153Z http.https://github.com/.extraheader 2022-05-18T04:19:02.9349101Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:19:02.9700991Z http.https://github.com/.extraheader 2022-05-18T04:19:03.0043490Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:19:03.0409609Z http.https://github.com/.extraheader 2022-05-18T04:19:03.0780215Z Entering 'third_party/ios-cmake' 2022-05-18T04:19:03.1127060Z http.https://github.com/.extraheader 2022-05-18T04:19:03.1454137Z Entering 'third_party/kineto' 2022-05-18T04:19:03.1794303Z http.https://github.com/.extraheader 2022-05-18T04:19:03.2116802Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:19:03.2475971Z http.https://github.com/.extraheader 2022-05-18T04:19:03.2829129Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:19:03.3177920Z http.https://github.com/.extraheader 2022-05-18T04:19:03.3535245Z Entering 'third_party/nccl/nccl' 2022-05-18T04:19:03.3875682Z http.https://github.com/.extraheader 2022-05-18T04:19:03.4203309Z Entering 'third_party/neon2sse' 2022-05-18T04:19:03.4542919Z http.https://github.com/.extraheader 2022-05-18T04:19:03.4877145Z Entering 'third_party/onnx' 2022-05-18T04:19:03.5216258Z http.https://github.com/.extraheader 2022-05-18T04:19:03.5545627Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:19:03.5904587Z http.https://github.com/.extraheader 2022-05-18T04:19:03.6262192Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:19:03.6615533Z http.https://github.com/.extraheader 2022-05-18T04:19:03.6979318Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:19:03.7331222Z http.https://github.com/.extraheader 2022-05-18T04:19:03.7656177Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:19:03.8013995Z http.https://github.com/.extraheader 2022-05-18T04:19:03.8365431Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:19:03.8723763Z http.https://github.com/.extraheader 2022-05-18T04:19:03.9058453Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:19:03.9409864Z http.https://github.com/.extraheader 2022-05-18T04:19:03.9742479Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:19:04.0093241Z http.https://github.com/.extraheader 2022-05-18T04:19:04.0489980Z Entering 'third_party/pocketfft' 2022-05-18T04:19:04.0835047Z http.https://github.com/.extraheader 2022-05-18T04:19:04.1163854Z Entering 'third_party/protobuf' 2022-05-18T04:19:04.1505970Z http.https://github.com/.extraheader 2022-05-18T04:19:04.1842307Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:19:04.2198582Z http.https://github.com/.extraheader 2022-05-18T04:19:04.2552613Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:19:04.2918530Z http.https://github.com/.extraheader 2022-05-18T04:19:04.3285314Z Entering 'third_party/psimd' 2022-05-18T04:19:04.3633938Z http.https://github.com/.extraheader 2022-05-18T04:19:04.3966804Z Entering 'third_party/pthreadpool' 2022-05-18T04:19:04.4317824Z http.https://github.com/.extraheader 2022-05-18T04:19:04.4655379Z Entering 'third_party/pybind11' 2022-05-18T04:19:04.4999405Z http.https://github.com/.extraheader 2022-05-18T04:19:04.5333617Z Entering 'third_party/python-enum' 2022-05-18T04:19:04.5683075Z http.https://github.com/.extraheader 2022-05-18T04:19:04.6022765Z Entering 'third_party/python-peachpy' 2022-05-18T04:19:04.6369194Z http.https://github.com/.extraheader 2022-05-18T04:19:04.6705050Z Entering 'third_party/python-six' 2022-05-18T04:19:04.7048291Z http.https://github.com/.extraheader 2022-05-18T04:19:04.7377218Z Entering 'third_party/sleef' 2022-05-18T04:19:04.7727939Z http.https://github.com/.extraheader 2022-05-18T04:19:04.8067064Z Entering 'third_party/tbb' 2022-05-18T04:19:04.8423919Z http.https://github.com/.extraheader 2022-05-18T04:19:04.8766917Z Entering 'third_party/tensorpipe' 2022-05-18T04:19:04.9112948Z http.https://github.com/.extraheader 2022-05-18T04:19:04.9441005Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:19:04.9801209Z http.https://github.com/.extraheader 2022-05-18T04:19:05.0148566Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:19:05.0494290Z http.https://github.com/.extraheader 2022-05-18T04:19:05.0821822Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:19:05.1167124Z http.https://github.com/.extraheader 2022-05-18T04:19:05.1498895Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:19:05.1841508Z http.https://github.com/.extraheader 2022-05-18T04:19:05.2163887Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:19:05.2520419Z http.https://github.com/.extraheader 2022-05-18T04:19:05.2910549Z Entering 'third_party/zstd' 2022-05-18T04:19:05.3268659Z http.https://github.com/.extraheader 2022-05-18T04:19:05.3948195Z Cleaning up orphan processes