2023-08-09T11:34:33.0313733Z Requested labels: windows.8xlarge.nvidia.gpu 2023-08-09T11:34:33.0313912Z Job defined at: pytorch/test-infra/.github/workflows/build_conda_windows.yml@refs/heads/main 2023-08-09T11:34:33.0314208Z Reusable workflow chain: 2023-08-09T11:34:33.0314368Z pytorch/audio/.github/workflows/build-conda-windows.yml@refs/heads/nightly (fe9b9ff75edebf1e0e326f64577d64df3b5858db) 2023-08-09T11:34:33.0314551Z -> pytorch/test-infra/.github/workflows/build_conda_windows.yml@refs/heads/main (264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T11:34:33.0314708Z Waiting for a runner to pick up this job... 2023-08-09T11:39:12.1451542Z Job is about to start running on the runner: i-0ccd8193b6df717c5 (organization) 2023-08-09T11:40:55.5315148Z Current runner version: '2.307.1' 2023-08-09T11:40:55.5324628Z Runner name: 'i-0ccd8193b6df717c5' 2023-08-09T11:40:55.5325278Z Runner group name: 'Default' 2023-08-09T11:40:55.5325997Z Machine name: 'EC2AMAZ-6LOQP3S' 2023-08-09T11:40:55.5328621Z ##[group]GITHUB_TOKEN Permissions 2023-08-09T11:40:55.5329310Z Actions: write 2023-08-09T11:40:55.5329633Z Checks: write 2023-08-09T11:40:55.5329969Z Contents: write 2023-08-09T11:40:55.5330297Z Deployments: write 2023-08-09T11:40:55.5330602Z Discussions: write 2023-08-09T11:40:55.5330918Z Issues: write 2023-08-09T11:40:55.5331223Z Metadata: read 2023-08-09T11:40:55.5331488Z Packages: write 2023-08-09T11:40:55.5331990Z Pages: write 2023-08-09T11:40:55.5332333Z PullRequests: write 2023-08-09T11:40:55.5332714Z RepositoryProjects: write 2023-08-09T11:40:55.5333032Z SecurityEvents: write 2023-08-09T11:40:55.5333377Z Statuses: write 2023-08-09T11:40:55.5333706Z ##[endgroup] 2023-08-09T11:40:55.5338145Z Secret source: Actions 2023-08-09T11:40:55.5338753Z Prepare workflow directory 2023-08-09T11:40:57.3433303Z Prepare all required actions 2023-08-09T11:40:57.3684975Z Getting action download info 2023-08-09T11:40:58.2725235Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-08-09T11:41:05.0725752Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-08-09T11:41:15.3690553Z Uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@refs/heads/main (264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T11:41:15.3695428Z ##[group] Inputs 2023-08-09T11:41:15.3695755Z runner-type: 2023-08-09T11:41:15.3696178Z conda-package-directory: packaging/torchaudio 2023-08-09T11:41:15.3696860Z repository: pytorch/audio 2023-08-09T11:41:15.3697196Z ref: 2023-08-09T11:41:15.3697480Z test-infra-repository: pytorch/test-infra 2023-08-09T11:41:15.3697840Z test-infra-ref: main 2023-08-09T11:41:15.3710423Z build-matrix: {"include": [{"python_version": "3.8", "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "container_image": "pytorch/conda-builder:cpu", "package_type": "conda", "build_name": "conda-py3_8-cpu", "validation_runner": "windows.4xlarge", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly"}, {"python_version": "3.8", "gpu_arch_type": "cuda", "gpu_arch_version": "11.8", "desired_cuda": "cu118", "container_image": "pytorch/conda-builder:cuda11.8", "package_type": "conda", "build_name": "conda-py3_8-cuda11_8", "validation_runner": "windows.8xlarge.nvidia.gpu", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia"}, {"python_version": "3.8", "gpu_arch_type": "cuda", "gpu_arch_version": "12.1", "desired_cuda": "cu121", "container_image": "pytorch/conda-builder:cuda12.1", "package_type": "conda", "build_name": "conda-py3_8-cuda12_1", "validation_runner": "windows.8xlarge.nvidia.gpu", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia"}, {"python_version": "3.9", "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "container_image": "pytorch/conda-builder:cpu", "package_type": "conda", "build_name": "conda-py3_9-cpu", "validation_runner": "windows.4xlarge", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly"}, {"python_version": "3.9", "gpu_arch_type": "cuda", "gpu_arch_version": "11.8", "desired_cuda": "cu118", "container_image": "pytorch/conda-builder:cuda11.8", "package_type": "conda", "build_name": "conda-py3_9-cuda11_8", "validation_runner": "windows.8xlarge.nvidia.gpu", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia"}, {"python_version": "3.9", "gpu_arch_type": "cuda", "gpu_arch_version": "12.1", "desired_cuda": "cu121", "container_image": "pytorch/conda-builder:cuda12.1", "package_type": "conda", "build_name": "conda-py3_9-cuda12_1", "validation_runner": "windows.8xlarge.nvidia.gpu", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia"}, {"python_version": "3.10", "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "container_image": "pytorch/conda-builder:cpu", "package_type": "conda", "build_name": "conda-py3_10-cpu", "validation_runner": "windows.4xlarge", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly"}, {"python_version": "3.10", "gpu_arch_type": "cuda", "gpu_arch_version": "11.8", "desired_cuda": "cu118", "container_image": "pytorch/conda-builder:cuda11.8", "package_type": "conda", "build_name": "conda-py3_10-cuda11_8", "validation_runner": "windows.8xlarge.nvidia.gpu", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia"}, {"python_version": "3.10", "gpu_arch_type": "cuda", "gpu_arch_version": "12.1", "desired_cuda": "cu121", "container_image": "pytorch/conda-builder:cuda12.1", "package_type": "conda", "build_name": "conda-py3_10-cuda12_1", "validation_runner": "windows.8xlarge.nvidia.gpu", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia"}, {"python_version": "3.11", "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "container_image": "pytorch/conda-builder:cpu", "package_type": "conda", "build_name": "conda-py3_11-cpu", "validation_runner": "windows.4xlarge", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly"}, {"python_version": "3.11", "gpu_arch_type": "cuda", "gpu_arch_version": "11.8", "desired_cuda": "cu118", "container_image": "pytorch/conda-builder:cuda11.8", "package_type": "conda", "build_name": "conda-py3_11-cuda11_8", "validation_runner": "windows.8xlarge.nvidia.gpu", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia"}, {"python_version": "3.11", "gpu_arch_type": "cuda", "gpu_arch_version": "12.1", "desired_cuda": "cu121", "container_image": "pytorch/conda-builder:cuda12.1", "package_type": "conda", "build_name": "conda-py3_11-cuda12_1", "validation_runner": "windows.8xlarge.nvidia.gpu", "channel": "nightly", "stable_version": "2.0.1", "installation": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia"}]} 2023-08-09T11:41:15.3722240Z pre-script: 2023-08-09T11:41:15.3722549Z post-script: 2023-08-09T11:41:15.3722831Z package-name: torchaudio 2023-08-09T11:41:15.3723373Z trigger-event: push 2023-08-09T11:41:15.3723804Z smoke-test-script: test/smoke_test/smoke_test.py 2023-08-09T11:41:15.3724168Z cache-path: 2023-08-09T11:41:15.3724409Z cache-key: 2023-08-09T11:41:15.3724708Z ##[endgroup] 2023-08-09T11:41:15.3727373Z Complete job name: pytorch/audio / conda-py3_10-cuda12_1 2023-08-09T11:41:18.6672627Z ##[group]Run actions/checkout@v3 2023-08-09T11:41:18.6672972Z with: 2023-08-09T11:41:18.6673206Z repository: pytorch/test-infra 2023-08-09T11:41:18.6673463Z ref: main 2023-08-09T11:41:18.6673680Z path: test-infra 2023-08-09T11:41:18.6674060Z token: *** 2023-08-09T11:41:18.6674265Z ssh-strict: true 2023-08-09T11:41:18.6674513Z persist-credentials: true 2023-08-09T11:41:18.6674820Z clean: true 2023-08-09T11:41:18.6675080Z sparse-checkout-cone-mode: true 2023-08-09T11:41:18.6675478Z fetch-depth: 1 2023-08-09T11:41:18.6675725Z lfs: false 2023-08-09T11:41:18.6675942Z submodules: false 2023-08-09T11:41:18.6677466Z set-safe-directory: true 2023-08-09T11:41:18.6677696Z env: 2023-08-09T11:41:18.6677972Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:18.6678271Z PYTHON_VERSION: 3.10 2023-08-09T11:41:18.6678518Z PACKAGE_TYPE: conda 2023-08-09T11:41:18.6678751Z REPOSITORY: pytorch/audio 2023-08-09T11:41:18.6678986Z REF: 2023-08-09T11:41:18.6679259Z CU_VERSION: cu121 2023-08-09T11:41:18.6679467Z ##[endgroup] 2023-08-09T11:41:18.8638632Z Syncing repository: pytorch/test-infra 2023-08-09T11:41:18.8640555Z ##[group]Getting Git version info 2023-08-09T11:41:18.8640988Z Working directory is 'C:\actions-runner\_work\audio\audio\test-infra' 2023-08-09T11:41:18.8763531Z [command]"C:\Program Files\Git\cmd\git.exe" version 2023-08-09T11:41:22.7302597Z git version 2.41.0.windows.1 2023-08-09T11:41:22.7354151Z ##[endgroup] 2023-08-09T11:41:22.7395625Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a79b5dc3-f61d-49de-92c5-d639c250adcc' before making global git config changes 2023-08-09T11:41:22.7396475Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:41:22.7414856Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\audio\audio\test-infra 2023-08-09T11:41:22.7922052Z ##[group]Initializing the repository 2023-08-09T11:41:22.7931387Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\audio\audio\test-infra 2023-08-09T11:41:22.8951968Z Initialized empty Git repository in C:/actions-runner/_work/audio/audio/test-infra/.git/ 2023-08-09T11:41:22.9000202Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/test-infra 2023-08-09T11:41:22.9392279Z ##[endgroup] 2023-08-09T11:41:22.9392888Z ##[group]Disabling automatic garbage collection 2023-08-09T11:41:22.9402342Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2023-08-09T11:41:22.9734445Z ##[endgroup] 2023-08-09T11:41:22.9734945Z ##[group]Setting up auth 2023-08-09T11:41:22.9759894Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:41:23.0112705Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2023-08-09T11:41:27.6780170Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:41:27.7134935Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2023-08-09T11:41:28.2018346Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2023-08-09T11:41:28.2334724Z ##[endgroup] 2023-08-09T11:41:28.2335401Z ##[group]Fetching the repository 2023-08-09T11:41:28.2354268Z [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* 2023-08-09T11:41:32.7255792Z remote: Enumerating objects: 1076, done. 2023-08-09T11:41:32.7256528Z remote: Counting objects: 0% (1/1076) 2023-08-09T11:41:32.7257108Z remote: Counting objects: 1% (11/1076) 2023-08-09T11:41:32.7257690Z remote: Counting objects: 2% (22/1076) 2023-08-09T11:41:32.7258584Z remote: Counting objects: 3% (33/1076) 2023-08-09T11:41:32.7259253Z remote: Counting objects: 4% (44/1076) 2023-08-09T11:41:32.7259824Z remote: Counting objects: 5% (54/1076) 2023-08-09T11:41:32.7260369Z remote: Counting objects: 6% (65/1076) 2023-08-09T11:41:32.7261588Z remote: Counting objects: 7% (76/1076) 2023-08-09T11:41:32.7262524Z remote: Counting objects: 8% (87/1076) 2023-08-09T11:41:32.7263767Z remote: Counting objects: 9% (97/1076) 2023-08-09T11:41:32.7264822Z remote: Counting objects: 10% (108/1076) 2023-08-09T11:41:32.7265441Z remote: Counting objects: 11% (119/1076) 2023-08-09T11:41:32.7265820Z remote: Counting objects: 12% (130/1076) 2023-08-09T11:41:32.7266300Z remote: Counting objects: 13% (140/1076) 2023-08-09T11:41:32.7266616Z remote: Counting objects: 14% (151/1076) 2023-08-09T11:41:32.7266903Z remote: Counting objects: 15% (162/1076) 2023-08-09T11:41:32.7267322Z remote: Counting objects: 16% (173/1076) 2023-08-09T11:41:32.7267734Z remote: Counting objects: 17% (183/1076) 2023-08-09T11:41:32.7268031Z remote: Counting objects: 18% (194/1076) 2023-08-09T11:41:32.7268311Z remote: Counting objects: 19% (205/1076) 2023-08-09T11:41:32.7268667Z remote: Counting objects: 20% (216/1076) 2023-08-09T11:41:32.7269042Z remote: Counting objects: 21% (226/1076) 2023-08-09T11:41:32.7269339Z remote: Counting objects: 22% (237/1076) 2023-08-09T11:41:32.7269615Z remote: Counting objects: 23% (248/1076) 2023-08-09T11:41:32.7269909Z remote: Counting objects: 24% (259/1076) 2023-08-09T11:41:32.7270209Z remote: Counting objects: 25% (269/1076) 2023-08-09T11:41:32.7270499Z remote: Counting objects: 26% (280/1076) 2023-08-09T11:41:32.7270792Z remote: Counting objects: 27% (291/1076) 2023-08-09T11:41:32.7271083Z remote: Counting objects: 28% (302/1076) 2023-08-09T11:41:32.7271357Z remote: Counting objects: 29% (313/1076) 2023-08-09T11:41:32.7271649Z remote: Counting objects: 30% (323/1076) 2023-08-09T11:41:32.7271942Z remote: Counting objects: 31% (334/1076) 2023-08-09T11:41:32.7272340Z remote: Counting objects: 32% (345/1076) 2023-08-09T11:41:32.7272637Z remote: Counting objects: 33% (356/1076) 2023-08-09T11:41:32.7272939Z remote: Counting objects: 34% (366/1076) 2023-08-09T11:41:32.7273364Z remote: Counting objects: 35% (377/1076) 2023-08-09T11:41:32.7273659Z remote: Counting objects: 36% (388/1076) 2023-08-09T11:41:32.7273956Z remote: Counting objects: 37% (399/1076) 2023-08-09T11:41:32.7274366Z remote: Counting objects: 38% (409/1076) 2023-08-09T11:41:32.7274678Z remote: Counting objects: 39% (420/1076) 2023-08-09T11:41:32.7274991Z remote: Counting objects: 40% (431/1076) 2023-08-09T11:41:32.7275280Z remote: Counting objects: 41% (442/1076) 2023-08-09T11:41:32.7275553Z remote: Counting objects: 42% (452/1076) 2023-08-09T11:41:32.7275837Z remote: Counting objects: 43% (463/1076) 2023-08-09T11:41:32.7276124Z remote: Counting objects: 44% (474/1076) 2023-08-09T11:41:32.7276518Z remote: Counting objects: 45% (485/1076) 2023-08-09T11:41:32.7276894Z remote: Counting objects: 46% (495/1076) 2023-08-09T11:41:32.7277184Z remote: Counting objects: 47% (506/1076) 2023-08-09T11:41:32.7277473Z remote: Counting objects: 48% (517/1076) 2023-08-09T11:41:32.7277764Z remote: Counting objects: 49% (528/1076) 2023-08-09T11:41:32.7278922Z remote: Counting objects: 50% (538/1076) 2023-08-09T11:41:32.7279279Z remote: Counting objects: 51% (549/1076) 2023-08-09T11:41:32.7279567Z remote: Counting objects: 52% (560/1076) 2023-08-09T11:41:32.7279860Z remote: Counting objects: 53% (571/1076) 2023-08-09T11:41:32.7280134Z remote: Counting objects: 54% (582/1076) 2023-08-09T11:41:32.7280423Z remote: Counting objects: 55% (592/1076) 2023-08-09T11:41:32.7280709Z remote: Counting objects: 56% (603/1076) 2023-08-09T11:41:32.7280996Z remote: Counting objects: 57% (614/1076) 2023-08-09T11:41:32.7281268Z remote: Counting objects: 58% (625/1076) 2023-08-09T11:41:32.7281861Z remote: Counting objects: 59% (635/1076) 2023-08-09T11:41:32.7282152Z remote: Counting objects: 60% (646/1076) 2023-08-09T11:41:32.7282444Z remote: Counting objects: 61% (657/1076) 2023-08-09T11:41:32.7282715Z remote: Counting objects: 62% (668/1076) 2023-08-09T11:41:32.7283014Z remote: Counting objects: 63% (678/1076) 2023-08-09T11:41:32.7283304Z remote: Counting objects: 64% (689/1076) 2023-08-09T11:41:32.7283595Z remote: Counting objects: 65% (700/1076) 2023-08-09T11:41:32.7283868Z remote: Counting objects: 66% (711/1076) 2023-08-09T11:41:32.7284158Z remote: Counting objects: 67% (721/1076) 2023-08-09T11:41:32.7284447Z remote: Counting objects: 68% (732/1076) 2023-08-09T11:41:32.7284734Z remote: Counting objects: 69% (743/1076) 2023-08-09T11:41:32.7285022Z remote: Counting objects: 70% (754/1076) 2023-08-09T11:41:32.7285410Z remote: Counting objects: 71% (764/1076) 2023-08-09T11:41:32.7285713Z remote: Counting objects: 72% (775/1076) 2023-08-09T11:41:32.7286000Z remote: Counting objects: 73% (786/1076) 2023-08-09T11:41:32.7286291Z remote: Counting objects: 74% (797/1076) 2023-08-09T11:41:32.7286563Z remote: Counting objects: 75% (807/1076) 2023-08-09T11:41:32.7286857Z remote: Counting objects: 76% (818/1076) 2023-08-09T11:41:32.7287147Z remote: Counting objects: 77% (829/1076) 2023-08-09T11:41:32.7287433Z remote: Counting objects: 78% (840/1076) 2023-08-09T11:41:32.7287705Z remote: Counting objects: 79% (851/1076) 2023-08-09T11:41:32.7287991Z remote: Counting objects: 80% (861/1076) 2023-08-09T11:41:32.7288276Z remote: Counting objects: 81% (872/1076) 2023-08-09T11:41:32.7288563Z remote: Counting objects: 82% (883/1076) 2023-08-09T11:41:32.7288833Z remote: Counting objects: 83% (894/1076) 2023-08-09T11:41:32.7289240Z remote: Counting objects: 84% (904/1076) 2023-08-09T11:41:32.7289540Z remote: Counting objects: 85% (915/1076) 2023-08-09T11:41:32.7289931Z remote: Counting objects: 86% (926/1076) 2023-08-09T11:41:32.7290204Z remote: Counting objects: 87% (937/1076) 2023-08-09T11:41:32.7290492Z remote: Counting objects: 88% (947/1076) 2023-08-09T11:41:32.7290785Z remote: Counting objects: 89% (958/1076) 2023-08-09T11:41:32.7291077Z remote: Counting objects: 90% (969/1076) 2023-08-09T11:41:32.7291348Z remote: Counting objects: 91% (980/1076) 2023-08-09T11:41:32.7291638Z remote: Counting objects: 92% (990/1076) 2023-08-09T11:41:32.7291932Z remote: Counting objects: 93% (1001/1076) 2023-08-09T11:41:32.7292235Z remote: Counting objects: 94% (1012/1076) 2023-08-09T11:41:32.7292517Z remote: Counting objects: 95% (1023/1076) 2023-08-09T11:41:32.7292843Z remote: Counting objects: 96% (1033/1076) 2023-08-09T11:41:32.7293124Z remote: Counting objects: 97% (1044/1076) 2023-08-09T11:41:32.7293431Z remote: Counting objects: 98% (1055/1076) 2023-08-09T11:41:32.7293728Z remote: Counting objects: 99% (1066/1076) 2023-08-09T11:41:32.7294025Z remote: Counting objects: 100% (1076/1076) 2023-08-09T11:41:32.7294527Z remote: Counting objects: 100% (1076/1076), done. 2023-08-09T11:41:32.7294892Z remote: Compressing objects: 0% (1/864) 2023-08-09T11:41:32.7295210Z remote: Compressing objects: 1% (9/864) 2023-08-09T11:41:32.7295520Z remote: Compressing objects: 2% (18/864) 2023-08-09T11:41:32.7295816Z remote: Compressing objects: 3% (26/864) 2023-08-09T11:41:32.7296128Z remote: Compressing objects: 4% (35/864) 2023-08-09T11:41:32.7296440Z remote: Compressing objects: 5% (44/864) 2023-08-09T11:41:32.7296746Z remote: Compressing objects: 6% (52/864) 2023-08-09T11:41:32.7297038Z remote: Compressing objects: 7% (61/864) 2023-08-09T11:41:32.7298107Z remote: Compressing objects: 8% (70/864) 2023-08-09T11:41:32.7298420Z remote: Compressing objects: 9% (78/864) 2023-08-09T11:41:32.7298732Z remote: Compressing objects: 10% (87/864) 2023-08-09T11:41:32.7299068Z remote: Compressing objects: 11% (96/864) 2023-08-09T11:41:32.7299565Z remote: Compressing objects: 12% (104/864) 2023-08-09T11:41:32.7299897Z remote: Compressing objects: 13% (113/864) 2023-08-09T11:41:32.7300216Z remote: Compressing objects: 14% (121/864) 2023-08-09T11:41:32.7300515Z remote: Compressing objects: 15% (130/864) 2023-08-09T11:41:32.7300825Z remote: Compressing objects: 16% (139/864) 2023-08-09T11:41:32.7301142Z remote: Compressing objects: 17% (147/864) 2023-08-09T11:41:32.7301458Z remote: Compressing objects: 18% (156/864) 2023-08-09T11:41:32.7301750Z remote: Compressing objects: 19% (165/864) 2023-08-09T11:41:32.7302062Z remote: Compressing objects: 20% (173/864) 2023-08-09T11:41:32.7302379Z remote: Compressing objects: 21% (182/864) 2023-08-09T11:41:32.7302690Z remote: Compressing objects: 22% (191/864) 2023-08-09T11:41:32.7302997Z remote: Compressing objects: 23% (199/864) 2023-08-09T11:41:32.7303287Z remote: Compressing objects: 24% (208/864) 2023-08-09T11:41:32.7303605Z remote: Compressing objects: 25% (216/864) 2023-08-09T11:41:32.7303921Z remote: Compressing objects: 26% (225/864) 2023-08-09T11:41:32.7304228Z remote: Compressing objects: 27% (234/864) 2023-08-09T11:41:32.7304519Z remote: Compressing objects: 28% (242/864) 2023-08-09T11:41:32.7304835Z remote: Compressing objects: 29% (251/864) 2023-08-09T11:41:32.7305152Z remote: Compressing objects: 30% (260/864) 2023-08-09T11:41:32.7305463Z remote: Compressing objects: 31% (268/864) 2023-08-09T11:41:32.7305751Z remote: Compressing objects: 32% (277/864) 2023-08-09T11:41:32.7306069Z remote: Compressing objects: 33% (286/864) 2023-08-09T11:41:32.7306380Z remote: Compressing objects: 34% (294/864) 2023-08-09T11:41:32.7306687Z remote: Compressing objects: 35% (303/864) 2023-08-09T11:41:32.7306978Z remote: Compressing objects: 36% (312/864) 2023-08-09T11:41:32.7307457Z remote: Compressing objects: 37% (320/864) 2023-08-09T11:41:32.7307920Z remote: Compressing objects: 38% (329/864) 2023-08-09T11:41:32.7308237Z remote: Compressing objects: 39% (337/864) 2023-08-09T11:41:32.7308527Z remote: Compressing objects: 40% (346/864) 2023-08-09T11:41:32.7308835Z remote: Compressing objects: 41% (355/864) 2023-08-09T11:41:32.7309148Z remote: Compressing objects: 42% (363/864) 2023-08-09T11:41:32.7309455Z remote: Compressing objects: 43% (372/864) 2023-08-09T11:41:32.7309747Z remote: Compressing objects: 44% (381/864) 2023-08-09T11:41:32.7310056Z remote: Compressing objects: 45% (389/864) 2023-08-09T11:41:32.7310376Z remote: Compressing objects: 46% (398/864) 2023-08-09T11:41:32.7310688Z remote: Compressing objects: 47% (407/864) 2023-08-09T11:41:32.7311000Z remote: Compressing objects: 48% (415/864) 2023-08-09T11:41:32.7311291Z remote: Compressing objects: 49% (424/864) 2023-08-09T11:41:32.7311792Z remote: Compressing objects: 50% (432/864) 2023-08-09T11:41:32.7312149Z remote: Compressing objects: 51% (441/864) 2023-08-09T11:41:32.7312517Z remote: Compressing objects: 52% (450/864) 2023-08-09T11:41:32.7312858Z remote: Compressing objects: 53% (458/864) 2023-08-09T11:41:32.7313296Z remote: Compressing objects: 54% (467/864) 2023-08-09T11:41:32.7313616Z remote: Compressing objects: 55% (476/864) 2023-08-09T11:41:32.7313924Z remote: Compressing objects: 56% (484/864) 2023-08-09T11:41:32.7314216Z remote: Compressing objects: 57% (493/864) 2023-08-09T11:41:32.7314677Z remote: Compressing objects: 58% (502/864) 2023-08-09T11:41:32.7314988Z remote: Compressing objects: 59% (510/864) 2023-08-09T11:41:32.7315302Z remote: Compressing objects: 60% (519/864) 2023-08-09T11:41:32.7315592Z remote: Compressing objects: 61% (528/864) 2023-08-09T11:41:32.7315907Z remote: Compressing objects: 62% (536/864) 2023-08-09T11:41:32.7316216Z remote: Compressing objects: 63% (545/864) 2023-08-09T11:41:32.7316522Z remote: Compressing objects: 64% (553/864) 2023-08-09T11:41:32.7316814Z remote: Compressing objects: 65% (562/864) 2023-08-09T11:41:32.7317123Z remote: Compressing objects: 66% (571/864) 2023-08-09T11:41:32.7317433Z remote: Compressing objects: 67% (579/864) 2023-08-09T11:41:32.7317739Z remote: Compressing objects: 68% (588/864) 2023-08-09T11:41:32.7318030Z remote: Compressing objects: 69% (597/864) 2023-08-09T11:41:32.7318339Z remote: Compressing objects: 70% (605/864) 2023-08-09T11:41:32.7318653Z remote: Compressing objects: 71% (614/864) 2023-08-09T11:41:32.7318961Z remote: Compressing objects: 72% (623/864) 2023-08-09T11:41:32.7319253Z remote: Compressing objects: 73% (631/864) 2023-08-09T11:41:32.7319560Z remote: Compressing objects: 74% (640/864) 2023-08-09T11:41:32.7319876Z remote: Compressing objects: 75% (648/864) 2023-08-09T11:41:32.7320186Z remote: Compressing objects: 76% (657/864) 2023-08-09T11:41:32.7320494Z remote: Compressing objects: 77% (666/864) 2023-08-09T11:41:32.7320784Z remote: Compressing objects: 78% (674/864) 2023-08-09T11:41:32.7321150Z remote: Compressing objects: 79% (683/864) 2023-08-09T11:41:32.7321480Z remote: Compressing objects: 80% (692/864) 2023-08-09T11:41:32.7321890Z remote: Compressing objects: 81% (700/864) 2023-08-09T11:41:32.7322182Z remote: Compressing objects: 82% (709/864) 2023-08-09T11:41:32.7322502Z remote: Compressing objects: 83% (718/864) 2023-08-09T11:41:32.7322809Z remote: Compressing objects: 84% (726/864) 2023-08-09T11:41:32.7323117Z remote: Compressing objects: 85% (735/864) 2023-08-09T11:41:32.7323406Z remote: Compressing objects: 86% (744/864) 2023-08-09T11:41:32.7323720Z remote: Compressing objects: 87% (752/864) 2023-08-09T11:41:32.7324030Z remote: Compressing objects: 88% (761/864) 2023-08-09T11:41:32.7324339Z remote: Compressing objects: 89% (769/864) 2023-08-09T11:41:32.7324629Z remote: Compressing objects: 90% (778/864) 2023-08-09T11:41:32.7324939Z remote: Compressing objects: 91% (787/864) 2023-08-09T11:41:32.7325251Z remote: Compressing objects: 92% (795/864) 2023-08-09T11:41:32.7325555Z remote: Compressing objects: 93% (804/864) 2023-08-09T11:41:32.7325847Z remote: Compressing objects: 94% (813/864) 2023-08-09T11:41:32.7326153Z remote: Compressing objects: 95% (821/864) 2023-08-09T11:41:32.7326474Z remote: Compressing objects: 96% (830/864) 2023-08-09T11:41:32.7326779Z remote: Compressing objects: 97% (839/864) 2023-08-09T11:41:32.7327068Z remote: Compressing objects: 98% (847/864) 2023-08-09T11:41:32.7327373Z remote: Compressing objects: 99% (856/864) 2023-08-09T11:41:32.7328352Z remote: Compressing objects: 100% (864/864) 2023-08-09T11:41:32.7328739Z remote: Compressing objects: 100% (864/864), done. 2023-08-09T11:41:32.9237062Z Receiving objects: 0% (1/1076) 2023-08-09T11:41:32.9239795Z Receiving objects: 1% (11/1076) 2023-08-09T11:41:32.9245318Z Receiving objects: 2% (22/1076) 2023-08-09T11:41:32.9368635Z Receiving objects: 3% (33/1076) 2023-08-09T11:41:32.9371618Z Receiving objects: 4% (44/1076) 2023-08-09T11:41:32.9381576Z Receiving objects: 5% (54/1076) 2023-08-09T11:41:32.9390354Z Receiving objects: 6% (65/1076) 2023-08-09T11:41:32.9395909Z Receiving objects: 7% (76/1076) 2023-08-09T11:41:32.9400377Z Receiving objects: 8% (87/1076) 2023-08-09T11:41:32.9403670Z Receiving objects: 9% (97/1076) 2023-08-09T11:41:32.9406959Z Receiving objects: 10% (108/1076) 2023-08-09T11:41:32.9409056Z Receiving objects: 11% (119/1076) 2023-08-09T11:41:32.9413269Z Receiving objects: 12% (130/1076) 2023-08-09T11:41:32.9418821Z Receiving objects: 13% (140/1076) 2023-08-09T11:41:32.9421211Z Receiving objects: 14% (151/1076) 2023-08-09T11:41:32.9426414Z Receiving objects: 15% (162/1076) 2023-08-09T11:41:32.9429998Z Receiving objects: 16% (173/1076) 2023-08-09T11:41:32.9437361Z Receiving objects: 17% (183/1076) 2023-08-09T11:41:32.9447958Z Receiving objects: 18% (194/1076) 2023-08-09T11:41:32.9453467Z Receiving objects: 19% (205/1076) 2023-08-09T11:41:32.9456729Z Receiving objects: 20% (216/1076) 2023-08-09T11:41:32.9458884Z Receiving objects: 21% (226/1076) 2023-08-09T11:41:32.9487058Z Receiving objects: 22% (237/1076) 2023-08-09T11:41:32.9498087Z Receiving objects: 23% (248/1076) 2023-08-09T11:41:32.9500554Z Receiving objects: 24% (259/1076) 2023-08-09T11:41:32.9502049Z Receiving objects: 25% (269/1076) 2023-08-09T11:41:32.9507791Z Receiving objects: 26% (280/1076) 2023-08-09T11:41:32.9511461Z Receiving objects: 27% (291/1076) 2023-08-09T11:41:32.9515487Z Receiving objects: 28% (302/1076) 2023-08-09T11:41:32.9517543Z Receiving objects: 29% (313/1076) 2023-08-09T11:41:32.9520273Z Receiving objects: 30% (323/1076) 2023-08-09T11:41:32.9530329Z Receiving objects: 31% (334/1076) 2023-08-09T11:41:32.9549001Z Receiving objects: 32% (345/1076) 2023-08-09T11:41:32.9557729Z Receiving objects: 33% (356/1076) 2023-08-09T11:41:32.9586868Z Receiving objects: 34% (366/1076) 2023-08-09T11:41:32.9589480Z Receiving objects: 35% (377/1076) 2023-08-09T11:41:32.9591266Z Receiving objects: 36% (388/1076) 2023-08-09T11:41:32.9597378Z Receiving objects: 37% (399/1076) 2023-08-09T11:41:32.9598498Z Receiving objects: 38% (409/1076) 2023-08-09T11:41:32.9602562Z Receiving objects: 39% (420/1076) 2023-08-09T11:41:32.9614194Z Receiving objects: 40% (431/1076) 2023-08-09T11:41:32.9619710Z Receiving objects: 41% (442/1076) 2023-08-09T11:41:32.9625089Z Receiving objects: 42% (452/1076) 2023-08-09T11:41:32.9634373Z Receiving objects: 43% (463/1076) 2023-08-09T11:41:32.9640983Z Receiving objects: 44% (474/1076) 2023-08-09T11:41:32.9650580Z Receiving objects: 45% (485/1076) 2023-08-09T11:41:32.9652347Z Receiving objects: 46% (495/1076) 2023-08-09T11:41:32.9658089Z Receiving objects: 47% (506/1076) 2023-08-09T11:41:32.9663014Z Receiving objects: 48% (517/1076) 2023-08-09T11:41:32.9665333Z Receiving objects: 49% (528/1076) 2023-08-09T11:41:32.9668763Z Receiving objects: 50% (538/1076) 2023-08-09T11:41:32.9669990Z Receiving objects: 51% (549/1076) 2023-08-09T11:41:32.9672451Z Receiving objects: 52% (560/1076) 2023-08-09T11:41:32.9673937Z Receiving objects: 53% (571/1076) 2023-08-09T11:41:32.9675275Z Receiving objects: 54% (582/1076) 2023-08-09T11:41:32.9680123Z Receiving objects: 55% (592/1076) 2023-08-09T11:41:32.9683595Z Receiving objects: 56% (603/1076) 2023-08-09T11:41:32.9687823Z Receiving objects: 57% (614/1076) 2023-08-09T11:41:32.9692809Z Receiving objects: 58% (625/1076) 2023-08-09T11:41:32.9696387Z Receiving objects: 59% (635/1076) 2023-08-09T11:41:32.9699751Z Receiving objects: 60% (646/1076) 2023-08-09T11:41:32.9709684Z Receiving objects: 61% (657/1076) 2023-08-09T11:41:32.9717265Z Receiving objects: 62% (668/1076) 2023-08-09T11:41:32.9769079Z Receiving objects: 63% (678/1076) 2023-08-09T11:41:32.9773583Z Receiving objects: 64% (689/1076) 2023-08-09T11:41:32.9779062Z Receiving objects: 65% (700/1076) 2023-08-09T11:41:32.9886655Z Receiving objects: 66% (711/1076) 2023-08-09T11:41:32.9891558Z Receiving objects: 67% (721/1076) 2023-08-09T11:41:32.9895102Z Receiving objects: 68% (732/1076) 2023-08-09T11:41:32.9898989Z Receiving objects: 69% (743/1076) 2023-08-09T11:41:32.9900511Z Receiving objects: 70% (754/1076) 2023-08-09T11:41:32.9902415Z Receiving objects: 71% (764/1076) 2023-08-09T11:41:32.9913540Z Receiving objects: 72% (775/1076) 2023-08-09T11:41:32.9919717Z Receiving objects: 73% (786/1076) 2023-08-09T11:41:32.9926295Z Receiving objects: 74% (797/1076) 2023-08-09T11:41:32.9931383Z Receiving objects: 75% (807/1076) 2023-08-09T11:41:32.9933621Z Receiving objects: 76% (818/1076) 2023-08-09T11:41:32.9936898Z Receiving objects: 77% (829/1076) 2023-08-09T11:41:32.9940046Z Receiving objects: 78% (840/1076) 2023-08-09T11:41:32.9942737Z Receiving objects: 79% (851/1076) 2023-08-09T11:41:32.9944485Z Receiving objects: 80% (861/1076) 2023-08-09T11:41:32.9945104Z Receiving objects: 81% (872/1076) 2023-08-09T11:41:32.9946941Z Receiving objects: 82% (883/1076) 2023-08-09T11:41:32.9948561Z Receiving objects: 83% (894/1076) 2023-08-09T11:41:32.9951926Z Receiving objects: 84% (904/1076) 2023-08-09T11:41:32.9954076Z Receiving objects: 85% (915/1076) 2023-08-09T11:41:32.9956435Z Receiving objects: 86% (926/1076) 2023-08-09T11:41:32.9958024Z Receiving objects: 87% (937/1076) 2023-08-09T11:41:32.9958847Z Receiving objects: 88% (947/1076) 2023-08-09T11:41:32.9959200Z Receiving objects: 89% (958/1076) 2023-08-09T11:41:32.9961128Z Receiving objects: 90% (969/1076) 2023-08-09T11:41:32.9962753Z Receiving objects: 91% (980/1076) 2023-08-09T11:41:32.9966201Z Receiving objects: 92% (990/1076) 2023-08-09T11:41:32.9967031Z Receiving objects: 93% (1001/1076) 2023-08-09T11:41:32.9978092Z Receiving objects: 94% (1012/1076) 2023-08-09T11:41:32.9981734Z Receiving objects: 95% (1023/1076) 2023-08-09T11:41:32.9993339Z Receiving objects: 96% (1033/1076) 2023-08-09T11:41:33.0007167Z Receiving objects: 97% (1044/1076) 2023-08-09T11:41:33.0014420Z Receiving objects: 98% (1055/1076) 2023-08-09T11:41:33.0054614Z Receiving objects: 99% (1066/1076) 2023-08-09T11:41:33.0055193Z remote: Total 1076 (delta 184), reused 637 (delta 101), pack-reused 0 2023-08-09T11:41:33.0068979Z Receiving objects: 100% (1076/1076) 2023-08-09T11:41:33.0069536Z Receiving objects: 100% (1076/1076), 1.50 MiB | 16.71 MiB/s, done. 2023-08-09T11:41:33.0082391Z Resolving deltas: 0% (0/184) 2023-08-09T11:41:33.0083353Z Resolving deltas: 1% (3/184) 2023-08-09T11:41:33.0084727Z Resolving deltas: 2% (5/184) 2023-08-09T11:41:33.0085244Z Resolving deltas: 3% (7/184) 2023-08-09T11:41:33.0086091Z Resolving deltas: 4% (8/184) 2023-08-09T11:41:33.0087423Z Resolving deltas: 5% (10/184) 2023-08-09T11:41:33.0087840Z Resolving deltas: 7% (13/184) 2023-08-09T11:41:33.0088698Z Resolving deltas: 8% (15/184) 2023-08-09T11:41:33.0089358Z Resolving deltas: 9% (17/184) 2023-08-09T11:41:33.0090191Z Resolving deltas: 10% (19/184) 2023-08-09T11:41:33.0090682Z Resolving deltas: 11% (21/184) 2023-08-09T11:41:33.0091162Z Resolving deltas: 12% (23/184) 2023-08-09T11:41:33.0092148Z Resolving deltas: 13% (24/184) 2023-08-09T11:41:33.0092642Z Resolving deltas: 14% (26/184) 2023-08-09T11:41:33.0093395Z Resolving deltas: 15% (28/184) 2023-08-09T11:41:33.0093901Z Resolving deltas: 16% (30/184) 2023-08-09T11:41:33.0094711Z Resolving deltas: 17% (32/184) 2023-08-09T11:41:33.0095323Z Resolving deltas: 18% (34/184) 2023-08-09T11:41:33.0097767Z Resolving deltas: 19% (35/184) 2023-08-09T11:41:33.0100308Z Resolving deltas: 20% (37/184) 2023-08-09T11:41:33.0101398Z Resolving deltas: 21% (39/184) 2023-08-09T11:41:33.0103803Z Resolving deltas: 22% (41/184) 2023-08-09T11:41:33.0104756Z Resolving deltas: 23% (43/184) 2023-08-09T11:41:33.0114522Z Resolving deltas: 24% (45/184) 2023-08-09T11:41:33.0118787Z Resolving deltas: 26% (48/184) 2023-08-09T11:41:33.0124070Z Resolving deltas: 27% (50/184) 2023-08-09T11:41:33.0126586Z Resolving deltas: 28% (52/184) 2023-08-09T11:41:33.0128451Z Resolving deltas: 29% (54/184) 2023-08-09T11:41:33.0130503Z Resolving deltas: 30% (56/184) 2023-08-09T11:41:33.0131261Z Resolving deltas: 31% (58/184) 2023-08-09T11:41:33.0131778Z Resolving deltas: 32% (59/184) 2023-08-09T11:41:33.0133489Z Resolving deltas: 33% (61/184) 2023-08-09T11:41:33.0133783Z Resolving deltas: 34% (63/184) 2023-08-09T11:41:33.0135724Z Resolving deltas: 35% (65/184) 2023-08-09T11:41:33.0138748Z Resolving deltas: 36% (67/184) 2023-08-09T11:41:33.0139119Z Resolving deltas: 37% (69/184) 2023-08-09T11:41:33.0142013Z Resolving deltas: 38% (70/184) 2023-08-09T11:41:33.0142898Z Resolving deltas: 39% (73/184) 2023-08-09T11:41:33.0144595Z Resolving deltas: 40% (74/184) 2023-08-09T11:41:33.0144901Z Resolving deltas: 41% (76/184) 2023-08-09T11:41:33.0145341Z Resolving deltas: 42% (78/184) 2023-08-09T11:41:33.0145725Z Resolving deltas: 43% (80/184) 2023-08-09T11:41:33.0145989Z Resolving deltas: 44% (81/184) 2023-08-09T11:41:33.0146388Z Resolving deltas: 45% (83/184) 2023-08-09T11:41:33.0146771Z Resolving deltas: 46% (85/184) 2023-08-09T11:41:33.0147094Z Resolving deltas: 47% (87/184) 2023-08-09T11:41:33.0148377Z Resolving deltas: 48% (89/184) 2023-08-09T11:41:33.0148964Z Resolving deltas: 49% (91/184) 2023-08-09T11:41:33.0149397Z Resolving deltas: 50% (92/184) 2023-08-09T11:41:33.0149661Z Resolving deltas: 51% (94/184) 2023-08-09T11:41:33.0150278Z Resolving deltas: 53% (98/184) 2023-08-09T11:41:33.0150728Z Resolving deltas: 54% (100/184) 2023-08-09T11:41:33.0151182Z Resolving deltas: 55% (102/184) 2023-08-09T11:41:33.0151655Z Resolving deltas: 56% (104/184) 2023-08-09T11:41:33.0152016Z Resolving deltas: 57% (105/184) 2023-08-09T11:41:33.0152262Z Resolving deltas: 58% (107/184) 2023-08-09T11:41:33.0152701Z Resolving deltas: 59% (109/184) 2023-08-09T11:41:33.0153097Z Resolving deltas: 60% (111/184) 2023-08-09T11:41:33.0153422Z Resolving deltas: 61% (113/184) 2023-08-09T11:41:33.0153877Z Resolving deltas: 63% (116/184) 2023-08-09T11:41:33.0154337Z Resolving deltas: 64% (118/184) 2023-08-09T11:41:33.0154828Z Resolving deltas: 65% (120/184) 2023-08-09T11:41:33.0155297Z Resolving deltas: 66% (122/184) 2023-08-09T11:41:33.0155767Z Resolving deltas: 67% (124/184) 2023-08-09T11:41:33.0156047Z Resolving deltas: 69% (127/184) 2023-08-09T11:41:33.0156325Z Resolving deltas: 70% (129/184) 2023-08-09T11:41:33.0156860Z Resolving deltas: 71% (132/184) 2023-08-09T11:41:33.0157287Z Resolving deltas: 72% (133/184) 2023-08-09T11:41:33.0157592Z Resolving deltas: 73% (135/184) 2023-08-09T11:41:33.0158048Z Resolving deltas: 74% (137/184) 2023-08-09T11:41:33.0158312Z Resolving deltas: 75% (138/184) 2023-08-09T11:41:33.0158551Z Resolving deltas: 77% (142/184) 2023-08-09T11:41:33.0158820Z Resolving deltas: 78% (144/184) 2023-08-09T11:41:33.0159076Z Resolving deltas: 79% (146/184) 2023-08-09T11:41:33.0159331Z Resolving deltas: 80% (148/184) 2023-08-09T11:41:33.0159669Z Resolving deltas: 81% (150/184) 2023-08-09T11:41:33.0160145Z Resolving deltas: 82% (151/184) 2023-08-09T11:41:33.0160639Z Resolving deltas: 83% (153/184) 2023-08-09T11:41:33.0161136Z Resolving deltas: 84% (155/184) 2023-08-09T11:41:33.0161611Z Resolving deltas: 85% (158/184) 2023-08-09T11:41:33.0162111Z Resolving deltas: 86% (159/184) 2023-08-09T11:41:33.0162699Z Resolving deltas: 87% (161/184) 2023-08-09T11:41:33.0163207Z Resolving deltas: 88% (162/184) 2023-08-09T11:41:33.0163824Z Resolving deltas: 89% (164/184) 2023-08-09T11:41:33.0164332Z Resolving deltas: 90% (166/184) 2023-08-09T11:41:33.0165089Z Resolving deltas: 91% (168/184) 2023-08-09T11:41:33.0166888Z Resolving deltas: 92% (170/184) 2023-08-09T11:41:33.0167631Z Resolving deltas: 93% (172/184) 2023-08-09T11:41:33.0168788Z Resolving deltas: 94% (173/184) 2023-08-09T11:41:33.0172479Z Resolving deltas: 95% (175/184) 2023-08-09T11:41:33.0173054Z Resolving deltas: 96% (177/184) 2023-08-09T11:41:33.0173561Z Resolving deltas: 97% (179/184) 2023-08-09T11:41:33.0174537Z Resolving deltas: 98% (181/184) 2023-08-09T11:41:33.0175028Z Resolving deltas: 99% (183/184) 2023-08-09T11:41:33.0179132Z Resolving deltas: 100% (184/184) 2023-08-09T11:41:33.0179438Z Resolving deltas: 100% (184/184), done. 2023-08-09T11:41:33.4850039Z From https://github.com/pytorch/test-infra 2023-08-09T11:41:33.4850452Z * [new branch] main -> origin/main 2023-08-09T11:41:33.5087436Z ##[endgroup] 2023-08-09T11:41:33.5088045Z ##[group]Determining the checkout info 2023-08-09T11:41:33.5105875Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main 2023-08-09T11:41:33.8749943Z origin/main 2023-08-09T11:41:33.8796707Z ##[endgroup] 2023-08-09T11:41:33.8797199Z ##[group]Checking out the ref 2023-08-09T11:41:33.8809245Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2023-08-09T11:41:34.9308935Z Updating files: 24% (216/883) 2023-08-09T11:41:34.9381141Z Updating files: 25% (221/883) 2023-08-09T11:41:35.2800643Z Updating files: 26% (230/883) 2023-08-09T11:41:35.7066468Z Updating files: 27% (239/883) 2023-08-09T11:41:35.7114013Z Updating files: 28% (248/883) 2023-08-09T11:41:35.7165443Z Updating files: 29% (257/883) 2023-08-09T11:41:35.7231272Z Updating files: 30% (265/883) 2023-08-09T11:41:35.7294192Z Updating files: 31% (274/883) 2023-08-09T11:41:35.7361204Z Updating files: 32% (283/883) 2023-08-09T11:41:35.7805298Z Updating files: 33% (292/883) 2023-08-09T11:41:35.7875412Z Updating files: 34% (301/883) 2023-08-09T11:41:35.7933619Z Updating files: 35% (310/883) 2023-08-09T11:41:35.7994903Z Updating files: 36% (318/883) 2023-08-09T11:41:35.8058240Z Updating files: 37% (327/883) 2023-08-09T11:41:35.8126507Z Updating files: 38% (336/883) 2023-08-09T11:41:35.8185104Z Updating files: 39% (345/883) 2023-08-09T11:41:35.8281233Z Updating files: 40% (354/883) 2023-08-09T11:41:35.8341427Z Updating files: 41% (363/883) 2023-08-09T11:41:35.8400035Z Updating files: 42% (371/883) 2023-08-09T11:41:35.8536932Z Updating files: 43% (380/883) 2023-08-09T11:41:36.2417558Z Updating files: 44% (389/883) 2023-08-09T11:41:36.2443830Z Updating files: 44% (395/883) 2023-08-09T11:41:36.2512464Z Updating files: 45% (398/883) 2023-08-09T11:41:36.2574097Z Updating files: 46% (407/883) 2023-08-09T11:41:36.2624475Z Updating files: 47% (416/883) 2023-08-09T11:41:36.2697708Z Updating files: 48% (424/883) 2023-08-09T11:41:36.2752618Z Updating files: 49% (433/883) 2023-08-09T11:41:36.3161529Z Updating files: 50% (442/883) 2023-08-09T11:41:36.3509088Z Updating files: 51% (451/883) 2023-08-09T11:41:36.3568281Z Updating files: 52% (460/883) 2023-08-09T11:41:36.3620426Z Updating files: 53% (468/883) 2023-08-09T11:41:36.3683794Z Updating files: 54% (477/883) 2023-08-09T11:41:36.3746429Z Updating files: 55% (486/883) 2023-08-09T11:41:36.6505178Z Updating files: 56% (495/883) 2023-08-09T11:41:36.6556139Z Updating files: 57% (504/883) 2023-08-09T11:41:36.6597798Z Updating files: 58% (513/883) 2023-08-09T11:41:36.6645831Z Updating files: 59% (521/883) 2023-08-09T11:41:36.6990809Z Updating files: 60% (530/883) 2023-08-09T11:41:36.7056674Z Updating files: 61% (539/883) 2023-08-09T11:41:36.7112926Z Updating files: 62% (548/883) 2023-08-09T11:41:36.7191184Z Updating files: 63% (557/883) 2023-08-09T11:41:36.7241085Z Updating files: 64% (566/883) 2023-08-09T11:41:36.7333371Z Updating files: 65% (574/883) 2023-08-09T11:41:36.7483268Z Updating files: 66% (583/883) 2023-08-09T11:41:36.7613115Z Updating files: 67% (592/883) 2023-08-09T11:41:36.7702758Z Updating files: 68% (601/883) 2023-08-09T11:41:36.7797754Z Updating files: 69% (610/883) 2023-08-09T11:41:37.0305775Z Updating files: 70% (619/883) 2023-08-09T11:41:37.0313716Z Updating files: 70% (626/883) 2023-08-09T11:41:37.0415460Z Updating files: 71% (627/883) 2023-08-09T11:41:37.0498023Z Updating files: 72% (636/883) 2023-08-09T11:41:37.0990832Z Updating files: 73% (645/883) 2023-08-09T11:41:37.1036551Z Updating files: 74% (654/883) 2023-08-09T11:41:37.1089353Z Updating files: 75% (663/883) 2023-08-09T11:41:37.1136743Z Updating files: 76% (672/883) 2023-08-09T11:41:37.1485874Z Updating files: 77% (680/883) 2023-08-09T11:41:37.1537412Z Updating files: 78% (689/883) 2023-08-09T11:41:37.1584743Z Updating files: 79% (698/883) 2023-08-09T11:41:37.1907997Z Updating files: 80% (707/883) 2023-08-09T11:41:37.6104217Z Updating files: 81% (716/883) 2023-08-09T11:41:37.6762788Z Updating files: 82% (725/883) 2023-08-09T11:41:37.7139686Z Updating files: 83% (733/883) 2023-08-09T11:41:37.8800368Z Updating files: 84% (742/883) 2023-08-09T11:41:37.9183626Z Updating files: 85% (751/883) 2023-08-09T11:41:37.9234889Z Updating files: 86% (760/883) 2023-08-09T11:41:37.9426622Z Updating files: 87% (769/883) 2023-08-09T11:41:37.9469537Z Updating files: 87% (771/883) 2023-08-09T11:41:37.9533370Z Updating files: 88% (778/883) 2023-08-09T11:41:37.9587140Z Updating files: 89% (786/883) 2023-08-09T11:41:37.9947480Z Updating files: 90% (795/883) 2023-08-09T11:41:38.1035025Z Updating files: 91% (804/883) 2023-08-09T11:41:38.1098489Z Updating files: 92% (813/883) 2023-08-09T11:41:38.1169694Z Updating files: 93% (822/883) 2023-08-09T11:41:38.1213135Z Updating files: 94% (831/883) 2023-08-09T11:41:38.1280249Z Updating files: 95% (839/883) 2023-08-09T11:41:38.1353742Z Updating files: 96% (848/883) 2023-08-09T11:41:38.3224181Z Updating files: 97% (857/883) 2023-08-09T11:41:38.4070537Z Updating files: 98% (866/883) 2023-08-09T11:41:38.4158030Z Updating files: 99% (875/883) 2023-08-09T11:41:38.4158427Z Updating files: 100% (883/883) 2023-08-09T11:41:38.4158696Z Updating files: 100% (883/883), done. 2023-08-09T11:41:38.4374001Z branch 'main' set up to track 'origin/main'. 2023-08-09T11:41:38.4374825Z Switched to a new branch 'main' 2023-08-09T11:41:38.4422818Z ##[endgroup] 2023-08-09T11:41:38.4836684Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2023-08-09T11:41:38.5115644Z '264b8afc6d56140163c6b64f4088a17c4cd59bfd' 2023-08-09T11:41:38.5801115Z Prepare all required actions 2023-08-09T11:41:38.7380931Z ##[group]Run ./test-infra/.github/actions/set-channel 2023-08-09T11:41:38.7381236Z env: 2023-08-09T11:41:38.7381512Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:38.7381820Z PYTHON_VERSION: 3.10 2023-08-09T11:41:38.7382083Z PACKAGE_TYPE: conda 2023-08-09T11:41:38.7382353Z REPOSITORY: pytorch/audio 2023-08-09T11:41:38.7382579Z REF: 2023-08-09T11:41:38.7382796Z CU_VERSION: cu121 2023-08-09T11:41:38.7383025Z ##[endgroup] 2023-08-09T11:41:38.7824680Z ##[group]Run set -euxo pipefail 2023-08-09T11:41:38.7825173Z set -euxo pipefail 2023-08-09T11:41:38.7825534Z echo "CHANNEL=nightly" >> "${GITHUB_ENV}" 2023-08-09T11:41:38.7859119Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-08-09T11:41:38.7859467Z env: 2023-08-09T11:41:38.7859752Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:38.7860152Z PYTHON_VERSION: 3.10 2023-08-09T11:41:38.7860385Z PACKAGE_TYPE: conda 2023-08-09T11:41:38.7860654Z REPOSITORY: pytorch/audio 2023-08-09T11:41:38.7860904Z REF: 2023-08-09T11:41:38.7861121Z CU_VERSION: cu121 2023-08-09T11:41:38.7861355Z ##[endgroup] 2023-08-09T11:41:39.1731982Z + echo CHANNEL=nightly 2023-08-09T11:41:39.5430214Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-08-09T11:41:39.5430581Z with: 2023-08-09T11:41:39.5431085Z github-secret: *** 2023-08-09T11:41:39.5431368Z activate-with-label: false 2023-08-09T11:41:39.5431753Z instructions: SSH with rdesktop using ssh -L 3389:localhost:3389 %%username%%@%%hostname%% 2023-08-09T11:41:39.5432075Z label: with-ssh 2023-08-09T11:41:39.5432333Z remove-existing-keys: true 2023-08-09T11:41:39.5432743Z env: 2023-08-09T11:41:39.5433026Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:39.5433304Z PYTHON_VERSION: 3.10 2023-08-09T11:41:39.5433553Z PACKAGE_TYPE: conda 2023-08-09T11:41:39.5433958Z REPOSITORY: pytorch/audio 2023-08-09T11:41:39.5434351Z REF: 2023-08-09T11:41:39.5434538Z CU_VERSION: cu121 2023-08-09T11:41:39.5434771Z CHANNEL: nightly 2023-08-09T11:41:39.5435004Z ##[endgroup] 2023-08-09T11:41:39.6692959Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-08-09T11:41:39.6700130Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2023-08-09T11:41:39.7312570Z ##[group]Run echo "C:/Jenkins/Miniconda3/Scripts" >> $GITHUB_PATH 2023-08-09T11:41:39.7313050Z echo "C:/Jenkins/Miniconda3/Scripts" >> $GITHUB_PATH 2023-08-09T11:41:39.7339530Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T11:41:39.7339828Z env: 2023-08-09T11:41:39.7340104Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:39.7340411Z PYTHON_VERSION: 3.10 2023-08-09T11:41:39.7340644Z PACKAGE_TYPE: conda 2023-08-09T11:41:39.7340907Z REPOSITORY: pytorch/audio 2023-08-09T11:41:39.7341155Z REF: 2023-08-09T11:41:39.7341369Z CU_VERSION: cu121 2023-08-09T11:41:39.7341578Z CHANNEL: nightly 2023-08-09T11:41:39.7341812Z ##[endgroup] 2023-08-09T11:41:41.2613187Z Prepare all required actions 2023-08-09T11:41:41.2613768Z Getting action download info 2023-08-09T11:41:41.4686725Z Download action repository 'conda-incubator/setup-miniconda@v2.1.1' (SHA:35d1405e78aa3f784fe3ce9a2eb378d5eeb62169) 2023-08-09T11:41:42.7178263Z ##[group]Run ./test-infra/.github/actions/setup-binary-builds 2023-08-09T11:41:42.7178558Z with: 2023-08-09T11:41:42.7178765Z repository: pytorch/audio 2023-08-09T11:41:42.7179031Z setup-miniconda: false 2023-08-09T11:41:42.7179287Z python-version: 3.10 2023-08-09T11:41:42.7179532Z submodules: recursive 2023-08-09T11:41:42.7179726Z env: 2023-08-09T11:41:42.7179974Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:42.7180239Z PYTHON_VERSION: 3.10 2023-08-09T11:41:42.7180470Z PACKAGE_TYPE: conda 2023-08-09T11:41:42.7180691Z REPOSITORY: pytorch/audio 2023-08-09T11:41:42.7180905Z REF: 2023-08-09T11:41:42.7181079Z CU_VERSION: cu121 2023-08-09T11:41:42.7181266Z CHANNEL: nightly 2023-08-09T11:41:42.7181594Z ##[endgroup] 2023-08-09T11:41:42.8594376Z ##[group]Run set -euxo pipefail 2023-08-09T11:41:42.8594674Z set -euxo pipefail 2023-08-09T11:41:42.8594922Z rm -rf "${REPOSITORY}" 2023-08-09T11:41:42.8623047Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-08-09T11:41:42.8623391Z env: 2023-08-09T11:41:42.8623653Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:42.8623939Z PYTHON_VERSION: 3.10 2023-08-09T11:41:42.8624162Z PACKAGE_TYPE: conda 2023-08-09T11:41:42.8624408Z REPOSITORY: pytorch/audio 2023-08-09T11:41:42.8624845Z REF: 2023-08-09T11:41:42.8625059Z CU_VERSION: cu121 2023-08-09T11:41:42.8625261Z CHANNEL: nightly 2023-08-09T11:41:42.8625696Z ##[endgroup] 2023-08-09T11:41:42.8880228Z + rm -rf pytorch/audio 2023-08-09T11:41:42.9546043Z ##[group]Run actions/checkout@v3 2023-08-09T11:41:42.9546300Z with: 2023-08-09T11:41:42.9546618Z repository: pytorch/audio 2023-08-09T11:41:42.9547117Z submodules: recursive 2023-08-09T11:41:42.9547377Z path: pytorch/audio 2023-08-09T11:41:42.9547749Z token: *** 2023-08-09T11:41:42.9547965Z ssh-strict: true 2023-08-09T11:41:42.9548213Z persist-credentials: true 2023-08-09T11:41:42.9548458Z clean: true 2023-08-09T11:41:42.9548696Z sparse-checkout-cone-mode: true 2023-08-09T11:41:42.9548965Z fetch-depth: 1 2023-08-09T11:41:42.9549185Z lfs: false 2023-08-09T11:41:42.9549400Z set-safe-directory: true 2023-08-09T11:41:42.9549634Z env: 2023-08-09T11:41:42.9549893Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:42.9550182Z PYTHON_VERSION: 3.10 2023-08-09T11:41:42.9550406Z PACKAGE_TYPE: conda 2023-08-09T11:41:42.9550658Z REPOSITORY: pytorch/audio 2023-08-09T11:41:42.9550893Z REF: 2023-08-09T11:41:42.9551096Z CU_VERSION: cu121 2023-08-09T11:41:42.9551298Z CHANNEL: nightly 2023-08-09T11:41:42.9551519Z ##[endgroup] 2023-08-09T11:41:43.1346617Z Syncing repository: pytorch/audio 2023-08-09T11:41:43.1370774Z ##[group]Getting Git version info 2023-08-09T11:41:43.1374843Z Working directory is 'C:\actions-runner\_work\audio\audio\pytorch\audio' 2023-08-09T11:41:43.1639401Z [command]"C:\Program Files\Git\cmd\git.exe" version 2023-08-09T11:41:43.1955610Z git version 2.41.0.windows.1 2023-08-09T11:41:43.2003003Z ##[endgroup] 2023-08-09T11:41:43.2029278Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4a09baff-4348-4d1e-be8a-83b058433ac7' before making global git config changes 2023-08-09T11:41:43.2029979Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:41:43.2043285Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\audio\audio\pytorch\audio 2023-08-09T11:41:43.2419936Z ##[group]Initializing the repository 2023-08-09T11:41:43.2429762Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\audio\audio\pytorch\audio 2023-08-09T11:41:43.6277381Z Initialized empty Git repository in C:/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-08-09T11:41:43.6325179Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/audio 2023-08-09T11:41:43.6693168Z ##[endgroup] 2023-08-09T11:41:43.6693636Z ##[group]Disabling automatic garbage collection 2023-08-09T11:41:43.6703063Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2023-08-09T11:41:43.7105273Z ##[endgroup] 2023-08-09T11:41:43.7105688Z ##[group]Setting up auth 2023-08-09T11:41:43.7127993Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:41:43.7484530Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2023-08-09T11:41:44.2356822Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:41:44.2654669Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2023-08-09T11:41:44.8690523Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2023-08-09T11:41:44.9005760Z ##[endgroup] 2023-08-09T11:41:44.9006221Z ##[group]Fetching the repository 2023-08-09T11:41:44.9024018Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +fe9b9ff75edebf1e0e326f64577d64df3b5858db:refs/remotes/origin/nightly 2023-08-09T11:41:45.1763006Z remote: Enumerating objects: 987, done. 2023-08-09T11:41:45.1764887Z remote: Counting objects: 0% (1/987) 2023-08-09T11:41:45.1765640Z remote: Counting objects: 1% (10/987) 2023-08-09T11:41:45.1766458Z remote: Counting objects: 2% (20/987) 2023-08-09T11:41:45.1767106Z remote: Counting objects: 3% (30/987) 2023-08-09T11:41:45.1767678Z remote: Counting objects: 4% (40/987) 2023-08-09T11:41:45.1768640Z remote: Counting objects: 5% (50/987) 2023-08-09T11:41:45.1769307Z remote: Counting objects: 6% (60/987) 2023-08-09T11:41:45.1769838Z remote: Counting objects: 7% (70/987) 2023-08-09T11:41:45.1770304Z remote: Counting objects: 8% (79/987) 2023-08-09T11:41:45.1770790Z remote: Counting objects: 9% (89/987) 2023-08-09T11:41:45.1771085Z remote: Counting objects: 10% (99/987) 2023-08-09T11:41:45.1771437Z remote: Counting objects: 11% (109/987) 2023-08-09T11:41:45.1771930Z remote: Counting objects: 12% (119/987) 2023-08-09T11:41:45.1772441Z remote: Counting objects: 13% (129/987) 2023-08-09T11:41:45.1772961Z remote: Counting objects: 14% (139/987) 2023-08-09T11:41:45.1773332Z remote: Counting objects: 15% (149/987) 2023-08-09T11:41:45.1774064Z remote: Counting objects: 16% (158/987) 2023-08-09T11:41:45.1774437Z remote: Counting objects: 17% (168/987) 2023-08-09T11:41:45.1774846Z remote: Counting objects: 18% (178/987) 2023-08-09T11:41:45.1775146Z remote: Counting objects: 19% (188/987) 2023-08-09T11:41:45.1775437Z remote: Counting objects: 20% (198/987) 2023-08-09T11:41:45.1775713Z remote: Counting objects: 21% (208/987) 2023-08-09T11:41:45.1776001Z remote: Counting objects: 22% (218/987) 2023-08-09T11:41:45.1776290Z remote: Counting objects: 23% (228/987) 2023-08-09T11:41:45.1776584Z remote: Counting objects: 24% (237/987) 2023-08-09T11:41:45.1776856Z remote: Counting objects: 25% (247/987) 2023-08-09T11:41:45.1777145Z remote: Counting objects: 26% (257/987) 2023-08-09T11:41:45.1778336Z remote: Counting objects: 27% (267/987) 2023-08-09T11:41:45.1778692Z remote: Counting objects: 28% (277/987) 2023-08-09T11:41:45.1778970Z remote: Counting objects: 29% (287/987) 2023-08-09T11:41:45.1779259Z remote: Counting objects: 30% (297/987) 2023-08-09T11:41:45.1779547Z remote: Counting objects: 31% (306/987) 2023-08-09T11:41:45.1779833Z remote: Counting objects: 32% (316/987) 2023-08-09T11:41:45.1780111Z remote: Counting objects: 33% (326/987) 2023-08-09T11:41:45.1780569Z remote: Counting objects: 34% (336/987) 2023-08-09T11:41:45.1780860Z remote: Counting objects: 35% (346/987) 2023-08-09T11:41:45.1781255Z remote: Counting objects: 36% (356/987) 2023-08-09T11:41:45.1781667Z remote: Counting objects: 37% (366/987) 2023-08-09T11:41:45.1781957Z remote: Counting objects: 38% (376/987) 2023-08-09T11:41:45.1782247Z remote: Counting objects: 39% (385/987) 2023-08-09T11:41:45.1782547Z remote: Counting objects: 40% (395/987) 2023-08-09T11:41:45.1782829Z remote: Counting objects: 41% (405/987) 2023-08-09T11:41:45.1783114Z remote: Counting objects: 42% (415/987) 2023-08-09T11:41:45.1783401Z remote: Counting objects: 43% (425/987) 2023-08-09T11:41:45.1783690Z remote: Counting objects: 44% (435/987) 2023-08-09T11:41:45.1783962Z remote: Counting objects: 45% (445/987) 2023-08-09T11:41:45.1784249Z remote: Counting objects: 46% (455/987) 2023-08-09T11:41:45.1784538Z remote: Counting objects: 47% (464/987) 2023-08-09T11:41:45.1784825Z remote: Counting objects: 48% (474/987) 2023-08-09T11:41:45.1785097Z remote: Counting objects: 49% (484/987) 2023-08-09T11:41:45.1785390Z remote: Counting objects: 50% (494/987) 2023-08-09T11:41:45.1785678Z remote: Counting objects: 51% (504/987) 2023-08-09T11:41:45.1785966Z remote: Counting objects: 52% (514/987) 2023-08-09T11:41:45.1786244Z remote: Counting objects: 53% (524/987) 2023-08-09T11:41:45.1786546Z remote: Counting objects: 54% (533/987) 2023-08-09T11:41:45.1786979Z remote: Counting objects: 55% (543/987) 2023-08-09T11:41:45.1787275Z remote: Counting objects: 56% (553/987) 2023-08-09T11:41:45.1787565Z remote: Counting objects: 57% (563/987) 2023-08-09T11:41:45.1788080Z remote: Counting objects: 58% (573/987) 2023-08-09T11:41:45.1788378Z remote: Counting objects: 59% (583/987) 2023-08-09T11:41:45.1788665Z remote: Counting objects: 60% (593/987) 2023-08-09T11:41:45.1788952Z remote: Counting objects: 61% (603/987) 2023-08-09T11:41:45.1789223Z remote: Counting objects: 62% (612/987) 2023-08-09T11:41:45.1789507Z remote: Counting objects: 63% (622/987) 2023-08-09T11:41:45.1789790Z remote: Counting objects: 64% (632/987) 2023-08-09T11:41:45.1790077Z remote: Counting objects: 65% (642/987) 2023-08-09T11:41:45.1790356Z remote: Counting objects: 66% (652/987) 2023-08-09T11:41:45.1790812Z remote: Counting objects: 67% (662/987) 2023-08-09T11:41:45.1791097Z remote: Counting objects: 68% (672/987) 2023-08-09T11:41:45.1791386Z remote: Counting objects: 69% (682/987) 2023-08-09T11:41:45.1791659Z remote: Counting objects: 70% (691/987) 2023-08-09T11:41:45.1791949Z remote: Counting objects: 71% (701/987) 2023-08-09T11:41:45.1792241Z remote: Counting objects: 72% (711/987) 2023-08-09T11:41:45.1792528Z remote: Counting objects: 73% (721/987) 2023-08-09T11:41:45.1792800Z remote: Counting objects: 74% (731/987) 2023-08-09T11:41:45.1793086Z remote: Counting objects: 75% (741/987) 2023-08-09T11:41:45.1793515Z remote: Counting objects: 76% (751/987) 2023-08-09T11:41:45.1793814Z remote: Counting objects: 77% (760/987) 2023-08-09T11:41:45.1794084Z remote: Counting objects: 78% (770/987) 2023-08-09T11:41:45.1794692Z remote: Counting objects: 79% (780/987) 2023-08-09T11:41:45.1795028Z remote: Counting objects: 80% (790/987) 2023-08-09T11:41:45.1795317Z remote: Counting objects: 81% (800/987) 2023-08-09T11:41:45.1795592Z remote: Counting objects: 82% (810/987) 2023-08-09T11:41:45.1795879Z remote: Counting objects: 83% (820/987) 2023-08-09T11:41:45.1796169Z remote: Counting objects: 84% (830/987) 2023-08-09T11:41:45.1796458Z remote: Counting objects: 85% (839/987) 2023-08-09T11:41:45.1796730Z remote: Counting objects: 86% (849/987) 2023-08-09T11:41:45.1797014Z remote: Counting objects: 87% (859/987) 2023-08-09T11:41:45.1797307Z remote: Counting objects: 88% (869/987) 2023-08-09T11:41:45.1797593Z remote: Counting objects: 89% (879/987) 2023-08-09T11:41:45.1797866Z remote: Counting objects: 90% (889/987) 2023-08-09T11:41:45.1798156Z remote: Counting objects: 91% (899/987) 2023-08-09T11:41:45.1798453Z remote: Counting objects: 92% (909/987) 2023-08-09T11:41:45.1798752Z remote: Counting objects: 93% (918/987) 2023-08-09T11:41:45.1799023Z remote: Counting objects: 94% (928/987) 2023-08-09T11:41:45.1799313Z remote: Counting objects: 95% (938/987) 2023-08-09T11:41:45.1799605Z remote: Counting objects: 96% (948/987) 2023-08-09T11:41:45.1799891Z remote: Counting objects: 97% (958/987) 2023-08-09T11:41:45.1800310Z remote: Counting objects: 98% (968/987) 2023-08-09T11:41:45.1800585Z remote: Counting objects: 99% (978/987) 2023-08-09T11:41:45.1800977Z remote: Counting objects: 100% (987/987) 2023-08-09T11:41:45.1801412Z remote: Counting objects: 100% (987/987), done. 2023-08-09T11:41:45.1801750Z remote: Compressing objects: 0% (1/865) 2023-08-09T11:41:45.1802055Z remote: Compressing objects: 1% (9/865) 2023-08-09T11:41:45.1802371Z remote: Compressing objects: 2% (18/865) 2023-08-09T11:41:45.1802698Z remote: Compressing objects: 3% (26/865) 2023-08-09T11:41:45.1803025Z remote: Compressing objects: 4% (35/865) 2023-08-09T11:41:45.1803321Z remote: Compressing objects: 5% (44/865) 2023-08-09T11:41:45.1803638Z remote: Compressing objects: 6% (52/865) 2023-08-09T11:41:45.1803949Z remote: Compressing objects: 7% (61/865) 2023-08-09T11:41:45.1804259Z remote: Compressing objects: 8% (70/865) 2023-08-09T11:41:45.1804552Z remote: Compressing objects: 9% (78/865) 2023-08-09T11:41:45.1804862Z remote: Compressing objects: 10% (87/865) 2023-08-09T11:41:45.1805175Z remote: Compressing objects: 11% (96/865) 2023-08-09T11:41:45.1805488Z remote: Compressing objects: 12% (104/865) 2023-08-09T11:41:45.1805790Z remote: Compressing objects: 13% (113/865) 2023-08-09T11:41:45.1806110Z remote: Compressing objects: 14% (122/865) 2023-08-09T11:41:45.1806425Z remote: Compressing objects: 15% (130/865) 2023-08-09T11:41:45.1806894Z remote: Compressing objects: 16% (139/865) 2023-08-09T11:41:45.1807334Z remote: Compressing objects: 17% (148/865) 2023-08-09T11:41:45.1807878Z remote: Compressing objects: 18% (156/865) 2023-08-09T11:41:45.1808199Z remote: Compressing objects: 19% (165/865) 2023-08-09T11:41:45.1808509Z remote: Compressing objects: 20% (173/865) 2023-08-09T11:41:45.1808803Z remote: Compressing objects: 21% (182/865) 2023-08-09T11:41:45.1809171Z remote: Compressing objects: 22% (191/865) 2023-08-09T11:41:45.1809466Z remote: Compressing objects: 23% (199/865) 2023-08-09T11:41:45.1809774Z remote: Compressing objects: 24% (208/865) 2023-08-09T11:41:45.1810083Z remote: Compressing objects: 25% (217/865) 2023-08-09T11:41:45.1810389Z remote: Compressing objects: 26% (225/865) 2023-08-09T11:41:45.1810681Z remote: Compressing objects: 27% (234/865) 2023-08-09T11:41:45.1811122Z remote: Compressing objects: 28% (243/865) 2023-08-09T11:41:45.1811461Z remote: Compressing objects: 29% (251/865) 2023-08-09T11:41:45.1811768Z remote: Compressing objects: 30% (260/865) 2023-08-09T11:41:45.1812059Z remote: Compressing objects: 31% (269/865) 2023-08-09T11:41:45.1812369Z remote: Compressing objects: 32% (277/865) 2023-08-09T11:41:45.1812680Z remote: Compressing objects: 33% (286/865) 2023-08-09T11:41:45.1812987Z remote: Compressing objects: 34% (295/865) 2023-08-09T11:41:45.1813446Z remote: Compressing objects: 35% (303/865) 2023-08-09T11:41:45.1813756Z remote: Compressing objects: 36% (312/865) 2023-08-09T11:41:45.1814174Z remote: Compressing objects: 37% (321/865) 2023-08-09T11:41:45.1814589Z remote: Compressing objects: 38% (329/865) 2023-08-09T11:41:45.1814880Z remote: Compressing objects: 39% (338/865) 2023-08-09T11:41:45.1815189Z remote: Compressing objects: 40% (346/865) 2023-08-09T11:41:45.1815512Z remote: Compressing objects: 41% (355/865) 2023-08-09T11:41:45.1815829Z remote: Compressing objects: 42% (364/865) 2023-08-09T11:41:45.1816119Z remote: Compressing objects: 43% (372/865) 2023-08-09T11:41:45.1816424Z remote: Compressing objects: 44% (381/865) 2023-08-09T11:41:45.1816733Z remote: Compressing objects: 45% (390/865) 2023-08-09T11:41:45.1817039Z remote: Compressing objects: 46% (398/865) 2023-08-09T11:41:45.1817345Z remote: Compressing objects: 47% (407/865) 2023-08-09T11:41:45.1817635Z remote: Compressing objects: 48% (416/865) 2023-08-09T11:41:45.1817946Z remote: Compressing objects: 49% (424/865) 2023-08-09T11:41:45.1818255Z remote: Compressing objects: 50% (433/865) 2023-08-09T11:41:45.1818559Z remote: Compressing objects: 51% (442/865) 2023-08-09T11:41:45.1818851Z remote: Compressing objects: 52% (450/865) 2023-08-09T11:41:45.1819163Z remote: Compressing objects: 53% (459/865) 2023-08-09T11:41:45.1819482Z remote: Compressing objects: 54% (468/865) 2023-08-09T11:41:45.1819926Z remote: Compressing objects: 55% (476/865) 2023-08-09T11:41:45.1820226Z remote: Compressing objects: 56% (485/865) 2023-08-09T11:41:45.1820652Z remote: Compressing objects: 57% (494/865) 2023-08-09T11:41:45.1821067Z remote: Compressing objects: 58% (502/865) 2023-08-09T11:41:45.1821378Z remote: Compressing objects: 59% (511/865) 2023-08-09T11:41:45.1821671Z remote: Compressing objects: 60% (519/865) 2023-08-09T11:41:45.1821981Z remote: Compressing objects: 61% (528/865) 2023-08-09T11:41:45.1822289Z remote: Compressing objects: 62% (537/865) 2023-08-09T11:41:45.1822594Z remote: Compressing objects: 63% (545/865) 2023-08-09T11:41:45.1822881Z remote: Compressing objects: 64% (554/865) 2023-08-09T11:41:45.1823186Z remote: Compressing objects: 65% (563/865) 2023-08-09T11:41:45.1823500Z remote: Compressing objects: 66% (571/865) 2023-08-09T11:41:45.1824631Z remote: Compressing objects: 67% (580/865) 2023-08-09T11:41:45.1824925Z remote: Compressing objects: 68% (589/865) 2023-08-09T11:41:45.1825232Z remote: Compressing objects: 69% (597/865) 2023-08-09T11:41:45.1825592Z remote: Compressing objects: 70% (606/865) 2023-08-09T11:41:45.1825901Z remote: Compressing objects: 71% (615/865) 2023-08-09T11:41:45.1826194Z remote: Compressing objects: 72% (623/865) 2023-08-09T11:41:45.1826683Z remote: Compressing objects: 73% (632/865) 2023-08-09T11:41:45.1826992Z remote: Compressing objects: 74% (641/865) 2023-08-09T11:41:45.1827415Z remote: Compressing objects: 75% (649/865) 2023-08-09T11:41:45.1827821Z remote: Compressing objects: 76% (658/865) 2023-08-09T11:41:45.1828116Z remote: Compressing objects: 77% (667/865) 2023-08-09T11:41:45.1829059Z remote: Compressing objects: 78% (675/865) 2023-08-09T11:41:45.1829426Z remote: Compressing objects: 79% (684/865) 2023-08-09T11:41:45.1829735Z remote: Compressing objects: 80% (692/865) 2023-08-09T11:41:45.1830029Z remote: Compressing objects: 81% (701/865) 2023-08-09T11:41:45.1830340Z remote: Compressing objects: 82% (710/865) 2023-08-09T11:41:45.1830650Z remote: Compressing objects: 83% (718/865) 2023-08-09T11:41:45.1830954Z remote: Compressing objects: 84% (727/865) 2023-08-09T11:41:45.1831245Z remote: Compressing objects: 85% (736/865) 2023-08-09T11:41:45.1831556Z remote: Compressing objects: 86% (744/865) 2023-08-09T11:41:45.1831867Z remote: Compressing objects: 87% (753/865) 2023-08-09T11:41:45.1832174Z remote: Compressing objects: 88% (762/865) 2023-08-09T11:41:45.1832463Z remote: Compressing objects: 89% (770/865) 2023-08-09T11:41:45.1832776Z remote: Compressing objects: 90% (779/865) 2023-08-09T11:41:45.1833254Z remote: Compressing objects: 91% (788/865) 2023-08-09T11:41:45.1833570Z remote: Compressing objects: 92% (796/865) 2023-08-09T11:41:45.1834092Z remote: Compressing objects: 93% (805/865) 2023-08-09T11:41:45.1834407Z remote: Compressing objects: 94% (814/865) 2023-08-09T11:41:45.1834717Z remote: Compressing objects: 95% (822/865) 2023-08-09T11:41:45.1835022Z remote: Compressing objects: 96% (831/865) 2023-08-09T11:41:45.1835314Z remote: Compressing objects: 97% (840/865) 2023-08-09T11:41:45.1835620Z remote: Compressing objects: 98% (848/865) 2023-08-09T11:41:45.1835931Z remote: Compressing objects: 99% (857/865) 2023-08-09T11:41:45.1836238Z remote: Compressing objects: 100% (865/865) 2023-08-09T11:41:45.1836564Z remote: Compressing objects: 100% (865/865), done. 2023-08-09T11:41:45.2729109Z Receiving objects: 0% (1/987) 2023-08-09T11:41:45.2733788Z Receiving objects: 1% (10/987) 2023-08-09T11:41:45.2737319Z Receiving objects: 2% (20/987) 2023-08-09T11:41:45.2740064Z Receiving objects: 3% (30/987) 2023-08-09T11:41:45.2743176Z Receiving objects: 4% (40/987) 2023-08-09T11:41:45.2861310Z Receiving objects: 5% (50/987) 2023-08-09T11:41:45.2880395Z Receiving objects: 6% (60/987) 2023-08-09T11:41:45.2888038Z Receiving objects: 7% (70/987) 2023-08-09T11:41:45.2891860Z Receiving objects: 8% (79/987) 2023-08-09T11:41:45.2902367Z Receiving objects: 9% (89/987) 2023-08-09T11:41:45.2907951Z Receiving objects: 10% (99/987) 2023-08-09T11:41:45.2913493Z Receiving objects: 11% (109/987) 2023-08-09T11:41:45.2920337Z Receiving objects: 12% (119/987) 2023-08-09T11:41:45.2925675Z Receiving objects: 13% (129/987) 2023-08-09T11:41:45.2930962Z Receiving objects: 14% (139/987) 2023-08-09T11:41:45.2933982Z Receiving objects: 15% (149/987) 2023-08-09T11:41:45.2938736Z Receiving objects: 16% (158/987) 2023-08-09T11:41:45.2943953Z Receiving objects: 17% (168/987) 2023-08-09T11:41:45.2947159Z Receiving objects: 18% (178/987) 2023-08-09T11:41:45.2950916Z Receiving objects: 19% (188/987) 2023-08-09T11:41:45.2956774Z Receiving objects: 20% (198/987) 2023-08-09T11:41:45.2963224Z Receiving objects: 21% (208/987) 2023-08-09T11:41:45.2971779Z Receiving objects: 22% (218/987) 2023-08-09T11:41:45.2976290Z Receiving objects: 23% (228/987) 2023-08-09T11:41:45.2978844Z Receiving objects: 24% (237/987) 2023-08-09T11:41:45.3007920Z Receiving objects: 25% (247/987) 2023-08-09T11:41:45.3014382Z Receiving objects: 26% (257/987) 2023-08-09T11:41:45.3022291Z Receiving objects: 27% (267/987) 2023-08-09T11:41:45.3027632Z Receiving objects: 28% (277/987) 2023-08-09T11:41:45.3029760Z Receiving objects: 29% (287/987) 2023-08-09T11:41:45.3031958Z Receiving objects: 30% (297/987) 2023-08-09T11:41:45.3038993Z Receiving objects: 31% (306/987) 2023-08-09T11:41:45.3048013Z Receiving objects: 32% (316/987) 2023-08-09T11:41:45.3062686Z Receiving objects: 33% (326/987) 2023-08-09T11:41:45.3077774Z Receiving objects: 34% (336/987) 2023-08-09T11:41:45.3088445Z Receiving objects: 35% (346/987) 2023-08-09T11:41:45.3090910Z Receiving objects: 36% (356/987) 2023-08-09T11:41:45.3094282Z Receiving objects: 37% (366/987) 2023-08-09T11:41:45.3096252Z Receiving objects: 38% (376/987) 2023-08-09T11:41:45.3143115Z Receiving objects: 39% (385/987) 2023-08-09T11:41:45.3144858Z Receiving objects: 40% (395/987) 2023-08-09T11:41:45.3155114Z Receiving objects: 41% (405/987) 2023-08-09T11:41:45.3274457Z Receiving objects: 42% (415/987) 2023-08-09T11:41:45.3752143Z Receiving objects: 43% (425/987) 2023-08-09T11:41:45.3784587Z Receiving objects: 44% (435/987) 2023-08-09T11:41:45.3786282Z Receiving objects: 45% (445/987) 2023-08-09T11:41:45.3787013Z Receiving objects: 46% (455/987) 2023-08-09T11:41:45.3787976Z Receiving objects: 47% (464/987) 2023-08-09T11:41:45.3794404Z Receiving objects: 48% (474/987) 2023-08-09T11:41:45.3799316Z Receiving objects: 49% (484/987) 2023-08-09T11:41:45.3800466Z Receiving objects: 50% (494/987) 2023-08-09T11:41:45.3805877Z Receiving objects: 51% (504/987) 2023-08-09T11:41:45.3810899Z Receiving objects: 52% (514/987) 2023-08-09T11:41:45.3814726Z Receiving objects: 53% (524/987) 2023-08-09T11:41:45.3820007Z Receiving objects: 54% (533/987) 2023-08-09T11:41:45.3824760Z Receiving objects: 55% (543/987) 2023-08-09T11:41:45.3826285Z Receiving objects: 56% (553/987) 2023-08-09T11:41:45.3830506Z Receiving objects: 57% (563/987) 2023-08-09T11:41:45.3839596Z Receiving objects: 58% (573/987) 2023-08-09T11:41:45.3845987Z Receiving objects: 59% (583/987) 2023-08-09T11:41:45.3855999Z Receiving objects: 60% (593/987) 2023-08-09T11:41:45.3858225Z Receiving objects: 61% (603/987) 2023-08-09T11:41:45.3862259Z Receiving objects: 62% (612/987) 2023-08-09T11:41:45.3862562Z Receiving objects: 63% (622/987) 2023-08-09T11:41:45.3869203Z Receiving objects: 64% (632/987) 2023-08-09T11:41:45.3873045Z Receiving objects: 65% (642/987) 2023-08-09T11:41:45.3875645Z Receiving objects: 66% (652/987) 2023-08-09T11:41:45.3879477Z Receiving objects: 67% (662/987) 2023-08-09T11:41:45.3883340Z Receiving objects: 68% (672/987) 2023-08-09T11:41:45.3886378Z Receiving objects: 69% (682/987) 2023-08-09T11:41:45.3890264Z Receiving objects: 70% (691/987) 2023-08-09T11:41:45.3892407Z Receiving objects: 71% (701/987) 2023-08-09T11:41:45.3896907Z Receiving objects: 72% (711/987) 2023-08-09T11:41:45.3904873Z Receiving objects: 73% (721/987) 2023-08-09T11:41:45.3911086Z Receiving objects: 74% (731/987) 2023-08-09T11:41:45.3916932Z Receiving objects: 75% (741/987) 2023-08-09T11:41:45.3925177Z Receiving objects: 76% (751/987) 2023-08-09T11:41:45.3934077Z Receiving objects: 77% (760/987) 2023-08-09T11:41:45.3938688Z Receiving objects: 78% (770/987) 2023-08-09T11:41:45.3946900Z Receiving objects: 79% (780/987) 2023-08-09T11:41:45.3955845Z Receiving objects: 80% (790/987) 2023-08-09T11:41:45.3961798Z Receiving objects: 81% (800/987) 2023-08-09T11:41:45.3967078Z Receiving objects: 82% (810/987) 2023-08-09T11:41:45.3970342Z Receiving objects: 83% (820/987) 2023-08-09T11:41:45.3973017Z Receiving objects: 84% (830/987) 2023-08-09T11:41:45.3975587Z Receiving objects: 85% (839/987) 2023-08-09T11:41:45.3979375Z Receiving objects: 86% (849/987) 2023-08-09T11:41:45.3983620Z Receiving objects: 87% (859/987) 2023-08-09T11:41:45.3992607Z Receiving objects: 88% (869/987) 2023-08-09T11:41:45.3999899Z Receiving objects: 89% (879/987) 2023-08-09T11:41:45.4024745Z Receiving objects: 90% (889/987) 2023-08-09T11:41:45.4035340Z Receiving objects: 91% (899/987) 2023-08-09T11:41:45.4048415Z Receiving objects: 92% (909/987) 2023-08-09T11:41:45.4066405Z Receiving objects: 93% (918/987) 2023-08-09T11:41:45.4073600Z Receiving objects: 94% (928/987) 2023-08-09T11:41:45.4085389Z Receiving objects: 95% (938/987) 2023-08-09T11:41:45.4091555Z Receiving objects: 96% (948/987) 2023-08-09T11:41:45.4102866Z Receiving objects: 97% (958/987) 2023-08-09T11:41:45.4116255Z Receiving objects: 98% (968/987) 2023-08-09T11:41:45.4116774Z Receiving objects: 99% (978/987) 2023-08-09T11:41:45.4117164Z remote: Total 987 (delta 162), reused 444 (delta 89), pack-reused 0 2023-08-09T11:41:45.4122797Z Receiving objects: 100% (987/987) 2023-08-09T11:41:45.4123141Z Receiving objects: 100% (987/987), 4.42 MiB | 20.41 MiB/s, done. 2023-08-09T11:41:45.4130377Z Resolving deltas: 0% (0/162) 2023-08-09T11:41:45.4132148Z Resolving deltas: 1% (2/162) 2023-08-09T11:41:45.4132707Z Resolving deltas: 2% (4/162) 2023-08-09T11:41:45.4134196Z Resolving deltas: 3% (5/162) 2023-08-09T11:41:45.4135647Z Resolving deltas: 4% (7/162) 2023-08-09T11:41:45.4136242Z Resolving deltas: 5% (9/162) 2023-08-09T11:41:45.4136777Z Resolving deltas: 6% (11/162) 2023-08-09T11:41:45.4137302Z Resolving deltas: 8% (13/162) 2023-08-09T11:41:45.4140891Z Resolving deltas: 9% (15/162) 2023-08-09T11:41:45.4143470Z Resolving deltas: 11% (19/162) 2023-08-09T11:41:45.4144042Z Resolving deltas: 12% (20/162) 2023-08-09T11:41:45.4144597Z Resolving deltas: 13% (22/162) 2023-08-09T11:41:45.4144911Z Resolving deltas: 14% (23/162) 2023-08-09T11:41:45.4145164Z Resolving deltas: 15% (25/162) 2023-08-09T11:41:45.4145404Z Resolving deltas: 16% (26/162) 2023-08-09T11:41:45.4147955Z Resolving deltas: 17% (28/162) 2023-08-09T11:41:45.4149572Z Resolving deltas: 18% (30/162) 2023-08-09T11:41:45.4150760Z Resolving deltas: 19% (31/162) 2023-08-09T11:41:45.4152695Z Resolving deltas: 20% (33/162) 2023-08-09T11:41:45.4154238Z Resolving deltas: 21% (35/162) 2023-08-09T11:41:45.4157283Z Resolving deltas: 22% (36/162) 2023-08-09T11:41:45.4157738Z Resolving deltas: 23% (38/162) 2023-08-09T11:41:45.4158455Z Resolving deltas: 24% (39/162) 2023-08-09T11:41:45.4160815Z Resolving deltas: 25% (41/162) 2023-08-09T11:41:45.4164035Z Resolving deltas: 26% (43/162) 2023-08-09T11:41:45.4164453Z Resolving deltas: 27% (45/162) 2023-08-09T11:41:45.4164965Z Resolving deltas: 28% (46/162) 2023-08-09T11:41:45.4167609Z Resolving deltas: 29% (47/162) 2023-08-09T11:41:45.4172047Z Resolving deltas: 30% (49/162) 2023-08-09T11:41:45.4172590Z Resolving deltas: 31% (51/162) 2023-08-09T11:41:45.4173108Z Resolving deltas: 32% (52/162) 2023-08-09T11:41:45.4173599Z Resolving deltas: 33% (55/162) 2023-08-09T11:41:45.4174105Z Resolving deltas: 34% (56/162) 2023-08-09T11:41:45.4174612Z Resolving deltas: 35% (57/162) 2023-08-09T11:41:45.4175112Z Resolving deltas: 36% (59/162) 2023-08-09T11:41:45.4175712Z Resolving deltas: 37% (60/162) 2023-08-09T11:41:45.4176112Z Resolving deltas: 38% (62/162) 2023-08-09T11:41:45.4178276Z Resolving deltas: 40% (65/162) 2023-08-09T11:41:45.4178829Z Resolving deltas: 41% (67/162) 2023-08-09T11:41:45.4179325Z Resolving deltas: 42% (69/162) 2023-08-09T11:41:45.4179836Z Resolving deltas: 43% (70/162) 2023-08-09T11:41:45.4180203Z Resolving deltas: 44% (72/162) 2023-08-09T11:41:45.4180873Z Resolving deltas: 45% (74/162) 2023-08-09T11:41:45.4181989Z Resolving deltas: 46% (75/162) 2023-08-09T11:41:45.4182869Z Resolving deltas: 47% (77/162) 2023-08-09T11:41:45.4184785Z Resolving deltas: 48% (78/162) 2023-08-09T11:41:45.4186101Z Resolving deltas: 49% (80/162) 2023-08-09T11:41:45.4186961Z Resolving deltas: 51% (83/162) 2023-08-09T11:41:45.4188185Z Resolving deltas: 52% (85/162) 2023-08-09T11:41:45.4189940Z Resolving deltas: 53% (87/162) 2023-08-09T11:41:45.4190996Z Resolving deltas: 54% (88/162) 2023-08-09T11:41:45.4191500Z Resolving deltas: 55% (90/162) 2023-08-09T11:41:45.4191831Z Resolving deltas: 56% (91/162) 2023-08-09T11:41:45.4192578Z Resolving deltas: 58% (94/162) 2023-08-09T11:41:45.4193811Z Resolving deltas: 59% (96/162) 2023-08-09T11:41:45.4194311Z Resolving deltas: 60% (98/162) 2023-08-09T11:41:45.4196290Z Resolving deltas: 61% (99/162) 2023-08-09T11:41:45.4197083Z Resolving deltas: 62% (101/162) 2023-08-09T11:41:45.4197617Z Resolving deltas: 63% (103/162) 2023-08-09T11:41:45.4198404Z Resolving deltas: 64% (104/162) 2023-08-09T11:41:45.4198830Z Resolving deltas: 65% (106/162) 2023-08-09T11:41:45.4199074Z Resolving deltas: 66% (107/162) 2023-08-09T11:41:45.4200745Z Resolving deltas: 67% (109/162) 2023-08-09T11:41:45.4201567Z Resolving deltas: 68% (111/162) 2023-08-09T11:41:45.4202093Z Resolving deltas: 69% (113/162) 2023-08-09T11:41:45.4202577Z Resolving deltas: 70% (114/162) 2023-08-09T11:41:45.4203107Z Resolving deltas: 71% (116/162) 2023-08-09T11:41:45.4203621Z Resolving deltas: 72% (117/162) 2023-08-09T11:41:45.4204042Z Resolving deltas: 73% (119/162) 2023-08-09T11:41:45.4204509Z Resolving deltas: 74% (121/162) 2023-08-09T11:41:45.4205018Z Resolving deltas: 75% (122/162) 2023-08-09T11:41:45.4205519Z Resolving deltas: 76% (124/162) 2023-08-09T11:41:45.4206017Z Resolving deltas: 77% (125/162) 2023-08-09T11:41:45.4206523Z Resolving deltas: 78% (127/162) 2023-08-09T11:41:45.4207417Z Resolving deltas: 79% (128/162) 2023-08-09T11:41:45.4208044Z Resolving deltas: 80% (130/162) 2023-08-09T11:41:45.4208565Z Resolving deltas: 81% (132/162) 2023-08-09T11:41:45.4208899Z Resolving deltas: 82% (133/162) 2023-08-09T11:41:45.4209165Z Resolving deltas: 83% (135/162) 2023-08-09T11:41:45.4209536Z Resolving deltas: 84% (137/162) 2023-08-09T11:41:45.4209806Z Resolving deltas: 85% (138/162) 2023-08-09T11:41:45.4210062Z Resolving deltas: 86% (140/162) 2023-08-09T11:41:45.4212072Z Resolving deltas: 87% (141/162) 2023-08-09T11:41:45.4213635Z Resolving deltas: 88% (143/162) 2023-08-09T11:41:45.4215826Z Resolving deltas: 89% (145/162) 2023-08-09T11:41:45.4216656Z Resolving deltas: 90% (146/162) 2023-08-09T11:41:45.4221227Z Resolving deltas: 91% (148/162) 2023-08-09T11:41:45.4221525Z Resolving deltas: 92% (150/162) 2023-08-09T11:41:45.4221772Z Resolving deltas: 93% (151/162) 2023-08-09T11:41:45.4222115Z Resolving deltas: 94% (153/162) 2023-08-09T11:41:45.4222624Z Resolving deltas: 95% (154/162) 2023-08-09T11:41:45.4223148Z Resolving deltas: 96% (156/162) 2023-08-09T11:41:45.4226749Z Resolving deltas: 97% (158/162) 2023-08-09T11:41:45.4233496Z Resolving deltas: 98% (159/162) 2023-08-09T11:41:45.4234764Z Resolving deltas: 99% (161/162) 2023-08-09T11:41:45.4238639Z Resolving deltas: 100% (162/162) 2023-08-09T11:41:45.4238933Z Resolving deltas: 100% (162/162), done. 2023-08-09T11:41:46.1844110Z From https://github.com/pytorch/audio 2023-08-09T11:41:46.1844571Z * [new ref] fe9b9ff75edebf1e0e326f64577d64df3b5858db -> origin/nightly 2023-08-09T11:41:46.2009707Z ##[endgroup] 2023-08-09T11:41:46.2010532Z ##[group]Determining the checkout info 2023-08-09T11:41:46.2013525Z ##[endgroup] 2023-08-09T11:41:46.2014034Z ##[group]Checking out the ref 2023-08-09T11:41:46.2025060Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B nightly refs/remotes/origin/nightly 2023-08-09T11:41:47.4188935Z Updating files: 22% (197/859) 2023-08-09T11:41:47.5164747Z Updating files: 23% (198/859) 2023-08-09T11:41:47.5213665Z Updating files: 24% (207/859) 2023-08-09T11:41:47.5276562Z Updating files: 25% (215/859) 2023-08-09T11:41:47.5322110Z Updating files: 26% (224/859) 2023-08-09T11:41:47.5382619Z Updating files: 27% (232/859) 2023-08-09T11:41:47.5447762Z Updating files: 28% (241/859) 2023-08-09T11:41:47.5501813Z Updating files: 29% (250/859) 2023-08-09T11:41:47.5656598Z Updating files: 30% (258/859) 2023-08-09T11:41:47.5706051Z Updating files: 31% (267/859) 2023-08-09T11:41:47.5777032Z Updating files: 32% (275/859) 2023-08-09T11:41:47.5838565Z Updating files: 33% (284/859) 2023-08-09T11:41:47.5891035Z Updating files: 34% (293/859) 2023-08-09T11:41:47.5959672Z Updating files: 35% (301/859) 2023-08-09T11:41:47.6019178Z Updating files: 36% (310/859) 2023-08-09T11:41:47.6102710Z Updating files: 37% (318/859) 2023-08-09T11:41:47.6173156Z Updating files: 38% (327/859) 2023-08-09T11:41:47.6231757Z Updating files: 39% (336/859) 2023-08-09T11:41:47.6425861Z Updating files: 40% (344/859) 2023-08-09T11:41:47.8710521Z Updating files: 41% (353/859) 2023-08-09T11:41:48.1361539Z Updating files: 42% (361/859) 2023-08-09T11:41:48.1399559Z Updating files: 43% (370/859) 2023-08-09T11:41:48.1465418Z Updating files: 44% (378/859) 2023-08-09T11:41:48.1507651Z Updating files: 45% (387/859) 2023-08-09T11:41:48.1557083Z Updating files: 46% (396/859) 2023-08-09T11:41:48.1629508Z Updating files: 47% (404/859) 2023-08-09T11:41:48.1683455Z Updating files: 48% (413/859) 2023-08-09T11:41:48.1753728Z Updating files: 49% (421/859) 2023-08-09T11:41:48.1821080Z Updating files: 50% (430/859) 2023-08-09T11:41:48.1863770Z Updating files: 51% (439/859) 2023-08-09T11:41:48.1922395Z Updating files: 52% (447/859) 2023-08-09T11:41:48.1971240Z Updating files: 53% (456/859) 2023-08-09T11:41:48.2019789Z Updating files: 54% (464/859) 2023-08-09T11:41:48.2082001Z Updating files: 55% (473/859) 2023-08-09T11:41:48.2140316Z Updating files: 56% (482/859) 2023-08-09T11:41:48.2207664Z Updating files: 57% (490/859) 2023-08-09T11:41:48.2266737Z Updating files: 58% (499/859) 2023-08-09T11:41:48.2330562Z Updating files: 59% (507/859) 2023-08-09T11:41:48.2412364Z Updating files: 60% (516/859) 2023-08-09T11:41:48.2437124Z Updating files: 61% (524/859) 2023-08-09T11:41:48.2481485Z Updating files: 61% (527/859) 2023-08-09T11:41:48.2567347Z Updating files: 62% (533/859) 2023-08-09T11:41:48.2627146Z Updating files: 63% (542/859) 2023-08-09T11:41:48.2710173Z Updating files: 64% (550/859) 2023-08-09T11:41:48.2763680Z Updating files: 65% (559/859) 2023-08-09T11:41:48.2810502Z Updating files: 66% (567/859) 2023-08-09T11:41:48.2859408Z Updating files: 67% (576/859) 2023-08-09T11:41:48.2907206Z Updating files: 68% (585/859) 2023-08-09T11:41:48.2947893Z Updating files: 69% (593/859) 2023-08-09T11:41:48.3012652Z Updating files: 70% (602/859) 2023-08-09T11:41:48.3061937Z Updating files: 71% (610/859) 2023-08-09T11:41:48.5643399Z Updating files: 72% (619/859) 2023-08-09T11:41:48.5696597Z Updating files: 73% (628/859) 2023-08-09T11:41:48.5764411Z Updating files: 74% (636/859) 2023-08-09T11:41:48.5817975Z Updating files: 75% (645/859) 2023-08-09T11:41:48.5891858Z Updating files: 76% (653/859) 2023-08-09T11:41:48.5969727Z Updating files: 77% (662/859) 2023-08-09T11:41:48.6022682Z Updating files: 78% (671/859) 2023-08-09T11:41:48.6091479Z Updating files: 79% (679/859) 2023-08-09T11:41:48.6293409Z Updating files: 80% (688/859) 2023-08-09T11:41:48.6353127Z Updating files: 81% (696/859) 2023-08-09T11:41:48.9422852Z Updating files: 82% (705/859) 2023-08-09T11:41:48.9482152Z Updating files: 83% (713/859) 2023-08-09T11:41:48.9542032Z Updating files: 84% (722/859) 2023-08-09T11:41:48.9582161Z Updating files: 85% (731/859) 2023-08-09T11:41:48.9649496Z Updating files: 86% (739/859) 2023-08-09T11:41:48.9692533Z Updating files: 87% (748/859) 2023-08-09T11:41:48.9740407Z Updating files: 88% (756/859) 2023-08-09T11:41:48.9789544Z Updating files: 89% (765/859) 2023-08-09T11:41:49.0172767Z Updating files: 90% (774/859) 2023-08-09T11:41:49.0402155Z Updating files: 91% (782/859) 2023-08-09T11:41:49.0472838Z Updating files: 92% (791/859) 2023-08-09T11:41:49.0536398Z Updating files: 93% (799/859) 2023-08-09T11:41:49.0695356Z Updating files: 94% (808/859) 2023-08-09T11:41:49.0754206Z Updating files: 95% (817/859) 2023-08-09T11:41:49.4308756Z Updating files: 96% (825/859) 2023-08-09T11:41:49.4315183Z Updating files: 96% (832/859) 2023-08-09T11:41:50.2140527Z Updating files: 97% (834/859) 2023-08-09T11:41:50.2215749Z Updating files: 98% (842/859) 2023-08-09T11:41:50.2266424Z Updating files: 99% (851/859) 2023-08-09T11:41:50.2267515Z Updating files: 100% (859/859) 2023-08-09T11:41:50.2268066Z Updating files: 100% (859/859), done. 2023-08-09T11:41:50.2449013Z branch 'nightly' set up to track 'origin/nightly'. 2023-08-09T11:41:50.2449750Z Switched to a new branch 'nightly' 2023-08-09T11:41:50.2506614Z ##[endgroup] 2023-08-09T11:41:50.2507091Z ##[group]Setting up auth for fetching submodules 2023-08-09T11:41:50.2521915Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2023-08-09T11:41:50.2896978Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2023-08-09T11:41:50.3221289Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2023-08-09T11:41:50.3541680Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-08-09T11:41:50.3892691Z ##[endgroup] 2023-08-09T11:41:50.3893224Z ##[group]Fetching submodules 2023-08-09T11:41:50.3903073Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2023-08-09T11:41:50.8631291Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-08-09T11:41:51.5699677Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2023-08-09T11:41:52.0601288Z ##[endgroup] 2023-08-09T11:41:52.0601764Z ##[group]Persisting credentials for submodules 2023-08-09T11:41:52.0618156Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2023-08-09T11:41:52.6961658Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2023-08-09T11:41:53.1795499Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2023-08-09T11:41:53.6742249Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2023-08-09T11:41:54.1269447Z ##[endgroup] 2023-08-09T11:41:54.1598395Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2023-08-09T11:41:54.1907183Z 'fe9b9ff75edebf1e0e326f64577d64df3b5858db' 2023-08-09T11:41:54.2230143Z ##[group]Run echo "ENV VARS" 2023-08-09T11:41:54.2230423Z echo "ENV VARS" 2023-08-09T11:41:54.2230681Z echo "${GITHUB_REF_NAME}" 2023-08-09T11:41:54.2230945Z echo "${GITHUB_REF}" 2023-08-09T11:41:54.2231200Z echo "${GITHUB_BASE_REF}" 2023-08-09T11:41:54.2231418Z  2023-08-09T11:41:54.2231649Z echo "GITHUB PROVIDED" 2023-08-09T11:41:54.2231901Z echo "nightly" 2023-08-09T11:41:54.2232154Z echo "refs/heads/nightly" 2023-08-09T11:41:54.2232403Z echo "refs/heads/nightly" 2023-08-09T11:41:54.2232640Z echo "" 2023-08-09T11:41:54.2258349Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-08-09T11:41:54.2258903Z env: 2023-08-09T11:41:54.2259171Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:54.2259442Z PYTHON_VERSION: 3.10 2023-08-09T11:41:54.2259687Z PACKAGE_TYPE: conda 2023-08-09T11:41:54.2259938Z REPOSITORY: pytorch/audio 2023-08-09T11:41:54.2260173Z REF: 2023-08-09T11:41:54.2260354Z CU_VERSION: cu121 2023-08-09T11:41:54.2260574Z CHANNEL: nightly 2023-08-09T11:41:54.2260792Z ##[endgroup] 2023-08-09T11:41:54.2549641Z ENV VARS 2023-08-09T11:41:54.2550179Z nightly 2023-08-09T11:41:54.2550408Z refs/heads/nightly 2023-08-09T11:41:54.2550569Z 2023-08-09T11:41:54.2550736Z GITHUB PROVIDED 2023-08-09T11:41:54.2551020Z nightly 2023-08-09T11:41:54.2551224Z refs/heads/nightly 2023-08-09T11:41:54.2551484Z refs/heads/nightly 2023-08-09T11:41:54.2551788Z 2023-08-09T11:41:54.6908468Z ##[group]Run set -euxo pipefail 2023-08-09T11:41:54.6908791Z set -euxo pipefail 2023-08-09T11:41:54.6909394Z # Set artifact name here since github actions doesn't have string manipulation tools 2023-08-09T11:41:54.6909822Z # and "/" is not allowed in artifact names 2023-08-09T11:41:54.6910213Z echo "ARTIFACT_NAME=${REPOSITORY/\//_}_${REF}_${PYTHON_VERSION}" >> "${GITHUB_ENV}" 2023-08-09T11:41:54.6938821Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-08-09T11:41:54.6939172Z env: 2023-08-09T11:41:54.6939612Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:54.6939894Z PYTHON_VERSION: 3.10 2023-08-09T11:41:54.6940139Z PACKAGE_TYPE: conda 2023-08-09T11:41:54.6940622Z REPOSITORY: pytorch/audio 2023-08-09T11:41:54.6940861Z REF: 2023-08-09T11:41:54.6941044Z CU_VERSION: cu121 2023-08-09T11:41:54.6941265Z CHANNEL: nightly 2023-08-09T11:41:54.6941491Z ##[endgroup] 2023-08-09T11:41:55.0763871Z + echo ARTIFACT_NAME=pytorch_audio__3.10 2023-08-09T11:41:55.3055488Z ##[group]Run set -euxo pipefail 2023-08-09T11:41:55.3055822Z set -euxo pipefail 2023-08-09T11:41:55.3056127Z conda info | grep -i 'base environment' 2023-08-09T11:41:55.3056443Z conda clean --all --quiet --yes 2023-08-09T11:41:55.3084588Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T11:41:55.3084873Z env: 2023-08-09T11:41:55.3085140Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:41:55.3085417Z PYTHON_VERSION: 3.10 2023-08-09T11:41:55.3085668Z PACKAGE_TYPE: conda 2023-08-09T11:41:55.3085923Z REPOSITORY: pytorch/audio 2023-08-09T11:41:55.3086163Z REF: 2023-08-09T11:41:55.3086349Z CU_VERSION: cu121 2023-08-09T11:41:55.3086575Z CHANNEL: nightly 2023-08-09T11:41:55.3086828Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T11:41:55.3087086Z ##[endgroup] 2023-08-09T11:41:55.7890346Z + conda info 2023-08-09T11:41:55.7967448Z + grep -i 'base environment' 2023-08-09T11:43:47.8893885Z base environment : C:\Jenkins\Miniconda3 (writable) 2023-08-09T11:43:47.8897705Z + conda clean --all --quiet --yes 2023-08-09T11:43:51.5861776Z ##[group]Run set -euxo pipefail 2023-08-09T11:43:51.5862142Z set -euxo pipefail 2023-08-09T11:43:51.5862436Z conda config --set channel_priority false 2023-08-09T11:43:51.5891086Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T11:43:51.5891400Z env: 2023-08-09T11:43:51.5891945Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:43:51.5892260Z PYTHON_VERSION: 3.10 2023-08-09T11:43:51.5892493Z PACKAGE_TYPE: conda 2023-08-09T11:43:51.5892768Z REPOSITORY: pytorch/audio 2023-08-09T11:43:51.5893018Z REF: 2023-08-09T11:43:51.5893234Z CU_VERSION: cu121 2023-08-09T11:43:51.5893446Z CHANNEL: nightly 2023-08-09T11:43:51.5893714Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T11:43:51.5893986Z ##[endgroup] 2023-08-09T11:43:51.9052840Z + conda config --set channel_priority false 2023-08-09T11:43:52.5828353Z ##[group]Run set -euxo pipefail 2023-08-09T11:43:52.5828692Z set -euxo pipefail 2023-08-09T11:43:52.5829062Z CONDA_ENV="${RUNNER_TEMP}/pytorch_pkg_helpers_${GITHUB_RUN_ID}" 2023-08-09T11:43:52.5829629Z conda create \ 2023-08-09T11:43:52.5829859Z  --yes --quiet \ 2023-08-09T11:43:52.5830135Z  --prefix "${CONDA_ENV}" \ 2023-08-09T11:43:52.5830404Z  "python=3.9" 2023-08-09T11:43:52.5830661Z CONDA_ENV="${CONDA_ENV}" 2023-08-09T11:43:52.5830971Z CONDA_RUN="conda run -p ${CONDA_ENV}" 2023-08-09T11:43:52.5831388Z ${CONDA_RUN} python -m pip install ${GITHUB_WORKSPACE}/test-infra/tools/pkg-helpers 2023-08-09T11:43:52.5831822Z BUILD_ENV_FILE="${RUNNER_TEMP}/build_env_${GITHUB_RUN_ID}" 2023-08-09T11:43:52.5832211Z ${CONDA_RUN} python -m pytorch_pkg_helpers > "${BUILD_ENV_FILE}" 2023-08-09T11:43:52.5832521Z cat "${BUILD_ENV_FILE}" 2023-08-09T11:43:52.5832956Z echo "BUILD_ENV_FILE=${BUILD_ENV_FILE}" >> "${GITHUB_ENV}" 2023-08-09T11:43:52.5861058Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T11:43:52.5861394Z env: 2023-08-09T11:43:52.5861674Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:43:52.5862187Z PYTHON_VERSION: 3.10 2023-08-09T11:43:52.5862468Z PACKAGE_TYPE: conda 2023-08-09T11:43:52.5862732Z REPOSITORY: pytorch/audio 2023-08-09T11:43:52.5862979Z REF: 2023-08-09T11:43:52.5863171Z CU_VERSION: cu121 2023-08-09T11:43:52.5863406Z CHANNEL: nightly 2023-08-09T11:43:52.5863672Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T11:43:52.5863942Z ##[endgroup] 2023-08-09T11:43:52.9469926Z + CONDA_ENV='C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' 2023-08-09T11:43:52.9470530Z + conda create --yes --quiet --prefix 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' python=3.9 2023-08-09T11:44:05.4307850Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T11:44:05.6985959Z Solving environment: ...working... done 2023-08-09T11:44:18.8702301Z 2023-08-09T11:44:18.8702989Z ## Package Plan ## 2023-08-09T11:44:18.8703398Z 2023-08-09T11:44:18.8706447Z environment location: C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225 2023-08-09T11:44:18.8708130Z 2023-08-09T11:44:18.8708606Z added / updated specs: 2023-08-09T11:44:18.8709135Z - python=3.9 2023-08-09T11:44:18.8709457Z 2023-08-09T11:44:18.8711331Z 2023-08-09T11:44:18.8711859Z The following packages will be downloaded: 2023-08-09T11:44:18.8712447Z 2023-08-09T11:44:18.8712732Z package | build 2023-08-09T11:44:18.8713379Z ---------------------------|----------------- 2023-08-09T11:44:18.8714051Z openssl-3.0.10 | h2bbff1b_0 7.4 MB 2023-08-09T11:44:18.8714666Z pip-23.2.1 | py39haa95532_0 2.8 MB 2023-08-09T11:44:18.8715389Z python-3.9.17 | h1aa4202_0 19.4 MB 2023-08-09T11:44:18.8716112Z setuptools-68.0.0 | py39haa95532_0 925 KB 2023-08-09T11:44:18.8765190Z sqlite-3.41.2 | h2bbff1b_0 894 KB 2023-08-09T11:44:18.8765812Z tzdata-2023c | h04d1e81_0 116 KB 2023-08-09T11:44:18.8766352Z vc-14.2 | h21ff451_1 8 KB 2023-08-09T11:44:18.8766851Z wheel-0.38.4 | py39haa95532_0 83 KB 2023-08-09T11:44:18.8767448Z ------------------------------------------------------------ 2023-08-09T11:44:18.8767948Z Total: 31.6 MB 2023-08-09T11:44:18.8768129Z 2023-08-09T11:44:18.8768313Z The following NEW packages will be INSTALLED: 2023-08-09T11:44:18.8768702Z 2023-08-09T11:44:18.8786574Z ca-certificates pkgs/main/win-64::ca-certificates-2023.05.30-haa95532_0 None 2023-08-09T11:44:18.8787047Z openssl pkgs/main/win-64::openssl-3.0.10-h2bbff1b_0 None 2023-08-09T11:44:18.8787655Z pip pkgs/main/win-64::pip-23.2.1-py39haa95532_0 None 2023-08-09T11:44:18.8788080Z python pkgs/main/win-64::python-3.9.17-h1aa4202_0 None 2023-08-09T11:44:18.8789056Z setuptools pkgs/main/win-64::setuptools-68.0.0-py39haa95532_0 None 2023-08-09T11:44:18.8789734Z sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 None 2023-08-09T11:44:18.8790130Z tzdata pkgs/main/noarch::tzdata-2023c-h04d1e81_0 None 2023-08-09T11:44:18.8790736Z vc pkgs/main/win-64::vc-14.2-h21ff451_1 None 2023-08-09T11:44:18.8791125Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 None 2023-08-09T11:44:18.8791535Z wheel pkgs/main/win-64::wheel-0.38.4-py39haa95532_0 None 2023-08-09T11:44:18.8791762Z 2023-08-09T11:44:18.8791768Z 2023-08-09T11:44:19.1840810Z Preparing transaction: ...working... done 2023-08-09T11:44:21.8035878Z Verifying transaction: ...working... done 2023-08-09T11:44:26.4644037Z Executing transaction: ...working... done 2023-08-09T11:44:26.5472559Z Retrieving notices: ...working... done 2023-08-09T11:44:26.9211572Z + CONDA_ENV='C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' 2023-08-09T11:44:26.9212187Z + CONDA_RUN='conda run -p C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' 2023-08-09T11:44:26.9213083Z + conda run -p 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' python -m pip install 'C:\actions-runner\_work\audio\audio/test-infra/tools/pkg-helpers' 2023-08-09T11:44:34.7791980Z Processing c:\actions-runner\_work\audio\audio\test-infra\tools\pkg-helpers 2023-08-09T11:44:34.7792563Z 2023-08-09T11:44:34.7792821Z Installing build dependencies: started 2023-08-09T11:44:34.7793201Z 2023-08-09T11:44:34.7793508Z Installing build dependencies: finished with status 'done' 2023-08-09T11:44:34.7793894Z 2023-08-09T11:44:34.7794156Z Getting requirements to build wheel: started 2023-08-09T11:44:34.7794505Z 2023-08-09T11:44:34.7794938Z Getting requirements to build wheel: finished with status 'done' 2023-08-09T11:44:34.7795370Z 2023-08-09T11:44:34.7795636Z Preparing metadata (pyproject.toml): started 2023-08-09T11:44:34.7796064Z 2023-08-09T11:44:34.7796470Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-08-09T11:44:34.7796882Z 2023-08-09T11:44:34.7797227Z Building wheels for collected packages: pytorch-pkg-helpers 2023-08-09T11:44:34.7797649Z 2023-08-09T11:44:34.7798005Z Building wheel for pytorch-pkg-helpers (pyproject.toml): started 2023-08-09T11:44:34.7798443Z 2023-08-09T11:44:34.7798701Z Building wheel for pytorch-pkg-helpers (pyproject.toml): finished with status 'done' 2023-08-09T11:44:34.7798977Z 2023-08-09T11:44:34.7799344Z Created wheel for pytorch-pkg-helpers: filename=pytorch_pkg_helpers-0.1.5-py3-none-any.whl size=7635 sha256=7176fc68d6a5e8aec8e8b805e2f7ebe2c9f220f90df1a989675e5d84d3cdf235 2023-08-09T11:44:34.7799743Z 2023-08-09T11:44:34.7800073Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\79\40\bb\cbccb051a02c826be763e044218766395192bc43f46aeaaa84 2023-08-09T11:44:34.7800423Z 2023-08-09T11:44:34.7800569Z Successfully built pytorch-pkg-helpers 2023-08-09T11:44:34.7800765Z 2023-08-09T11:44:34.7800930Z Installing collected packages: pytorch-pkg-helpers 2023-08-09T11:44:34.7801153Z 2023-08-09T11:44:34.7801330Z Successfully installed pytorch-pkg-helpers-0.1.5 2023-08-09T11:44:34.7801551Z 2023-08-09T11:44:34.7801557Z 2023-08-09T11:44:34.8257057Z + BUILD_ENV_FILE='C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T11:44:34.8257727Z + conda run -p 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' python -m pytorch_pkg_helpers 2023-08-09T11:44:37.5563041Z + cat 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T11:44:37.6048465Z export BUILD_VERSION='2.1.0.dev20230809' 2023-08-09T11:44:37.6049058Z 2023-08-09T11:44:37.6049297Z export CMAKE_USE_CUDA='1' 2023-08-09T11:44:37.6049602Z 2023-08-09T11:44:37.6049821Z export CONDA_BUILD_VARIANT='cuda' 2023-08-09T11:44:37.6050127Z 2023-08-09T11:44:37.6050520Z export CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=12.1 # [not osx]' 2023-08-09T11:44:37.6051068Z 2023-08-09T11:44:37.6051378Z export CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T11:44:37.6051634Z 2023-08-09T11:44:37.6051815Z export CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T11:44:37.6052192Z 2023-08-09T11:44:37.6052332Z export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T11:44:37.6052508Z 2023-08-09T11:44:37.6052770Z export CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:44:37.6053201Z 2023-08-09T11:44:37.6053525Z export CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:44:37.6053777Z 2023-08-09T11:44:37.6053883Z export FORCE_CUDA=1 2023-08-09T11:44:37.6054036Z 2023-08-09T11:44:37.6054264Z export PATH="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1/bin:${PATH}" 2023-08-09T11:44:37.6054502Z 2023-08-09T11:44:37.6054841Z export PYTORCH_VERSION='2.1.0.dev20230808' 2023-08-09T11:44:37.6055059Z 2023-08-09T11:44:37.6055189Z export PYTORCH_VERSION_SUFFIX='' 2023-08-09T11:44:37.6055366Z 2023-08-09T11:44:37.6055528Z export TORCH_CUDA_ARCH_LIST='5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0' 2023-08-09T11:44:37.6055731Z 2023-08-09T11:44:37.6055845Z export VERSION_SUFFIX='' 2023-08-09T11:44:37.6056006Z 2023-08-09T11:44:37.6056085Z export WHEEL_DIR='' 2023-08-09T11:44:37.6056228Z 2023-08-09T11:44:37.6056234Z 2023-08-09T11:44:37.6056499Z + echo 'BUILD_ENV_FILE=C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T11:44:37.6222741Z ##[group]Run set -euxo pipefail 2023-08-09T11:44:37.6223063Z set -euxo pipefail 2023-08-09T11:44:37.6223409Z CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2023-08-09T11:44:37.6223693Z  2023-08-09T11:44:37.6223957Z if [[ "${PYTHON_VERSION}" = "3.11" ]]; then 2023-08-09T11:44:37.6224224Z  2023-08-09T11:44:37.6224502Z  if [[ "${PACKAGE_TYPE:-}" == "conda" ]]; then 2023-08-09T11:44:37.6224778Z  conda create \ 2023-08-09T11:44:37.6225088Z  --yes --quiet \ 2023-08-09T11:44:37.6225372Z  --prefix "${CONDA_ENV}" \ 2023-08-09T11:44:37.6225646Z  "python=3.8" \ 2023-08-09T11:44:37.6225870Z  cmake=3.22 \ 2023-08-09T11:44:37.6226123Z  conda-build=3.21 \ 2023-08-09T11:44:37.6226542Z  ninja=1.10 \ 2023-08-09T11:44:37.6226782Z  pkg-config=0.29 \ 2023-08-09T11:44:37.6227145Z  wheel=0.37 2023-08-09T11:44:37.6227522Z  else 2023-08-09T11:44:37.6227731Z  conda create \ 2023-08-09T11:44:37.6227981Z  --yes --quiet \ 2023-08-09T11:44:37.6228257Z  --prefix "${CONDA_ENV}" \ 2023-08-09T11:44:37.6228560Z  "python=${PYTHON_VERSION}" \ 2023-08-09T11:44:37.6228830Z  cmake=3.22 \ 2023-08-09T11:44:37.6229054Z  ninja=1.10 \ 2023-08-09T11:44:37.6229315Z  pkg-config=0.29 \ 2023-08-09T11:44:37.6229568Z  wheel=0.37 2023-08-09T11:44:37.6229776Z  fi 2023-08-09T11:44:37.6229986Z else 2023-08-09T11:44:37.6230216Z  conda create \ 2023-08-09T11:44:37.6230464Z  --yes --quiet \ 2023-08-09T11:44:37.6230714Z  --prefix "${CONDA_ENV}" \ 2023-08-09T11:44:37.6231003Z  "python=${PYTHON_VERSION}" \ 2023-08-09T11:44:37.6231271Z  cmake=3.22 \ 2023-08-09T11:44:37.6231518Z  conda-build=3.21 \ 2023-08-09T11:44:37.6231744Z  ninja=1.10 \ 2023-08-09T11:44:37.6231996Z  pkg-config=0.29 \ 2023-08-09T11:44:37.6232239Z  wheel=0.37 2023-08-09T11:44:37.6232455Z fi 2023-08-09T11:44:37.6232839Z echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}" 2023-08-09T11:44:37.6233210Z echo "CONDA_RUN=conda run -p ${CONDA_ENV}" >> "${GITHUB_ENV}" 2023-08-09T11:44:37.6260764Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T11:44:37.6261219Z env: 2023-08-09T11:44:37.6261497Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:44:37.6261775Z PYTHON_VERSION: 3.10 2023-08-09T11:44:37.6262032Z PACKAGE_TYPE: conda 2023-08-09T11:44:37.6262284Z REPOSITORY: pytorch/audio 2023-08-09T11:44:37.6262528Z REF: 2023-08-09T11:44:37.6262721Z CU_VERSION: cu121 2023-08-09T11:44:37.6262951Z CHANNEL: nightly 2023-08-09T11:44:37.6263222Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T11:44:37.6263588Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T11:44:37.6263884Z ##[endgroup] 2023-08-09T11:44:37.9361576Z + CONDA_ENV='C:\actions-runner\_work\_temp/conda_environment_5808497225' 2023-08-09T11:44:37.9362003Z + [[ 3.10 = \3\.\1\1 ]] 2023-08-09T11:44:37.9362797Z + conda create --yes --quiet --prefix 'C:\actions-runner\_work\_temp/conda_environment_5808497225' python=3.10 cmake=3.22 conda-build=3.21 ninja=1.10 pkg-config=0.29 wheel=0.37 2023-08-09T11:44:39.9433570Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T11:44:39.9443830Z Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. 2023-08-09T11:44:57.1656148Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T11:45:02.8710356Z Solving environment: ...working... done 2023-08-09T11:45:03.1370641Z 2023-08-09T11:45:03.1371054Z ## Package Plan ## 2023-08-09T11:45:03.1374591Z 2023-08-09T11:45:03.1375087Z environment location: C:\actions-runner\_work\_temp\conda_environment_5808497225 2023-08-09T11:45:03.1375858Z 2023-08-09T11:45:03.1376485Z added / updated specs: 2023-08-09T11:45:03.1377198Z - cmake=3.22 2023-08-09T11:45:03.1377636Z - conda-build=3.21 2023-08-09T11:45:03.1378222Z - ninja=1.10 2023-08-09T11:45:03.1378769Z - pkg-config=0.29 2023-08-09T11:45:03.1379258Z - python=3.10 2023-08-09T11:45:03.1379777Z - wheel=0.37 2023-08-09T11:45:03.1380085Z 2023-08-09T11:45:03.1380096Z 2023-08-09T11:45:03.1380379Z The following packages will be downloaded: 2023-08-09T11:45:03.1380752Z 2023-08-09T11:45:03.1380991Z package | build 2023-08-09T11:45:03.1382994Z ---------------------------|----------------- 2023-08-09T11:45:03.1383592Z beautifulsoup4-4.12.2 | py310haa95532_0 212 KB 2023-08-09T11:45:03.1384438Z boltons-23.0.0 | py310haa95532_0 425 KB 2023-08-09T11:45:03.1385211Z brotlipy-0.7.0 |py310h2bbff1b_1002 335 KB 2023-08-09T11:45:03.1385917Z certifi-2023.7.22 | py310haa95532_0 154 KB 2023-08-09T11:45:03.1386479Z cffi-1.15.1 | py310h2bbff1b_3 239 KB 2023-08-09T11:45:03.1387035Z chardet-4.0.0 |py310haa95532_1003 220 KB 2023-08-09T11:45:03.1387684Z colorama-0.4.6 | py310haa95532_0 32 KB 2023-08-09T11:45:03.1388627Z conda-23.7.2 | py310haa95532_0 1.0 MB 2023-08-09T11:45:03.1389244Z conda-build-3.21.9 | py310haa95532_0 555 KB 2023-08-09T11:45:03.1390017Z conda-package-handling-2.2.0| py310haa95532_0 287 KB 2023-08-09T11:45:03.1390875Z conda-package-streaming-0.9.0| py310haa95532_0 29 KB 2023-08-09T11:45:03.1391649Z cryptography-41.0.2 | py310hac1b9e3_0 1.1 MB 2023-08-09T11:45:03.1392452Z filelock-3.9.0 | py310haa95532_0 19 KB 2023-08-09T11:45:03.1393024Z glib-2.69.1 | h5dc1a3c_2 1.8 MB 2023-08-09T11:45:03.1393667Z glob2-0.7 | pyhd3eb1b0_0 12 KB 2023-08-09T11:45:03.1394199Z idna-3.4 | py310haa95532_0 97 KB 2023-08-09T11:45:03.1394704Z jinja2-3.1.2 | py310haa95532_0 215 KB 2023-08-09T11:45:03.1395255Z jsonpatch-1.32 | pyhd3eb1b0_0 15 KB 2023-08-09T11:45:03.1396004Z jsonpointer-2.1 | pyhd3eb1b0_0 9 KB 2023-08-09T11:45:03.1396345Z libarchive-3.6.2 | hb62f4d4_2 1.8 MB 2023-08-09T11:45:03.1396680Z libffi-3.4.4 | hd77b12b_0 113 KB 2023-08-09T11:45:03.1397002Z libiconv-1.16 | h2bbff1b_2 651 KB 2023-08-09T11:45:03.1397307Z liblief-0.12.3 | hd77b12b_0 2.4 MB 2023-08-09T11:45:03.1397978Z libxml2-2.10.3 | h0ad7f3c_0 2.9 MB 2023-08-09T11:45:03.1398622Z markupsafe-2.1.1 | py310h2bbff1b_0 26 KB 2023-08-09T11:45:03.1399380Z menuinst-1.4.19 | py310h59b6b97_0 94 KB 2023-08-09T11:45:03.1399842Z ninja-1.10.2 | haa95532_5 14 KB 2023-08-09T11:45:03.1400151Z packaging-23.0 | py310haa95532_0 70 KB 2023-08-09T11:45:03.1400681Z pcre-8.45 | hd77b12b_0 382 KB 2023-08-09T11:45:03.1401035Z pip-23.2.1 | py310haa95532_0 2.8 MB 2023-08-09T11:45:03.1401372Z pkg-config-0.29.2 | h8cc25b3_0 38 KB 2023-08-09T11:45:03.1401690Z pkginfo-1.9.6 | py310haa95532_0 69 KB 2023-08-09T11:45:03.1402028Z pluggy-1.0.0 | py310haa95532_1 29 KB 2023-08-09T11:45:03.1402361Z psutil-5.9.0 | py310h2bbff1b_0 353 KB 2023-08-09T11:45:03.1402698Z py-lief-0.12.3 | py310hd77b12b_0 2.0 MB 2023-08-09T11:45:03.1403011Z pycosat-0.6.4 | py310h2bbff1b_0 75 KB 2023-08-09T11:45:03.1403348Z pyopenssl-23.2.0 | py310haa95532_0 97 KB 2023-08-09T11:45:03.1403682Z pysocks-1.7.1 | py310haa95532_0 28 KB 2023-08-09T11:45:03.1404007Z python-3.10.12 | he1021f5_0 15.8 MB 2023-08-09T11:45:03.1404567Z python-libarchive-c-2.9 | pyhd3eb1b0_1 47 KB 2023-08-09T11:45:03.1405259Z pytz-2022.7 | py310haa95532_0 210 KB 2023-08-09T11:45:03.1405955Z pyyaml-6.0 | py310h2bbff1b_1 153 KB 2023-08-09T11:45:03.1406564Z requests-2.31.0 | py310haa95532_0 100 KB 2023-08-09T11:45:03.1406916Z ruamel.yaml-0.17.21 | py310h2bbff1b_0 177 KB 2023-08-09T11:45:03.1407250Z ruamel.yaml.clib-0.2.6 | py310h2bbff1b_1 101 KB 2023-08-09T11:45:03.1407608Z setuptools-68.0.0 | py310haa95532_0 934 KB 2023-08-09T11:45:03.1407946Z soupsieve-2.4 | py310haa95532_0 70 KB 2023-08-09T11:45:03.1408269Z tk-8.6.12 | h2bbff1b_0 3.1 MB 2023-08-09T11:45:03.1408561Z toolz-0.12.0 | py310haa95532_0 108 KB 2023-08-09T11:45:03.1408891Z tqdm-4.65.0 | py310h9909e9c_0 149 KB 2023-08-09T11:45:03.1409218Z urllib3-1.26.16 | py310haa95532_0 202 KB 2023-08-09T11:45:03.1409557Z win_inet_pton-1.1.0 | py310haa95532_0 9 KB 2023-08-09T11:45:03.1409875Z zstandard-0.19.0 | py310h2bbff1b_0 340 KB 2023-08-09T11:45:03.1410235Z ------------------------------------------------------------ 2023-08-09T11:45:03.1410574Z Total: 42.0 MB 2023-08-09T11:45:03.1410747Z 2023-08-09T11:45:03.1410906Z The following NEW packages will be INSTALLED: 2023-08-09T11:45:03.1411300Z 2023-08-09T11:45:03.1411770Z beautifulsoup4 pkgs/main/win-64::beautifulsoup4-4.12.2-py310haa95532_0 None 2023-08-09T11:45:03.1412613Z boltons pkgs/main/win-64::boltons-23.0.0-py310haa95532_0 None 2023-08-09T11:45:03.1413380Z brotlipy pkgs/main/win-64::brotlipy-0.7.0-py310h2bbff1b_1002 None 2023-08-09T11:45:03.1413792Z bzip2 pkgs/main/win-64::bzip2-1.0.8-he774522_0 None 2023-08-09T11:45:03.1414399Z ca-certificates pkgs/main/win-64::ca-certificates-2023.05.30-haa95532_0 None 2023-08-09T11:45:03.1414846Z certifi pkgs/main/win-64::certifi-2023.7.22-py310haa95532_0 None 2023-08-09T11:45:03.1415225Z cffi pkgs/main/win-64::cffi-1.15.1-py310h2bbff1b_3 None 2023-08-09T11:45:03.1415638Z chardet pkgs/main/win-64::chardet-4.0.0-py310haa95532_1003 None 2023-08-09T11:45:03.1416109Z charset-normalizer pkgs/main/noarch::charset-normalizer-2.0.4-pyhd3eb1b0_0 None 2023-08-09T11:45:03.1416543Z cmake pkgs/main/win-64::cmake-3.22.1-h9ad04ae_0 None 2023-08-09T11:45:03.1416919Z colorama pkgs/main/win-64::colorama-0.4.6-py310haa95532_0 None 2023-08-09T11:45:03.1417331Z conda pkgs/main/win-64::conda-23.7.2-py310haa95532_0 None 2023-08-09T11:45:03.1417757Z conda-build pkgs/main/win-64::conda-build-3.21.9-py310haa95532_0 None 2023-08-09T11:45:03.1420480Z conda-package-han~ pkgs/main/win-64::conda-package-handling-2.2.0-py310haa95532_0 None 2023-08-09T11:45:03.1421117Z conda-package-str~ pkgs/main/win-64::conda-package-streaming-0.9.0-py310haa95532_0 None 2023-08-09T11:45:03.1421610Z cryptography pkgs/main/win-64::cryptography-41.0.2-py310hac1b9e3_0 None 2023-08-09T11:45:03.1422059Z filelock pkgs/main/win-64::filelock-3.9.0-py310haa95532_0 None 2023-08-09T11:45:03.1422460Z glib pkgs/main/win-64::glib-2.69.1-h5dc1a3c_2 None 2023-08-09T11:45:03.1422839Z glob2 pkgs/main/noarch::glob2-0.7-pyhd3eb1b0_0 None 2023-08-09T11:45:03.1423230Z idna pkgs/main/win-64::idna-3.4-py310haa95532_0 None 2023-08-09T11:45:03.1423597Z jinja2 pkgs/main/win-64::jinja2-3.1.2-py310haa95532_0 None 2023-08-09T11:45:03.1424016Z jsonpatch pkgs/main/noarch::jsonpatch-1.32-pyhd3eb1b0_0 None 2023-08-09T11:45:03.1424455Z jsonpointer pkgs/main/noarch::jsonpointer-2.1-pyhd3eb1b0_0 None 2023-08-09T11:45:03.1425354Z libarchive pkgs/main/win-64::libarchive-3.6.2-hb62f4d4_2 None 2023-08-09T11:45:03.1426165Z libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_0 None 2023-08-09T11:45:03.1426893Z libiconv pkgs/main/win-64::libiconv-1.16-h2bbff1b_2 None 2023-08-09T11:45:03.1427304Z liblief pkgs/main/win-64::liblief-0.12.3-hd77b12b_0 None 2023-08-09T11:45:03.1427690Z libuv pkgs/main/win-64::libuv-1.44.2-h2bbff1b_0 None 2023-08-09T11:45:03.1428105Z libxml2 pkgs/main/win-64::libxml2-2.10.3-h0ad7f3c_0 None 2023-08-09T11:45:03.1428486Z lz4-c pkgs/main/win-64::lz4-c-1.9.4-h2bbff1b_0 None 2023-08-09T11:45:03.1428880Z markupsafe pkgs/main/win-64::markupsafe-2.1.1-py310h2bbff1b_0 None 2023-08-09T11:45:03.1429311Z menuinst pkgs/main/win-64::menuinst-1.4.19-py310h59b6b97_0 None 2023-08-09T11:45:03.1429707Z ninja pkgs/main/win-64::ninja-1.10.2-haa95532_5 None 2023-08-09T11:45:03.1430108Z ninja-base pkgs/main/win-64::ninja-base-1.10.2-h6d14046_5 None 2023-08-09T11:45:03.1430498Z openssl pkgs/main/win-64::openssl-3.0.10-h2bbff1b_0 None 2023-08-09T11:45:03.1430907Z packaging pkgs/main/win-64::packaging-23.0-py310haa95532_0 None 2023-08-09T11:45:03.1431312Z pcre pkgs/main/win-64::pcre-8.45-hd77b12b_0 None 2023-08-09T11:45:03.1432087Z pip pkgs/main/win-64::pip-23.2.1-py310haa95532_0 None 2023-08-09T11:45:03.1432894Z pkg-config pkgs/main/win-64::pkg-config-0.29.2-h8cc25b3_0 None 2023-08-09T11:45:03.1433667Z pkginfo pkgs/main/win-64::pkginfo-1.9.6-py310haa95532_0 None 2023-08-09T11:45:03.1434102Z pluggy pkgs/main/win-64::pluggy-1.0.0-py310haa95532_1 None 2023-08-09T11:45:03.1434508Z psutil pkgs/main/win-64::psutil-5.9.0-py310h2bbff1b_0 None 2023-08-09T11:45:03.1434920Z py-lief pkgs/main/win-64::py-lief-0.12.3-py310hd77b12b_0 None 2023-08-09T11:45:03.1435347Z pycosat pkgs/main/win-64::pycosat-0.6.4-py310h2bbff1b_0 None 2023-08-09T11:45:03.1435929Z pycparser pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0 None 2023-08-09T11:45:03.1436376Z pyopenssl pkgs/main/win-64::pyopenssl-23.2.0-py310haa95532_0 None 2023-08-09T11:45:03.1436801Z pysocks pkgs/main/win-64::pysocks-1.7.1-py310haa95532_0 None 2023-08-09T11:45:03.1437201Z python pkgs/main/win-64::python-3.10.12-he1021f5_0 None 2023-08-09T11:45:03.1437658Z python-libarchive~ pkgs/main/noarch::python-libarchive-c-2.9-pyhd3eb1b0_1 None 2023-08-09T11:45:03.1438084Z pytz pkgs/main/win-64::pytz-2022.7-py310haa95532_0 None 2023-08-09T11:45:03.1438790Z pyyaml pkgs/main/win-64::pyyaml-6.0-py310h2bbff1b_1 None 2023-08-09T11:45:03.1439591Z requests pkgs/main/win-64::requests-2.31.0-py310haa95532_0 None 2023-08-09T11:45:03.1440435Z ruamel.yaml pkgs/main/win-64::ruamel.yaml-0.17.21-py310h2bbff1b_0 None 2023-08-09T11:45:03.1441135Z ruamel.yaml.clib pkgs/main/win-64::ruamel.yaml.clib-0.2.6-py310h2bbff1b_1 None 2023-08-09T11:45:03.1441613Z setuptools pkgs/main/win-64::setuptools-68.0.0-py310haa95532_0 None 2023-08-09T11:45:03.1442054Z six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1 None 2023-08-09T11:45:03.1442458Z soupsieve pkgs/main/win-64::soupsieve-2.4-py310haa95532_0 None 2023-08-09T11:45:03.1442867Z sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 None 2023-08-09T11:45:03.1443238Z tk pkgs/main/win-64::tk-8.6.12-h2bbff1b_0 None 2023-08-09T11:45:03.1443589Z toolz pkgs/main/win-64::toolz-0.12.0-py310haa95532_0 None 2023-08-09T11:45:03.1443975Z tqdm pkgs/main/win-64::tqdm-4.65.0-py310h9909e9c_0 None 2023-08-09T11:45:03.1444361Z tzdata pkgs/main/noarch::tzdata-2023c-h04d1e81_0 None 2023-08-09T11:45:03.1444758Z urllib3 pkgs/main/win-64::urllib3-1.26.16-py310haa95532_0 None 2023-08-09T11:45:03.1445150Z vc pkgs/main/win-64::vc-14.2-h21ff451_1 None 2023-08-09T11:45:03.1445931Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 None 2023-08-09T11:45:03.1446717Z wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0 None 2023-08-09T11:45:03.1447527Z win_inet_pton pkgs/main/win-64::win_inet_pton-1.1.0-py310haa95532_0 None 2023-08-09T11:45:03.1447927Z xz pkgs/main/win-64::xz-5.4.2-h8cc25b3_0 None 2023-08-09T11:45:03.1448260Z yaml pkgs/main/win-64::yaml-0.2.5-he774522_0 None 2023-08-09T11:45:03.1448621Z zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0 None 2023-08-09T11:45:03.1449028Z zstandard pkgs/main/win-64::zstandard-0.19.0-py310h2bbff1b_0 None 2023-08-09T11:45:03.1449425Z zstd pkgs/main/win-64::zstd-1.5.5-hd43e919_0 None 2023-08-09T11:45:03.1449626Z 2023-08-09T11:45:19.2958858Z 2023-08-09T11:45:20.7883760Z Preparing transaction: ...working... done 2023-08-09T11:45:25.1004026Z Verifying transaction: ...working... done 2023-08-09T11:45:36.9020425Z Executing transaction: ...working... done 2023-08-09T11:45:37.0121803Z Retrieving notices: ...working... done 2023-08-09T11:45:37.7540675Z + echo 'CONDA_ENV=C:\actions-runner\_work\_temp/conda_environment_5808497225' 2023-08-09T11:45:37.7546189Z + echo 'CONDA_RUN=conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225' 2023-08-09T11:45:37.7746742Z ##[group]Run # //\\// means replace every backslash with slash 2023-08-09T11:45:37.7747210Z # //\\// means replace every backslash with slash 2023-08-09T11:45:37.7747804Z echo "SOURCE_ROOT_DIR=${GITHUB_WORKSPACE//\\//}/${REPOSITORY}" >> "${GITHUB_ENV}" 2023-08-09T11:45:37.7775685Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T11:45:37.7775981Z env: 2023-08-09T11:45:37.7776236Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:45:37.7776540Z PYTHON_VERSION: 3.10 2023-08-09T11:45:37.7776799Z PACKAGE_TYPE: conda 2023-08-09T11:45:37.7777294Z REPOSITORY: pytorch/audio 2023-08-09T11:45:37.7777520Z REF: 2023-08-09T11:45:37.7777735Z CU_VERSION: cu121 2023-08-09T11:45:37.7777967Z CHANNEL: nightly 2023-08-09T11:45:37.7778210Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T11:45:37.7778578Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T11:45:37.7779270Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T11:45:37.7779762Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T11:45:37.7780328Z ##[endgroup] 2023-08-09T11:45:38.1138828Z ##[group]Run export VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T11:45:38.1139272Z export VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T11:45:38.1139595Z export VSDEVCMD_ARGS='' 2023-08-09T11:45:38.1139887Z source "${BUILD_ENV_FILE}" 2023-08-09T11:45:38.1140213Z source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh 2023-08-09T11:45:38.1140641Z conda install -yq conda-build "conda-package-handling!=1.5.0" 2023-08-09T11:45:38.1140993Z  2023-08-09T11:45:38.1141221Z conda build \ 2023-08-09T11:45:38.1141472Z  -c defaults \ 2023-08-09T11:45:38.1141731Z  -c "${CUDATOOLKIT_CHANNEL}" \ 2023-08-09T11:45:38.1142030Z  -c "pytorch-${CHANNEL}" \ 2023-08-09T11:45:38.1142327Z  --no-anaconda-upload \ 2023-08-09T11:45:38.1144432Z  --python "${PYTHON_VERSION}" \ 2023-08-09T11:45:38.1144751Z  packaging/$VSTOOLCHAIN_PACKAGE 2023-08-09T11:45:38.1145284Z cp packaging/$VSTOOLCHAIN_PACKAGE/conda_build_config.yaml packaging/$PACKAGE_NAME/conda_build_config.yaml 2023-08-09T11:45:38.1180460Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T11:45:38.1180760Z env: 2023-08-09T11:45:38.1181021Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:45:38.1181329Z PYTHON_VERSION: 3.10 2023-08-09T11:45:38.1183411Z PACKAGE_TYPE: conda 2023-08-09T11:45:38.1183730Z REPOSITORY: pytorch/audio 2023-08-09T11:45:38.1183957Z REF: 2023-08-09T11:45:38.1184180Z CU_VERSION: cu121 2023-08-09T11:45:38.1184417Z CHANNEL: nightly 2023-08-09T11:45:38.1184692Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T11:45:38.1185037Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T11:45:38.1185469Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T11:45:38.1185925Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T11:45:38.1186379Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T11:45:38.1186693Z CUDATOOLKIT_CHANNEL: 2023-08-09T11:45:38.1186957Z PACKAGE_NAME: torchaudio 2023-08-09T11:45:38.1187213Z ##[endgroup] 2023-08-09T11:45:41.6632349Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T11:45:44.1124564Z Solving environment: ...working... done 2023-08-09T11:46:09.4629285Z 2023-08-09T11:46:09.4629949Z ## Package Plan ## 2023-08-09T11:46:09.4630342Z 2023-08-09T11:46:09.4630645Z environment location: C:\Jenkins\Miniconda3 2023-08-09T11:46:09.4633891Z 2023-08-09T11:46:09.4634191Z added / updated specs: 2023-08-09T11:46:09.4634666Z - conda-build 2023-08-09T11:46:09.4636207Z - conda-package-handling!=1.5.0 2023-08-09T11:46:09.4636619Z 2023-08-09T11:46:09.4636632Z 2023-08-09T11:46:09.4636933Z The following packages will be downloaded: 2023-08-09T11:46:09.4637320Z 2023-08-09T11:46:09.4637577Z package | build 2023-08-09T11:46:09.4640880Z ---------------------------|----------------- 2023-08-09T11:46:09.4641705Z beautifulsoup4-4.12.2 | py39haa95532_0 209 KB 2023-08-09T11:46:09.4642427Z boltons-23.0.0 | py39haa95532_0 421 KB 2023-08-09T11:46:09.4643087Z certifi-2023.7.22 | py39haa95532_0 154 KB 2023-08-09T11:46:09.4643743Z chardet-4.0.0 |py39haa95532_1003 212 KB 2023-08-09T11:46:09.4644740Z click-8.0.4 | py39haa95532_0 155 KB 2023-08-09T11:46:09.4645338Z conda-23.7.2 | py39haa95532_0 1.0 MB 2023-08-09T11:46:09.4645982Z conda-build-3.26.0 | py39haa95532_0 597 KB 2023-08-09T11:46:09.4646650Z conda-index-0.2.3 | py39haa95532_0 198 KB 2023-08-09T11:46:09.4647366Z conda-package-handling-2.2.0| py39haa95532_0 287 KB 2023-08-09T11:46:09.4650763Z conda-package-streaming-0.9.0| py39haa95532_0 29 KB 2023-08-09T11:46:09.4651588Z filelock-3.9.0 | py39haa95532_0 19 KB 2023-08-09T11:46:09.4652229Z jinja2-3.1.2 | py39haa95532_0 211 KB 2023-08-09T11:46:09.4652886Z libarchive-3.6.2 | h2033e3e_1 1.8 MB 2023-08-09T11:46:09.4653557Z m2-msys2-runtime-2.5.0.17080.65c939c| 3 3.0 MB 2023-08-09T11:46:09.4654252Z m2-patch-2.7.5 | 2 89 KB 2023-08-09T11:46:09.4654907Z markupsafe-2.1.1 | py39h2bbff1b_0 26 KB 2023-08-09T11:46:09.4655596Z more-itertools-8.12.0 | pyhd3eb1b0_0 49 KB 2023-08-09T11:46:09.4656290Z msys2-conda-epoch-20160418 | 1 2 KB 2023-08-09T11:46:09.4656925Z openssl-1.1.1v | h2bbff1b_0 5.5 MB 2023-08-09T11:46:09.4657569Z packaging-23.0 | py39haa95532_0 69 KB 2023-08-09T11:46:09.4658211Z pkginfo-1.9.6 | py39haa95532_0 69 KB 2023-08-09T11:46:09.4658863Z psutil-5.9.0 | py39h2bbff1b_0 349 KB 2023-08-09T11:46:09.4659475Z py-lief-0.12.3 | py39hd77b12b_0 2.0 MB 2023-08-09T11:46:09.4660092Z pytz-2022.7 | py39haa95532_0 210 KB 2023-08-09T11:46:09.4660704Z soupsieve-2.4 | py39haa95532_0 70 KB 2023-08-09T11:46:09.4661355Z tomli-2.0.1 | py39haa95532_0 25 KB 2023-08-09T11:46:09.4661969Z zstandard-0.19.0 | py39h2bbff1b_0 340 KB 2023-08-09T11:46:09.4662674Z ------------------------------------------------------------ 2023-08-09T11:46:09.4663327Z Total: 16.9 MB 2023-08-09T11:46:09.4663659Z 2023-08-09T11:46:09.4663959Z The following NEW packages will be INSTALLED: 2023-08-09T11:46:09.4664347Z 2023-08-09T11:46:09.4664832Z beautifulsoup4 pkgs/main/win-64::beautifulsoup4-4.12.2-py39haa95532_0 None 2023-08-09T11:46:09.4665663Z boltons pkgs/main/win-64::boltons-23.0.0-py39haa95532_0 None 2023-08-09T11:46:09.4666462Z chardet pkgs/main/win-64::chardet-4.0.0-py39haa95532_1003 None 2023-08-09T11:46:09.4667239Z click pkgs/main/win-64::click-8.0.4-py39haa95532_0 None 2023-08-09T11:46:09.4668036Z conda-build pkgs/main/win-64::conda-build-3.26.0-py39haa95532_0 None 2023-08-09T11:46:09.4668892Z conda-index pkgs/main/win-64::conda-index-0.2.3-py39haa95532_0 None 2023-08-09T11:46:09.4669830Z conda-package-str~ pkgs/main/win-64::conda-package-streaming-0.9.0-py39haa95532_0 None 2023-08-09T11:46:09.4670750Z filelock pkgs/main/win-64::filelock-3.9.0-py39haa95532_0 None 2023-08-09T11:46:09.4671531Z glob2 pkgs/main/noarch::glob2-0.7-pyhd3eb1b0_0 None 2023-08-09T11:46:09.4672313Z jinja2 pkgs/main/win-64::jinja2-3.1.2-py39haa95532_0 None 2023-08-09T11:46:09.4673097Z jsonpatch pkgs/main/noarch::jsonpatch-1.32-pyhd3eb1b0_0 None 2023-08-09T11:46:09.4673956Z jsonpointer pkgs/main/noarch::jsonpointer-2.1-pyhd3eb1b0_0 None 2023-08-09T11:46:09.4674789Z libarchive pkgs/main/win-64::libarchive-3.6.2-h2033e3e_1 None 2023-08-09T11:46:09.4675574Z libiconv pkgs/main/win-64::libiconv-1.16-h2bbff1b_2 None 2023-08-09T11:46:09.4676335Z liblief pkgs/main/win-64::liblief-0.12.3-hd77b12b_0 None 2023-08-09T11:46:09.4678453Z libxml2 pkgs/main/win-64::libxml2-2.10.3-h0ad7f3c_0 None 2023-08-09T11:46:09.4679289Z m2-msys2-runtime pkgs/msys2/win-64::m2-msys2-runtime-2.5.0.17080.65c939c-3 None 2023-08-09T11:46:09.4680071Z m2-patch pkgs/msys2/win-64::m2-patch-2.7.5-2 None 2023-08-09T11:46:09.4680826Z markupsafe pkgs/main/win-64::markupsafe-2.1.1-py39h2bbff1b_0 None 2023-08-09T11:46:09.4681716Z more-itertools pkgs/main/noarch::more-itertools-8.12.0-pyhd3eb1b0_0 None 2023-08-09T11:46:09.4683786Z msys2-conda-epoch pkgs/msys2/win-64::msys2-conda-epoch-20160418-1 None 2023-08-09T11:46:09.4684885Z packaging pkgs/main/win-64::packaging-23.0-py39haa95532_0 None 2023-08-09T11:46:09.4685696Z pkginfo pkgs/main/win-64::pkginfo-1.9.6-py39haa95532_0 None 2023-08-09T11:46:09.4686490Z psutil pkgs/main/win-64::psutil-5.9.0-py39h2bbff1b_0 None 2023-08-09T11:46:09.4687317Z py-lief pkgs/main/win-64::py-lief-0.12.3-py39hd77b12b_0 None 2023-08-09T11:46:09.4688181Z python-libarchive~ pkgs/main/noarch::python-libarchive-c-2.9-pyhd3eb1b0_1 None 2023-08-09T11:46:09.4689084Z pytz pkgs/main/win-64::pytz-2022.7-py39haa95532_0 None 2023-08-09T11:46:09.4689876Z soupsieve pkgs/main/win-64::soupsieve-2.4-py39haa95532_0 None 2023-08-09T11:46:09.4690648Z tomli pkgs/main/win-64::tomli-2.0.1-py39haa95532_0 None 2023-08-09T11:46:09.4691394Z zstandard pkgs/main/win-64::zstandard-0.19.0-py39h2bbff1b_0 None 2023-08-09T11:46:09.4691813Z 2023-08-09T11:46:09.4692103Z The following packages will be UPDATED: 2023-08-09T11:46:09.4692464Z 2023-08-09T11:46:09.4692815Z certifi 2023.5.7-py39haa95532_0 --> 2023.7.22-py39haa95532_0 None 2023-08-09T11:46:09.4693561Z conda 22.9.0-py39haa95532_0 --> 23.7.2-py39haa95532_0 None 2023-08-09T11:46:09.4694339Z conda-package-han~ 1.9.0-py39h8cc25b3_1 --> 2.2.0-py39haa95532_0 None 2023-08-09T11:46:09.4695132Z openssl 1.1.1t-h2bbff1b_0 --> 1.1.1v-h2bbff1b_0 None 2023-08-09T11:46:09.4695517Z 2023-08-09T11:46:09.4695529Z 2023-08-09T11:46:09.9532560Z Preparing transaction: ...working... done 2023-08-09T11:46:11.0792650Z Verifying transaction: ...working... done 2023-08-09T11:46:19.4807061Z Executing transaction: ...working... done 2023-08-09T11:46:20.0273858Z Retrieving notices: ...working... done 2023-08-09T11:46:24.2729797Z WARNING: No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.22 2023-08-09T11:46:24.3640933Z Adding in variants from internal_defaults 2023-08-09T11:46:24.3642066Z Adding in variants from C:\actions-runner\_work\audio\audio\pytorch\audio\packaging\vs2019\conda_build_config.yaml 2023-08-09T11:46:24.3643047Z Adding in variants from config.variant 2023-08-09T11:46:24.3781356Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:499: UserWarning: The environment variable 'VSDEVCMD_ARGS' is being passed through with value ''. If you are splitting build and test phases with --no-test, please ensure that this value is also set similarly at test time. 2023-08-09T11:46:24.3782884Z warnings.warn( 2023-08-09T11:46:24.6029841Z Attempting to finalize metadata for vs2019_win-64 2023-08-09T11:46:48.4956884Z WARNING: Using legacy MSVC compiler setup. This will be removed in conda-build 4.0. If this recipe does not use a compiler, this message is safe to ignore. Otherwise, use {{compiler('')}} jinja2 in requirements/build. 2023-08-09T11:46:48.5182399Z BUILD START: ['vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2'] 2023-08-09T11:46:48.5182961Z source tree in: C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work 2023-08-09T11:46:48.5183371Z Packaging vs2019_win-64 2023-08-09T11:46:48.5508923Z Packaging vs2019_win-64-15.4.27004.2010-h4f2c42c_0 2023-08-09T11:46:48.6385517Z 2023-08-09T11:46:48.6386436Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda_hook.bat" 2023-08-09T11:46:48.6565160Z 2023-08-09T11:46:48.6566248Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda.bat" activate --stack "C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env" 2023-08-09T11:46:49.0858226Z 2023-08-09T11:46:49.0859255Z EnvironmentLocationNotFound: Not a conda environment: C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env 2023-08-09T11:46:49.0859666Z 2023-08-09T11:46:49.1295117Z 2023-08-09T11:46:49.1296478Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work>set YEAR=2019 2023-08-09T11:46:49.1299767Z 2023-08-09T11:46:49.1300995Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work>set VER=16 2023-08-09T11:46:49.1303967Z 2023-08-09T11:46:49.1304712Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work>mkdir "C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d" 2023-08-09T11:46:49.1315346Z 2023-08-09T11:46:49.1316632Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work>COPY "C:\actions-runner\_work\audio\audio\pytorch\audio\packaging\vs2019\activate.bat" "C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1337147Z 1 file(s) copied. 2023-08-09T11:46:49.1348376Z 2023-08-09T11:46:49.1350008Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work>IF "win-64" == "win-64" ( 2023-08-09T11:46:49.1350837Z set "target_platform=amd64" 2023-08-09T11:46:49.1352045Z echo SET "CMAKE_GENERATOR=Visual Studio 16 2019 Win64" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1353511Z echo pushd "%VSINSTALLDIR%" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1354373Z IF "" == "" ( 2023-08-09T11:46:49.1355295Z echo CALL "VC\Auxiliary\Build\vcvarsall.bat" x64 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1357268Z echo popd 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1358443Z echo pushd "%VSINSTALLDIR%" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1359600Z ) ELSE ( 2023-08-09T11:46:49.1361165Z echo CALL "VC\Auxiliary\Build\vcvarsall.bat" x64 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1362509Z echo popd 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1363753Z echo pushd "%VSINSTALLDIR%" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1364560Z ) 2023-08-09T11:46:49.1365449Z echo popd 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1366343Z ) else ( 2023-08-09T11:46:49.1366926Z set "target_platform=x86" 2023-08-09T11:46:49.1367953Z echo SET "CMAKE_GENERATOR=Visual Studio 16 2019" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1369280Z echo pushd "%VSINSTALLDIR%" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1370608Z echo CALL "VC\Auxiliary\Build\vcvars32.bat" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T11:46:49.1371511Z echo popd 2023-08-09T11:46:49.1371978Z ) 2023-08-09T11:46:51.0186160Z WARNING: Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away. 2023-08-09T11:46:51.0341639Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T11:46:51.0357420Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=noarch db_filename=C:\Jenkins\Miniconda3\conda-bld\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:51.0359317Z DEBUG:conda_index.index.sqlitecache:noarch listdir 2023-08-09T11:46:51.0361510Z DEBUG:conda_index.index.sqlitecache:noarch save fs state 2023-08-09T11:46:51.0384168Z DEBUG:conda_index.index:noarch find packages to extract 2023-08-09T11:46:51.0389935Z DEBUG:conda_index.index:noarch extract 0 packages 2023-08-09T11:46:51.0391600Z INFO:conda_index.index:noarch cached 0 B from 0 packages at 0 B/second 2023-08-09T11:46:51.0401925Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=win-64 db_filename=C:\Jenkins\Miniconda3\conda-bld\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:51.0403208Z DEBUG:conda_index.index.sqlitecache:win-64 listdir 2023-08-09T11:46:51.0405655Z DEBUG:conda_index.index.sqlitecache:win-64 save fs state 2023-08-09T11:46:51.0548878Z DEBUG:conda_index.index:win-64 find packages to extract 2023-08-09T11:46:51.0553530Z DEBUG:conda_index.index:win-64 extract 1 packages 2023-08-09T11:46:51.0555782Z DEBUG:conda_index.index.sqlitecache:cache win-64/vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2 2023-08-09T11:46:51.0663726Z INFO:conda_index.index:win-64 cached 5 KB from 1 packages at 426 KB/second 2023-08-09T11:46:51.1059335Z INFO:conda_index.index:Subdir: noarch Gathering repodata 2023-08-09T11:46:51.1063097Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=noarch db_filename=C:\Jenkins\Miniconda3\conda-bld\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:51.1083457Z INFO:conda_index.index:noarch Writing pre-patch repodata 2023-08-09T11:46:51.1089793Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\noarch\repodata_from_packages.json to C:\Jenkins\Miniconda3\conda-bld\noarch\repodata_from_packages.json 2023-08-09T11:46:51.1099379Z INFO:conda_index.index:noarch Applying patch instructions 2023-08-09T11:46:51.1101357Z INFO:conda_index.index:noarch Writing patched repodata 2023-08-09T11:46:51.1102135Z DEBUG:conda_index.index:noarch write patched repodata 2023-08-09T11:46:51.1108215Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\noarch\repodata.json to C:\Jenkins\Miniconda3\conda-bld\noarch\repodata.json 2023-08-09T11:46:51.1116826Z INFO:conda_index.index:noarch Building current_repodata subset 2023-08-09T11:46:51.1117722Z DEBUG:conda_index.index:noarch build current_repodata 2023-08-09T11:46:51.1200604Z INFO:conda_index.index:noarch Writing current_repodata subset 2023-08-09T11:46:51.1201416Z DEBUG:conda_index.index:noarch write current_repodata 2023-08-09T11:46:51.1208083Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\noarch\current_repodata.json to C:\Jenkins\Miniconda3\conda-bld\noarch\current_repodata.json 2023-08-09T11:46:51.1219795Z INFO:conda_index.index:noarch Writing index HTML 2023-08-09T11:46:51.1220487Z DEBUG:conda_index.index:noarch write index.html 2023-08-09T11:46:51.1359574Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\noarch\index.html to C:\Jenkins\Miniconda3\conda-bld\noarch\index.html 2023-08-09T11:46:51.1377049Z DEBUG:conda_index.index:noarch finish 2023-08-09T11:46:51.1378129Z INFO:conda_index.index:Completed noarch 2023-08-09T11:46:51.1378886Z INFO:conda_index.index:Subdir: win-64 Gathering repodata 2023-08-09T11:46:51.1381636Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=win-64 db_filename=C:\Jenkins\Miniconda3\conda-bld\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:51.1401539Z INFO:conda_index.index:win-64 Writing pre-patch repodata 2023-08-09T11:46:51.1408090Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\repodata_from_packages.json to C:\Jenkins\Miniconda3\conda-bld\win-64\repodata_from_packages.json 2023-08-09T11:46:51.1430842Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\repodata_from_packages.json.bz2 to C:\Jenkins\Miniconda3\conda-bld\win-64\repodata_from_packages.json.bz2 2023-08-09T11:46:51.1451287Z DEBUG:conda_index.index:_maybe_remove C:\Jenkins\Miniconda3\conda-bld\win-64\repodata_from_packages.json.zst from C:\Jenkins\Miniconda3\conda-bld\win-64\repodata_from_packages.json.zst 2023-08-09T11:46:51.1452593Z INFO:conda_index.index:win-64 Applying patch instructions 2023-08-09T11:46:51.1453379Z INFO:conda_index.index:win-64 Writing patched repodata 2023-08-09T11:46:51.1456535Z DEBUG:conda_index.index:win-64 write patched repodata 2023-08-09T11:46:51.1457696Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\repodata.json to C:\Jenkins\Miniconda3\conda-bld\win-64\repodata.json 2023-08-09T11:46:51.1480770Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\repodata.json.bz2 to C:\Jenkins\Miniconda3\conda-bld\win-64\repodata.json.bz2 2023-08-09T11:46:51.1497641Z DEBUG:conda_index.index:_maybe_remove C:\Jenkins\Miniconda3\conda-bld\win-64\repodata.json.zst from C:\Jenkins\Miniconda3\conda-bld\win-64\repodata.json.zst 2023-08-09T11:46:51.1499100Z INFO:conda_index.index:win-64 Building current_repodata subset 2023-08-09T11:46:51.1499879Z DEBUG:conda_index.index:win-64 build current_repodata 2023-08-09T11:46:51.1570286Z INFO:conda_index.index:win-64 Writing current_repodata subset 2023-08-09T11:46:51.1571139Z DEBUG:conda_index.index:win-64 write current_repodata 2023-08-09T11:46:51.1576577Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\current_repodata.json to C:\Jenkins\Miniconda3\conda-bld\win-64\current_repodata.json 2023-08-09T11:46:51.1599944Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\current_repodata.json.bz2 to C:\Jenkins\Miniconda3\conda-bld\win-64\current_repodata.json.bz2 2023-08-09T11:46:51.1616019Z DEBUG:conda_index.index:_maybe_remove C:\Jenkins\Miniconda3\conda-bld\win-64\current_repodata.json.zst from C:\Jenkins\Miniconda3\conda-bld\win-64\current_repodata.json.zst 2023-08-09T11:46:51.1616805Z INFO:conda_index.index:win-64 Writing index HTML 2023-08-09T11:46:51.1617766Z DEBUG:conda_index.index:win-64 write index.html 2023-08-09T11:46:51.1754956Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\index.html to C:\Jenkins\Miniconda3\conda-bld\win-64\index.html 2023-08-09T11:46:51.1772090Z DEBUG:conda_index.index:win-64 finish 2023-08-09T11:46:51.1773309Z INFO:conda_index.index:Completed win-64 2023-08-09T11:46:51.1778308Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T11:46:51.1782436Z INFO:conda_index.index:Channeldata subdir: noarch 2023-08-09T11:46:51.1784408Z DEBUG:conda_index.index:noarch read repodata 2023-08-09T11:46:51.1789806Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=noarch db_filename=C:\Jenkins\Miniconda3\conda-bld\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:51.1791260Z DEBUG:conda_index.index:noarch channeldata finished 2023-08-09T11:46:51.1791961Z INFO:conda_index.index:Channeldata subdir: win-64 2023-08-09T11:46:51.1793085Z DEBUG:conda_index.index:win-64 read repodata 2023-08-09T11:46:51.1797825Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=win-64 db_filename=C:\Jenkins\Miniconda3\conda-bld\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:51.1820021Z DEBUG:conda_index.index:win-64 channeldata finished 2023-08-09T11:46:51.1997252Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\index.html to C:\Jenkins\Miniconda3\conda-bld\index.html 2023-08-09T11:46:51.2013287Z DEBUG:conda_index.index:write channeldata 2023-08-09T11:46:51.2018777Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\channeldata.json to C:\Jenkins\Miniconda3\conda-bld\channeldata.json 2023-08-09T11:46:51.8571355Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T11:46:51.8585967Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=noarch db_filename=C:\Jenkins\Miniconda3\conda-bld\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:51.8588917Z DEBUG:conda_index.index.sqlitecache:noarch listdir 2023-08-09T11:46:51.8590810Z DEBUG:conda_index.index.sqlitecache:noarch save fs state 2023-08-09T11:46:51.8606119Z DEBUG:conda_index.index:noarch find packages to extract 2023-08-09T11:46:51.8610620Z DEBUG:conda_index.index:noarch extract 0 packages 2023-08-09T11:46:51.8611859Z INFO:conda_index.index:noarch cached 0 B from 0 packages at 0 B/second 2023-08-09T11:46:51.8621703Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=win-64 db_filename=C:\Jenkins\Miniconda3\conda-bld\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:51.8622801Z DEBUG:conda_index.index.sqlitecache:win-64 listdir 2023-08-09T11:46:51.8623722Z DEBUG:conda_index.index.sqlitecache:win-64 save fs state 2023-08-09T11:46:51.9136294Z DEBUG:conda_index.index:win-64 find packages to extract 2023-08-09T11:46:51.9140656Z DEBUG:conda_index.index:win-64 extract 0 packages 2023-08-09T11:46:51.9141672Z INFO:conda_index.index:win-64 cached 0 B from 0 packages at 0 B/second 2023-08-09T11:46:52.0071482Z INFO:conda_index.index:Subdir: noarch Gathering repodata 2023-08-09T11:46:52.0074608Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=noarch db_filename=C:\Jenkins\Miniconda3\conda-bld\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:52.0095484Z INFO:conda_index.index:noarch Writing pre-patch repodata 2023-08-09T11:46:52.0101348Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\noarch\repodata_from_packages.json to C:\Jenkins\Miniconda3\conda-bld\noarch\repodata_from_packages.json 2023-08-09T11:46:52.0110218Z INFO:conda_index.index:noarch Applying patch instructions 2023-08-09T11:46:52.0114458Z INFO:conda_index.index:noarch Writing patched repodata 2023-08-09T11:46:52.0115315Z DEBUG:conda_index.index:noarch write patched repodata 2023-08-09T11:46:52.0118132Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\noarch\repodata.json to C:\Jenkins\Miniconda3\conda-bld\noarch\repodata.json 2023-08-09T11:46:52.0128693Z INFO:conda_index.index:noarch Building current_repodata subset 2023-08-09T11:46:52.0129472Z DEBUG:conda_index.index:noarch build current_repodata 2023-08-09T11:46:52.0198619Z INFO:conda_index.index:noarch Writing current_repodata subset 2023-08-09T11:46:52.0199481Z DEBUG:conda_index.index:noarch write current_repodata 2023-08-09T11:46:52.0204232Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\noarch\current_repodata.json to C:\Jenkins\Miniconda3\conda-bld\noarch\current_repodata.json 2023-08-09T11:46:52.0212918Z INFO:conda_index.index:noarch Writing index HTML 2023-08-09T11:46:52.0213633Z DEBUG:conda_index.index:noarch write index.html 2023-08-09T11:46:52.0378769Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\noarch\index.html to C:\Jenkins\Miniconda3\conda-bld\noarch\index.html 2023-08-09T11:46:52.0402947Z DEBUG:conda_index.index:noarch finish 2023-08-09T11:46:52.0403688Z INFO:conda_index.index:Completed noarch 2023-08-09T11:46:52.0404855Z INFO:conda_index.index:Subdir: win-64 Gathering repodata 2023-08-09T11:46:52.0408192Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=win-64 db_filename=C:\Jenkins\Miniconda3\conda-bld\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:52.0432563Z INFO:conda_index.index:win-64 Writing pre-patch repodata 2023-08-09T11:46:52.0439224Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\repodata_from_packages.json to C:\Jenkins\Miniconda3\conda-bld\win-64\repodata_from_packages.json 2023-08-09T11:46:52.0451643Z INFO:conda_index.index:win-64 Applying patch instructions 2023-08-09T11:46:52.0454571Z INFO:conda_index.index:win-64 Writing patched repodata 2023-08-09T11:46:52.0455356Z DEBUG:conda_index.index:win-64 write patched repodata 2023-08-09T11:46:52.0460494Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\repodata.json to C:\Jenkins\Miniconda3\conda-bld\win-64\repodata.json 2023-08-09T11:46:52.0472638Z INFO:conda_index.index:win-64 Building current_repodata subset 2023-08-09T11:46:52.0473454Z DEBUG:conda_index.index:win-64 build current_repodata 2023-08-09T11:46:52.0563544Z INFO:conda_index.index:win-64 Writing current_repodata subset 2023-08-09T11:46:52.0564366Z DEBUG:conda_index.index:win-64 write current_repodata 2023-08-09T11:46:52.0571423Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\current_repodata.json to C:\Jenkins\Miniconda3\conda-bld\win-64\current_repodata.json 2023-08-09T11:46:52.0583190Z INFO:conda_index.index:win-64 Writing index HTML 2023-08-09T11:46:52.0583987Z DEBUG:conda_index.index:win-64 write index.html 2023-08-09T11:46:52.0735970Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\win-64\index.html to C:\Jenkins\Miniconda3\conda-bld\win-64\index.html 2023-08-09T11:46:52.0762715Z DEBUG:conda_index.index:win-64 finish 2023-08-09T11:46:52.0763479Z INFO:conda_index.index:Completed win-64 2023-08-09T11:46:52.0769211Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T11:46:52.0773189Z INFO:conda_index.index:Channeldata subdir: noarch 2023-08-09T11:46:52.0774297Z DEBUG:conda_index.index:noarch read repodata 2023-08-09T11:46:52.0779747Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=noarch db_filename=C:\Jenkins\Miniconda3\conda-bld\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:52.0780735Z DEBUG:conda_index.index:noarch channeldata finished 2023-08-09T11:46:52.0781794Z INFO:conda_index.index:Channeldata subdir: win-64 2023-08-09T11:46:52.0782590Z DEBUG:conda_index.index:win-64 read repodata 2023-08-09T11:46:52.0788175Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\Jenkins\Miniconda3\conda-bld, subdir=win-64 db_filename=C:\Jenkins\Miniconda3\conda-bld\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T11:46:52.0818297Z DEBUG:conda_index.index:win-64 channeldata finished 2023-08-09T11:46:52.1008232Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\index.html to C:\Jenkins\Miniconda3\conda-bld\index.html 2023-08-09T11:46:52.1027787Z DEBUG:conda_index.index:write channeldata 2023-08-09T11:46:52.1035239Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\channeldata.json to C:\Jenkins\Miniconda3\conda-bld\channeldata.json 2023-08-09T11:46:52.1056759Z WARNING: Multiple meta files found. The meta.yaml file in the base directory (C:\Users\RUNNER~1\AppData\Local\Temp\tmpmy8n8o6s\info\recipe) will be used. 2023-08-09T11:46:52.2842202Z 2023-08-09T11:46:52.2842912Z Resource usage statistics from bundling vs2019_win-64: 2023-08-09T11:46:52.2843615Z Process count: 1 2023-08-09T11:46:52.2844146Z CPU time: Sys=-, User=- 2023-08-09T11:46:52.2844619Z Memory: 1.9M 2023-08-09T11:46:52.2845017Z Disk usage: 8.3K 2023-08-09T11:46:52.2845404Z Time elapsed: 0:00:02.0 2023-08-09T11:46:52.2845725Z 2023-08-09T11:46:52.2845793Z 2023-08-09T11:46:52.2846023Z number of files: 1 2023-08-09T11:46:52.2846470Z Fixing permissions 2023-08-09T11:46:52.2847054Z INFO :: Time taken to mark (prefix) 2023-08-09T11:46:52.2847612Z 0 replacements in 0 files was 0.00 seconds 2023-08-09T11:46:52.2848451Z TEST START: C:\Jenkins\Miniconda3\conda-bld\win-64\vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2 2023-08-09T11:46:52.2849830Z Nothing to test for: C:\Jenkins\Miniconda3\conda-bld\win-64\vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2 2023-08-09T11:46:52.2850795Z Renaming work directory 'C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work' to 'C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work_moved_vs2019-15.4.27004.2010-0_win-64_main_build_loop' 2023-08-09T11:46:52.2852000Z shutil.move(work)=C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work, dest=C:\Jenkins\Miniconda3\conda-bld\vs2019_1691581584339\work_moved_vs2019-15.4.27004.2010-0_win-64_main_build_loop) 2023-08-09T11:46:52.4191573Z # Automatic uploading is disabled 2023-08-09T11:46:52.4192435Z # If you want to upload package(s) to anaconda.org later, type: 2023-08-09T11:46:52.4192853Z 2023-08-09T11:46:52.4192890Z 2023-08-09T11:46:52.4193274Z # To have conda build upload to anaconda.org automatically, use 2023-08-09T11:46:52.4193996Z # conda config --set anaconda_upload yes 2023-08-09T11:46:52.4194614Z anaconda upload \ 2023-08-09T11:46:52.4195400Z C:\Jenkins\Miniconda3\conda-bld\win-64\vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2 2023-08-09T11:46:52.4196305Z anaconda_upload is not set. Not uploading wheels: [] 2023-08-09T11:46:52.4196695Z 2023-08-09T11:46:52.4197121Z INFO :: The inputs making up the hashes for the built packages are as follows: 2023-08-09T11:46:52.4197648Z { 2023-08-09T11:46:52.4197948Z "vs2019_win-64-15.4.27004.2010-h4f2c42c_0": { 2023-08-09T11:46:52.4198257Z "recipe": { 2023-08-09T11:46:52.4198575Z "cross_compiler_target_platform": "win-64", 2023-08-09T11:46:52.4198873Z "target_platform": "win-64", 2023-08-09T11:46:52.4199142Z "vc": "14" 2023-08-09T11:46:52.4199359Z } 2023-08-09T11:46:52.4199585Z } 2023-08-09T11:46:52.4199766Z } 2023-08-09T11:46:52.4199884Z 2023-08-09T11:46:52.4199890Z 2023-08-09T11:46:52.4200055Z #################################################################################### 2023-08-09T11:46:52.4200375Z Resource usage summary: 2023-08-09T11:46:52.4200565Z 2023-08-09T11:46:52.4200682Z Total time: 0:00:28.2 2023-08-09T11:46:52.4200945Z CPU usage: sys=0:00:00.0, user=0:00:00.0 2023-08-09T11:46:52.4201275Z Maximum memory usage observed: 1.9M 2023-08-09T11:46:52.4201644Z Total disk usage observed (not including envs): 8.3K 2023-08-09T11:46:53.2757080Z ##[group]Run set -euxo pipefail 2023-08-09T11:46:53.2757465Z set -euxo pipefail 2023-08-09T11:46:53.2757741Z cat "${BUILD_ENV_FILE}" 2023-08-09T11:46:53.2758015Z source "${BUILD_ENV_FILE}" 2023-08-09T11:46:53.2758295Z export VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T11:46:53.2758592Z export VSDEVCMD_ARGS='' 2023-08-09T11:46:53.2758838Z  2023-08-09T11:46:53.2759166Z #conda install -yq conda-build "conda-package-handling!=1.5.0" 2023-08-09T11:46:53.2759709Z #bash packaging/build_conda.sh 2023-08-09T11:46:53.2759980Z  2023-08-09T11:46:53.2760186Z  2023-08-09T11:46:53.2760518Z conda build \ 2023-08-09T11:46:53.2760894Z  -c defaults \ 2023-08-09T11:46:53.2761175Z  -c "${CUDATOOLKIT_CHANNEL}" \ 2023-08-09T11:46:53.2761470Z  -c "pytorch-${CHANNEL}" \ 2023-08-09T11:46:53.2761763Z  --no-anaconda-upload \ 2023-08-09T11:46:53.2762200Z  --no-test --python "${PYTHON_VERSION}" \ 2023-08-09T11:46:53.2762503Z  --output-folder distr/ \ 2023-08-09T11:46:53.2762802Z  "${CONDA_PACKAGE_DIRECTORY}" 2023-08-09T11:46:53.2795575Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T11:46:53.2796190Z env: 2023-08-09T11:46:53.2796670Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T11:46:53.2797198Z PYTHON_VERSION: 3.10 2023-08-09T11:46:53.2797658Z PACKAGE_TYPE: conda 2023-08-09T11:46:53.2798143Z REPOSITORY: pytorch/audio 2023-08-09T11:46:53.2798591Z REF: 2023-08-09T11:46:53.2798952Z CU_VERSION: cu121 2023-08-09T11:46:53.2799390Z CHANNEL: nightly 2023-08-09T11:46:53.2800174Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T11:46:53.2800837Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T11:46:53.2801718Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T11:46:53.2802745Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T11:46:53.2803557Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T11:46:53.2804180Z CUDATOOLKIT_CHANNEL: 2023-08-09T11:46:53.2804601Z ##[endgroup] 2023-08-09T11:46:53.6548874Z + cat 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T11:46:53.6747601Z export BUILD_VERSION='2.1.0.dev20230809' 2023-08-09T11:46:53.6747965Z 2023-08-09T11:46:53.6748356Z export CMAKE_USE_CUDA='1' 2023-08-09T11:46:53.6748804Z 2023-08-09T11:46:53.6749057Z export CONDA_BUILD_VARIANT='cuda' 2023-08-09T11:46:53.6749400Z 2023-08-09T11:46:53.6749789Z export CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=12.1 # [not osx]' 2023-08-09T11:46:53.6750296Z 2023-08-09T11:46:53.6750684Z export CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T11:46:53.6751133Z 2023-08-09T11:46:53.6752161Z export CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T11:46:53.6753187Z 2023-08-09T11:46:53.6753733Z export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T11:46:53.6754177Z 2023-08-09T11:46:53.6754609Z export CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:46:53.6755134Z 2023-08-09T11:46:53.6755829Z export CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:46:53.6756378Z 2023-08-09T11:46:53.6756587Z export FORCE_CUDA=1 2023-08-09T11:46:53.6756854Z 2023-08-09T11:46:53.6757252Z export PATH="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1/bin:${PATH}" 2023-08-09T11:46:53.6757697Z 2023-08-09T11:46:53.6757904Z export PYTORCH_VERSION='2.1.0.dev20230808' 2023-08-09T11:46:53.6758231Z 2023-08-09T11:46:53.6758472Z export PYTORCH_VERSION_SUFFIX='' 2023-08-09T11:46:53.6758798Z 2023-08-09T11:46:53.6759365Z export TORCH_CUDA_ARCH_LIST='5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0' 2023-08-09T11:46:53.6759861Z 2023-08-09T11:46:53.6760106Z export VERSION_SUFFIX='' 2023-08-09T11:46:53.6760399Z 2023-08-09T11:46:53.6763826Z export WHEEL_DIR='' 2023-08-09T11:46:53.6764169Z 2023-08-09T11:46:53.6764180Z 2023-08-09T11:46:53.6764563Z + source 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T11:46:53.6765167Z ++ export BUILD_VERSION=2.1.0.dev20230809 2023-08-09T11:46:53.6765673Z ++ BUILD_VERSION=2.1.0.dev20230809 2023-08-09T11:46:53.6766168Z ++ export CMAKE_USE_CUDA=1 2023-08-09T11:46:53.6766627Z ++ CMAKE_USE_CUDA=1 2023-08-09T11:46:53.6767055Z ++ export CONDA_BUILD_VARIANT=cuda 2023-08-09T11:46:53.6767563Z ++ CONDA_BUILD_VARIANT=cuda 2023-08-09T11:46:53.6768316Z ++ export 'CONDA_CUDATOOLKIT_CONSTRAINT=- pytorch-cuda=12.1 # [not osx]' 2023-08-09T11:46:53.6769158Z ++ CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=12.1 # [not osx]' 2023-08-09T11:46:53.6769989Z ++ export 'CONDA_PYTORCH_BUILD_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T11:46:53.6770714Z ++ CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T11:46:53.6771442Z ++ export 'CONDA_PYTORCH_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T11:46:53.6772100Z ++ CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T11:46:53.6772665Z ++ export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T11:46:53.6773169Z ++ CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T11:46:53.6773821Z ++ export 'CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:46:53.6774586Z ++ CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:46:53.6775386Z ++ export 'CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:46:53.6775845Z ++ CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:46:53.6776413Z ++ export FORCE_CUDA=1 2023-08-09T11:46:53.6776899Z ++ FORCE_CUDA=1 2023-08-09T11:46:53.6777986Z ++ export 'PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1/bin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Jenkins/Miniconda3/Scripts:/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:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2023-08-09T11:46:53.6780088Z ++ PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1/bin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Jenkins/Miniconda3/Scripts:/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:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2023-08-09T11:46:53.6781123Z ++ export PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T11:46:53.6781442Z ++ PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T11:46:53.6781849Z ++ export PYTORCH_VERSION_SUFFIX= 2023-08-09T11:46:53.6782189Z ++ PYTORCH_VERSION_SUFFIX= 2023-08-09T11:46:53.6782513Z ++ export 'TORCH_CUDA_ARCH_LIST=5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0' 2023-08-09T11:46:53.6782868Z ++ TORCH_CUDA_ARCH_LIST='5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0' 2023-08-09T11:46:53.6783471Z ++ export VERSION_SUFFIX= 2023-08-09T11:46:53.6783713Z ++ VERSION_SUFFIX= 2023-08-09T11:46:53.6783957Z ++ export WHEEL_DIR= 2023-08-09T11:46:53.6784199Z ++ WHEEL_DIR= 2023-08-09T11:46:53.6784441Z + export VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T11:46:53.6784744Z + VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T11:46:53.6785033Z + export VSDEVCMD_ARGS= 2023-08-09T11:46:53.6785285Z + VSDEVCMD_ARGS= 2023-08-09T11:46:53.6785758Z + conda build -c defaults -c nvidia -c pytorch-nightly --no-anaconda-upload --no-test --python 3.10 --output-folder distr/ packaging/torchaudio 2023-08-09T11:46:55.6858514Z WARNING: No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.22 2023-08-09T11:46:55.7414178Z Adding in variants from internal_defaults 2023-08-09T11:46:55.7416316Z Adding in variants from C:\actions-runner\_work\audio\audio\pytorch\audio\packaging\torchaudio\conda_build_config.yaml 2023-08-09T11:46:55.7417560Z Adding in variants from config.variant 2023-08-09T11:46:55.7687423Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:499: UserWarning: The environment variable 'BUILD_VERSION' is being passed through with value '2.1.0.dev20230809'. If you are splitting build and test phases with --no-test, please ensure that this value is also set similarly at test time. 2023-08-09T11:46:55.7688600Z warnings.warn( 2023-08-09T11:46:55.7689613Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:494: UserWarning: The environment variable 'USE_CUDA' is undefined. 2023-08-09T11:46:55.7690306Z warnings.warn( 2023-08-09T11:46:55.7691083Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:499: UserWarning: The environment variable 'CUDA_HOME' is being passed through with value 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1'. If you are splitting build and test phases with --no-test, please ensure that this value is also set similarly at test time. 2023-08-09T11:46:55.7691764Z warnings.warn( 2023-08-09T11:46:55.7692455Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:499: UserWarning: The environment variable 'TORCH_CUDA_ARCH_LIST' is being passed through with value '5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0'. If you are splitting build and test phases with --no-test, please ensure that this value is also set similarly at test time. 2023-08-09T11:46:55.7693358Z warnings.warn( 2023-08-09T11:46:55.7693818Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:494: UserWarning: The environment variable 'USE_FFMPEG' is undefined. 2023-08-09T11:46:55.7694246Z warnings.warn( 2023-08-09T11:46:55.7694699Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:494: UserWarning: The environment variable 'USE_OPENMP' is undefined. 2023-08-09T11:46:55.7695131Z warnings.warn( 2023-08-09T11:46:55.7695604Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:494: UserWarning: The environment variable 'MACOSX_DEPLOYMENT_TARGET' is undefined. 2023-08-09T11:46:55.7696046Z warnings.warn( 2023-08-09T11:46:55.9465756Z Attempting to finalize metadata for torchaudio 2023-08-09T11:47:18.2759926Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T11:47:18.7346140Z Solving environment: ...working... done 2023-08-09T11:47:21.9642432Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T11:47:31.1520801Z Solving environment: ...working... done 2023-08-09T11:47:58.9037717Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T11:48:07.5600936Z Solving environment: ...working... done 2023-08-09T11:48:07.6841031Z BUILD START: ['torchaudio-2.1.0.dev20230809-py310_cu121.tar.bz2'] 2023-08-09T11:48:09.9155240Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T11:48:17.8955587Z Solving environment: ...working... done 2023-08-09T11:53:30.3397194Z 2023-08-09T11:53:30.3397760Z ## Package Plan ## 2023-08-09T11:53:30.3398019Z 2023-08-09T11:53:30.3400808Z environment location: C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\_h_env 2023-08-09T11:53:30.3401361Z 2023-08-09T11:53:30.3401374Z 2023-08-09T11:53:30.3401806Z The following NEW packages will be INSTALLED: 2023-08-09T11:53:30.3402289Z 2023-08-09T11:53:30.3402539Z blas: 1.0-mkl 2023-08-09T11:53:30.3405152Z bzip2: 1.0.8-he774522_0 2023-08-09T11:53:30.3405856Z ca-certificates: 2023.05.30-haa95532_0 2023-08-09T11:53:30.3406907Z cmake: 3.26.4-h693b641_0 2023-08-09T11:53:30.3410187Z cuda-cccl: 12.2.128-0 nvidia 2023-08-09T11:53:30.3411534Z cuda-cudart: 12.1.105-0 nvidia 2023-08-09T11:53:30.3412214Z cuda-cudart-dev: 12.1.105-0 nvidia 2023-08-09T11:53:30.3412602Z cuda-cupti: 12.1.105-0 nvidia 2023-08-09T11:53:30.3412957Z cuda-libraries: 12.1.0-0 nvidia 2023-08-09T11:53:30.3413341Z cuda-libraries-dev: 12.1.0-0 nvidia 2023-08-09T11:53:30.3413737Z cuda-nvrtc: 12.1.105-0 nvidia 2023-08-09T11:53:30.3414109Z cuda-nvrtc-dev: 12.1.105-0 nvidia 2023-08-09T11:53:30.3414605Z cuda-nvtx: 12.1.105-0 nvidia 2023-08-09T11:53:30.3414998Z cuda-opencl: 12.2.128-0 nvidia 2023-08-09T11:53:30.3415372Z cuda-opencl-dev: 12.2.128-0 nvidia 2023-08-09T11:53:30.3416008Z cuda-profiler-api: 12.2.128-0 nvidia 2023-08-09T11:53:30.3416511Z cuda-runtime: 12.1.0-0 nvidia 2023-08-09T11:53:30.3416849Z filelock: 3.9.0-py310haa95532_0 2023-08-09T11:53:30.3417209Z intel-openmp: 2023.1.0-h59b6b97_46319 2023-08-09T11:53:30.3417571Z jinja2: 3.1.2-py310haa95532_0 2023-08-09T11:53:30.3418205Z libcublas: 12.1.0.26-0 nvidia 2023-08-09T11:53:30.3418574Z libcublas-dev: 12.1.0.26-0 nvidia 2023-08-09T11:53:30.3418906Z libcufft: 11.0.2.4-0 nvidia 2023-08-09T11:53:30.3419255Z libcufft-dev: 11.0.2.4-0 nvidia 2023-08-09T11:53:30.3419614Z libcurand: 10.3.3.129-0 nvidia 2023-08-09T11:53:30.3419969Z libcurand-dev: 10.3.3.129-0 nvidia 2023-08-09T11:53:30.3420301Z libcusolver: 11.4.4.55-0 nvidia 2023-08-09T11:53:30.3420659Z libcusolver-dev: 11.4.4.55-0 nvidia 2023-08-09T11:53:30.3421027Z libcusparse: 12.0.2.55-0 nvidia 2023-08-09T11:53:30.3421404Z libcusparse-dev: 12.0.2.55-0 nvidia 2023-08-09T11:53:30.3421971Z libffi: 3.4.4-hd77b12b_0 2023-08-09T11:53:30.3422297Z libnpp: 12.0.2.50-0 nvidia 2023-08-09T11:53:30.3422649Z libnpp-dev: 12.0.2.50-0 nvidia 2023-08-09T11:53:30.3423464Z libnvjitlink: 12.1.105-0 nvidia 2023-08-09T11:53:30.3423906Z libnvjitlink-dev: 12.1.105-0 nvidia 2023-08-09T11:53:30.3424279Z libnvjpeg: 12.1.1.14-0 nvidia 2023-08-09T11:53:30.3424708Z libnvjpeg-dev: 12.1.1.14-0 nvidia 2023-08-09T11:53:30.3425165Z libuv: 1.44.2-h2bbff1b_0 2023-08-09T11:53:30.3425581Z lz4-c: 1.9.4-h2bbff1b_0 2023-08-09T11:53:30.3426001Z markupsafe: 2.1.1-py310h2bbff1b_0 2023-08-09T11:53:30.3426587Z mkl: 2023.1.0-h6b88ed4_46357 2023-08-09T11:53:30.3427108Z mpmath: 1.3.0-py310haa95532_0 2023-08-09T11:53:30.3427477Z networkx: 3.1-py310haa95532_0 2023-08-09T11:53:30.3427889Z ninja: 1.10.2-haa95532_5 2023-08-09T11:53:30.3428290Z ninja-base: 1.10.2-h6d14046_5 2023-08-09T11:53:30.3428896Z openssl: 3.0.10-h2bbff1b_0 2023-08-09T11:53:30.3429287Z pip: 23.2.1-py310haa95532_0 2023-08-09T11:53:30.3429721Z python: 3.10.12-he1021f5_0 2023-08-09T11:53:30.3430516Z pytorch: 2.1.0.dev20230808-py3.10_cuda12.1_cudnn8_0 pytorch-nightly 2023-08-09T11:53:30.3431005Z pytorch-cuda: 12.1-hde6ce7c_5 pytorch-nightly 2023-08-09T11:53:30.3431525Z pytorch-mutex: 1.0-cuda pytorch-nightly 2023-08-09T11:53:30.3431924Z pyyaml: 6.0-py310h2bbff1b_1 2023-08-09T11:53:30.3432350Z setuptools: 68.0.0-py310haa95532_0 2023-08-09T11:53:30.3432774Z sqlite: 3.41.2-h2bbff1b_0 2023-08-09T11:53:30.3433195Z sympy: 1.11.1-py310haa95532_0 2023-08-09T11:53:30.3433573Z tbb: 2021.8.0-h59b6b97_0 2023-08-09T11:53:30.3434152Z tk: 8.6.12-h2bbff1b_0 2023-08-09T11:53:30.3434575Z typing_extensions: 4.7.1-py310haa95532_0 2023-08-09T11:53:30.3435012Z tzdata: 2023c-h04d1e81_0 2023-08-09T11:53:30.3435438Z vc: 14.2-h21ff451_1 2023-08-09T11:53:30.3435985Z vs2015_runtime: 14.27.29016-h5e58377_2 2023-08-09T11:53:30.3436405Z wheel: 0.38.4-py310haa95532_0 2023-08-09T11:53:30.3437002Z xz: 5.4.2-h8cc25b3_0 2023-08-09T11:53:30.3437590Z yaml: 0.2.5-he774522_0 2023-08-09T11:53:30.3437953Z zlib: 1.2.13-h8cc25b3_0 2023-08-09T11:53:30.3438368Z zstd: 1.5.5-hd43e919_0 2023-08-09T11:53:30.3438589Z 2023-08-09T11:53:32.3513139Z Preparing transaction: ...working... done 2023-08-09T11:53:41.7230525Z Verifying transaction: ...working... done 2023-08-09T11:54:02.6069926Z Executing transaction: ...working... done 2023-08-09T11:54:04.7830225Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T11:54:05.3636698Z Solving environment: ...working... done 2023-08-09T11:54:05.5966798Z 2023-08-09T11:54:05.5967550Z ## Package Plan ## 2023-08-09T11:54:05.5967911Z 2023-08-09T11:54:05.5968217Z environment location: C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\_build_env 2023-08-09T11:54:05.5968659Z 2023-08-09T11:54:05.5968667Z 2023-08-09T11:54:05.5970580Z The following NEW packages will be INSTALLED: 2023-08-09T11:54:05.5970849Z 2023-08-09T11:54:05.5970988Z vs2019_win-64: 19.27.29111-ha89c4d3_2 2023-08-09T11:54:05.5971280Z vswhere: 2.8.4-haa95532_0 2023-08-09T11:54:05.5971448Z 2023-08-09T11:54:05.6061112Z Preparing transaction: ...working... done 2023-08-09T11:54:06.1653826Z Verifying transaction: ...working... done 2023-08-09T11:54:06.1737080Z Executing transaction: ...working... done 2023-08-09T11:54:33.1115329Z C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\_h_env\lib\site-packages\torch\nn\modules\transformer.py:20: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at C:\cb\pytorch_1000000000000\work\torch\csrc\utils\tensor_numpy.cpp:84.) 2023-08-09T11:54:33.1116173Z device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), 2023-08-09T11:54:35.8018690Z C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\_h_env\lib\site-packages\torch\cuda\__init__.py:138: UserWarning: CUDA initialization: The NVIDIA driver on your system is too old (found version 11040). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver. (Triggered internally at C:\cb\pytorch_1000000000000\work\c10\cuda\CUDAFunctions.cpp:108.) 2023-08-09T11:54:35.8020328Z return torch._C._cuda_getDeviceCount() > 0 2023-08-09T11:54:35.8020792Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T11:54:35.9675926Z C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\_h_env\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2023-08-09T11:54:35.9677001Z !! 2023-08-09T11:54:35.9677252Z 2023-08-09T11:54:35.9677497Z ******************************************************************************** 2023-08-09T11:54:35.9678108Z Please avoid running ``setup.py`` directly. 2023-08-09T11:54:35.9679315Z Instead, use pypa/build, pypa/installer or other 2023-08-09T11:54:35.9679892Z standards-based tools. 2023-08-09T11:54:35.9680220Z 2023-08-09T11:54:35.9680695Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2023-08-09T11:54:35.9681479Z ******************************************************************************** 2023-08-09T11:54:35.9681805Z 2023-08-09T11:54:35.9681950Z !! 2023-08-09T11:54:35.9682375Z self.initialize_options() 2023-08-09T11:54:36.0667862Z Copying C:\actions-runner\_work\audio\audio\pytorch\audio to C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\work\ 2023-08-09T11:54:36.0668912Z source tree in: C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\work 2023-08-09T11:54:36.0669544Z Rewriting env in output: {'BUILD_PREFIX': 'C:\\Jenkins\\Miniconda3\\conda-bld\\torchaudio_1691581615725\\_build_env', 2023-08-09T11:54:36.0670087Z 'PREFIX': 'C:\\Jenkins\\Miniconda3\\conda-bld\\torchaudio_1691581615725\\_h_env', 2023-08-09T11:54:36.0670582Z 'SRC_DIR': 'C:\\Jenkins\\Miniconda3\\conda-bld\\torchaudio_1691581615725\\work'} 2023-08-09T11:54:36.0670833Z 2023-08-09T11:54:36.0671005Z %SRC_DIR%>IF "" == "" (call %SRC_DIR%\build_env_setup.bat ) 2023-08-09T11:54:36.0671228Z 2023-08-09T11:54:36.0671346Z %SRC_DIR%>set "CONDA_BUILD=1" 2023-08-09T11:54:36.0671512Z 2023-08-09T11:54:36.0671624Z %SRC_DIR%>set "PYTHONNOUSERSITE=1" 2023-08-09T11:54:36.0671809Z 2023-08-09T11:54:36.0671954Z %SRC_DIR%>set "CONDA_DEFAULT_ENV=%PREFIX%" 2023-08-09T11:54:36.0672143Z 2023-08-09T11:54:36.0672249Z %SRC_DIR%>set "ARCH=64" 2023-08-09T11:54:36.0672405Z 2023-08-09T11:54:36.0672527Z %SRC_DIR%>set "PREFIX=%PREFIX%" 2023-08-09T11:54:36.0672700Z 2023-08-09T11:54:36.0672847Z %SRC_DIR%>set "BUILD_PREFIX=%BUILD_PREFIX%" 2023-08-09T11:54:36.0673012Z 2023-08-09T11:54:36.0673167Z %SRC_DIR%>set "SYS_PREFIX=C:\Jenkins\Miniconda3" 2023-08-09T11:54:36.0673522Z 2023-08-09T11:54:36.0673718Z %SRC_DIR%>set "SYS_PYTHON=C:\Jenkins\Miniconda3\python.exe" 2023-08-09T11:54:36.0673952Z 2023-08-09T11:54:36.0674066Z %SRC_DIR%>set "SUBDIR=win-64" 2023-08-09T11:54:36.0674227Z 2023-08-09T11:54:36.0674350Z %SRC_DIR%>set "build_platform=win-64" 2023-08-09T11:54:36.0674659Z 2023-08-09T11:54:36.0675157Z %SRC_DIR%>set "SRC_DIR=%SRC_DIR%" 2023-08-09T11:54:36.0675364Z 2023-08-09T11:54:36.0675489Z %SRC_DIR%>set "ROOT=C:\Jenkins\Miniconda3" 2023-08-09T11:54:36.0675675Z 2023-08-09T11:54:36.0675792Z %SRC_DIR%>set "CONDA_PY=310" 2023-08-09T11:54:36.0675958Z 2023-08-09T11:54:36.0676065Z %SRC_DIR%>set "PY3K=1" 2023-08-09T11:54:36.0676222Z 2023-08-09T11:54:36.0676339Z %SRC_DIR%>set "PY_VER=3.10" 2023-08-09T11:54:36.0676504Z 2023-08-09T11:54:36.0676639Z %SRC_DIR%>set "STDLIB_DIR=%PREFIX%\Lib" 2023-08-09T11:54:36.0676822Z 2023-08-09T11:54:36.0676959Z %SRC_DIR%>set "SP_DIR=%PREFIX%\Lib\site-packages" 2023-08-09T11:54:36.0677165Z 2023-08-09T11:54:36.0677311Z %SRC_DIR%>set "PYTHON=%PREFIX%\python.exe" 2023-08-09T11:54:36.0677511Z 2023-08-09T11:54:36.0677625Z %SRC_DIR%>set "NPY_VER=1.22" 2023-08-09T11:54:36.0677789Z 2023-08-09T11:54:36.0677906Z %SRC_DIR%>set "CONDA_NPY=1.22" 2023-08-09T11:54:36.0678074Z 2023-08-09T11:54:36.0678230Z %SRC_DIR%>set "NPY_DISTUTILS_APPEND_FLAGS=1" 2023-08-09T11:54:36.0678402Z 2023-08-09T11:54:36.0678520Z %SRC_DIR%>set "PERL_VER=5.26" 2023-08-09T11:54:36.0678687Z 2023-08-09T11:54:36.0678810Z %SRC_DIR%>set "CONDA_PERL=5.26.2" 2023-08-09T11:54:36.0678980Z 2023-08-09T11:54:36.0679092Z %SRC_DIR%>set "LUA_VER=5" 2023-08-09T11:54:36.0679250Z 2023-08-09T11:54:36.0679362Z %SRC_DIR%>set "CONDA_LUA=5" 2023-08-09T11:54:36.0679524Z 2023-08-09T11:54:36.0679607Z %SRC_DIR%>set "R_VER=3.4" 2023-08-09T11:54:36.0679764Z 2023-08-09T11:54:36.0679873Z %SRC_DIR%>set "CONDA_R=3.4" 2023-08-09T11:54:36.0680032Z 2023-08-09T11:54:36.0680179Z %SRC_DIR%>set "BUILD_VERSION=2.1.0.dev20230809" 2023-08-09T11:54:36.0680520Z 2023-08-09T11:54:36.0680750Z %SRC_DIR%>set "CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1" 2023-08-09T11:54:36.0681217Z 2023-08-09T11:54:36.0681537Z %SRC_DIR%>set "TORCH_CUDA_ARCH_LIST=5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0" 2023-08-09T11:54:36.0681755Z 2023-08-09T11:54:36.0682032Z %SRC_DIR%>set "GIT_DESCRIBE_HASH=gfe9b9ff" 2023-08-09T11:54:36.0682222Z 2023-08-09T11:54:36.0682424Z %SRC_DIR%>set "GIT_FULL_HASH=fe9b9ff75edebf1e0e326f64577d64df3b5858db" 2023-08-09T11:54:36.0682666Z 2023-08-09T11:54:36.0682800Z %SRC_DIR%>set "PKG_NAME=torchaudio" 2023-08-09T11:54:36.0682982Z 2023-08-09T11:54:36.0683127Z %SRC_DIR%>set "PKG_VERSION=2.1.0.dev20230809" 2023-08-09T11:54:36.0683313Z 2023-08-09T11:54:36.0683434Z %SRC_DIR%>set "PKG_BUILDNUM=0" 2023-08-09T11:54:36.0683603Z 2023-08-09T11:54:36.0683730Z %SRC_DIR%>set "PKG_BUILD_STRING=placeholder" 2023-08-09T11:54:36.0683918Z 2023-08-09T11:54:36.0684030Z %SRC_DIR%>set "PKG_HASH=1234567" 2023-08-09T11:54:36.0684198Z 2023-08-09T11:54:36.0684465Z %SRC_DIR%>set "RECIPE_DIR=C:\actions-runner\_work\audio\audio\pytorch\audio\packaging\torchaudio" 2023-08-09T11:54:36.0684768Z 2023-08-09T11:54:36.0684885Z %SRC_DIR%>set "CPU_COUNT=8" 2023-08-09T11:54:36.0685050Z 2023-08-09T11:54:36.0685171Z %SRC_DIR%>set "LANG=en_US.UTF-8" 2023-08-09T11:54:36.0685344Z 2023-08-09T11:54:36.0685436Z %SRC_DIR%>set "SHLIB_EXT=.dll" 2023-08-09T11:54:36.0685603Z 2023-08-09T11:54:36.0687693Z %SRC_DIR%>set "PATH=%BUILD_PREFIX%;%BUILD_PREFIX%\Library\mingw-w64\bin;%BUILD_PREFIX%\Library\usr\bin;%BUILD_PREFIX%\Library\bin;%BUILD_PREFIX%\Scripts;%BUILD_PREFIX%\bin;%PREFIX%;%PREFIX%\Library\mingw-w64\bin;%PREFIX%\Library\usr\bin;%PREFIX%\Library\bin;%PREFIX%\Scripts;%PREFIX%\bin;C;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Users\runneruser\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\opt\bin;C:\Jenkins\Miniconda3\Scripts;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;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl" 2023-08-09T11:54:36.0690162Z 2023-08-09T11:54:36.0690314Z %SRC_DIR%>set "SCRIPTS=%PREFIX%\Scripts" 2023-08-09T11:54:36.0690506Z 2023-08-09T11:54:36.0690638Z %SRC_DIR%>set "LIBRARY_PREFIX=%PREFIX%\Library" 2023-08-09T11:54:36.0690838Z 2023-08-09T11:54:36.0690992Z %SRC_DIR%>set "LIBRARY_BIN=%PREFIX%\Library\bin" 2023-08-09T11:54:36.0691190Z 2023-08-09T11:54:36.0691350Z %SRC_DIR%>set "LIBRARY_INC=%PREFIX%\Library\include" 2023-08-09T11:54:36.0691555Z 2023-08-09T11:54:36.0691707Z %SRC_DIR%>set "LIBRARY_LIB=%PREFIX%\Library\lib" 2023-08-09T11:54:36.0691913Z 2023-08-09T11:54:36.0692163Z %SRC_DIR%>set "CYGWIN_PREFIX=/cygdrive/c/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/_h_env" 2023-08-09T11:54:36.0692442Z 2023-08-09T11:54:36.0692583Z %SRC_DIR%>set "ALLUSERSPROFILE=C:\ProgramData" 2023-08-09T11:54:36.0692788Z 2023-08-09T11:54:36.0692979Z %SRC_DIR%>set "APPDATA=C:\Users\runneruser\AppData\Roaming" 2023-08-09T11:54:36.0693199Z 2023-08-09T11:54:36.0693390Z %SRC_DIR%>set "CommonProgramFiles=C:\Program Files\Common Files" 2023-08-09T11:54:36.0693616Z 2023-08-09T11:54:36.0693821Z %SRC_DIR%>set "CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files" 2023-08-09T11:54:36.0694056Z 2023-08-09T11:54:36.0694328Z %SRC_DIR%>set "CommonProgramW6432=C:\Program Files\Common Files" 2023-08-09T11:54:36.0694593Z 2023-08-09T11:54:36.0694730Z %SRC_DIR%>set "COMPUTERNAME=EC2AMAZ-6LOQP3S" 2023-08-09T11:54:36.0694933Z 2023-08-09T11:54:36.0695094Z %SRC_DIR%>set "ComSpec=C:\Windows\system32\cmd.exe" 2023-08-09T11:54:36.0695298Z 2023-08-09T11:54:36.0695753Z %SRC_DIR%>set "LOCALAPPDATA=C:\Users\runneruser\AppData\Local" 2023-08-09T11:54:36.0696126Z 2023-08-09T11:54:36.0696263Z %SRC_DIR%>set "NUMBER_OF_PROCESSORS=8" 2023-08-09T11:54:36.0696447Z 2023-08-09T11:54:36.0696653Z %SRC_DIR%>set "PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" 2023-08-09T11:54:36.0696886Z 2023-08-09T11:54:36.0697015Z %SRC_DIR%>set "ProgramData=C:\ProgramData" 2023-08-09T11:54:36.0697213Z 2023-08-09T11:54:36.0697366Z %SRC_DIR%>set "ProgramFiles=C:\Program Files" 2023-08-09T11:54:36.0697562Z 2023-08-09T11:54:36.0697733Z %SRC_DIR%>set "ProgramFiles(x86)=C:\Program Files (x86)" 2023-08-09T11:54:36.0697941Z 2023-08-09T11:54:36.0698088Z %SRC_DIR%>set "ProgramW6432=C:\Program Files" 2023-08-09T11:54:36.0698277Z 2023-08-09T11:54:36.0698395Z %SRC_DIR%>set "PROMPT=$P$G" 2023-08-09T11:54:36.0698563Z 2023-08-09T11:54:36.0698938Z %SRC_DIR%>set "PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\AWS Tools\PowerShell\" 2023-08-09T11:54:36.0699380Z 2023-08-09T11:54:36.0699515Z %SRC_DIR%>set "PUBLIC=C:\Users\Public" 2023-08-09T11:54:36.0699695Z 2023-08-09T11:54:36.0699853Z %SRC_DIR%>set "SystemDrive=C:" 2023-08-09T11:54:36.0700019Z 2023-08-09T11:54:36.0700154Z %SRC_DIR%>set "SystemRoot=C:\Windows" 2023-08-09T11:54:36.0700329Z 2023-08-09T11:54:36.0700504Z %SRC_DIR%>set "TEMP=C:\Users\RUNNER~1\AppData\Local\Temp" 2023-08-09T11:54:36.0700718Z 2023-08-09T11:54:36.0700867Z %SRC_DIR%>set "TMP=C:\Users\RUNNER~1\AppData\Local\Temp" 2023-08-09T11:54:36.0701080Z 2023-08-09T11:54:36.0701374Z %SRC_DIR%>set "USERDOMAIN=EC2AMAZ-6LOQP3S" 2023-08-09T11:54:36.0701579Z 2023-08-09T11:54:36.0701713Z %SRC_DIR%>set "USERNAME=runneruser" 2023-08-09T11:54:36.0701893Z 2023-08-09T11:54:36.0702049Z %SRC_DIR%>set "USERPROFILE=C:\Users\runneruser" 2023-08-09T11:54:36.0702249Z 2023-08-09T11:54:36.0702488Z %SRC_DIR%>set "windir=C:\Windows" 2023-08-09T11:54:36.0702735Z 2023-08-09T11:54:36.0702914Z %SRC_DIR%>set "PROCESSOR_ARCHITECTURE=AMD64" 2023-08-09T11:54:36.0703112Z 2023-08-09T11:54:36.0703336Z %SRC_DIR%>set "PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 79 Stepping 1, GenuineIntel" 2023-08-09T11:54:36.0703599Z 2023-08-09T11:54:36.0703891Z %SRC_DIR%>set "BUILD=amd64-pc-windows-19.0.0" 2023-08-09T11:54:36.0704108Z 2023-08-09T11:54:36.0704284Z %SRC_DIR%>set "ignore_build_only_deps={'numpy', 'python'}" 2023-08-09T11:54:36.0704488Z 2023-08-09T11:54:36.0704821Z %SRC_DIR%>set "pin_run_as_build=OrderedDict([('python', OrderedDict([('min_pin', 'x.x'), ('max_pin', 'x.x')])), ('r-base', OrderedDict([('min_pin', 'x.x'), ('max_pin', 'x.x')]))])" 2023-08-09T11:54:36.0705160Z 2023-08-09T11:54:36.0705408Z %SRC_DIR%>set "extend_keys={'ignore_build_only_deps', 'pin_run_as_build', 'extend_keys', 'ignore_version'}" 2023-08-09T11:54:36.0705682Z 2023-08-09T11:54:36.0705839Z %SRC_DIR%>set "zip_keys=[['vc', 'c_compiler', 'cxx_compiler']]" 2023-08-09T11:54:36.0706060Z 2023-08-09T11:54:36.0706193Z %SRC_DIR%>set "target_platform=win-64" 2023-08-09T11:54:36.0706376Z 2023-08-09T11:54:36.0706528Z %SRC_DIR%>set "cpu_optimization_target=nocona" 2023-08-09T11:54:36.0706727Z 2023-08-09T11:54:36.0706837Z %SRC_DIR%>set "r_base=3.4" 2023-08-09T11:54:36.0707008Z 2023-08-09T11:54:36.0707175Z %SRC_DIR%>set "cross_compiler_target_platform=win-64" 2023-08-09T11:54:36.0707360Z 2023-08-09T11:54:36.0707498Z %SRC_DIR%>set "fortran_compiler=gfortran" 2023-08-09T11:54:36.0707679Z 2023-08-09T11:54:36.0707873Z %SRC_DIR%>set "cran_mirror=https://cran.r-project.org" 2023-08-09T11:54:36.0708102Z 2023-08-09T11:54:36.0708432Z %SRC_DIR%>set "cxx_compiler=vs2019" 2023-08-09T11:54:36.0708660Z 2023-08-09T11:54:36.0708859Z %SRC_DIR%>set "c_compiler=vs2019" 2023-08-09T11:54:36.0709034Z 2023-08-09T11:54:36.0709133Z %SRC_DIR%>set "vc=14" 2023-08-09T11:54:36.0709425Z 2023-08-09T11:54:36.0709564Z %SRC_DIR%>set "CONDA_BUILD_STATE=BUILD" 2023-08-09T11:54:36.0709885Z 2023-08-09T11:54:36.0710187Z %SRC_DIR%>set "PIP_NO_BUILD_ISOLATION=False" 2023-08-09T11:54:36.0710384Z 2023-08-09T11:54:36.0710524Z %SRC_DIR%>set "PIP_NO_DEPENDENCIES=True" 2023-08-09T11:54:36.0710711Z 2023-08-09T11:54:36.0710847Z %SRC_DIR%>set "PIP_IGNORE_INSTALLED=True" 2023-08-09T11:54:36.0711040Z 2023-08-09T11:54:36.0711262Z %SRC_DIR%>set "PIP_CACHE_DIR=C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\pip_cache" 2023-08-09T11:54:36.0711539Z 2023-08-09T11:54:36.0711662Z %SRC_DIR%>set "PIP_NO_INDEX=True" 2023-08-09T11:54:36.0711832Z 2023-08-09T11:54:36.0711983Z %SRC_DIR%>set "INCLUDE=%PREFIX%\Library\include;" 2023-08-09T11:54:36.0712183Z 2023-08-09T11:54:36.0712321Z %SRC_DIR%>set "LIB=%PREFIX%\Library\lib;" 2023-08-09T11:54:36.0712504Z 2023-08-09T11:54:36.0712715Z %SRC_DIR%>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda_hook.bat" 2023-08-09T11:54:36.0712965Z 2023-08-09T11:54:36.0713181Z %SRC_DIR%>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda.bat" activate "%PREFIX%" 2023-08-09T11:54:36.0713461Z 2023-08-09T11:54:36.0713757Z (%PREFIX%) %SRC_DIR%>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda.bat" activate --stack "%BUILD_PREFIX%" 2023-08-09T11:54:36.0714066Z 2023-08-09T11:54:36.0714195Z %SRC_DIR%>SET DISTUTILS_USE_SDK=1 2023-08-09T11:54:36.0714374Z 2023-08-09T11:54:36.0714477Z %SRC_DIR%>SET MSSdk=1 2023-08-09T11:54:36.0714629Z 2023-08-09T11:54:36.0714747Z %SRC_DIR%>SET "VS_VERSION=16.5" 2023-08-09T11:54:36.0714912Z 2023-08-09T11:54:36.0714999Z %SRC_DIR%>SET "VS_MAJOR=16" 2023-08-09T11:54:36.0715327Z 2023-08-09T11:54:36.0715449Z %SRC_DIR%>SET "VS_YEAR=2019" 2023-08-09T11:54:36.0715613Z 2023-08-09T11:54:36.0715770Z %SRC_DIR%>set "MSYS2_ARG_CONV_EXCL=/AI;/AL;/OUT;/out" 2023-08-09T11:54:36.0715965Z 2023-08-09T11:54:36.0716092Z %SRC_DIR%>set "MSYS2_ENV_CONV_EXCL=CL" 2023-08-09T11:54:36.0716415Z 2023-08-09T11:54:36.0716613Z %SRC_DIR%>set "PY_VCRUNTIME_REDIST=%PREFIX%\bin\vcruntime140.dll" 2023-08-09T11:54:36.0717002Z 2023-08-09T11:54:36.0717100Z %SRC_DIR%>set "CXX=cl.exe" 2023-08-09T11:54:36.0717257Z 2023-08-09T11:54:36.0717364Z %SRC_DIR%>set "CC=cl.exe" 2023-08-09T11:54:36.0717514Z 2023-08-09T11:54:36.0717631Z %SRC_DIR%>set "VSINSTALLDIR=" 2023-08-09T11:54:36.0717800Z 2023-08-09T11:54:36.0718918Z %SRC_DIR%>for /F "usebackq tokens=*" %i in (`vswhere.exe -nologo -products * -version [16.0,17.0] -property installationPath`) do (set "VSINSTALLDIR=%i\" ) 2023-08-09T11:54:36.0719312Z 2023-08-09T11:54:36.0719554Z %SRC_DIR%>(set "VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\" ) 2023-08-09T11:54:36.0719831Z 2023-08-09T11:54:36.0720377Z %SRC_DIR%>if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\" (for /F "usebackq tokens=*" %i in (`vswhere.exe -nologo -products * -requires Microsoft.VisualStudio.Component.VC.v142.x86.x64 -property installationPath`) do (set "VSINSTALLDIR=%i\" ) ) 2023-08-09T11:54:36.0720933Z 2023-08-09T11:54:36.0721295Z %SRC_DIR%>if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\" (set "VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\" ) 2023-08-09T11:54:36.0721682Z 2023-08-09T11:54:36.2377991Z %SRC_DIR%>if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\" (set "VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\" ) 2023-08-09T11:54:36.2378979Z 2023-08-09T11:54:36.2379738Z %SRC_DIR%>if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\" (set "VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\" ) 2023-08-09T11:54:36.2380626Z 2023-08-09T11:54:36.2381446Z %SRC_DIR%>if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\" (set "VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\" ) 2023-08-09T11:54:36.2382206Z 2023-08-09T11:54:36.2382437Z %SRC_DIR%>IF NOT "1" == "" ( 2023-08-09T11:54:36.2383148Z set "INCLUDE=%PREFIX%\Library\include;%PREFIX%\Library\include;" 2023-08-09T11:54:36.2385356Z set "LIB=%PREFIX%\Library\lib;%PREFIX%\Library\lib;" 2023-08-09T11:54:36.2386026Z set "CMAKE_PREFIX_PATH=%PREFIX%\Library;" 2023-08-09T11:54:36.2386626Z ) 2023-08-09T11:54:36.2386882Z 2023-08-09T11:54:36.2387122Z %SRC_DIR%>call :GetWin10SdkDir 2023-08-09T11:54:36.2387559Z 2023-08-09T11:54:36.2387978Z %SRC_DIR%>call :GetWin10SdkDirHelper HKLM\SOFTWARE\Wow6432Node 1>nul 2>&1 2023-08-09T11:54:36.2388451Z 2023-08-09T11:54:36.2388917Z %SRC_DIR%>if errorlevel 1 call :GetWin10SdkDirHelper HKCU\SOFTWARE\Wow6432Node 1>nul 2>&1 2023-08-09T11:54:36.2389413Z 2023-08-09T11:54:36.2389823Z %SRC_DIR%>if errorlevel 1 call :GetWin10SdkDirHelper HKLM\SOFTWARE 1>nul 2>&1 2023-08-09T11:54:36.2390294Z 2023-08-09T11:54:36.2390726Z %SRC_DIR%>if errorlevel 1 call :GetWin10SdkDirHelper HKCU\SOFTWARE 1>nul 2>&1 2023-08-09T11:54:36.2391221Z 2023-08-09T11:54:36.2391467Z %SRC_DIR%>if errorlevel 1 exit /B 1 2023-08-09T11:54:36.2391835Z 2023-08-09T11:54:36.2392028Z %SRC_DIR%>exit /B 0 2023-08-09T11:54:36.2392321Z 2023-08-09T11:54:36.2392964Z %SRC_DIR%>for /F %i in ('dir /ON /B "C:\Program Files (x86)\Windows Kits\10\\include"') DO (if NOT "%~i" == "wdf" (SET WindowsSDKVer=%~i ) ) 2023-08-09T11:54:36.2393655Z 2023-08-09T11:54:36.2394125Z %SRC_DIR%>(if NOT "10.0.19041.0" == "wdf" (SET WindowsSDKVer=10.0.19041.0 ) ) 2023-08-09T11:54:36.2394549Z 2023-08-09T11:54:36.2395127Z %SRC_DIR%>if errorlevel 1 (echo "Didn't find any windows 10 SDK. I'm not sure if things will work, but let's try..." ) else (echo Windows SDK version found as: "10.0.19041.0" ) 2023-08-09T11:54:36.2396041Z Windows SDK version found as: "10.0.19041.0" 2023-08-09T11:54:36.2396399Z 2023-08-09T11:54:36.2396639Z %SRC_DIR%>IF "win-64" == "win-64" ( 2023-08-09T11:54:36.2397201Z set "target_platform=amd64" 2023-08-09T11:54:36.2397804Z set "CMAKE_GEN=Visual Studio 16 2019 Win64" 2023-08-09T11:54:36.2398323Z set "BITS=64" 2023-08-09T11:54:36.2398752Z ) else ( 2023-08-09T11:54:36.2399364Z set "target_platform=x86" 2023-08-09T11:54:36.2399935Z set "CMAKE_GEN=Visual Studio 16 2019" 2023-08-09T11:54:36.2400536Z set "BITS=32" 2023-08-09T11:54:36.2400944Z ) 2023-08-09T11:54:36.2401178Z 2023-08-09T11:54:36.2401872Z %SRC_DIR%>pushd C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2023-08-09T11:54:36.2402373Z 2023-08-09T11:54:36.2402788Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools>set VSCMD_DEBUG=1 2023-08-09T11:54:36.2403228Z 2023-08-09T11:54:36.2403809Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools>CALL "VC\Auxiliary\Build\vcvars64.bat" -vcvars_ver=14.2 10.0.19041.0 2023-08-09T11:54:36.2404793Z [DEBUG:vcvarsall.bat] init with arguments 'x64 -vcvars_ver=14.2 10.0.19041.0' 2023-08-09T11:54:36.2405585Z [DEBUG:vcvarsall.bat] Command line parse completed with values: 2023-08-09T11:54:36.2406437Z [DEBUG:vcvarsall.bat] __VCVARSALL_TARGET_ARCH='x64' 2023-08-09T11:54:36.2407245Z [DEBUG:vcvarsall.bat] __VCVARSALL_HOST_ARCH='x64' 2023-08-09T11:54:36.2407962Z [DEBUG:vcvarsall.bat] __VCVARSALL_WINSDK='10.0.19041.0' 2023-08-09T11:54:36.2408646Z [DEBUG:vcvarsall.bat] __VCVARSALL_STORE='' 2023-08-09T11:54:36.2409275Z [DEBUG:vcvarsall.bat] __VCVARSALL_HELP='' 2023-08-09T11:54:36.2409942Z [DEBUG:vcvarsall.bat] __VCVARSALL_PARSE_ERROR='0' 2023-08-09T11:54:36.2410962Z [DEBUG:VsDevCmd] Writing pre-initialization environment to C:\Users\RUNNER~1\AppData\Local\Temp\dd_vsdevcmd16_preinit_env.log 2023-08-09T11:54:36.2411949Z [DEBUG:core\vsdevcmd_start] initializing with arguments '' 2023-08-09T11:54:36.2412843Z [DEBUG:core\parse_cmd.bat] initializaing with arguments '' 2023-08-09T11:54:36.2413628Z [DEBUG:VsDevCmd.bat] Found version "16.11.27" 2023-08-09T11:54:36.2414325Z ********************************************************************** 2023-08-09T11:54:36.2414986Z ** Visual Studio 2019 Developer Command Prompt v16.11.27 2023-08-09T11:54:36.2415695Z ** Copyright (c) 2021 Microsoft Corporation 2023-08-09T11:54:36.2416520Z ********************************************************************** 2023-08-09T11:54:36.2417099Z [DEBUG:VsDevCmd.bat] calling "core\dotnet.bat" 2023-08-09T11:54:36.2417725Z [DEBUG:core\dotnet.bat] init:COMPLETE 2023-08-09T11:54:36.2418352Z [DEBUG:VsDevCmd.bat] calling "core\msbuild.bat" 2023-08-09T11:54:36.2418990Z [DEBUG:core\msbuild.bat] initializing... 2023-08-09T11:54:36.2419640Z [DEBUG:core\msbuild.bat] init:COMPLETE 2023-08-09T11:54:36.2420423Z [DEBUG:VsDevCmd.bat] calling "core\winsdk.bat" 2023-08-09T11:54:36.2421029Z [DEBUG:winsdk.bat] initializing... 2023-08-09T11:54:36.2421626Z [DEBUG:core\winsdk.bat] init:COMPLETE 2023-08-09T11:54:36.2422229Z [DEBUG:VsDevCmd.bat] calling "ext\devinit.bat" 2023-08-09T11:54:36.2422870Z [DEBUG:ext\devinit.bat] init:COMPLETE 2023-08-09T11:54:36.2423501Z [DEBUG:VsDevCmd.bat] calling "ext\netfxsdk.bat" 2023-08-09T11:54:36.2424144Z [DEBUG:ext\netfxsdk.bat] init:COMPLETE 2023-08-09T11:54:36.2424769Z [DEBUG:VsDevCmd.bat] calling "ext\roslyn.bat" 2023-08-09T11:54:36.2425488Z [DEBUG:ext\roslyn.bat] init:COMPLETE 2023-08-09T11:54:36.2426343Z [DEBUG:VsDevCmd.bat] calling "ext\team_explorer.bat" 2023-08-09T11:54:36.2427053Z [DEBUG:ext\team_explorer.bat] init:COMPLETE 2023-08-09T11:54:36.2427712Z [DEBUG:VsDevCmd.bat] calling "ext\testwindow.bat" 2023-08-09T11:54:36.2428401Z [DEBUG:ext\testwindow.bat] init:COMPLETE 2023-08-09T11:54:36.2429057Z [DEBUG:VsDevCmd.bat] calling "ext\vcvars.bat" 2023-08-09T11:54:36.2429654Z [DEBUG:ext\vcvars.bat] init:COMPLETE 2023-08-09T11:54:36.2430204Z [DEBUG:VsDevCmd.bat] Sending telemetry 2023-08-09T11:54:36.2430869Z [DEBUG:core\vsdevcmd_end] initializing with arguments '' 2023-08-09T11:54:36.2431942Z [DEBUG:VsDevCmd] Writing post-execution environment to C:\Users\RUNNER~1\AppData\Local\Temp\dd_vsdevcmd16_env.log 2023-08-09T11:54:36.2432993Z [vcvarsall.bat] Environment initialized for: 'x64' 2023-08-09T11:54:36.2433576Z -- Git branch: nightly 2023-08-09T11:54:36.2434208Z -- Git SHA: fe9b9ff75edebf1e0e326f64577d64df3b5858db 2023-08-09T11:54:36.2434787Z -- Git tag: None 2023-08-09T11:54:36.2435336Z -- PyTorch dependency: torch==2.1.0.dev20230808 2023-08-09T11:54:36.2435934Z -- Building version 2.1.0.dev20230809 2023-08-09T11:54:36.2436462Z running install 2023-08-09T11:54:36.2437117Z running build 2023-08-09T11:54:36.2437575Z running build_py 2023-08-09T11:54:36.2438006Z creating build 2023-08-09T11:54:36.2438641Z creating build\lib.win-amd64-cpython-310 2023-08-09T11:54:36.2439501Z creating build\lib.win-amd64-cpython-310\torchaudio 2023-08-09T11:54:36.2440357Z copying torchaudio\kaldi_io.py -> build\lib.win-amd64-cpython-310\torchaudio 2023-08-09T11:54:36.2441253Z copying torchaudio\version.py -> build\lib.win-amd64-cpython-310\torchaudio 2023-08-09T11:54:36.2442150Z copying torchaudio\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio 2023-08-09T11:54:36.2443022Z creating build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T11:54:36.2443980Z copying torchaudio\backend\common.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T11:54:36.2445131Z copying torchaudio\backend\no_backend.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T11:54:36.2446395Z copying torchaudio\backend\soundfile_backend.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T11:54:36.2447521Z copying torchaudio\backend\sox_io_backend.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T11:54:36.2448606Z copying torchaudio\backend\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T11:54:36.2449659Z copying torchaudio\backend\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T11:54:36.2450573Z creating build\lib.win-amd64-cpython-310\torchaudio\compliance 2023-08-09T11:54:36.2451677Z copying torchaudio\compliance\kaldi.py -> build\lib.win-amd64-cpython-310\torchaudio\compliance 2023-08-09T11:54:36.2452820Z copying torchaudio\compliance\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\compliance 2023-08-09T11:54:36.2454018Z creating build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2454960Z copying torchaudio\datasets\cmuarctic.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2456063Z copying torchaudio\datasets\cmudict.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2457244Z copying torchaudio\datasets\commonvoice.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2458474Z copying torchaudio\datasets\dr_vctk.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2459563Z copying torchaudio\datasets\fluentcommands.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2460657Z copying torchaudio\datasets\gtzan.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2461710Z copying torchaudio\datasets\iemocap.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2462811Z copying torchaudio\datasets\librilight_limited.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2464114Z copying torchaudio\datasets\librimix.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2465264Z copying torchaudio\datasets\librispeech.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2466370Z copying torchaudio\datasets\librispeech_biasing.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2467500Z copying torchaudio\datasets\libritts.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2468557Z copying torchaudio\datasets\ljspeech.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2469692Z copying torchaudio\datasets\musdb_hq.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2470850Z copying torchaudio\datasets\quesst14.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2471938Z copying torchaudio\datasets\snips.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2473044Z copying torchaudio\datasets\speechcommands.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2474318Z copying torchaudio\datasets\tedlium.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2475405Z copying torchaudio\datasets\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2476528Z copying torchaudio\datasets\vctk.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2477642Z copying torchaudio\datasets\voxceleb1.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2478708Z copying torchaudio\datasets\yesno.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2479761Z copying torchaudio\datasets\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T11:54:36.2480722Z creating build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T11:54:36.3367895Z CMake Error: CMAKE_GENERATOR was set but the specified generator doesn't exist. Using CMake default. 2023-08-09T11:55:06.4915488Z CMake Warning at C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/_h_env/lib/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2023-08-09T11:55:06.4916608Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2023-08-09T11:55:06.4917033Z to cmake instead of implicitly setting it as an env variable. This will 2023-08-09T11:55:06.4918693Z become a FATAL_ERROR in future version of pytorch. 2023-08-09T11:55:06.4919356Z Call Stack (most recent call first): 2023-08-09T11:55:06.4920343Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/_h_env/lib/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:343 (torch_cuda_get_nvcc_gencode_flag) 2023-08-09T11:55:06.4921695Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/_h_env/lib/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:87 (include) 2023-08-09T11:55:06.4923562Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/_h_env/lib/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2023-08-09T11:55:06.4924460Z cmake/TorchAudioHelper.cmake:1 (find_package) 2023-08-09T11:55:06.4925040Z CMakeLists.txt:93 (include) 2023-08-09T11:55:06.4925359Z 2023-08-09T11:55:06.4925370Z 2023-08-09T11:55:47.9148795Z copying torchaudio\functional\filtering.py -> build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T11:55:47.9432044Z copying torchaudio\functional\functional.py -> build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T11:55:47.9480548Z copying torchaudio\functional\_alignment.py -> build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T11:55:47.9707118Z copying torchaudio\functional\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T11:55:48.0762887Z creating build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T11:55:48.0765022Z copying torchaudio\io\_effector.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T11:55:48.0773844Z copying torchaudio\io\_playback.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T11:55:48.0775130Z copying torchaudio\io\_stream_reader.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T11:55:48.0776399Z copying torchaudio\io\_stream_writer.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T11:55:48.0777573Z copying torchaudio\io\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T11:55:48.0778740Z creating build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0779947Z copying torchaudio\models\conformer.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0781161Z copying torchaudio\models\conv_tasnet.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0782325Z copying torchaudio\models\deepspeech.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0783620Z copying torchaudio\models\emformer.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0784888Z copying torchaudio\models\rnnt.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0786300Z copying torchaudio\models\rnnt_decoder.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0787619Z copying torchaudio\models\tacotron2.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0788917Z copying torchaudio\models\wav2letter.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0790190Z copying torchaudio\models\wavernn.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0791489Z copying torchaudio\models\_hdemucs.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0793082Z copying torchaudio\models\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T11:55:48.0794385Z creating build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T11:55:48.0795689Z copying torchaudio\pipelines\rnnt_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T11:55:48.0797109Z copying torchaudio\pipelines\_source_separation_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T11:55:48.0798502Z copying torchaudio\pipelines\_squim_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T11:55:48.0799907Z copying torchaudio\pipelines\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T11:55:48.0801280Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype 2023-08-09T11:55:48.0802420Z copying torchaudio\prototype\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype 2023-08-09T11:55:48.0803520Z creating build\lib.win-amd64-cpython-310\torchaudio\sox_effects 2023-08-09T11:55:48.0804766Z copying torchaudio\sox_effects\sox_effects.py -> build\lib.win-amd64-cpython-310\torchaudio\sox_effects 2023-08-09T11:55:48.0806565Z copying torchaudio\sox_effects\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\sox_effects 2023-08-09T11:55:48.0807849Z creating build\lib.win-amd64-cpython-310\torchaudio\transforms 2023-08-09T11:55:48.0809179Z copying torchaudio\transforms\_multi_channel.py -> build\lib.win-amd64-cpython-310\torchaudio\transforms 2023-08-09T11:55:48.0810476Z copying torchaudio\transforms\_transforms.py -> build\lib.win-amd64-cpython-310\torchaudio\transforms 2023-08-09T11:55:48.0811717Z copying torchaudio\transforms\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\transforms 2023-08-09T11:55:48.0812858Z creating build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T11:55:48.0814229Z copying torchaudio\utils\download.py -> build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T11:55:48.0815729Z copying torchaudio\utils\ffmpeg_utils.py -> build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T11:55:48.0816940Z copying torchaudio\utils\sox_utils.py -> build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T11:55:48.0818227Z copying torchaudio\utils\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T11:55:48.0819347Z creating build\lib.win-amd64-cpython-310\torchaudio\_backend 2023-08-09T11:55:48.0820448Z copying torchaudio\_backend\ffmpeg.py -> build\lib.win-amd64-cpython-310\torchaudio\_backend 2023-08-09T11:55:48.0821971Z copying torchaudio\_backend\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\_backend 2023-08-09T11:55:48.0823340Z copying torchaudio\_backend\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\_backend 2023-08-09T11:55:48.0824683Z creating build\lib.win-amd64-cpython-310\torchaudio\_extension 2023-08-09T11:55:48.0825860Z copying torchaudio\_extension\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\_extension 2023-08-09T11:55:48.0827135Z copying torchaudio\_extension\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\_extension 2023-08-09T11:55:48.0828397Z creating build\lib.win-amd64-cpython-310\torchaudio\_internal 2023-08-09T11:55:48.0829887Z copying torchaudio\_internal\module_utils.py -> build\lib.win-amd64-cpython-310\torchaudio\_internal 2023-08-09T11:55:48.0831332Z copying torchaudio\_internal\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\_internal 2023-08-09T11:55:48.0832552Z creating build\lib.win-amd64-cpython-310\torchaudio\models\decoder 2023-08-09T11:55:48.0833798Z copying torchaudio\models\decoder\_ctc_decoder.py -> build\lib.win-amd64-cpython-310\torchaudio\models\decoder 2023-08-09T11:55:48.0835413Z copying torchaudio\models\decoder\_cuda_ctc_decoder.py -> build\lib.win-amd64-cpython-310\torchaudio\models\decoder 2023-08-09T11:55:48.0836976Z copying torchaudio\models\decoder\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models\decoder 2023-08-09T11:55:48.0838172Z creating build\lib.win-amd64-cpython-310\torchaudio\models\squim 2023-08-09T11:55:48.0839350Z copying torchaudio\models\squim\objective.py -> build\lib.win-amd64-cpython-310\torchaudio\models\squim 2023-08-09T11:55:48.0840647Z copying torchaudio\models\squim\subjective.py -> build\lib.win-amd64-cpython-310\torchaudio\models\squim 2023-08-09T11:55:48.0842123Z copying torchaudio\models\squim\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models\squim 2023-08-09T11:55:48.0844154Z creating build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T11:55:48.0845536Z copying torchaudio\models\wav2vec2\components.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T11:55:48.0846969Z copying torchaudio\models\wav2vec2\model.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T11:55:48.0854318Z copying torchaudio\models\wav2vec2\wavlm_attention.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T11:55:48.0855999Z copying torchaudio\models\wav2vec2\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T11:55:48.0857391Z creating build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils 2023-08-09T11:55:48.0859110Z copying torchaudio\models\wav2vec2\utils\import_fairseq.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils 2023-08-09T11:55:48.0860878Z copying torchaudio\models\wav2vec2\utils\import_huggingface.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils 2023-08-09T11:55:48.0862709Z copying torchaudio\models\wav2vec2\utils\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils 2023-08-09T11:55:48.0864051Z creating build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T11:55:48.0865387Z copying torchaudio\pipelines\_tts\impl.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T11:55:48.0866797Z copying torchaudio\pipelines\_tts\interface.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T11:55:48.0868247Z copying torchaudio\pipelines\_tts\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T11:55:48.0869745Z copying torchaudio\pipelines\_tts\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T11:55:48.0871134Z creating build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T11:55:48.0872452Z copying torchaudio\pipelines\_wav2vec2\aligner.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T11:55:48.0873959Z copying torchaudio\pipelines\_wav2vec2\impl.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T11:55:48.0875417Z copying torchaudio\pipelines\_wav2vec2\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T11:55:48.0877072Z copying torchaudio\pipelines\_wav2vec2\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T11:55:48.0878543Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets 2023-08-09T11:55:48.0879774Z copying torchaudio\prototype\datasets\musan.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets 2023-08-09T11:55:48.0881247Z copying torchaudio\prototype\datasets\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets 2023-08-09T11:55:48.0882567Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T11:55:48.0884277Z copying torchaudio\prototype\functional\functional.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T11:55:48.0885959Z copying torchaudio\prototype\functional\_dsp.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T11:55:48.0887371Z copying torchaudio\prototype\functional\_rir.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T11:55:49.5765382Z copying torchaudio\prototype\functional\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T11:55:49.5768462Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T11:55:49.5769471Z copying torchaudio\prototype\models\conv_emformer.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T11:55:49.5770699Z copying torchaudio\prototype\models\hifi_gan.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T11:55:49.5771878Z copying torchaudio\prototype\models\rnnt.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T11:55:49.5776974Z copying torchaudio\prototype\models\rnnt_decoder.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T11:55:49.5778187Z copying torchaudio\prototype\models\_conformer_wav2vec2.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T11:55:49.5779273Z copying torchaudio\prototype\models\_emformer_hubert.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T11:55:49.5780480Z copying torchaudio\prototype\models\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T11:55:49.5781532Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines 2023-08-09T11:55:49.5783032Z copying torchaudio\prototype\pipelines\hifigan_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines 2023-08-09T11:55:49.5787606Z copying torchaudio\prototype\pipelines\rnnt_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines 2023-08-09T11:55:49.5788984Z copying torchaudio\prototype\pipelines\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines 2023-08-09T11:55:49.5790036Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms 2023-08-09T11:55:49.5791128Z copying torchaudio\prototype\transforms\_transforms.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms 2023-08-09T11:55:49.5792374Z copying torchaudio\prototype\transforms\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms 2023-08-09T11:55:49.5793480Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish 2023-08-09T11:55:49.5794663Z copying torchaudio\prototype\pipelines\_vggish\_vggish_impl.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish 2023-08-09T11:55:49.5796841Z copying torchaudio\prototype\pipelines\_vggish\_vggish_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish 2023-08-09T11:55:49.5798195Z copying torchaudio\prototype\pipelines\_vggish\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish 2023-08-09T11:55:49.5799065Z running build_ext 2023-08-09T11:55:49.5799646Z -- The C compiler identification is MSVC 19.29.30151.0 2023-08-09T11:55:49.5800279Z -- The CXX compiler identification is MSVC 19.29.30151.0 2023-08-09T11:55:49.5800910Z -- Detecting C compiler ABI info 2023-08-09T11:55:49.5801490Z -- Detecting C compiler ABI info - done 2023-08-09T11:55:49.5802360Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2023-08-09T11:55:49.5803192Z -- Detecting C compile features 2023-08-09T11:55:49.5803763Z -- Detecting C compile features - done 2023-08-09T11:55:49.5804305Z -- Detecting CXX compiler ABI info 2023-08-09T11:55:49.5804906Z -- Detecting CXX compiler ABI info - done 2023-08-09T11:55:49.5806092Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2023-08-09T11:55:49.5806988Z -- Detecting CXX compile features 2023-08-09T11:55:49.5807573Z -- Detecting CXX compile features - done 2023-08-09T11:55:49.5808200Z -- The CUDA compiler identification is NVIDIA 12.1.66 2023-08-09T11:55:49.5808836Z -- Detecting CUDA compiler ABI info 2023-08-09T11:55:49.5809414Z -- Detecting CUDA compiler ABI info - done 2023-08-09T11:55:49.5810254Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe - skipped 2023-08-09T11:55:49.5810998Z -- Detecting CUDA compile features 2023-08-09T11:55:49.5811610Z -- Detecting CUDA compile features - done 2023-08-09T11:55:49.5812386Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 (found version "12.1") 2023-08-09T11:55:49.5814100Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include (found version "12.1.66") 2023-08-09T11:55:49.5814901Z -- Caffe2: CUDA detected: 12.1 2023-08-09T11:55:49.5815671Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2023-08-09T11:55:49.5816579Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2023-08-09T11:55:49.5817622Z -- Caffe2: Header version is: 12.1 2023-08-09T11:55:49.5818394Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/nvrtc.lib shorthash is bac8224f 2023-08-09T11:55:49.5819241Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2023-08-09T11:55:49.5820025Z -- USE_CUSPARSELT is set to 0. Compiling without cuSPARSELt support 2023-08-09T11:55:49.5821992Z -- Added CUDA NVCC flags for: -gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_50,code=compute_50 2023-08-09T11:55:49.5823808Z -- Found Torch: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/_h_env/lib/site-packages/torch/lib/torch.lib 2023-08-09T11:55:49.5825141Z -- Found Python3: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/_h_env/libs/python310.lib (found suitable exact version "3.10.12") found components: Development Development.Module Development.Embed 2023-08-09T11:55:49.5826281Z -- Found OpenMP_C: -openmp (found version "2.0") 2023-08-09T11:55:49.5826974Z -- Found OpenMP_CXX: -openmp (found version "2.0") 2023-08-09T11:55:49.5827647Z -- Found OpenMP: TRUE (found version "2.0") 2023-08-09T11:55:49.5828403Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2023-08-09T11:55:49.5829227Z -- Building FFmpeg integration with multi version support 2023-08-09T11:55:49.5829859Z -- Configuring done (38.4s) 2023-08-09T11:55:49.5830383Z -- Generating done (0.5s) 2023-08-09T11:55:49.5831227Z -- Build files have been written to: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/temp.win-amd64-cpython-310/Release 2023-08-09T11:55:49.5834595Z [1/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\utils.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\utils.cpp 2023-08-09T11:55:49.5837400Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:55:49.5839379Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:55:49.5839882Z 2023-08-09T11:55:49.5840410Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:55:49.5841456Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:55:49.5842516Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:55:49.5845559Z [2/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\compute_alphas.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\rnnt\compute_alphas.cpp 2023-08-09T11:55:49.5848330Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:55:49.5849130Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:55:49.5850307Z 2023-08-09T11:55:49.5850875Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:55:49.5851920Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:55:49.5853334Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:56:24.4303064Z [3/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\cpu\compute_alphas.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp 2023-08-09T11:56:24.4419202Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:56:24.4477139Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:56:24.4511110Z 2023-08-09T11:56:24.4791969Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(16): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.4819100Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(17): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.4820350Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(18): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.4821544Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(19): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.4822689Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(20): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.6295737Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(21): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.6297500Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(22): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 2023-08-09T11:56:24.6299099Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(50): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.7373875Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(48): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.7376103Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(45): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2023-08-09T11:56:24.7795564Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(41): note: while compiling class template member function 'torchaudio::rnnt::cpu::TensorView::TensorView(const std::vector> &,DTYPE *)' 2023-08-09T11:56:24.7813982Z with 2023-08-09T11:56:24.7919798Z [ 2023-08-09T11:56:24.8013813Z CAST_DTYPE=float, 2023-08-09T11:56:24.8066729Z DTYPE=float 2023-08-09T11:56:24.8075363Z ] 2023-08-09T11:56:24.8076783Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(482): note: see reference to function template instantiation 'torchaudio::rnnt::cpu::TensorView::TensorView(const std::vector> &,DTYPE *)' being compiled 2023-08-09T11:56:24.8078298Z with 2023-08-09T11:56:24.8079128Z [ 2023-08-09T11:56:24.8079956Z CAST_DTYPE=float, 2023-08-09T11:56:24.8080747Z DTYPE=float 2023-08-09T11:56:24.8081368Z ] 2023-08-09T11:56:24.8082514Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(483): note: see reference to class template instantiation 'torchaudio::rnnt::cpu::TensorView' being compiled 2023-08-09T11:56:24.8084032Z with 2023-08-09T11:56:24.8084668Z [ 2023-08-09T11:56:24.8085363Z CAST_DTYPE=float 2023-08-09T11:56:24.8097118Z ] 2023-08-09T11:56:24.8116997Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_transducer.h(126): note: see reference to function template instantiation 'void torchaudio::rnnt::cpu::ComputeAlphas(const torchaudio::rnnt::Options &,const CAST_DTYPE *,const int *,const int *,CAST_DTYPE *)' being compiled 2023-08-09T11:56:24.8118451Z with 2023-08-09T11:56:24.8119096Z [ 2023-08-09T11:56:24.8119750Z DTYPE=float, 2023-08-09T11:56:24.8120421Z CAST_DTYPE=float 2023-08-09T11:56:24.8121082Z ] 2023-08-09T11:56:24.8122611Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(60): note: see reference to function template instantiation 'torchaudio::rnnt::status_t torchaudio::rnnt::cpu::ComputeAlphas(const torchaudio::rnnt::Workspace &,const DTYPE *,const int *,const int *,const int *,DTYPE *)' being compiled 2023-08-09T11:56:24.8124061Z with 2023-08-09T11:56:24.8124684Z [ 2023-08-09T11:56:24.8125301Z DTYPE=float 2023-08-09T11:56:24.8125936Z ] 2023-08-09T11:56:24.8126901Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(166): warning C4100: 'options': unreferenced formal parameter 2023-08-09T11:56:24.8129218Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(493): note: see reference to function template instantiation 'DTYPE torchaudio::rnnt::cpu::ComputeAlphaOneSequence(const torchaudio::rnnt::Options &,torchaudio::rnnt::cpu::TensorView> &,int,int,torchaudio::rnnt::cpu::TensorView &)' being compiled 2023-08-09T11:56:24.8130805Z with 2023-08-09T11:56:24.8131365Z [ 2023-08-09T11:56:24.8131897Z DTYPE=float 2023-08-09T11:56:24.8132492Z ] 2023-08-09T11:56:24.8133474Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(53): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2023-08-09T11:56:24.8135369Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(50): note: while compiling class template member function 'DTYPE &torchaudio::rnnt::cpu::TensorView::operator ()(const std::vector> &)' 2023-08-09T11:56:24.8136588Z with 2023-08-09T11:56:24.8137151Z [ 2023-08-09T11:56:24.8137776Z DTYPE=float 2023-08-09T11:56:24.8138396Z ] 2023-08-09T11:56:24.8139768Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(174): note: see reference to function template instantiation 'DTYPE &torchaudio::rnnt::cpu::TensorView::operator ()(const std::vector> &)' being compiled 2023-08-09T11:56:24.8141108Z with 2023-08-09T11:56:24.8141711Z [ 2023-08-09T11:56:24.8142305Z DTYPE=float 2023-08-09T11:56:24.8142900Z ] 2023-08-09T11:56:24.8143832Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:56:24.8145076Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:56:24.8146288Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:56:24.8149389Z [4/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\cpu\compute.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp 2023-08-09T11:56:24.8152551Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:56:24.8153508Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:56:24.8154128Z 2023-08-09T11:56:24.8154825Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(77): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.8160499Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(78): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.8161925Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(79): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.8163263Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(80): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.8164562Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(81): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.8165871Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(82): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.8167216Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(83): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 2023-08-09T11:56:24.8168533Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(111): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.8169885Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(109): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:56:24.8171232Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(45): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2023-08-09T11:56:24.8172803Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(41): note: while compiling class template member function 'torchaudio::rnnt::cpu::TensorView::TensorView(const std::vector> &,DTYPE *)' 2023-08-09T11:56:24.8173977Z with 2023-08-09T11:56:24.8174558Z [ 2023-08-09T11:56:24.8175145Z DTYPE=c10::Half 2023-08-09T11:56:24.8176010Z ] 2023-08-09T11:56:39.8251640Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(443): note: see reference to function template instantiation 'torchaudio::rnnt::cpu::TensorView::TensorView(const std::vector> &,DTYPE *)' being compiled 2023-08-09T11:56:39.8299176Z with 2023-08-09T11:56:39.8307703Z [ 2023-08-09T11:56:39.8308610Z DTYPE=c10::Half 2023-08-09T11:56:39.8309415Z ] 2023-08-09T11:56:39.8310525Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(444): note: see reference to class template instantiation 'torchaudio::rnnt::cpu::TensorView' being compiled 2023-08-09T11:56:39.8311624Z with 2023-08-09T11:56:39.8312288Z [ 2023-08-09T11:56:39.8312960Z DTYPE=c10::Half 2023-08-09T11:56:39.8313624Z ] 2023-08-09T11:56:39.8315456Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_transducer.h(78): note: see reference to function template instantiation 'void torchaudio::rnnt::cpu::ComputeGradients(const torchaudio::rnnt::Options &,const DTYPE *,const int *,const int *,const int *,const CAST_DTYPE *,const CAST_DTYPE *,const CAST_DTYPE *,DTYPE *)' being compiled 2023-08-09T11:56:39.8317239Z with 2023-08-09T11:56:39.8317834Z [ 2023-08-09T11:56:39.8318575Z DTYPE=c10::Half, 2023-08-09T11:56:39.8319219Z CAST_DTYPE=float 2023-08-09T11:56:39.8319855Z ] 2023-08-09T11:56:39.8321449Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(133): note: see reference to function template instantiation 'torchaudio::rnnt::status_t torchaudio::rnnt::cpu::Compute(const torchaudio::rnnt::Workspace &,const DTYPE *,const int *,const int *,const int *,DTYPE *,DTYPE *)' being compiled 2023-08-09T11:56:39.8323406Z with 2023-08-09T11:56:39.8323982Z [ 2023-08-09T11:56:39.8324589Z DTYPE=c10::Half 2023-08-09T11:56:39.8325186Z ] 2023-08-09T11:56:39.8326199Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(53): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2023-08-09T11:56:39.8327846Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(50): note: while compiling class template member function 'DTYPE &torchaudio::rnnt::cpu::TensorView::operator ()(const std::vector> &)' 2023-08-09T11:56:39.8329246Z with 2023-08-09T11:56:39.8330069Z [ 2023-08-09T11:56:39.8330675Z DTYPE=c10::Half 2023-08-09T11:56:39.8331292Z ] 2023-08-09T11:56:39.8332535Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(340): note: see reference to function template instantiation 'DTYPE &torchaudio::rnnt::cpu::TensorView::operator ()(const std::vector> &)' being compiled 2023-08-09T11:56:39.8333775Z with 2023-08-09T11:56:39.8334360Z [ 2023-08-09T11:56:39.8334819Z DTYPE=c10::Half 2023-08-09T11:56:39.8339460Z ] 2023-08-09T11:56:39.8340663Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(166): warning C4100: 'options': unreferenced formal parameter 2023-08-09T11:56:39.8342765Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(245): note: see reference to function template instantiation 'DTYPE torchaudio::rnnt::cpu::ComputeAlphaOneSequence(const torchaudio::rnnt::Options &,torchaudio::rnnt::cpu::TensorView> &,int,int,torchaudio::rnnt::cpu::TensorView &)' being compiled 2023-08-09T11:56:39.8377707Z with 2023-08-09T11:56:39.8378657Z [ 2023-08-09T11:56:39.8379328Z DTYPE=float 2023-08-09T11:56:39.8379969Z ] 2023-08-09T11:56:39.8382040Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(296): note: see reference to function template instantiation 'DTYPE torchaudio::rnnt::cpu::ComputeAlphaOrBetaOneSequence(int,const torchaudio::rnnt::Options &,torchaudio::rnnt::cpu::TensorView> &,int,int,torchaudio::rnnt::cpu::TensorView &,torchaudio::rnnt::cpu::TensorView &)' being compiled 2023-08-09T11:56:39.8383948Z with 2023-08-09T11:56:39.8384589Z [ 2023-08-09T11:56:39.8385475Z DTYPE=float, 2023-08-09T11:56:39.8386185Z CAST_DTYPE=float 2023-08-09T11:56:39.8386860Z ] 2023-08-09T11:56:39.8387790Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(199): warning C4100: 'options': unreferenced formal parameter 2023-08-09T11:56:39.8389670Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(252): note: see reference to function template instantiation 'DTYPE torchaudio::rnnt::cpu::ComputeBetaOneSequence(const torchaudio::rnnt::Options &,torchaudio::rnnt::cpu::TensorView> &,int,int,torchaudio::rnnt::cpu::TensorView &)' being compiled 2023-08-09T11:56:39.8436831Z with 2023-08-09T11:56:39.8495916Z [ 2023-08-09T11:56:39.8529779Z DTYPE=float 2023-08-09T11:56:39.8530816Z ] 2023-08-09T11:56:39.8531797Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:56:39.8533105Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:56:39.8534424Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:56:39.8538217Z [5/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\overdrive.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\overdrive.cpp 2023-08-09T11:56:39.8565347Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:56:39.8566487Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:56:39.8567139Z 2023-08-09T11:56:39.8567860Z %SRC_DIR%\torchaudio\csrc\overdrive.cpp(20): warning C4244: '=': conversion from 'double' to 'T', possible loss of data 2023-08-09T11:56:39.8568817Z with 2023-08-09T11:56:39.8569401Z [ 2023-08-09T11:56:39.8570010Z T=scalar_t 2023-08-09T11:56:39.8570624Z ] 2023-08-09T11:56:39.8572373Z %SRC_DIR%\torchaudio\csrc\overdrive.cpp(43): note: see reference to function template instantiation 'void `anonymous-namespace'::overdrive_cpu_kernel(at::TensorAccessor,at::TensorAccessor,at::TensorAccessor,at::TensorAccessor,at::TensorAccessor)' being compiled 2023-08-09T11:56:39.8574115Z with 2023-08-09T11:56:39.8574728Z [ 2023-08-09T11:56:39.8575313Z T=scalar_t, 2023-08-09T11:56:39.8576102Z PtrTraits=at::DefaultPtrTraits, 2023-08-09T11:56:39.8576840Z index_t=int64_t 2023-08-09T11:56:39.8577463Z ] 2023-08-09T11:56:39.8578402Z %SRC_DIR%\torchaudio\csrc\overdrive.cpp(23): warning C4244: '=': conversion from 'double' to 'T', possible loss of data 2023-08-09T11:56:39.8579322Z with 2023-08-09T11:56:39.8579900Z [ 2023-08-09T11:56:39.8580497Z T=scalar_t 2023-08-09T11:56:39.8581084Z ] 2023-08-09T11:56:39.8582016Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:56:39.8583402Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:56:39.8624575Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:56:39.8627887Z [6/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\compute.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\rnnt\compute.cpp 2023-08-09T11:56:39.8630905Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:56:39.8631868Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:56:39.8632415Z 2023-08-09T11:56:39.8633031Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:56:39.8634245Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:56:39.8664639Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:56:39.8741786Z [7/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\autograd.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\rnnt\autograd.cpp 2023-08-09T11:56:39.8744852Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:56:39.8809001Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:56:39.8809793Z 2023-08-09T11:58:08.7338815Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.7454675Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.7732685Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:58:08.8056439Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:58:08.8265605Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.8321799Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.8323433Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.8329561Z [8/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\compute_betas.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\rnnt\compute_betas.cpp 2023-08-09T11:58:08.8336088Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:58:08.8337223Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:58:08.8338022Z 2023-08-09T11:58:08.8338840Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.8342550Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:58:08.8344656Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.8350414Z [9/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\cpu\compute_betas.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp 2023-08-09T11:58:08.8353743Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:58:08.8357149Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:58:08.8358220Z 2023-08-09T11:58:08.8359095Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(16): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:58:08.8362287Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(17): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:58:08.8364541Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(18): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:58:08.8365971Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(19): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:58:08.8369826Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(20): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:58:08.8371487Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(21): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:58:08.8373057Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(22): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 2023-08-09T11:58:08.8376803Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(54): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:58:08.8378407Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(52): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T11:58:08.8380091Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(503): warning C4100: 'costs': unreferenced formal parameter 2023-08-09T11:58:08.8384156Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_transducer.h(176): note: see reference to function template instantiation 'void torchaudio::rnnt::cpu::ComputeBetas(const torchaudio::rnnt::Options &,const CAST_DTYPE *,const int *,const int *,CAST_DTYPE *,CAST_DTYPE *)' being compiled 2023-08-09T11:58:08.8385681Z with 2023-08-09T11:58:08.8386360Z [ 2023-08-09T11:58:08.8387032Z DTYPE=float, 2023-08-09T11:58:08.8387778Z CAST_DTYPE=float 2023-08-09T11:58:08.8391194Z ] 2023-08-09T11:58:08.8449586Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(65): note: see reference to function template instantiation 'torchaudio::rnnt::status_t torchaudio::rnnt::cpu::ComputeBetas(const torchaudio::rnnt::Workspace &,const DTYPE *,const int *,const int *,const int *,DTYPE *,DTYPE *)' being compiled 2023-08-09T11:58:08.8453806Z with 2023-08-09T11:58:08.8454696Z [ 2023-08-09T11:58:08.8477250Z DTYPE=float 2023-08-09T11:58:08.8531477Z ] 2023-08-09T11:58:08.8547828Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(45): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2023-08-09T11:58:08.8580001Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(41): note: while compiling class template member function 'torchaudio::rnnt::cpu::TensorView::TensorView(const std::vector> &,DTYPE *)' 2023-08-09T11:58:08.8591529Z with 2023-08-09T11:58:08.8592262Z [ 2023-08-09T11:58:08.8592990Z CAST_DTYPE=float, 2023-08-09T11:58:08.8593742Z DTYPE=float 2023-08-09T11:58:08.8594440Z ] 2023-08-09T11:58:08.8595882Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(518): note: see reference to function template instantiation 'torchaudio::rnnt::cpu::TensorView::TensorView(const std::vector> &,DTYPE *)' being compiled 2023-08-09T11:58:08.8597185Z with 2023-08-09T11:58:08.8597865Z [ 2023-08-09T11:58:08.8598529Z CAST_DTYPE=float, 2023-08-09T11:58:08.8599269Z DTYPE=float 2023-08-09T11:58:08.8599960Z ] 2023-08-09T11:58:08.8601224Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(519): note: see reference to class template instantiation 'torchaudio::rnnt::cpu::TensorView' being compiled 2023-08-09T11:58:08.8602679Z with 2023-08-09T11:58:08.8603449Z [ 2023-08-09T11:58:08.8604227Z CAST_DTYPE=float 2023-08-09T11:58:08.8604921Z ] 2023-08-09T11:58:08.8663549Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_transducer.h(176): note: see reference to function template instantiation 'void torchaudio::rnnt::cpu::ComputeBetas(const torchaudio::rnnt::Options &,const CAST_DTYPE *,const int *,const int *,CAST_DTYPE *,CAST_DTYPE *)' being compiled 2023-08-09T11:58:08.8712639Z with 2023-08-09T11:58:08.8785795Z [ 2023-08-09T11:58:08.8838922Z DTYPE=float, 2023-08-09T11:58:08.8923736Z CAST_DTYPE=float 2023-08-09T11:58:08.8983909Z ] 2023-08-09T11:58:08.9071499Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(199): warning C4100: 'options': unreferenced formal parameter 2023-08-09T11:58:08.9119783Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(529): note: see reference to function template instantiation 'DTYPE torchaudio::rnnt::cpu::ComputeBetaOneSequence(const torchaudio::rnnt::Options &,torchaudio::rnnt::cpu::TensorView> &,int,int,torchaudio::rnnt::cpu::TensorView &)' being compiled 2023-08-09T11:58:08.9189612Z with 2023-08-09T11:58:08.9283556Z [ 2023-08-09T11:58:08.9322856Z DTYPE=float 2023-08-09T11:58:08.9345334Z ] 2023-08-09T11:58:08.9388675Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(53): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2023-08-09T11:58:08.9448291Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(50): note: while compiling class template member function 'DTYPE &torchaudio::rnnt::cpu::TensorView::operator ()(const std::vector> &)' 2023-08-09T11:58:08.9464914Z with 2023-08-09T11:58:08.9465400Z [ 2023-08-09T11:58:08.9466281Z DTYPE=float 2023-08-09T11:58:08.9469456Z ] 2023-08-09T11:58:08.9471244Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(207): note: see reference to function template instantiation 'DTYPE &torchaudio::rnnt::cpu::TensorView::operator ()(const std::vector> &)' being compiled 2023-08-09T11:58:08.9472610Z with 2023-08-09T11:58:08.9473035Z [ 2023-08-09T11:58:08.9473428Z DTYPE=float 2023-08-09T11:58:08.9473760Z ] 2023-08-09T11:58:08.9476744Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.9477709Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:08.9753060Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:58:56.6124951Z [10/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\lfilter.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\lfilter.cpp 2023-08-09T11:58:56.6215952Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:58:56.6219847Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:58:56.6251939Z 2023-08-09T11:58:56.6252802Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:56.6256152Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:56.6257522Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:58:56.6258999Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:58:56.6260280Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:56.6261622Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:56.6263159Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:56.6266706Z [11/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ffmpeg.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp 2023-08-09T11:58:56.6270313Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:58:56.6271379Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:58:56.6272076Z 2023-08-09T11:58:56.6272994Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T11:58:56.6274806Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T11:58:56.6277090Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T11:58:56.6278959Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T11:58:56.6280417Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:56.6281759Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:56.6283311Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T11:58:56.6285024Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:58:56.6286380Z %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp(28) : warning C4706: assignment within conditional expression 2023-08-09T11:58:56.7669516Z [12/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\filter_graph.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\filter_graph.cpp 2023-08-09T11:58:56.8065016Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:58:56.8102961Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:58:56.8574665Z 2023-08-09T11:58:56.8952759Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T11:58:56.9717298Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T11:58:57.0113487Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T11:58:57.0267210Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T11:58:57.0469590Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:57.0497815Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:57.0533214Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:58:57.1127231Z [13/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\hw_context.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\hw_context.cpp 2023-08-09T11:58:57.1408263Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:58:57.1409408Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:58:57.1410057Z 2023-08-09T11:58:57.1411013Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T11:58:57.1412850Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T11:58:57.1414599Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T11:58:57.1416317Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T11:58:57.1417852Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:57.1419116Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:58:57.1423980Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:59:31.4456694Z [14/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\rir.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\rir.cpp 2023-08-09T11:59:31.6278660Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:59:31.6392342Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:59:31.7553274Z 2023-08-09T11:59:31.7667058Z %SRC_DIR%\torchaudio\csrc\rir.cpp(136): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data 2023-08-09T11:59:31.8191608Z with 2023-08-09T11:59:31.9012387Z [ 2023-08-09T11:59:32.0021276Z scalar_t=scalar_t 2023-08-09T11:59:32.0053527Z ] 2023-08-09T11:59:32.0508045Z %SRC_DIR%\torchaudio\csrc\rir.cpp(189): note: see reference to function template instantiation 'void torchaudio::rir::`anonymous-namespace'::make_rir_filter_impl(at::Tensor &,double,int64_t,at::Tensor &)' being compiled 2023-08-09T11:59:32.0614969Z %SRC_DIR%\torchaudio\csrc\rir.cpp(155): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data 2023-08-09T11:59:32.0856387Z with 2023-08-09T11:59:32.0860447Z [ 2023-08-09T11:59:32.0861669Z scalar_t=scalar_t 2023-08-09T11:59:32.0862418Z ] 2023-08-09T11:59:32.0863507Z %SRC_DIR%\torchaudio\csrc\rir.cpp(160): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data 2023-08-09T11:59:32.0864595Z with 2023-08-09T11:59:32.0865239Z [ 2023-08-09T11:59:32.0865964Z scalar_t=scalar_t 2023-08-09T11:59:32.0866726Z ] 2023-08-09T11:59:32.0867696Z %SRC_DIR%\torchaudio\csrc\rir.cpp(136): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 2023-08-09T11:59:32.0869783Z %SRC_DIR%\torchaudio\csrc\rir.cpp(189): note: see reference to function template instantiation 'void torchaudio::rir::`anonymous-namespace'::make_rir_filter_impl(at::Tensor &,double,int64_t,at::Tensor &)' being compiled 2023-08-09T11:59:32.0871553Z %SRC_DIR%\torchaudio\csrc\rir.cpp(155): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 2023-08-09T11:59:32.0875642Z %SRC_DIR%\torchaudio\csrc\rir.cpp(160): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 2023-08-09T11:59:32.0877088Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.0878430Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.0882165Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:59:32.0885949Z [15/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\buffer\chunked_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp 2023-08-09T11:59:32.0892044Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:59:32.0893107Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:59:32.0896142Z 2023-08-09T11:59:32.0897213Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T11:59:32.0899066Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T11:59:32.0903264Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T11:59:32.0905169Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T11:59:32.0906805Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp(97): warning C4018: '>': signed/unsigned mismatch 2023-08-09T11:59:32.0910567Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.0912051Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:59:32.0913554Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.0919922Z [16/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\buffer\unchunked_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\unchunked_buffer.cpp 2023-08-09T11:59:32.0925885Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:59:32.0927044Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:59:32.0927670Z 2023-08-09T11:59:32.0930296Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T11:59:32.0932878Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T11:59:32.0934698Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T11:59:32.0938831Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T11:59:32.0940418Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.0941741Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:59:32.0945518Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.0949016Z [17/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\forced_align\cpu\compute.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\forced_align\cpu\compute.cpp 2023-08-09T11:59:32.0954665Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:59:32.0955753Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:59:32.0958099Z 2023-08-09T11:59:32.0959624Z %SRC_DIR%\torchaudio\csrc\forced_align\cpu\compute.cpp(122): warning C4244: '=': conversion from 'int64_t' to 'T', possible loss of data 2023-08-09T11:59:32.0960740Z with 2023-08-09T11:59:32.0961473Z [ 2023-08-09T11:59:32.0962079Z T=target_t 2023-08-09T11:59:32.0962767Z ] 2023-08-09T11:59:32.0966808Z %SRC_DIR%\torchaudio\csrc\forced_align\cpu\compute.cpp(189): note: see reference to function template instantiation 'void torchaudio::alignment::cpu::forced_align_impl(const at::Tensor &,const at::Tensor &,const int64_t,at::Tensor &)' being compiled 2023-08-09T11:59:32.0968631Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.0969919Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.1114437Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:59:32.1141367Z [18/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\libtorchaudio.dir\forced_align\compute.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\forced_align\compute.cpp 2023-08-09T11:59:32.1144569Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:59:32.1145597Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:59:32.1148565Z 2023-08-09T11:59:32.1149313Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.1150602Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.1152104Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:59:32.1158172Z [19/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\stream_reader.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp 2023-08-09T11:59:32.1164109Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T11:59:32.1165172Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T11:59:32.1165826Z 2023-08-09T11:59:32.1169127Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T11:59:32.1170918Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T11:59:32.1172650Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T11:59:32.1176684Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T11:59:32.1178314Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(61): warning C4018: '<': signed/unsigned mismatch 2023-08-09T11:59:32.1179589Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.1183745Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T11:59:32.1185110Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T11:59:32.1186417Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T11:59:32.1187636Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T11:59:32.1198227Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T11:59:32.1199784Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(127) : warning C4706: assignment within conditional expression 2023-08-09T12:00:01.9423643Z [20/84] C:\PROGRA~1\NVIDIA~2\CUDA\v12.1\bin\nvcc.exe -forward-unknown-to-host-compiler -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -isystem %PREFIX%\lib\site-packages\torch\include -isystem %PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -isystem "C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -isystem "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -D_WINDOWS -Xcompiler=" /GR /EHsc" -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DONNX_NAMESPACE=onnx_c2 --use-local-env -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_50,code=compute_50 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=bad_friend_decl --Werror cross-execution-space-call --no-host-device-move-forward --expt-relaxed-constexpr --expt-extended-lambda -Xcompiler=/wd4819 -Xcudafe --diag_suppress=cc_clobber_ignored -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=integer_sign_change -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=useless_using_declaration -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=set_but_not_used -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=field_without_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=base_class_has_different_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=implicit_return_from_non_void_function -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=unsigned_compare_with_zero -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=declared_but_not_referenced -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=bad_friend_decl -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcompiler="-O2 -Ob2" -DNDEBUG -Xcompiler /MD -std=c++17 -Xcompiler=-MD -Xcompiler= -MD -MT torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute_alphas.cu.obj -MF torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute_alphas.cu.obj.d -x cu -c %SRC_DIR%\torchaudio\csrc\rnnt\gpu\compute_alphas.cu -o torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute_alphas.cu.obj -Xcompiler=-Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\,-FS 2023-08-09T12:00:01.9567075Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:01.9602904Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:01.9864427Z ^ 2023-08-09T12:00:02.0394001Z 2023-08-09T12:00:02.0395340Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:02.0396243Z 2023-08-09T12:00:02.0397329Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0399019Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0399901Z ^ 2023-08-09T12:00:02.0400529Z 2023-08-09T12:00:02.0401467Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0402778Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0403556Z ^ 2023-08-09T12:00:02.0403982Z 2023-08-09T12:00:02.0404650Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:02.0405832Z 2023-08-09T12:00:02.0406835Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0408182Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0408973Z ^ 2023-08-09T12:00:02.0409447Z 2023-08-09T12:00:02.0410363Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0411774Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0412566Z ^ 2023-08-09T12:00:02.0413076Z 2023-08-09T12:00:02.0413639Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:02.0414337Z 2023-08-09T12:00:02.0415253Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0416586Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0417377Z ^ 2023-08-09T12:00:02.0417848Z 2023-08-09T12:00:02.0418861Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0420432Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0421153Z ^ 2023-08-09T12:00:02.0421581Z 2023-08-09T12:00:02.0426476Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:02.0427375Z 2023-08-09T12:00:02.0428306Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0431200Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0432185Z ^ 2023-08-09T12:00:02.0432663Z 2023-08-09T12:00:02.0433689Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0434985Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0435736Z ^ 2023-08-09T12:00:02.0436166Z 2023-08-09T12:00:02.0436726Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:02.0437411Z 2023-08-09T12:00:02.0438276Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0439691Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0440753Z ^ 2023-08-09T12:00:02.0441216Z 2023-08-09T12:00:02.0442090Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0443626Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0444371Z ^ 2023-08-09T12:00:02.0444803Z 2023-08-09T12:00:02.0445348Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:02.0446359Z 2023-08-09T12:00:02.0447375Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0448740Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0449514Z ^ 2023-08-09T12:00:02.0449971Z 2023-08-09T12:00:02.0450977Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0452269Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0453085Z ^ 2023-08-09T12:00:02.0453732Z 2023-08-09T12:00:02.0454413Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:02.0455032Z 2023-08-09T12:00:02.0455975Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0457293Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0458096Z ^ 2023-08-09T12:00:02.0458563Z 2023-08-09T12:00:02.0459466Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0460852Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0461603Z ^ 2023-08-09T12:00:02.0462137Z 2023-08-09T12:00:02.0462725Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:02.0463382Z 2023-08-09T12:00:02.0464307Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:02.0465853Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:02.0466659Z ^ 2023-08-09T12:00:02.0467129Z 2023-08-09T12:00:02.0467555Z compute_alphas.cu 2023-08-09T12:00:02.0468372Z tmpxft_00000370_00000000-7_compute_alphas.compute_90.cudafe1.cpp 2023-08-09T12:00:02.0471815Z [21/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\encode_process.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp 2023-08-09T12:00:02.0475713Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:02.0476740Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:02.0477365Z 2023-08-09T12:00:02.0478240Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:00:02.0479898Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:00:02.0481991Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:00:02.0483848Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:00:02.0485284Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:02.0486511Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:02.0487754Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:00:02.0489346Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:00:02.0490717Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:00:02.0491934Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:00:02.0493222Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:00:02.0496428Z [22/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -D_torchaudio_EXPORTS -I%SRC_DIR% -external:I%PREFIX%\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj -openmp /showIncludes /Fotorchaudio\csrc\CMakeFiles\_torchaudio.dir\pybind\pybind.cpp.obj /Fdtorchaudio\csrc\CMakeFiles\_torchaudio.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\pybind\pybind.cpp 2023-08-09T12:00:02.0499628Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:02.0500614Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:02.0501209Z 2023-08-09T12:00:02.0501852Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:02.0503172Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:02.0504505Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:00:02.0507974Z [23/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\post_process.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\post_process.cpp 2023-08-09T12:00:02.0511415Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:02.0512347Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:02.0512949Z 2023-08-09T12:00:02.0513811Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:00:02.0515689Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:00:02.0517545Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:00:02.0519226Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:00:02.0520675Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:02.0526468Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:02.0527741Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:00:05.1381217Z [24/84] C:\PROGRA~1\NVIDIA~2\CUDA\v12.1\bin\nvcc.exe -forward-unknown-to-host-compiler -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -isystem %PREFIX%\lib\site-packages\torch\include -isystem %PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -isystem "C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -isystem "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -D_WINDOWS -Xcompiler=" /GR /EHsc" -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DONNX_NAMESPACE=onnx_c2 --use-local-env -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_50,code=compute_50 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=bad_friend_decl --Werror cross-execution-space-call --no-host-device-move-forward --expt-relaxed-constexpr --expt-extended-lambda -Xcompiler=/wd4819 -Xcudafe --diag_suppress=cc_clobber_ignored -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=integer_sign_change -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=useless_using_declaration -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=set_but_not_used -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=field_without_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=base_class_has_different_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=implicit_return_from_non_void_function -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=unsigned_compare_with_zero -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=declared_but_not_referenced -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=bad_friend_decl -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcompiler="-O2 -Ob2" -DNDEBUG -Xcompiler /MD -std=c++17 -Xcompiler=-MD -Xcompiler= -MD -MT torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute_betas.cu.obj -MF torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute_betas.cu.obj.d -x cu -c %SRC_DIR%\torchaudio\csrc\rnnt\gpu\compute_betas.cu -o torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute_betas.cu.obj -Xcompiler=-Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\,-FS 2023-08-09T12:00:05.1390979Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1391916Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.1392358Z ^ 2023-08-09T12:00:05.1392561Z 2023-08-09T12:00:05.1392894Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:05.1393286Z 2023-08-09T12:00:05.1393890Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1394835Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.1395296Z ^ 2023-08-09T12:00:05.1395524Z 2023-08-09T12:00:05.1396345Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1397278Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.1397712Z ^ 2023-08-09T12:00:05.1397896Z 2023-08-09T12:00:05.1398231Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:05.1398623Z 2023-08-09T12:00:05.1399247Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1400177Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.1400632Z ^ 2023-08-09T12:00:05.1400860Z 2023-08-09T12:00:05.1401488Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1402495Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.1403039Z ^ 2023-08-09T12:00:05.1403251Z 2023-08-09T12:00:05.1403664Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:05.1404053Z 2023-08-09T12:00:05.1404674Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1723079Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.1723830Z ^ 2023-08-09T12:00:05.1724136Z 2023-08-09T12:00:05.1769492Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1770716Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.1771259Z ^ 2023-08-09T12:00:05.1771513Z 2023-08-09T12:00:05.1837511Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:05.1870225Z 2023-08-09T12:00:05.1871424Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1872346Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.1872788Z ^ 2023-08-09T12:00:05.1873011Z 2023-08-09T12:00:05.1873615Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.1976147Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.2123964Z ^ 2023-08-09T12:00:05.2286717Z 2023-08-09T12:00:05.2287284Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:05.2287789Z 2023-08-09T12:00:05.2288556Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:05.2289720Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:05.2290288Z ^ 2023-08-09T12:00:05.2290577Z 2023-08-09T12:00:05.2291755Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2144540Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2145159Z ^ 2023-08-09T12:00:26.2145418Z 2023-08-09T12:00:26.2147607Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:26.2148805Z 2023-08-09T12:00:26.2149558Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2150737Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2151314Z ^ 2023-08-09T12:00:26.2299951Z 2023-08-09T12:00:26.2303521Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2304976Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2305815Z ^ 2023-08-09T12:00:26.2306353Z 2023-08-09T12:00:26.2308776Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:26.2310198Z 2023-08-09T12:00:26.2311187Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2327757Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2329483Z ^ 2023-08-09T12:00:26.2330170Z 2023-08-09T12:00:26.2331120Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2332443Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2333176Z ^ 2023-08-09T12:00:26.2333647Z 2023-08-09T12:00:26.2334235Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:26.2487308Z 2023-08-09T12:00:26.2501576Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2505221Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2506114Z ^ 2023-08-09T12:00:26.2506641Z 2023-08-09T12:00:26.2507048Z compute_betas.cu 2023-08-09T12:00:26.2507880Z tmpxft_00000f5c_00000000-7_compute_betas.compute_90.cudafe1.cpp 2023-08-09T12:00:26.2519594Z [25/84] C:\PROGRA~1\NVIDIA~2\CUDA\v12.1\bin\nvcc.exe -forward-unknown-to-host-compiler -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -isystem %PREFIX%\lib\site-packages\torch\include -isystem %PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -isystem "C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -isystem "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -D_WINDOWS -Xcompiler=" /GR /EHsc" -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DONNX_NAMESPACE=onnx_c2 --use-local-env -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_50,code=compute_50 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=bad_friend_decl --Werror cross-execution-space-call --no-host-device-move-forward --expt-relaxed-constexpr --expt-extended-lambda -Xcompiler=/wd4819 -Xcudafe --diag_suppress=cc_clobber_ignored -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=integer_sign_change -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=useless_using_declaration -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=set_but_not_used -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=field_without_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=base_class_has_different_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=implicit_return_from_non_void_function -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=unsigned_compare_with_zero -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=declared_but_not_referenced -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=bad_friend_decl -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcompiler="-O2 -Ob2" -DNDEBUG -Xcompiler /MD -std=c++17 -Xcompiler=-MD -Xcompiler= -MD -MT torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute.cu.obj -MF torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute.cu.obj.d -x cu -c %SRC_DIR%\torchaudio\csrc\rnnt\gpu\compute.cu -o torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute.cu.obj -Xcompiler=-Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\,-FS 2023-08-09T12:00:26.2531520Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2532923Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2533735Z ^ 2023-08-09T12:00:26.2534203Z 2023-08-09T12:00:26.2534826Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:26.2535530Z 2023-08-09T12:00:26.2536731Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2538068Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2538878Z ^ 2023-08-09T12:00:26.2539379Z 2023-08-09T12:00:26.2540336Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2541680Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2542410Z ^ 2023-08-09T12:00:26.2542849Z 2023-08-09T12:00:26.2543434Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:26.2544110Z 2023-08-09T12:00:26.2545010Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2546300Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2547043Z ^ 2023-08-09T12:00:26.2547499Z 2023-08-09T12:00:26.2548378Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:26.2549609Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:26.2550328Z ^ 2023-08-09T12:00:26.2550759Z 2023-08-09T12:00:26.2551614Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:26.2552271Z 2023-08-09T12:00:47.4559655Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4561304Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4562155Z ^ 2023-08-09T12:00:47.4562664Z 2023-08-09T12:00:47.4563625Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4564957Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4565697Z ^ 2023-08-09T12:00:47.4566120Z 2023-08-09T12:00:47.4566815Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:47.4567495Z 2023-08-09T12:00:47.4568458Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4569773Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4570533Z ^ 2023-08-09T12:00:47.4570969Z 2023-08-09T12:00:47.4571918Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4573218Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4573953Z ^ 2023-08-09T12:00:47.4574376Z 2023-08-09T12:00:47.4574969Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:47.4575623Z 2023-08-09T12:00:47.4576898Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4578277Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4583247Z ^ 2023-08-09T12:00:47.4583844Z 2023-08-09T12:00:47.4584770Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4586160Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4586949Z ^ 2023-08-09T12:00:47.4587411Z 2023-08-09T12:00:47.4588042Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:47.4588737Z 2023-08-09T12:00:47.4589677Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4591029Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4615618Z ^ 2023-08-09T12:00:47.4616090Z 2023-08-09T12:00:47.4616842Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4617882Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4618461Z ^ 2023-08-09T12:00:47.4618812Z 2023-08-09T12:00:47.4620823Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:47.4621355Z 2023-08-09T12:00:47.4622054Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4623268Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4623981Z ^ 2023-08-09T12:00:47.4624471Z 2023-08-09T12:00:47.4625239Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __host__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4663820Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4664820Z ^ 2023-08-09T12:00:47.4665275Z 2023-08-09T12:00:47.4666079Z Remark: The warnings can be suppressed with "-diag-suppress " 2023-08-09T12:00:47.4666882Z 2023-08-09T12:00:47.4667927Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work\torchaudio/csrc/rnnt/gpu/half.cuh(15): warning #20012-D: __device__ annotation is ignored on a function("Half") that is explicitly defaulted on its first declaration 2023-08-09T12:00:47.4669277Z __declspec(__host__) __declspec(__device__) Half() = default; 2023-08-09T12:00:47.4670029Z ^ 2023-08-09T12:00:47.4670572Z 2023-08-09T12:00:47.4670920Z compute.cu 2023-08-09T12:00:47.4671717Z tmpxft_00001138_00000000-7_compute.compute_90.cudafe1.cpp 2023-08-09T12:00:47.4675682Z [26/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\packet_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\packet_buffer.cpp 2023-08-09T12:00:47.4680069Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:47.4681340Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:47.4682032Z 2023-08-09T12:00:47.4682978Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:00:47.4684802Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:00:47.4732924Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:00:47.4735011Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:00:47.4736903Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:47.4738096Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:47.4739355Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:00:47.4743045Z [27/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\packet_writer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\packet_writer.cpp 2023-08-09T12:00:47.4746441Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:47.4747436Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:47.4747973Z 2023-08-09T12:00:47.4749015Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:00:47.4750825Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:00:47.4752460Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:00:47.4754079Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:00:47.4755502Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:47.4756945Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:47.4758546Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:00:58.3197498Z [28/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\hw_context.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\hw_context.cpp 2023-08-09T12:00:58.4010228Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:58.4854516Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:58.5093392Z 2023-08-09T12:00:58.5256409Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:00:58.5258383Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:00:58.5588489Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:00:58.7182882Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:00:58.7644240Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:58.7915335Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:58.7961470Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:00:58.8003715Z [29/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\packet_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\packet_buffer.cpp 2023-08-09T12:00:58.8092168Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:58.8124171Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:58.8144197Z 2023-08-09T12:00:58.8145231Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:00:58.8146981Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:00:58.8148716Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:00:58.8150917Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:00:58.8152525Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:58.8153774Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:58.8155008Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:00:58.8158970Z [30/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\stream_processor.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp 2023-08-09T12:00:58.8162231Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:58.8163209Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:58.8163895Z 2023-08-09T12:00:58.8164888Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:00:58.8167091Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:00:58.8168775Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:00:58.8170490Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:00:58.8172222Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:58.8173465Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:58.8174729Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:00:58.8175977Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:00:58.8179700Z [31/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\encoder.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encoder.cpp 2023-08-09T12:00:58.8183061Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:00:58.8184201Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:00:58.8184969Z 2023-08-09T12:00:58.8185930Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:00:58.8187735Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:00:58.8189412Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:00:58.8191080Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:00:58.8192628Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:00:58.8194118Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:17.6314019Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:17.6837254Z [32/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\conversion.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\conversion.cpp 2023-08-09T12:01:17.7273879Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:17.8203452Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:17.9098121Z 2023-08-09T12:01:17.9277323Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:17.9625576Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:17.9640678Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:17.9642674Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:17.9645534Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:17.9647013Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:17.9648414Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:17.9649654Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:17.9659589Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:17.9845731Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:17.9850771Z [33/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\compat.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp 2023-08-09T12:01:18.0016265Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:18.0122016Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:18.0182401Z 2023-08-09T12:01:18.0318638Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:18.0431131Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:18.0525833Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:18.0606894Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:18.1212653Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(29): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:01:18.1343015Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(30): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:01:18.1345052Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(39): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:01:18.1346590Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(42): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:01:18.1352154Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(158): warning C4244: 'initializing': conversion from 'double' to '_Ty', possible loss of data 2023-08-09T12:01:18.1353582Z with 2023-08-09T12:01:18.1354428Z [ 2023-08-09T12:01:18.1355352Z _Ty=int64_t 2023-08-09T12:01:18.1355982Z ] 2023-08-09T12:01:18.1357558Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::_Tuple_val<_This>::_Tuple_val(_Other)' being compiled 2023-08-09T12:01:18.1358875Z with 2023-08-09T12:01:18.1359482Z [ 2023-08-09T12:01:18.1360116Z _This=int64_t, 2023-08-09T12:01:18.1360810Z _Other=double & 2023-08-09T12:01:18.1361434Z ] 2023-08-09T12:01:18.1362735Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::_Tuple_val<_This>::_Tuple_val(_Other)' being compiled 2023-08-09T12:01:18.1364129Z with 2023-08-09T12:01:18.1364971Z [ 2023-08-09T12:01:18.1365679Z _This=int64_t, 2023-08-09T12:01:18.1366380Z _Other=double & 2023-08-09T12:01:18.1367058Z ] 2023-08-09T12:01:18.1368705Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2)' being compiled 2023-08-09T12:01:18.1370167Z with 2023-08-09T12:01:18.1370897Z [ 2023-08-09T12:01:18.1371668Z _Tag=std::_Exact_args_t, 2023-08-09T12:01:18.1372368Z _This2=double & 2023-08-09T12:01:18.1372978Z ] 2023-08-09T12:01:18.1374264Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2)' being compiled 2023-08-09T12:01:18.1375520Z with 2023-08-09T12:01:18.1376145Z [ 2023-08-09T12:01:18.1376774Z _Tag=std::_Exact_args_t, 2023-08-09T12:01:18.1377597Z _This2=double & 2023-08-09T12:01:18.1378229Z ] 2023-08-09T12:01:18.1379745Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(327): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2,double &)' being compiled 2023-08-09T12:01:18.1380947Z with 2023-08-09T12:01:18.1381706Z [ 2023-08-09T12:01:18.1382520Z _Tag=std::_Exact_args_t, 2023-08-09T12:01:18.1383289Z _This2=torch::autograd::Variable & 2023-08-09T12:01:18.1384096Z ] 2023-08-09T12:01:18.1385815Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(327): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2,double &)' being compiled 2023-08-09T12:01:18.1387786Z with 2023-08-09T12:01:18.1388368Z [ 2023-08-09T12:01:18.1389034Z _Tag=std::_Exact_args_t, 2023-08-09T12:01:18.1389811Z _This2=torch::autograd::Variable & 2023-08-09T12:01:18.1390526Z ] 2023-08-09T12:01:18.1391736Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(31): note: see reference to function template instantiation 'std::tuple::tuple(_This2,double &) noexcept(false)' being compiled 2023-08-09T12:01:18.1393026Z with 2023-08-09T12:01:18.1393816Z [ 2023-08-09T12:01:18.1394487Z _This2=at::Tensor & 2023-08-09T12:01:18.1395140Z ] 2023-08-09T12:01:18.1396422Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(31): note: see reference to function template instantiation 'std::tuple::tuple(_This2,double &) noexcept(false)' being compiled 2023-08-09T12:01:18.1397617Z with 2023-08-09T12:01:18.1398208Z [ 2023-08-09T12:01:18.1398867Z _This2=at::Tensor & 2023-08-09T12:01:18.1399558Z ] 2023-08-09T12:01:18.1400638Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:18.1401871Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:18.1403120Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:18.1404409Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:41.0955908Z [34/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\buffer\unchunked_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\unchunked_buffer.cpp 2023-08-09T12:01:41.0958635Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:41.0959350Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:41.0959709Z 2023-08-09T12:01:41.0960312Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:41.0961563Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:41.0962743Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:41.0963967Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:41.0965013Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:41.0965865Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:41.0966723Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:41.0969760Z [35/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\stream_writer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp 2023-08-09T12:01:41.0972229Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:41.0972890Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:41.0973243Z 2023-08-09T12:01:41.0973825Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:41.0975048Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:41.0976266Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:41.0977482Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:41.0978530Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(68): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:01:41.0979459Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(104): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:01:41.0981891Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(148): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:01:41.0982888Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(185): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:01:41.0983796Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(222): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:01:41.0984731Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): warning C4127: conditional expression is constant 2023-08-09T12:01:41.0985683Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): note: consider using 'if constexpr' statement instead 2023-08-09T12:01:41.0986571Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:41.0987437Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:41.0988301Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:41.0989182Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:01:41.0991830Z [36/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\filter_graph.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\filter_graph.cpp 2023-08-09T12:01:41.0994489Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:41.0995126Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:41.0995483Z 2023-08-09T12:01:41.0996101Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:41.0997288Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:41.0998494Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:41.1000050Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:41.1001083Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:41.1001926Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:41.1002763Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:41.1035507Z [37/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\buffer\chunked_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp 2023-08-09T12:01:41.1038158Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:41.1038766Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:41.1039123Z 2023-08-09T12:01:49.8177440Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:49.8214719Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:49.8216324Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:49.8218323Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:49.8219714Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp(97): warning C4018: '>': signed/unsigned mismatch 2023-08-09T12:01:49.8220874Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8221933Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8223348Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:49.8227513Z [38/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\encoder.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encoder.cpp 2023-08-09T12:01:49.8230530Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:49.8231442Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:49.8232011Z 2023-08-09T12:01:49.8232820Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:49.8234322Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:49.8235821Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:49.8237316Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:49.8238678Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8240215Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:49.8241285Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8244624Z [39/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\stream_processor.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp 2023-08-09T12:01:49.8248228Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:49.8248981Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:49.8249414Z 2023-08-09T12:01:49.8250151Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:49.8251750Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:49.8253997Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:49.8255754Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:49.8257043Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8258056Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8259213Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:49.8260730Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:01:49.8264086Z [40/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\conversion.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\conversion.cpp 2023-08-09T12:01:49.8267737Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:49.8268523Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:49.8268970Z 2023-08-09T12:01:49.8269716Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:49.8271386Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:49.8277992Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:49.8279618Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:49.8281331Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8282426Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8283530Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:49.8284563Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:49.8285610Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:49.8286798Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:57.6305026Z [41/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\post_process.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\post_process.cpp 2023-08-09T12:01:57.6308867Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:57.6309916Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:57.6310574Z 2023-08-09T12:01:57.6311489Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:57.6313136Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:57.6314801Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:57.6316447Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:57.6317894Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:57.6319592Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:57.6320983Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:01:57.6325110Z [42/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\tensor_converter.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp 2023-08-09T12:01:57.6328085Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:01:57.6328849Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:01:57.6329263Z 2023-08-09T12:01:57.6329983Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:01:57.6331416Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:01:57.6332797Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:01:57.6334089Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:01:57.6369823Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(212): warning C4100: 'num_planes': unreferenced formal parameter 2023-08-09T12:01:57.6371308Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T12:01:57.6372532Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T12:01:57.6373666Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T12:01:57.6374827Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T12:01:57.6375923Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:57.6376874Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:01:57.6475016Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:14.9669069Z [43/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\ffmpeg.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\filter_graph.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\hw_context.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\buffer\chunked_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\buffer\unchunked_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\conversion.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\packet_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\post_process.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\stream_processor.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_reader\stream_reader.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\encode_process.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\encoder.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\packet_writer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\stream_writer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\stream_writer\tensor_converter.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\compat.cpp.obj /out:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg4.pyd /implib:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg4.lib /pdb:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg4.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg4.dir\.\exports.def %PREFIX%\lib\site-packages\torch\lib\torch.lib %PREFIX%\lib\site-packages\torch\lib\torch_cuda.lib %PREFIX%\lib\site-packages\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib %PREFIX%\lib\site-packages\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublasLt.lib" _deps\f4-src\bin\avutil.lib _deps\f4-src\bin\avcodec.lib _deps\f4-src\bin\avformat.lib _deps\f4-src\bin\avdevice.lib _deps\f4-src\bin\avfilter.lib %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:02:14.9684353Z [44/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ffmpeg.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp 2023-08-09T12:02:14.9687283Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:14.9687999Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:14.9688430Z 2023-08-09T12:02:14.9689170Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:14.9690653Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:15.0424506Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:15.0426526Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:15.0427849Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:15.0428916Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:15.0429997Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:15.0431066Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:15.0502056Z %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp(28) : warning C4706: assignment within conditional expression 2023-08-09T12:02:15.0505212Z [45/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\compat.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp 2023-08-09T12:02:15.0508075Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:15.0517189Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:15.0517630Z 2023-08-09T12:02:15.0518384Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:15.0519902Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:15.0525991Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:15.0527594Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:15.0528963Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(29): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:02:15.0611553Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(30): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:02:15.0612799Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(39): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:02:15.0613990Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(42): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:02:33.1735903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(158): warning C4244: 'initializing': conversion from 'double' to '_Ty', possible loss of data 2023-08-09T12:02:33.1737218Z with 2023-08-09T12:02:33.1740387Z [ 2023-08-09T12:02:33.1741003Z _Ty=int64_t 2023-08-09T12:02:33.1741675Z ] 2023-08-09T12:02:33.1742943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::_Tuple_val<_This>::_Tuple_val(_Other)' being compiled 2023-08-09T12:02:33.1746929Z with 2023-08-09T12:02:33.1747664Z [ 2023-08-09T12:02:33.1748261Z _This=int64_t, 2023-08-09T12:02:33.1748933Z _Other=double & 2023-08-09T12:02:33.1749578Z ] 2023-08-09T12:02:33.1750826Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::_Tuple_val<_This>::_Tuple_val(_Other)' being compiled 2023-08-09T12:02:33.1754344Z with 2023-08-09T12:02:33.1754971Z [ 2023-08-09T12:02:33.1755566Z _This=int64_t, 2023-08-09T12:02:33.1756237Z _Other=double & 2023-08-09T12:02:33.1756840Z ] 2023-08-09T12:02:33.1758321Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2)' being compiled 2023-08-09T12:02:33.1761944Z with 2023-08-09T12:02:33.1762522Z [ 2023-08-09T12:02:33.1763202Z _Tag=std::_Exact_args_t, 2023-08-09T12:02:33.1763894Z _This2=double & 2023-08-09T12:02:33.1764517Z ] 2023-08-09T12:02:33.1791628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2)' being compiled 2023-08-09T12:02:33.1811693Z with 2023-08-09T12:02:33.1812443Z [ 2023-08-09T12:02:33.1813025Z _Tag=std::_Exact_args_t, 2023-08-09T12:02:33.1813922Z _This2=double & 2023-08-09T12:02:33.2203172Z ] 2023-08-09T12:02:33.2204657Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(327): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2,double &)' being compiled 2023-08-09T12:02:33.2205833Z with 2023-08-09T12:02:33.2206234Z [ 2023-08-09T12:02:33.2206703Z _Tag=std::_Exact_args_t, 2023-08-09T12:02:33.2207233Z _This2=torch::autograd::Variable & 2023-08-09T12:02:33.2236906Z ] 2023-08-09T12:02:33.2238387Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(327): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2,double &)' being compiled 2023-08-09T12:02:33.2813531Z with 2023-08-09T12:02:33.2814007Z [ 2023-08-09T12:02:33.2814516Z _Tag=std::_Exact_args_t, 2023-08-09T12:02:33.2815089Z _This2=torch::autograd::Variable & 2023-08-09T12:02:33.2815586Z ] 2023-08-09T12:02:33.2816595Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(31): note: see reference to function template instantiation 'std::tuple::tuple(_This2,double &) noexcept(false)' being compiled 2023-08-09T12:02:33.2873434Z with 2023-08-09T12:02:33.2873866Z [ 2023-08-09T12:02:33.2874321Z _This2=at::Tensor & 2023-08-09T12:02:33.2874903Z ] 2023-08-09T12:02:33.2876043Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(31): note: see reference to function template instantiation 'std::tuple::tuple(_This2,double &) noexcept(false)' being compiled 2023-08-09T12:02:33.2877121Z with 2023-08-09T12:02:33.2877519Z [ 2023-08-09T12:02:33.2877926Z _This2=at::Tensor & 2023-08-09T12:02:33.2878383Z ] 2023-08-09T12:02:33.2879114Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:33.2880146Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:33.2881694Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:33.2882864Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:33.2886171Z [46/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\packet_writer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\packet_writer.cpp 2023-08-09T12:02:33.2898663Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:33.2899433Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:33.2899824Z 2023-08-09T12:02:33.2900549Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:33.2901969Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:33.2913303Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:33.2914727Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:33.2915981Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:33.2917168Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:33.2918431Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:33.2929635Z [47/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\encode_process.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp 2023-08-09T12:02:33.2933002Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:33.2933752Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:33.2934176Z 2023-08-09T12:02:33.2934903Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:33.2936616Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:33.2938234Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:33.2939742Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:33.2940946Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:33.2941974Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:33.2943005Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:33.2944053Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:33.2945173Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:33.2946237Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:33.2947374Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:42.0659930Z [48/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\stream_reader.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp 2023-08-09T12:02:42.0669710Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:42.0975931Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:42.0976538Z 2023-08-09T12:02:42.2182989Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:42.2184665Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:42.2714253Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:42.2825360Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:42.2953161Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(61): warning C4018: '<': signed/unsigned mismatch 2023-08-09T12:02:42.2954435Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:42.3832721Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:42.3834114Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:42.3886023Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:42.3998318Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:42.4049628Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:42.4088188Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(127) : warning C4706: assignment within conditional expression 2023-08-09T12:02:42.4175878Z [49/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\tensor_converter.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp 2023-08-09T12:02:42.4179404Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:42.4294952Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:42.4295591Z 2023-08-09T12:02:42.4405402Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:42.4407580Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:42.4667630Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:42.4689369Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:42.4693135Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(212): warning C4100: 'num_planes': unreferenced formal parameter 2023-08-09T12:02:42.4694336Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T12:02:42.4695472Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T12:02:42.4696658Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T12:02:42.4758429Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T12:02:42.4759557Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:42.4760559Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:42.4761690Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:42.4765820Z [50/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\stream_writer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp 2023-08-09T12:02:42.4768882Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:42.4769763Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:42.4770179Z 2023-08-09T12:02:42.4773976Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:42.4777811Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:42.4779138Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:42.4780540Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:42.4781666Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(68): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:02:42.4782635Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(104): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:02:42.4783733Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(148): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:02:42.4785265Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(185): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:02:42.4786227Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(222): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:02:42.4787146Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): warning C4127: conditional expression is constant 2023-08-09T12:02:42.4788309Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): note: consider using 'if constexpr' statement instead 2023-08-09T12:02:42.4789188Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:42.4790261Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:42.4791530Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:56.7725541Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:02:56.7907275Z [51/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\ffmpeg.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\filter_graph.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\hw_context.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\buffer\chunked_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\buffer\unchunked_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\conversion.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\packet_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\post_process.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\stream_processor.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_reader\stream_reader.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\encode_process.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\encoder.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\packet_writer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\stream_writer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\stream_writer\tensor_converter.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\compat.cpp.obj /out:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg5.pyd /implib:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg5.lib /pdb:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg5.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg5.dir\.\exports.def %PREFIX%\lib\site-packages\torch\lib\torch.lib %PREFIX%\lib\site-packages\torch\lib\torch_cuda.lib %PREFIX%\lib\site-packages\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib %PREFIX%\lib\site-packages\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublasLt.lib" _deps\f5-src\bin\avutil.lib _deps\f5-src\bin\avcodec.lib _deps\f5-src\bin\avformat.lib _deps\f5-src\bin\avdevice.lib _deps\f5-src\bin\avfilter.lib %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:02:56.9509786Z [52/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\hw_context.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\hw_context.cpp 2023-08-09T12:02:57.1902986Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:57.2089202Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:57.2360166Z 2023-08-09T12:02:57.3544871Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:57.3692416Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:57.3968494Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:57.4275216Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:57.4412336Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:57.4496829Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:02:57.4497930Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:02:57.4501532Z [53/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\conversion.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\conversion.cpp 2023-08-09T12:02:57.4504510Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:02:57.4505609Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:02:57.4506125Z 2023-08-09T12:02:57.4506904Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:02:57.4508401Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:02:57.4509833Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:02:57.4511268Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:02:57.4512625Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\conversion.cpp(39): warning C4996: 'AVFrame::channels': was declared deprecated 2023-08-09T12:02:57.4514289Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\conversion.cpp(37): note: while compiling class template member function 'void torchaudio::io::AudioConverter::convert(const AVFrame *,at::Tensor &)' 2023-08-09T12:02:57.4515988Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\conversion.cpp(75): note: see reference to class template instantiation 'torchaudio::io::AudioConverter' being compiled 2023-08-09T12:02:57.4517262Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5835316Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5837736Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:12.5839212Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:12.5841095Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:12.5842656Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5845589Z [54/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ffmpeg.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp 2023-08-09T12:03:12.5848705Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:12.5849489Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:12.5849915Z 2023-08-09T12:03:12.5850637Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:12.5852244Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:12.5853870Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:12.5855621Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:12.5856816Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5857843Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5859026Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:03:12.5860273Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:12.5861349Z %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp(28) : warning C4706: assignment within conditional expression 2023-08-09T12:03:12.5864624Z [55/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\buffer\chunked_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp 2023-08-09T12:03:12.5868179Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:12.5868921Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:12.5869355Z 2023-08-09T12:03:12.5870084Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:12.5871774Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:12.5873364Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:12.5875244Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:12.5876533Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp(97): warning C4018: '>': signed/unsigned mismatch 2023-08-09T12:03:12.5877600Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5878645Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5879853Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:12.5883438Z [56/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\filter_graph.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\filter_graph.cpp 2023-08-09T12:03:12.5886667Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:12.5887561Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:12.5888107Z 2023-08-09T12:03:12.5888833Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:12.5890370Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:12.5891782Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:12.5893352Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:12.5894935Z %SRC_DIR%\torchaudio\csrc\ffmpeg\filter_graph.cpp(193): warning C4996: 'AVFilterLink::channel_layout': was declared deprecated 2023-08-09T12:03:12.5896020Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5897533Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:12.5898625Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:12.5919249Z [57/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\buffer\unchunked_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\unchunked_buffer.cpp 2023-08-09T12:03:12.5922471Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:12.5923283Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:12.5923687Z 2023-08-09T12:03:39.5561440Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:39.5563267Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:39.5906994Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:39.6327988Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:39.6329799Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:39.6373678Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:39.6374904Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:39.6455455Z [58/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\stream_processor.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp 2023-08-09T12:03:39.6459198Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:39.6501751Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:39.6502265Z 2023-08-09T12:03:39.6541996Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:39.6543848Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:39.6550812Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:39.6553349Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:39.6555674Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp(141): warning C4996: 'AVCodecContext::channel_layout': was declared deprecated 2023-08-09T12:03:39.6557594Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp(142): warning C4996: 'AVCodecContext::channel_layout': was declared deprecated 2023-08-09T12:03:39.6559523Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp(143): warning C4996: 'AVCodecContext::channels': was declared deprecated 2023-08-09T12:03:39.6561116Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp(335): warning C4996: 'AVCodecContext::frame_number': was declared deprecated 2023-08-09T12:03:39.6562526Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:39.6563788Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:39.6567721Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:39.6569142Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:03:39.6572877Z [59/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\packet_buffer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\packet_buffer.cpp 2023-08-09T12:03:39.6576433Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:39.6577402Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:39.6578040Z 2023-08-09T12:03:39.6578881Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:39.6581258Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:39.6582977Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:39.6584651Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:39.6586465Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:39.6596021Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:39.6597337Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:39.6601345Z [60/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\encode_process.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp 2023-08-09T12:03:39.6604562Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:39.6605879Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:39.6611037Z 2023-08-09T12:03:39.6612233Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:39.6613948Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:39.6615632Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:39.6617308Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:39.6618902Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(318): warning C4996: 'av_get_channel_layout_nb_channels': was declared deprecated 2023-08-09T12:03:39.6620376Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(319): warning C4996: 'av_get_channel_name': was declared deprecated 2023-08-09T12:03:39.6621843Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(335): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T12:03:39.6623344Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(338): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T12:03:59.1025825Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(343): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T12:03:59.1761343Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(354): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T12:03:59.1822882Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(359): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T12:03:59.1874955Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(365): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T12:03:59.1900875Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(336): warning C4996: 'av_get_default_channel_layout': was declared deprecated 2023-08-09T12:03:59.1931236Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(339): warning C4996: 'av_get_channel_layout_nb_channels': was declared deprecated 2023-08-09T12:03:59.1951612Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(377): warning C4996: 'AVCodecContext::channels': was declared deprecated 2023-08-09T12:03:59.1962072Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(378): warning C4996: 'AVCodecContext::channel_layout': was declared deprecated 2023-08-09T12:03:59.1988559Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(377): warning C4996: 'av_get_channel_layout_nb_channels': was declared deprecated 2023-08-09T12:03:59.2007346Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(702): warning C4996: 'AVFrame::channel_layout': was declared deprecated 2023-08-09T12:03:59.2026715Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(711): warning C4996: 'AVFrame::channels': was declared deprecated 2023-08-09T12:03:59.2056205Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(789): warning C4996: 'av_get_default_channel_layout': was declared deprecated 2023-08-09T12:03:59.2131506Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(769): warning C4996: 'av_get_default_channel_layout': was declared deprecated 2023-08-09T12:03:59.2153960Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:59.2218070Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:59.2261385Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:03:59.2688444Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:03:59.2765396Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:03:59.3175702Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:03:59.3244375Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:59.3282363Z [61/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\stream_writer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp 2023-08-09T12:03:59.3309647Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:59.3343298Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:59.3344021Z 2023-08-09T12:03:59.3344957Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:59.3346568Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:59.3348416Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:59.3350020Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:59.3351434Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(68): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:03:59.3380129Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(104): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:03:59.3381450Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(148): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:03:59.3382649Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(185): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:03:59.3383849Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(222): warning C4389: '==': signed/unsigned mismatch 2023-08-09T12:03:59.3385083Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): warning C4127: conditional expression is constant 2023-08-09T12:03:59.3399719Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): note: consider using 'if constexpr' statement instead 2023-08-09T12:03:59.3764617Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:59.3769258Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:03:59.3878875Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:03:59.3891704Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:03:59.3906126Z [62/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\tensor_converter.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp 2023-08-09T12:03:59.3991569Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:03:59.4418150Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:03:59.4546233Z 2023-08-09T12:03:59.5442562Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:03:59.5856410Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:03:59.5872321Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:03:59.5964733Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:03:59.6030698Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(32): warning C4996: 'AVFrame::channels': was declared deprecated 2023-08-09T12:03:59.6064619Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(43): warning C4996: 'AVFrame::channels': was declared deprecated 2023-08-09T12:03:59.6087407Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(212): warning C4100: 'num_planes': unreferenced formal parameter 2023-08-09T12:03:59.6111229Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T12:03:59.6124210Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T12:03:59.6134842Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T12:04:11.5627429Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T12:04:11.9578231Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:12.2075897Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:12.3945901Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:04:12.8340759Z [63/84] C:\PROGRA~1\NVIDIA~2\CUDA\v12.1\bin\nvcc.exe -forward-unknown-to-host-compiler -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -isystem %PREFIX%\lib\site-packages\torch\include -isystem %PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -isystem "C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -isystem "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -D_WINDOWS -Xcompiler=" /GR /EHsc" -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DONNX_NAMESPACE=onnx_c2 --use-local-env -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_50,code=compute_50 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=bad_friend_decl --Werror cross-execution-space-call --no-host-device-move-forward --expt-relaxed-constexpr --expt-extended-lambda -Xcompiler=/wd4819 -Xcudafe --diag_suppress=cc_clobber_ignored -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=integer_sign_change -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=useless_using_declaration -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=set_but_not_used -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=field_without_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=base_class_has_different_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=implicit_return_from_non_void_function -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=unsigned_compare_with_zero -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=declared_but_not_referenced -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=bad_friend_decl -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcompiler="-O2 -Ob2" -DNDEBUG -Xcompiler /MD -std=c++17 -Xcompiler=-MD -Xcompiler= -MD -MT torchaudio\csrc\CMakeFiles\libtorchaudio.dir\iir_cuda.cu.obj -MF torchaudio\csrc\CMakeFiles\libtorchaudio.dir\iir_cuda.cu.obj.d -x cu -c %SRC_DIR%\torchaudio\csrc\iir_cuda.cu -o torchaudio\csrc\CMakeFiles\libtorchaudio.dir\iir_cuda.cu.obj -Xcompiler=-Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\,-FS 2023-08-09T12:04:12.9000835Z iir_cuda.cu 2023-08-09T12:04:12.9976059Z tmpxft_0000110c_00000000-7_iir_cuda.compute_90.cudafe1.cpp 2023-08-09T12:04:13.0625337Z [64/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_CUDA -Dlibctc_prefix_decoder_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\torchaudio\csrc\cuctc -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /showIncludes /Fotorchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\src\ctc_prefix_decoder.cpp.obj /Fdtorchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\cuctc\src\ctc_prefix_decoder.cpp 2023-08-09T12:04:13.1218362Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:13.1271336Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:13.1302700Z 2023-08-09T12:04:13.1326488Z %SRC_DIR%\torchaudio\csrc\cuctc\src\ctc_prefix_decoder.cpp(294): warning C4100: 'pp': unreferenced formal parameter 2023-08-09T12:04:13.1376236Z [65/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg6 -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -D_torchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg6.dir\pybind\pybind.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp 2023-08-09T12:04:13.1441436Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:13.1498742Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:13.1507229Z 2023-08-09T12:04:13.1515646Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:04:13.1517314Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:04:13.1518755Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:04:13.1520195Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:04:13.1521407Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:13.1522553Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:13.1523711Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:04:13.1524798Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(89) : warning C4706: assignment within conditional expression 2023-08-09T12:04:13.1525917Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(73) : warning C4706: assignment within conditional expression 2023-08-09T12:04:13.1526989Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(37) : warning C4706: assignment within conditional expression 2023-08-09T12:04:13.1528077Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(54) : warning C4706: assignment within conditional expression 2023-08-09T12:04:14.2770729Z [66/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\stream_reader.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp 2023-08-09T12:04:14.2780833Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:14.2781940Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:14.2782654Z 2023-08-09T12:04:14.2783621Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:04:14.2785674Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:04:14.2787159Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:04:14.2788467Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:04:14.2789927Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(61): warning C4018: '<': signed/unsigned mismatch 2023-08-09T12:04:14.2790993Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(163): warning C4996: 'AVCodecParameters::channels': was declared deprecated 2023-08-09T12:04:14.2792034Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:14.2792886Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:14.2793804Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:04:14.2794742Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:04:14.2795690Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:04:14.2796608Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T12:04:14.2797641Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(127) : warning C4706: assignment within conditional expression 2023-08-09T12:04:14.2800656Z [67/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\encoder.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encoder.cpp 2023-08-09T12:04:14.2803951Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:14.2804650Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:14.2805301Z 2023-08-09T12:04:14.2806027Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:04:14.2807395Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:04:14.2808822Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:04:14.2810383Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:04:14.2811522Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:14.2812520Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:14.2813510Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:04:14.2816882Z [68/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg4 -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -D_torchaudio_ffmpeg4_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include -external:I%PREFIX%\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg4.dir\pybind\pybind.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg4.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp 2023-08-09T12:04:14.2821444Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:14.2822151Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:14.2822564Z 2023-08-09T12:04:14.2823264Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(162): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:04:14.2824646Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(173): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:04:14.3008425Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(184): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:04:14.3010503Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f4-src\include\libavutil\common.h(195): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:04:14.3012207Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:14.3013225Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:14.3014297Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:04:14.3015394Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(89) : warning C4706: assignment within conditional expression 2023-08-09T12:04:14.3016658Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(37) : warning C4706: assignment within conditional expression 2023-08-09T12:04:14.3017872Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(54) : warning C4706: assignment within conditional expression 2023-08-09T12:04:14.3019439Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(73) : warning C4706: assignment within conditional expression 2023-08-09T12:04:15.4624426Z [69/84] C:\PROGRA~1\NVIDIA~2\CUDA\v12.1\bin\nvcc.exe -forward-unknown-to-host-compiler -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_EXPORTS -I%SRC_DIR% -isystem %PREFIX%\lib\site-packages\torch\include -isystem %PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -isystem "C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -isystem "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -D_WINDOWS -Xcompiler=" /GR /EHsc" -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DONNX_NAMESPACE=onnx_c2 --use-local-env -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_50,code=compute_50 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=bad_friend_decl --Werror cross-execution-space-call --no-host-device-move-forward --expt-relaxed-constexpr --expt-extended-lambda -Xcompiler=/wd4819 -Xcudafe --diag_suppress=cc_clobber_ignored -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=integer_sign_change -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=useless_using_declaration -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=set_but_not_used -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=field_without_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=base_class_has_different_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=implicit_return_from_non_void_function -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=unsigned_compare_with_zero -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=declared_but_not_referenced -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=bad_friend_decl -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcompiler="-O2 -Ob2" -DNDEBUG -Xcompiler /MD -std=c++17 -Xcompiler=-MD -Xcompiler= -MD -MT torchaudio\csrc\CMakeFiles\libtorchaudio.dir\forced_align\gpu\compute.cu.obj -MF torchaudio\csrc\CMakeFiles\libtorchaudio.dir\forced_align\gpu\compute.cu.obj.d -x cu -c %SRC_DIR%\torchaudio\csrc\forced_align\gpu\compute.cu -o torchaudio\csrc\CMakeFiles\libtorchaudio.dir\forced_align\gpu\compute.cu.obj -Xcompiler=-Fdtorchaudio\csrc\CMakeFiles\libtorchaudio.dir\,-FS 2023-08-09T12:04:15.4634280Z compute.cu 2023-08-09T12:04:15.4634827Z tmpxft_00001270_00000000-7_compute.compute_90.cudafe1.cpp 2023-08-09T12:04:15.4637586Z [70/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\post_process.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\post_process.cpp 2023-08-09T12:04:15.4640387Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:15.4641118Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:15.4641483Z 2023-08-09T12:04:15.4642165Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:04:15.4643901Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:04:15.4645916Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:04:15.4647591Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:04:15.4681623Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\post_process.cpp(22): warning C4996: 'AVCodecContext::channel_layout': was declared deprecated 2023-08-09T12:04:15.4685678Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:15.4686702Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:15.4687726Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:04:26.3821713Z [71/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg4.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg4.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg4.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg4.dir\pybind\pybind.cpp.obj /out:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg4.pyd /implib:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg4.lib /pdb:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg4.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg4.dir\.\exports.def torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg4.lib %PREFIX%\lib\site-packages\torch\lib\torch_python.lib %PREFIX%\libs\python310.lib %PREFIX%\lib\site-packages\torch\lib\torch.lib %PREFIX%\lib\site-packages\torch\lib\torch_cuda.lib %PREFIX%\lib\site-packages\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib %PREFIX%\lib\site-packages\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublasLt.lib" _deps\f4-src\bin\avutil.lib _deps\f4-src\bin\avcodec.lib _deps\f4-src\bin\avformat.lib _deps\f4-src\bin\avdevice.lib _deps\f4-src\bin\avfilter.lib %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:04:26.3831944Z [72/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\CMakeFiles\libtorchaudio.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\CMakeFiles\libtorchaudio.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\CMakeFiles\libtorchaudio.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\CMakeFiles\libtorchaudio.dir\lfilter.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\overdrive.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\utils.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\cpu\compute_alphas.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\cpu\compute_betas.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\cpu\compute.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\compute_alphas.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\compute_betas.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\compute.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\autograd.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute_alphas.cu.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute_betas.cu.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rnnt\gpu\compute.cu.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\rir.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\forced_align\compute.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\forced_align\cpu\compute.cpp.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\forced_align\gpu\compute.cu.obj torchaudio\csrc\CMakeFiles\libtorchaudio.dir\iir_cuda.cu.obj /out:torchaudio\csrc\libtorchaudio.pyd /implib:torchaudio\csrc\libtorchaudio.lib /pdb:torchaudio\csrc\libtorchaudio.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\CMakeFiles\libtorchaudio.dir\.\exports.def -LIBPATH:C:\PROGRA~1\NVIDIA~2\CUDA\v12.1\lib\x64 %PREFIX%\lib\site-packages\torch\lib\torch.lib %PREFIX%\lib\site-packages\torch\lib\torch_cuda.lib %PREFIX%\lib\site-packages\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib %PREFIX%\lib\site-packages\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublasLt.lib" %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" cudadevrt.lib cudart_static.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:04:26.3843361Z [73/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\CMakeFiles\_torchaudio.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\CMakeFiles\_torchaudio.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\CMakeFiles\_torchaudio.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\CMakeFiles\_torchaudio.dir\pybind\pybind.cpp.obj /out:torchaudio\csrc\_torchaudio.pyd /implib:torchaudio\csrc\_torchaudio.lib /pdb:torchaudio\csrc\_torchaudio.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\CMakeFiles\_torchaudio.dir\.\exports.def torchaudio\csrc\libtorchaudio.lib %PREFIX%\lib\site-packages\torch\lib\torch_python.lib %PREFIX%\libs\python310.lib %PREFIX%\lib\site-packages\torch\lib\torch.lib %PREFIX%\lib\site-packages\torch\lib\torch_cuda.lib %PREFIX%\lib\site-packages\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib %PREFIX%\lib\site-packages\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublasLt.lib" %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:04:40.7715192Z [74/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_CUDA -Dpybind11_prefixctc_EXPORTS -I%SRC_DIR% -I%PREFIX%\lib\site-packages\torch\include -I%SRC_DIR%\torchaudio\csrc\cuctc -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:I%PREFIX%\include -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /showIncludes /Fotorchaudio\csrc\cuctc\CMakeFiles\pybind11_prefixctc.dir\src\python_binding.cpp.obj /Fdtorchaudio\csrc\cuctc\CMakeFiles\pybind11_prefixctc.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\cuctc\src\python_binding.cpp 2023-08-09T12:04:40.7717337Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:40.7718019Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:40.7718426Z 2023-08-09T12:04:40.7721447Z [75/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\packet_writer.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\packet_writer.cpp 2023-08-09T12:04:40.7724239Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:40.7724909Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:40.7725288Z 2023-08-09T12:04:40.7726030Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:04:40.7727706Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:04:40.7729082Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:04:40.7730318Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:04:40.7731462Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:40.7732402Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:04:40.7733487Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:04:40.7736949Z [76/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -Dlibtorchaudio_ffmpeg6_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\compat.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp 2023-08-09T12:04:40.7739335Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:04:40.7739959Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:04:40.7740185Z 2023-08-09T12:04:40.7740875Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(208): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:04:40.7741639Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(219): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:04:40.7742409Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(230): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:04:40.7743166Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f6-src\include\libavutil\common.h(241): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:04:40.7743840Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(29): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:04:40.7744453Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(30): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:04:40.7745233Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(39): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:04:40.7745828Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(42): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T12:04:40.7746715Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(158): warning C4244: 'initializing': conversion from 'double' to '_Ty', possible loss of data 2023-08-09T12:04:40.7747592Z with 2023-08-09T12:04:40.7747872Z [ 2023-08-09T12:04:40.7748064Z _Ty=int64_t 2023-08-09T12:04:40.7748280Z ] 2023-08-09T12:04:40.7748861Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::_Tuple_val<_This>::_Tuple_val(_Other)' being compiled 2023-08-09T12:04:40.7749390Z with 2023-08-09T12:04:40.7749587Z [ 2023-08-09T12:04:40.7749786Z _This=int64_t, 2023-08-09T12:04:40.7750022Z _Other=double & 2023-08-09T12:04:40.7750239Z ] 2023-08-09T12:04:40.7750797Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::_Tuple_val<_This>::_Tuple_val(_Other)' being compiled 2023-08-09T12:04:40.7751285Z with 2023-08-09T12:04:40.7751486Z [ 2023-08-09T12:04:40.7751691Z _This=int64_t, 2023-08-09T12:04:40.7751925Z _Other=double & 2023-08-09T12:04:40.7752124Z ] 2023-08-09T12:04:40.7752844Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2)' being compiled 2023-08-09T12:04:40.7753847Z with 2023-08-09T12:04:40.7754062Z [ 2023-08-09T12:04:40.7754285Z _Tag=std::_Exact_args_t, 2023-08-09T12:04:40.7754536Z _This2=double & 2023-08-09T12:04:40.7754756Z ] 2023-08-09T12:04:40.7755317Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(245): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2)' being compiled 2023-08-09T12:04:40.7755827Z with 2023-08-09T12:04:40.7756024Z [ 2023-08-09T12:04:40.7756251Z _Tag=std::_Exact_args_t, 2023-08-09T12:04:40.7756497Z _This2=double & 2023-08-09T12:04:40.7756693Z ] 2023-08-09T12:04:40.7757319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(327): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2,double &)' being compiled 2023-08-09T12:04:40.7757929Z with 2023-08-09T12:04:40.7758129Z [ 2023-08-09T12:04:40.7758353Z _Tag=std::_Exact_args_t, 2023-08-09T12:04:40.7758627Z _This2=torch::autograd::Variable & 2023-08-09T12:04:40.7758875Z ] 2023-08-09T12:04:40.7759640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\tuple(327): note: see reference to function template instantiation 'std::tuple::tuple(_Tag,_This2,double &)' being compiled 2023-08-09T12:04:40.7760531Z with 2023-08-09T12:04:40.7760713Z [ 2023-08-09T12:04:40.7760943Z _Tag=std::_Exact_args_t, 2023-08-09T12:04:40.7761244Z _This2=torch::autograd::Variable & 2023-08-09T12:04:40.7761490Z ] 2023-08-09T12:04:40.7762148Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(31): note: see reference to function template instantiation 'std::tuple::tuple(_This2,double &) noexcept(false)' being compiled 2023-08-09T12:04:40.7762675Z with 2023-08-09T12:04:40.7763000Z [ 2023-08-09T12:04:40.7763374Z _This2=at::Tensor & 2023-08-09T12:04:40.7763727Z ] 2023-08-09T12:04:40.7764504Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(31): note: see reference to function template instantiation 'std::tuple::tuple(_This2,double &) noexcept(false)' being compiled 2023-08-09T12:04:40.7765078Z with 2023-08-09T12:04:40.7765283Z [ 2023-08-09T12:04:40.7765506Z _This2=at::Tensor & 2023-08-09T12:04:40.7765870Z ] 2023-08-09T12:04:40.7766261Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:05:47.4057356Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:05:47.4058446Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:05:47.4059635Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:05:47.4073323Z [77/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\ffmpeg.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\filter_graph.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\hw_context.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\buffer\chunked_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\buffer\unchunked_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\conversion.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\packet_buffer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\post_process.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\stream_processor.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_reader\stream_reader.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\encode_process.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\encoder.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\packet_writer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\stream_writer.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\stream_writer\tensor_converter.cpp.obj torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\compat.cpp.obj /out:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg6.pyd /implib:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg6.lib /pdb:torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg6.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\ffmpeg\CMakeFiles\libtorchaudio_ffmpeg6.dir\.\exports.def %PREFIX%\lib\site-packages\torch\lib\torch.lib %PREFIX%\lib\site-packages\torch\lib\torch_cuda.lib %PREFIX%\lib\site-packages\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib %PREFIX%\lib\site-packages\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublasLt.lib" _deps\f6-src\bin\avutil.lib _deps\f6-src\bin\avcodec.lib _deps\f6-src\bin\avformat.lib _deps\f6-src\bin\avdevice.lib _deps\f6-src\bin\avfilter.lib %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:05:47.4084466Z [78/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg6.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg6.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg6.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg6.dir\pybind\pybind.cpp.obj /out:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg6.pyd /implib:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg6.lib /pdb:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg6.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg6.dir\.\exports.def torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg6.lib %PREFIX%\lib\site-packages\torch\lib\torch_python.lib %PREFIX%\libs\python310.lib %PREFIX%\lib\site-packages\torch\lib\torch.lib %PREFIX%\lib\site-packages\torch\lib\torch_cuda.lib %PREFIX%\lib\site-packages\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib %PREFIX%\lib\site-packages\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublasLt.lib" _deps\f6-src\bin\avutil.lib _deps\f6-src\bin\avcodec.lib _deps\f6-src\bin\avformat.lib _deps\f6-src\bin\avdevice.lib _deps\f6-src\bin\avfilter.lib %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:05:47.4090621Z [79/84] C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg5 -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_DISTRIBUTED -D_torchaudio_ffmpeg5_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include -external:I%PREFIX%\include -external:I%PREFIX%\lib\site-packages\torch\include -external:I%PREFIX%\lib\site-packages\torch\include\torch\csrc\api\include -external:I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -external:I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -external:W0 /DWIN32 /D_WINDOWS /GR /EHsc /wd4819 /W4 /O2 /Ob2 /DNDEBUG -std:c++17 -MD /EHsc /bigobj /showIncludes /Fotorchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg5.dir\pybind\pybind.cpp.obj /Fdtorchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg5.dir\ /FS -c %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp 2023-08-09T12:05:47.4092668Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T12:05:47.4093219Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T12:05:47.4093440Z 2023-08-09T12:05:47.4093831Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(209): warning C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2023-08-09T12:05:47.4094578Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(220): warning C4244: 'return': conversion from 'int' to 'int8_t', possible loss of data 2023-08-09T12:05:47.4095338Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(231): warning C4244: 'return': conversion from 'int' to 'uint16_t', possible loss of data 2023-08-09T12:05:47.4096099Z %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\_deps\f5-src\include\libavutil\common.h(242): warning C4244: 'return': conversion from 'int' to 'int16_t', possible loss of data 2023-08-09T12:05:47.9143555Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:05:47.9144183Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T12:05:47.9144734Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T12:05:47.9145286Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(89) : warning C4706: assignment within conditional expression 2023-08-09T12:05:47.9145873Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(37) : warning C4706: assignment within conditional expression 2023-08-09T12:05:47.9146707Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(54) : warning C4706: assignment within conditional expression 2023-08-09T12:05:47.9147303Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(73) : warning C4706: assignment within conditional expression 2023-08-09T12:05:47.9151678Z [80/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg5.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg5.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg5.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg5.dir\pybind\pybind.cpp.obj /out:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg5.pyd /implib:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg5.lib /pdb:torchaudio\csrc\ffmpeg\_torchaudio_ffmpeg5.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\ffmpeg\CMakeFiles\_torchaudio_ffmpeg5.dir\.\exports.def torchaudio\csrc\ffmpeg\libtorchaudio_ffmpeg5.lib %PREFIX%\lib\site-packages\torch\lib\torch_python.lib %PREFIX%\libs\python310.lib %PREFIX%\lib\site-packages\torch\lib\torch.lib %PREFIX%\lib\site-packages\torch\lib\torch_cuda.lib %PREFIX%\lib\site-packages\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib %PREFIX%\lib\site-packages\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cublasLt.lib" _deps\f5-src\bin\avutil.lib _deps\f5-src\bin\avcodec.lib _deps\f5-src\bin\avformat.lib _deps\f5-src\bin\avdevice.lib _deps\f5-src\bin\avfilter.lib %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:05:47.9161423Z [81/84] C:\PROGRA~1\NVIDIA~2\CUDA\v12.1\bin\nvcc.exe -forward-unknown-to-host-compiler -DUSE_CUDA -Dlibctc_prefix_decoder_EXPORTS -I%SRC_DIR% -I%SRC_DIR%\torchaudio\csrc\cuctc -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\include" -D_WINDOWS -Xcompiler=" /GR /EHsc" -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DONNX_NAMESPACE=onnx_c2 --use-local-env -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_50,code=compute_50 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=bad_friend_decl --Werror cross-execution-space-call --no-host-device-move-forward --expt-relaxed-constexpr --expt-extended-lambda -Xcompiler=/wd4819 -Xcudafe --diag_suppress=cc_clobber_ignored -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=integer_sign_change -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=useless_using_declaration -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=set_but_not_used -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=field_without_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=base_class_has_different_dll_interface -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=implicit_return_from_non_void_function -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=unsigned_compare_with_zero -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=declared_but_not_referenced -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcudafe --diag_suppress=bad_friend_decl -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -Xcompiler="-O2 -Ob2" -DNDEBUG -Xcompiler /MD -std=c++17 -Xcompiler=-MD -MD -MT torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\src\ctc_prefix_decoder_kernel_v2.cu.obj -MF torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\src\ctc_prefix_decoder_kernel_v2.cu.obj.d -x cu -c %SRC_DIR%\torchaudio\csrc\cuctc\src\ctc_prefix_decoder_kernel_v2.cu -o torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\src\ctc_prefix_decoder_kernel_v2.cu.obj -Xcompiler=-Fdtorchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\,-FS 2023-08-09T12:05:47.9170677Z ctc_prefix_decoder_kernel_v2.cu 2023-08-09T12:05:47.9171022Z tmpxft_00000784_00000000-7_ctc_prefix_decoder_kernel_v2.compute_90.cudafe1.cpp 2023-08-09T12:05:48.7676339Z [82/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\src\ctc_prefix_decoder.cpp.obj torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\src\ctc_prefix_decoder_kernel_v2.cu.obj /out:torchaudio\csrc\cuctc\libctc_prefix_decoder.pyd /implib:torchaudio\csrc\cuctc\libctc_prefix_decoder.lib /pdb:torchaudio\csrc\cuctc\libctc_prefix_decoder.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\cuctc\CMakeFiles\libctc_prefix_decoder.dir\.\exports.def -LIBPATH:C:\PROGRA~1\NVIDIA~2\CUDA\v12.1\lib\x64 %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" cudadevrt.lib cudart_static.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:05:48.7687002Z [83/84] cmd.exe /C "cmd.exe /C "%PREFIX%\Library\bin\cmake.exe -E __create_def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\cuctc\CMakeFiles\pybind11_prefixctc.dir\.\exports.def %SRC_DIR%\build\temp.win-amd64-cpython-310\Release\torchaudio\csrc\cuctc\CMakeFiles\pybind11_prefixctc.dir\.\exports.def.objs && cd %SRC_DIR%\build\temp.win-amd64-cpython-310\Release" && %PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=torchaudio\csrc\cuctc\CMakeFiles\pybind11_prefixctc.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe torchaudio\csrc\cuctc\CMakeFiles\pybind11_prefixctc.dir\src\python_binding.cpp.obj /out:torchaudio\csrc\cuctc\pybind11_prefixctc.pyd /implib:torchaudio\csrc\cuctc\pybind11_prefixctc.lib /pdb:torchaudio\csrc\cuctc\pybind11_prefixctc.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO /DEF:torchaudio\csrc\cuctc\CMakeFiles\pybind11_prefixctc.dir\.\exports.def torchaudio\csrc\cuctc\libctc_prefix_decoder.lib %PREFIX%\lib\site-packages\torch\lib\torch_python.lib %PREFIX%\libs\python310.lib %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64\cudart.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2023-08-09T12:05:48.7692079Z [83/84] cmd.exe /C "cd /D %SRC_DIR%\build\temp.win-amd64-cpython-310\Release && %PREFIX%\Library\bin\cmake.exe -P cmake_install.cmake" 2023-08-09T12:05:48.7693015Z -- Install configuration: "Release" 2023-08-09T12:05:48.7694210Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libtorchaudio.pyd 2023-08-09T12:05:48.7695357Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/_torchaudio.pyd 2023-08-09T12:05:48.7696573Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.pyd 2023-08-09T12:05:48.7697886Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.pyd 2023-08-09T12:05:48.7699153Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.pyd 2023-08-09T12:05:48.7700329Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.pyd 2023-08-09T12:05:48.7701428Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.pyd 2023-08-09T12:05:48.7702566Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.pyd 2023-08-09T12:05:48.7703683Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libctc_prefix_decoder.pyd 2023-08-09T12:05:48.7705050Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691581615725/work/build/lib.win-amd64-cpython-310/torchaudio/lib/pybind11_prefixctc.pyd 2023-08-09T12:05:48.7705840Z running install_lib 2023-08-09T12:05:48.7706357Z creating %PREFIX%\Lib\site-packages\torchaudio 2023-08-09T12:05:48.7707284Z creating %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T12:05:48.7708153Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\common.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T12:05:48.7709176Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\no_backend.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T12:05:48.7710437Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\soundfile_backend.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T12:05:48.7711777Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\sox_io_backend.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T12:05:48.7712973Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T12:05:48.7714074Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T12:05:48.7715006Z creating %PREFIX%\Lib\site-packages\torchaudio\compliance 2023-08-09T12:05:48.7716030Z copying build\lib.win-amd64-cpython-310\torchaudio\compliance\kaldi.py -> %PREFIX%\Lib\site-packages\torchaudio\compliance 2023-08-09T12:05:48.7717338Z copying build\lib.win-amd64-cpython-310\torchaudio\compliance\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\compliance 2023-08-09T12:05:48.7718317Z creating %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7719203Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\cmuarctic.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7720360Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\cmudict.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7721500Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\commonvoice.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7722562Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\dr_vctk.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7723824Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\fluentcommands.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7725326Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\gtzan.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7726492Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\iemocap.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7727642Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\librilight_limited.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7728814Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\librimix.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7730060Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\librispeech.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7731365Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\librispeech_biasing.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7732514Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\libritts.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7733639Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\ljspeech.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7734746Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\musdb_hq.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7735823Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\quesst14.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7737062Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\snips.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7738315Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\speechcommands.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.7739630Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\tedlium.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.8675828Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.8676970Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\vctk.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.8677977Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\voxceleb1.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.8679042Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\yesno.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.8679736Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T12:05:48.8680388Z creating %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T12:05:48.8681079Z copying build\lib.win-amd64-cpython-310\torchaudio\functional\filtering.py -> %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T12:05:48.8681881Z copying build\lib.win-amd64-cpython-310\torchaudio\functional\functional.py -> %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T12:05:48.8682539Z copying build\lib.win-amd64-cpython-310\torchaudio\functional\_alignment.py -> %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T12:05:48.8683179Z copying build\lib.win-amd64-cpython-310\torchaudio\functional\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T12:05:48.8683658Z creating %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T12:05:48.8684148Z copying build\lib.win-amd64-cpython-310\torchaudio\io\_effector.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T12:05:48.8684738Z copying build\lib.win-amd64-cpython-310\torchaudio\io\_playback.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T12:05:48.8685341Z copying build\lib.win-amd64-cpython-310\torchaudio\io\_stream_reader.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T12:05:48.8685958Z copying build\lib.win-amd64-cpython-310\torchaudio\io\_stream_writer.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T12:05:48.8686933Z copying build\lib.win-amd64-cpython-310\torchaudio\io\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T12:05:48.8687707Z copying build\lib.win-amd64-cpython-310\torchaudio\kaldi_io.py -> %PREFIX%\Lib\site-packages\torchaudio 2023-08-09T12:05:48.8688302Z creating %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8688825Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libctc_prefix_decoder.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8689467Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libtorchaudio.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8690084Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libtorchaudio_ffmpeg4.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8690741Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libtorchaudio_ffmpeg5.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8691388Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libtorchaudio_ffmpeg6.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8692030Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\pybind11_prefixctc.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8692655Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\_torchaudio.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8693407Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\_torchaudio_ffmpeg4.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8694061Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\_torchaudio_ffmpeg5.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8695187Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\_torchaudio_ffmpeg6.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T12:05:48.8695964Z creating %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8696476Z copying build\lib.win-amd64-cpython-310\torchaudio\models\conformer.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8697096Z copying build\lib.win-amd64-cpython-310\torchaudio\models\conv_tasnet.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8697616Z creating %PREFIX%\Lib\site-packages\torchaudio\models\decoder 2023-08-09T12:05:48.8698173Z copying build\lib.win-amd64-cpython-310\torchaudio\models\decoder\_ctc_decoder.py -> %PREFIX%\Lib\site-packages\torchaudio\models\decoder 2023-08-09T12:05:48.8698870Z copying build\lib.win-amd64-cpython-310\torchaudio\models\decoder\_cuda_ctc_decoder.py -> %PREFIX%\Lib\site-packages\torchaudio\models\decoder 2023-08-09T12:05:48.8699548Z copying build\lib.win-amd64-cpython-310\torchaudio\models\decoder\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models\decoder 2023-08-09T12:05:48.8700186Z copying build\lib.win-amd64-cpython-310\torchaudio\models\deepspeech.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8700977Z copying build\lib.win-amd64-cpython-310\torchaudio\models\emformer.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8701918Z copying build\lib.win-amd64-cpython-310\torchaudio\models\rnnt.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8702542Z copying build\lib.win-amd64-cpython-310\torchaudio\models\rnnt_decoder.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8703053Z creating %PREFIX%\Lib\site-packages\torchaudio\models\squim 2023-08-09T12:05:48.8703584Z copying build\lib.win-amd64-cpython-310\torchaudio\models\squim\objective.py -> %PREFIX%\Lib\site-packages\torchaudio\models\squim 2023-08-09T12:05:48.8704261Z copying build\lib.win-amd64-cpython-310\torchaudio\models\squim\subjective.py -> %PREFIX%\Lib\site-packages\torchaudio\models\squim 2023-08-09T12:05:48.8704936Z copying build\lib.win-amd64-cpython-310\torchaudio\models\squim\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models\squim 2023-08-09T12:05:48.8705712Z copying build\lib.win-amd64-cpython-310\torchaudio\models\tacotron2.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8706360Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2letter.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8706858Z creating %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T12:05:48.8707567Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\components.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T12:05:48.8708577Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\model.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T12:05:48.8709137Z creating %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils 2023-08-09T12:05:48.8709734Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils\import_fairseq.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils 2023-08-09T12:05:48.8710492Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils\import_huggingface.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils 2023-08-09T12:05:48.8711216Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils 2023-08-09T12:05:48.8711917Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\wavlm_attention.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T12:05:48.8712588Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T12:05:48.8713228Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wavernn.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8713996Z copying build\lib.win-amd64-cpython-310\torchaudio\models\_hdemucs.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8715098Z copying build\lib.win-amd64-cpython-310\torchaudio\models\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T12:05:48.8715621Z creating %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T12:05:48.8716163Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\rnnt_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T12:05:48.8716860Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_source_separation_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T12:05:48.8717550Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_squim_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T12:05:48.8718065Z creating %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T12:05:48.8718616Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts\impl.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T12:05:48.8719309Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts\interface.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T12:05:48.8719990Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T12:05:48.8720824Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T12:05:48.8721677Z creating %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T12:05:48.8722270Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2\aligner.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T12:05:48.8722975Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2\impl.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T12:05:49.2083078Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T12:05:49.2084809Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T12:05:49.2085555Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T12:05:49.2086074Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype 2023-08-09T12:05:49.2086481Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets 2023-08-09T12:05:49.2087063Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets\musan.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets 2023-08-09T12:05:49.2087773Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets 2023-08-09T12:05:49.2088524Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T12:05:49.2089140Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\functional\functional.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T12:05:49.2090215Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\functional\_dsp.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T12:05:49.2090934Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\functional\_rir.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T12:05:49.2091648Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\functional\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T12:05:49.2092211Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T12:05:49.2092792Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\conv_emformer.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T12:05:49.2094756Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\hifi_gan.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T12:05:49.2095684Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\rnnt.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T12:05:49.2096614Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\rnnt_decoder.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T12:05:49.2097333Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\_conformer_wav2vec2.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T12:05:49.2098048Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\_emformer_hubert.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T12:05:49.2098752Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T12:05:49.2099310Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines 2023-08-09T12:05:49.2099919Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\hifigan_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines 2023-08-09T12:05:49.2100674Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\rnnt_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines 2023-08-09T12:05:49.2101284Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish 2023-08-09T12:05:49.2102170Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish\_vggish_impl.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish 2023-08-09T12:05:49.2103191Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish\_vggish_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish 2023-08-09T12:05:49.2103986Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish 2023-08-09T12:05:49.2104894Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines 2023-08-09T12:05:49.2105492Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms 2023-08-09T12:05:49.2106094Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms\_transforms.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms 2023-08-09T12:05:49.2106800Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms 2023-08-09T12:05:49.2107476Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype 2023-08-09T12:05:49.2107987Z creating %PREFIX%\Lib\site-packages\torchaudio\sox_effects 2023-08-09T12:05:49.2108687Z copying build\lib.win-amd64-cpython-310\torchaudio\sox_effects\sox_effects.py -> %PREFIX%\Lib\site-packages\torchaudio\sox_effects 2023-08-09T12:05:49.2109595Z copying build\lib.win-amd64-cpython-310\torchaudio\sox_effects\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\sox_effects 2023-08-09T12:05:49.2110085Z creating %PREFIX%\Lib\site-packages\torchaudio\transforms 2023-08-09T12:05:49.2110626Z copying build\lib.win-amd64-cpython-310\torchaudio\transforms\_multi_channel.py -> %PREFIX%\Lib\site-packages\torchaudio\transforms 2023-08-09T12:05:49.2111286Z copying build\lib.win-amd64-cpython-310\torchaudio\transforms\_transforms.py -> %PREFIX%\Lib\site-packages\torchaudio\transforms 2023-08-09T12:05:49.2111919Z copying build\lib.win-amd64-cpython-310\torchaudio\transforms\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\transforms 2023-08-09T12:05:49.2112412Z creating %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T12:05:49.2112897Z copying build\lib.win-amd64-cpython-310\torchaudio\utils\download.py -> %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T12:05:49.2113688Z copying build\lib.win-amd64-cpython-310\torchaudio\utils\ffmpeg_utils.py -> %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T12:05:49.2114316Z copying build\lib.win-amd64-cpython-310\torchaudio\utils\sox_utils.py -> %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T12:05:49.2115108Z copying build\lib.win-amd64-cpython-310\torchaudio\utils\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T12:05:49.2115906Z copying build\lib.win-amd64-cpython-310\torchaudio\version.py -> %PREFIX%\Lib\site-packages\torchaudio 2023-08-09T12:05:49.2116359Z creating %PREFIX%\Lib\site-packages\torchaudio\_backend 2023-08-09T12:05:49.2116869Z copying build\lib.win-amd64-cpython-310\torchaudio\_backend\ffmpeg.py -> %PREFIX%\Lib\site-packages\torchaudio\_backend 2023-08-09T12:05:49.2117488Z copying build\lib.win-amd64-cpython-310\torchaudio\_backend\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\_backend 2023-08-09T12:05:49.2118111Z copying build\lib.win-amd64-cpython-310\torchaudio\_backend\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\_backend 2023-08-09T12:05:49.2118606Z creating %PREFIX%\Lib\site-packages\torchaudio\_extension 2023-08-09T12:05:49.2119115Z copying build\lib.win-amd64-cpython-310\torchaudio\_extension\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\_extension 2023-08-09T12:05:49.2119750Z copying build\lib.win-amd64-cpython-310\torchaudio\_extension\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\_extension 2023-08-09T12:05:49.2120245Z creating %PREFIX%\Lib\site-packages\torchaudio\_internal 2023-08-09T12:05:49.2120954Z copying build\lib.win-amd64-cpython-310\torchaudio\_internal\module_utils.py -> %PREFIX%\Lib\site-packages\torchaudio\_internal 2023-08-09T12:05:49.2121842Z copying build\lib.win-amd64-cpython-310\torchaudio\_internal\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\_internal 2023-08-09T12:05:49.2122421Z copying build\lib.win-amd64-cpython-310\torchaudio\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio 2023-08-09T12:05:49.2122998Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\common.py to common.cpython-310.pyc 2023-08-09T12:05:49.2123722Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\no_backend.py to no_backend.cpython-310.pyc 2023-08-09T12:05:49.2124376Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\soundfile_backend.py to soundfile_backend.cpython-310.pyc 2023-08-09T12:05:49.2125010Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\sox_io_backend.py to sox_io_backend.cpython-310.pyc 2023-08-09T12:05:49.2125589Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\utils.py to utils.cpython-310.pyc 2023-08-09T12:05:49.2126192Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:49.2126760Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\compliance\kaldi.py to kaldi.cpython-310.pyc 2023-08-09T12:05:49.2127533Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\compliance\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:49.2128334Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\cmuarctic.py to cmuarctic.cpython-310.pyc 2023-08-09T12:05:49.2128921Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\cmudict.py to cmudict.cpython-310.pyc 2023-08-09T12:05:49.2129522Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\commonvoice.py to commonvoice.cpython-310.pyc 2023-08-09T12:05:49.2130115Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\dr_vctk.py to dr_vctk.cpython-310.pyc 2023-08-09T12:05:49.2130726Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\fluentcommands.py to fluentcommands.cpython-310.pyc 2023-08-09T12:05:49.2131313Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\gtzan.py to gtzan.cpython-310.pyc 2023-08-09T12:05:52.9373296Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\iemocap.py to iemocap.cpython-310.pyc 2023-08-09T12:05:52.9375171Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\librilight_limited.py to librilight_limited.cpython-310.pyc 2023-08-09T12:05:52.9376455Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\librimix.py to librimix.cpython-310.pyc 2023-08-09T12:05:52.9377558Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\librispeech.py to librispeech.cpython-310.pyc 2023-08-09T12:05:52.9378687Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\librispeech_biasing.py to librispeech_biasing.cpython-310.pyc 2023-08-09T12:05:52.9379717Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\libritts.py to libritts.cpython-310.pyc 2023-08-09T12:05:52.9380671Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\ljspeech.py to ljspeech.cpython-310.pyc 2023-08-09T12:05:52.9381452Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\musdb_hq.py to musdb_hq.cpython-310.pyc 2023-08-09T12:05:52.9382282Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\quesst14.py to quesst14.cpython-310.pyc 2023-08-09T12:05:52.9382882Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\snips.py to snips.cpython-310.pyc 2023-08-09T12:05:52.9383508Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\speechcommands.py to speechcommands.cpython-310.pyc 2023-08-09T12:05:52.9384131Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\tedlium.py to tedlium.cpython-310.pyc 2023-08-09T12:05:52.9384693Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\utils.py to utils.cpython-310.pyc 2023-08-09T12:05:52.9385305Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\vctk.py to vctk.cpython-310.pyc 2023-08-09T12:05:52.9385887Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\voxceleb1.py to voxceleb1.cpython-310.pyc 2023-08-09T12:05:52.9386465Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\yesno.py to yesno.cpython-310.pyc 2023-08-09T12:05:52.9387028Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9387756Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\functional\filtering.py to filtering.cpython-310.pyc 2023-08-09T12:05:52.9388816Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\functional\functional.py to functional.cpython-310.pyc 2023-08-09T12:05:52.9389474Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\functional\_alignment.py to _alignment.cpython-310.pyc 2023-08-09T12:05:52.9390065Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\functional\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9390639Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\_effector.py to _effector.cpython-310.pyc 2023-08-09T12:05:52.9391203Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\_playback.py to _playback.cpython-310.pyc 2023-08-09T12:05:52.9391770Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\_stream_reader.py to _stream_reader.cpython-310.pyc 2023-08-09T12:05:52.9392372Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\_stream_writer.py to _stream_writer.cpython-310.pyc 2023-08-09T12:05:52.9392929Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9393464Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\kaldi_io.py to kaldi_io.cpython-310.pyc 2023-08-09T12:05:52.9394192Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\conformer.py to conformer.cpython-310.pyc 2023-08-09T12:05:52.9395002Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\conv_tasnet.py to conv_tasnet.cpython-310.pyc 2023-08-09T12:05:52.9395624Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\decoder\_ctc_decoder.py to _ctc_decoder.cpython-310.pyc 2023-08-09T12:05:52.9396272Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\decoder\_cuda_ctc_decoder.py to _cuda_ctc_decoder.cpython-310.pyc 2023-08-09T12:05:52.9396888Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\decoder\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9397652Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\deepspeech.py to deepspeech.cpython-310.pyc 2023-08-09T12:05:52.9398247Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\emformer.py to emformer.cpython-310.pyc 2023-08-09T12:05:52.9398812Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\rnnt.py to rnnt.cpython-310.pyc 2023-08-09T12:05:52.9399379Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-08-09T12:05:52.9400120Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\squim\objective.py to objective.cpython-310.pyc 2023-08-09T12:05:52.9400973Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\squim\subjective.py to subjective.cpython-310.pyc 2023-08-09T12:05:52.9401561Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\squim\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9402153Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\tacotron2.py to tacotron2.cpython-310.pyc 2023-08-09T12:05:52.9402745Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2letter.py to wav2letter.cpython-310.pyc 2023-08-09T12:05:52.9403366Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\components.py to components.cpython-310.pyc 2023-08-09T12:05:52.9403979Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\model.py to model.cpython-310.pyc 2023-08-09T12:05:52.9404592Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils\import_fairseq.py to import_fairseq.cpython-310.pyc 2023-08-09T12:05:52.9405285Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils\import_huggingface.py to import_huggingface.cpython-310.pyc 2023-08-09T12:05:52.9405938Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9406726Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\wavlm_attention.py to wavlm_attention.cpython-310.pyc 2023-08-09T12:05:52.9407707Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9408312Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wavernn.py to wavernn.cpython-310.pyc 2023-08-09T12:05:52.9408894Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\_hdemucs.py to _hdemucs.cpython-310.pyc 2023-08-09T12:05:52.9409459Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9410053Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-08-09T12:05:52.9410730Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_source_separation_pipeline.py to _source_separation_pipeline.cpython-310.pyc 2023-08-09T12:05:52.9411409Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_squim_pipeline.py to _squim_pipeline.cpython-310.pyc 2023-08-09T12:05:52.9412019Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts\impl.py to impl.cpython-310.pyc 2023-08-09T12:05:52.9412632Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts\interface.py to interface.cpython-310.pyc 2023-08-09T12:05:52.9413391Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts\utils.py to utils.cpython-310.pyc 2023-08-09T12:05:52.9414209Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9414802Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2\aligner.py to aligner.cpython-310.pyc 2023-08-09T12:05:52.9415416Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2\impl.py to impl.cpython-310.pyc 2023-08-09T12:05:52.9416010Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2\utils.py to utils.cpython-310.pyc 2023-08-09T12:05:52.9416775Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9417348Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9417935Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets\musan.py to musan.cpython-310.pyc 2023-08-09T12:05:52.9418532Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9419159Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\functional\functional.py to functional.cpython-310.pyc 2023-08-09T12:05:52.9419932Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\functional\_dsp.py to _dsp.cpython-310.pyc 2023-08-09T12:05:52.9420744Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\functional\_rir.py to _rir.cpython-310.pyc 2023-08-09T12:05:52.9421370Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\functional\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9422000Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\conv_emformer.py to conv_emformer.cpython-310.pyc 2023-08-09T12:05:52.9422637Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\hifi_gan.py to hifi_gan.cpython-310.pyc 2023-08-09T12:05:52.9423230Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\rnnt.py to rnnt.cpython-310.pyc 2023-08-09T12:05:52.9423829Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-08-09T12:05:52.9424502Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\_conformer_wav2vec2.py to _conformer_wav2vec2.cpython-310.pyc 2023-08-09T12:05:52.9425171Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\_emformer_hubert.py to _emformer_hubert.cpython-310.pyc 2023-08-09T12:05:52.9425847Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9426867Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\hifigan_pipeline.py to hifigan_pipeline.cpython-310.pyc 2023-08-09T12:05:52.9427729Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-08-09T12:05:52.9428403Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish\_vggish_impl.py to _vggish_impl.cpython-310.pyc 2023-08-09T12:05:52.9429094Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish\_vggish_pipeline.py to _vggish_pipeline.cpython-310.pyc 2023-08-09T12:05:52.9429774Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9430391Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9431038Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms\_transforms.py to _transforms.cpython-310.pyc 2023-08-09T12:05:52.9431657Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9432234Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9432977Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\sox_effects\sox_effects.py to sox_effects.cpython-310.pyc 2023-08-09T12:05:52.9433647Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\sox_effects\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9434386Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\transforms\_multi_channel.py to _multi_channel.cpython-310.pyc 2023-08-09T12:05:52.9435009Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\transforms\_transforms.py to _transforms.cpython-310.pyc 2023-08-09T12:05:52.9435763Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\transforms\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9436344Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\utils\download.py to download.cpython-310.pyc 2023-08-09T12:05:52.9436949Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\utils\ffmpeg_utils.py to ffmpeg_utils.cpython-310.pyc 2023-08-09T12:05:52.9437538Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\utils\sox_utils.py to sox_utils.cpython-310.pyc 2023-08-09T12:05:52.9438081Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\utils\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9438631Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\version.py to version.cpython-310.pyc 2023-08-09T12:05:52.9439189Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_backend\ffmpeg.py to ffmpeg.cpython-310.pyc 2023-08-09T12:05:52.9439910Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_backend\utils.py to utils.cpython-310.pyc 2023-08-09T12:05:52.9440528Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_backend\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9441258Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_extension\utils.py to utils.cpython-310.pyc 2023-08-09T12:05:52.9441842Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_extension\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9442435Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_internal\module_utils.py to module_utils.cpython-310.pyc 2023-08-09T12:05:52.9443017Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_internal\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9443537Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\__init__.py to __init__.cpython-310.pyc 2023-08-09T12:05:52.9443925Z running install_egg_info 2023-08-09T12:05:52.9444167Z running egg_info 2023-08-09T12:05:52.9444419Z creating torchaudio.egg-info 2023-08-09T12:05:52.9444699Z writing torchaudio.egg-info\PKG-INFO 2023-08-09T12:05:52.9445090Z writing dependency_links to torchaudio.egg-info\dependency_links.txt 2023-08-09T12:05:52.9445499Z writing requirements to torchaudio.egg-info\requires.txt 2023-08-09T12:05:52.9446027Z writing top-level names to torchaudio.egg-info\top_level.txt 2023-08-09T12:05:52.9446558Z writing manifest file 'torchaudio.egg-info\SOURCES.txt' 2023-08-09T12:05:52.9446949Z reading manifest file 'torchaudio.egg-info\SOURCES.txt' 2023-08-09T12:05:52.9447268Z adding license file 'LICENSE' 2023-08-09T12:05:52.9447718Z writing manifest file 'torchaudio.egg-info\SOURCES.txt' 2023-08-09T12:05:52.9448326Z Copying torchaudio.egg-info to %PREFIX%\Lib\site-packages\torchaudio-2.1.0.dev20230809-py3.10.egg-info 2023-08-09T12:05:52.9448741Z running install_scripts 2023-08-09T12:05:52.9449031Z writing list of installed files to 'record.txt' 2023-08-09T12:05:52.9449224Z 2023-08-09T12:05:52.9449380Z Resource usage statistics from building torchaudio: 2023-08-09T12:05:52.9449679Z Process count: 25 2023-08-09T12:05:52.9449924Z CPU time: Sys=0:03:22.2, User=0:34:20.2 2023-08-09T12:05:52.9450172Z Memory: 7.3G 2023-08-09T12:05:52.9450392Z Disk usage: 252.9M 2023-08-09T12:05:52.9450616Z Time elapsed: 0:11:41.9 2023-08-09T12:05:52.9450770Z 2023-08-09T12:05:52.9450783Z 2023-08-09T12:05:52.9450888Z Packaging torchaudio 2023-08-09T12:05:53.6581638Z Packaging torchaudio-2.1.0.dev20230809-py310_cu121 2023-08-09T12:06:52.1578292Z compiling .pyc files... 2023-08-09T12:06:52.1578767Z number of files: 250 2023-08-09T12:06:52.1579536Z INFO: sysroot: 'C:/Windows/' files: '['winhlp32.exe', 'win.ini', 'twain_32/wiatwain.ds', 'twain_32.dll']' 2023-08-09T12:06:52.1582250Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/libtorchaudio_ffmpeg6.pyd not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1583014Z .. is this binary repackaging? 2023-08-09T12:06:52.1583536Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/torch_python.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1584368Z .. is this binary repackaging? 2023-08-09T12:06:52.1584882Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO python310.dll found in pkgs/main::python-3.10.12-he1021f5_0 2023-08-09T12:06:52.1585568Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/torch_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1586031Z .. is this binary repackaging? 2023-08-09T12:06:52.1586530Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/torch_cpu.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1586995Z .. is this binary repackaging? 2023-08-09T12:06:52.1587467Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/c10.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1587928Z .. is this binary repackaging? 2023-08-09T12:06:52.1588433Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/avutil-58.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1588890Z .. is this binary repackaging? 2023-08-09T12:06:52.1589395Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/avcodec-60.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1589845Z .. is this binary repackaging? 2023-08-09T12:06:52.1590343Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/avformat-60.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1590802Z .. is this binary repackaging? 2023-08-09T12:06:52.1591299Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/avdevice-60.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1591743Z .. is this binary repackaging? 2023-08-09T12:06:52.1592432Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): $RPATH/avfilter-9.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1592920Z .. is this binary repackaging? 2023-08-09T12:06:52.1593381Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:06:52.1594014Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:06:52.1594624Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:06:52.1595314Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:52.1596053Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:52.1596793Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-string-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:52.1597513Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:52.1598184Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:06:52.1598847Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): $RPATH/torch_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1599446Z .. is this binary repackaging? 2023-08-09T12:06:52.1599955Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): $RPATH/torch_cpu.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1600433Z .. is this binary repackaging? 2023-08-09T12:06:52.1600929Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): $RPATH/c10.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1601423Z .. is this binary repackaging? 2023-08-09T12:06:52.1601903Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO bin/cudart64_12.dll found in ['cuda-cudart-dev'] 2023-08-09T12:06:52.1602630Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): .. but ['cuda-cudart-dev'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely) 2023-08-09T12:06:52.1603367Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): $RPATH/avutil-56.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1603848Z .. is this binary repackaging? 2023-08-09T12:06:52.1604352Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): $RPATH/avcodec-58.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1604835Z .. is this binary repackaging? 2023-08-09T12:06:52.1605352Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): $RPATH/avformat-58.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1605834Z .. is this binary repackaging? 2023-08-09T12:06:52.1606347Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): $RPATH/avfilter-7.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1606805Z .. is this binary repackaging? 2023-08-09T12:06:52.1607295Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:06:52.1608981Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:06:52.1609709Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:06:52.1610423Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:52.1611172Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:52.1611895Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-stdio-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:52.1612641Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:52.1613340Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:06:52.1614036Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/libtorchaudio_ffmpeg4.pyd not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1614532Z .. is this binary repackaging? 2023-08-09T12:06:52.1615050Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/torch_python.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1615511Z .. is this binary repackaging? 2023-08-09T12:06:52.1616019Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO python310.dll found in pkgs/main::python-3.10.12-he1021f5_0 2023-08-09T12:06:52.1616859Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/torch_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1617335Z .. is this binary repackaging? 2023-08-09T12:06:52.1617846Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/torch_cpu.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1618297Z .. is this binary repackaging? 2023-08-09T12:06:52.1618794Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/c10.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1619251Z .. is this binary repackaging? 2023-08-09T12:06:52.1619754Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/avutil-56.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1620207Z .. is this binary repackaging? 2023-08-09T12:06:52.1620722Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/avcodec-58.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:52.1621196Z .. is this binary repackaging? 2023-08-09T12:06:56.5901923Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/avformat-58.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5902875Z .. is this binary repackaging? 2023-08-09T12:06:56.5905143Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/avdevice-58.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5906366Z .. is this binary repackaging? 2023-08-09T12:06:56.5907800Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): $RPATH/avfilter-7.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5908762Z .. is this binary repackaging? 2023-08-09T12:06:56.5910096Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:06:56.5911685Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:06:56.5913419Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:06:56.5934671Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5936457Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5937836Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-string-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5939200Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5940412Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:06:56.5941773Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): $RPATH/libctc_prefix_decoder.pyd not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5942771Z .. is this binary repackaging? 2023-08-09T12:06:56.5943710Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO python310.dll found in pkgs/main::python-3.10.12-he1021f5_0 2023-08-09T12:06:56.5945230Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:06:56.5946355Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:06:56.5947533Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:06:56.5948445Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5949187Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-string-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5950138Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5950883Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5951561Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:06:56.5952241Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): $RPATH/torch_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5952729Z .. is this binary repackaging? 2023-08-09T12:06:56.5953225Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): $RPATH/torch_cpu.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5953700Z .. is this binary repackaging? 2023-08-09T12:06:56.5954207Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): $RPATH/c10.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5954676Z .. is this binary repackaging? 2023-08-09T12:06:56.5955459Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO bin/cudart64_12.dll found in ['cuda-cudart-dev'] 2023-08-09T12:06:56.5956196Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): .. but ['cuda-cudart-dev'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely) 2023-08-09T12:06:56.5957200Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): $RPATH/avutil-58.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5957706Z .. is this binary repackaging? 2023-08-09T12:06:56.5958220Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): $RPATH/avcodec-60.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5958706Z .. is this binary repackaging? 2023-08-09T12:06:56.5959208Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): $RPATH/avformat-60.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5959687Z .. is this binary repackaging? 2023-08-09T12:06:56.5960196Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): $RPATH/avfilter-9.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:06:56.5960673Z .. is this binary repackaging? 2023-08-09T12:06:56.5961146Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:06:56.5961762Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:06:56.5962770Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:06:56.5963693Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5964442Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5965181Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-stdio-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5965914Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5966572Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:06:56.5967225Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO bin/cudart64_12.dll found in ['cuda-cudart-dev'] 2023-08-09T12:06:56.5967940Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): .. but ['cuda-cudart-dev'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely) 2023-08-09T12:06:56.5968633Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:06:56.5969404Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:06:56.5970174Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:06:56.5971023Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5971908Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-stdio-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5972662Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5973383Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:06:56.5974048Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:07:04.3079194Z WARNING: Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away. 2023-08-09T12:07:04.3262656Z DEBUG:conda_index.index:found subdirs {'win-64', 'noarch'} 2023-08-09T12:07:04.3277125Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\actions-runner\_work\audio\audio\pytorch\audio\distr, subdir=noarch db_filename=C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T12:07:04.3278457Z DEBUG:conda_index.index.sqlitecache:noarch listdir 2023-08-09T12:07:04.3281583Z DEBUG:conda_index.index.sqlitecache:noarch save fs state 2023-08-09T12:07:04.3300436Z DEBUG:conda_index.index:noarch find packages to extract 2023-08-09T12:07:04.3305315Z DEBUG:conda_index.index:noarch extract 0 packages 2023-08-09T12:07:04.3306510Z INFO:conda_index.index:noarch cached 0 B from 0 packages at 0 B/second 2023-08-09T12:07:04.3314938Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\actions-runner\_work\audio\audio\pytorch\audio\distr, subdir=win-64 db_filename=C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T12:07:04.3316062Z DEBUG:conda_index.index.sqlitecache:win-64 listdir 2023-08-09T12:07:04.3317132Z DEBUG:conda_index.index.sqlitecache:win-64 save fs state 2023-08-09T12:07:04.3374080Z DEBUG:conda_index.index:win-64 find packages to extract 2023-08-09T12:07:04.3379052Z DEBUG:conda_index.index:win-64 extract 1 packages 2023-08-09T12:07:04.3381066Z DEBUG:conda_index.index.sqlitecache:cache win-64/torchaudio-2.1.0.dev20230809-py310_cu121.tar.bz2 2023-08-09T12:07:05.6713579Z INFO:conda_index.index:win-64 cached 7.0 MB from 1 packages at 5.2 MB/second 2023-08-09T12:07:05.6800112Z INFO:conda_index.index:Subdir: noarch Gathering repodata 2023-08-09T12:07:05.6803502Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\actions-runner\_work\audio\audio\pytorch\audio\distr, subdir=noarch db_filename=C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T12:07:05.6822679Z INFO:conda_index.index:noarch Writing pre-patch repodata 2023-08-09T12:07:05.6828377Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\repodata_from_packages.json to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\repodata_from_packages.json 2023-08-09T12:07:05.6838099Z INFO:conda_index.index:noarch Applying patch instructions 2023-08-09T12:07:05.6839997Z INFO:conda_index.index:noarch Writing patched repodata 2023-08-09T12:07:05.6840635Z DEBUG:conda_index.index:noarch write patched repodata 2023-08-09T12:07:05.6845655Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\repodata.json to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\repodata.json 2023-08-09T12:07:05.6854562Z INFO:conda_index.index:noarch Building current_repodata subset 2023-08-09T12:07:05.6855307Z DEBUG:conda_index.index:noarch build current_repodata 2023-08-09T12:07:05.6915134Z INFO:conda_index.index:noarch Writing current_repodata subset 2023-08-09T12:07:05.6915907Z DEBUG:conda_index.index:noarch write current_repodata 2023-08-09T12:07:05.6921435Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\current_repodata.json to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\current_repodata.json 2023-08-09T12:07:05.6930154Z INFO:conda_index.index:noarch Writing index HTML 2023-08-09T12:07:05.6930993Z DEBUG:conda_index.index:noarch write index.html 2023-08-09T12:07:05.7066985Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\index.html to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\index.html 2023-08-09T12:07:05.7084230Z DEBUG:conda_index.index:noarch finish 2023-08-09T12:07:05.7084824Z INFO:conda_index.index:Completed noarch 2023-08-09T12:07:05.7085859Z INFO:conda_index.index:Subdir: win-64 Gathering repodata 2023-08-09T12:07:05.7089155Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\actions-runner\_work\audio\audio\pytorch\audio\distr, subdir=win-64 db_filename=C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T12:07:05.7106264Z INFO:conda_index.index:win-64 Writing pre-patch repodata 2023-08-09T12:07:05.7111721Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata_from_packages.json to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata_from_packages.json 2023-08-09T12:07:05.7132905Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata_from_packages.json.bz2 to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata_from_packages.json.bz2 2023-08-09T12:07:05.7148689Z DEBUG:conda_index.index:_maybe_remove C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata_from_packages.json.zst from C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata_from_packages.json.zst 2023-08-09T12:07:05.7150095Z INFO:conda_index.index:win-64 Applying patch instructions 2023-08-09T12:07:05.7151506Z INFO:conda_index.index:win-64 Writing patched repodata 2023-08-09T12:07:05.7152082Z DEBUG:conda_index.index:win-64 write patched repodata 2023-08-09T12:07:05.7156809Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata.json to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata.json 2023-08-09T12:07:05.7178102Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata.json.bz2 to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata.json.bz2 2023-08-09T12:07:05.7192637Z DEBUG:conda_index.index:_maybe_remove C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata.json.zst from C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\repodata.json.zst 2023-08-09T12:07:05.7193572Z INFO:conda_index.index:win-64 Building current_repodata subset 2023-08-09T12:07:05.7194237Z DEBUG:conda_index.index:win-64 build current_repodata 2023-08-09T12:07:05.7256469Z INFO:conda_index.index:win-64 Writing current_repodata subset 2023-08-09T12:07:05.7256982Z DEBUG:conda_index.index:win-64 write current_repodata 2023-08-09T12:07:05.7262609Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\current_repodata.json to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\current_repodata.json 2023-08-09T12:07:05.7286728Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\current_repodata.json.bz2 to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\current_repodata.json.bz2 2023-08-09T12:07:05.7303343Z DEBUG:conda_index.index:_maybe_remove C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\current_repodata.json.zst from C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\current_repodata.json.zst 2023-08-09T12:07:05.7304295Z INFO:conda_index.index:win-64 Writing index HTML 2023-08-09T12:07:05.7305146Z DEBUG:conda_index.index:win-64 write index.html 2023-08-09T12:07:05.7439200Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\index.html to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\index.html 2023-08-09T12:07:05.7455829Z DEBUG:conda_index.index:win-64 finish 2023-08-09T12:07:05.7456475Z INFO:conda_index.index:Completed win-64 2023-08-09T12:07:05.7460391Z DEBUG:conda_index.index:found subdirs {'win-64', 'noarch'} 2023-08-09T12:07:05.7463498Z INFO:conda_index.index:Channeldata subdir: noarch 2023-08-09T12:07:05.7464106Z DEBUG:conda_index.index:noarch read repodata 2023-08-09T12:07:05.7468361Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\actions-runner\_work\audio\audio\pytorch\audio\distr, subdir=noarch db_filename=C:\actions-runner\_work\audio\audio\pytorch\audio\distr\noarch\.cache\cache.db cache_is_brand_new=False 2023-08-09T12:07:05.7469489Z DEBUG:conda_index.index:noarch channeldata finished 2023-08-09T12:07:05.7470053Z INFO:conda_index.index:Channeldata subdir: win-64 2023-08-09T12:07:05.7470727Z DEBUG:conda_index.index:win-64 read repodata 2023-08-09T12:07:05.7475012Z DEBUG:conda_index.index.sqlitecache:CondaIndexCache channel_root=C:\actions-runner\_work\audio\audio\pytorch\audio\distr, subdir=win-64 db_filename=C:\actions-runner\_work\audio\audio\pytorch\audio\distr\win-64\.cache\cache.db cache_is_brand_new=False 2023-08-09T12:07:05.7496751Z DEBUG:conda_index.index:win-64 channeldata finished 2023-08-09T12:07:05.7674706Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\index.html to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\index.html 2023-08-09T12:07:05.7689972Z DEBUG:conda_index.index:write channeldata 2023-08-09T12:07:05.7694797Z DEBUG:conda_index.index:_maybe_write C:\actions-runner\_work\audio\audio\pytorch\audio\distr\channeldata.json to C:\actions-runner\_work\audio\audio\pytorch\audio\distr\channeldata.json 2023-08-09T12:07:12.8342892Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/libtorchaudio_ffmpeg5.pyd not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8344006Z .. is this binary repackaging? 2023-08-09T12:07:12.8344546Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/torch_python.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8345036Z .. is this binary repackaging? 2023-08-09T12:07:12.8345821Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO python310.dll found in pkgs/main::python-3.10.12-he1021f5_0 2023-08-09T12:07:12.8346540Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/torch_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8346990Z .. is this binary repackaging? 2023-08-09T12:07:12.8347502Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/torch_cpu.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8347977Z .. is this binary repackaging? 2023-08-09T12:07:12.8348474Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/c10.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8348939Z .. is this binary repackaging? 2023-08-09T12:07:12.8349555Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/avutil-57.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8350043Z .. is this binary repackaging? 2023-08-09T12:07:12.8350559Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/avcodec-59.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8351243Z .. is this binary repackaging? 2023-08-09T12:07:12.8352035Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/avformat-59.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8352549Z .. is this binary repackaging? 2023-08-09T12:07:12.8353053Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/avdevice-59.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8353529Z .. is this binary repackaging? 2023-08-09T12:07:12.8354033Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): $RPATH/avfilter-8.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8354480Z .. is this binary repackaging? 2023-08-09T12:07:12.8354957Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:07:12.8355597Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:07:12.8356240Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:07:12.8357096Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8358037Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8358755Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-string-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8359705Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8360384Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:07:12.8361047Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): $RPATH/libtorchaudio.pyd not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8361518Z .. is this binary repackaging? 2023-08-09T12:07:12.8361991Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO python310.dll found in pkgs/main::python-3.10.12-he1021f5_0 2023-08-09T12:07:12.8362652Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): $RPATH/torch_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8363125Z .. is this binary repackaging? 2023-08-09T12:07:12.8363763Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): $RPATH/torch_cpu.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8364239Z .. is this binary repackaging? 2023-08-09T12:07:12.8364936Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): $RPATH/c10.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8365393Z .. is this binary repackaging? 2023-08-09T12:07:12.8365851Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:07:12.8366460Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:07:12.8367097Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:07:12.8367769Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8368630Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8369359Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-string-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8370073Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8370870Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:07:12.8371630Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): $RPATH/torch_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8372193Z .. is this binary repackaging? 2023-08-09T12:07:12.8372701Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): $RPATH/torch_cpu.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8373170Z .. is this binary repackaging? 2023-08-09T12:07:12.8373659Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): $RPATH/c10_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8374122Z .. is this binary repackaging? 2023-08-09T12:07:12.8374587Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): $RPATH/c10.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8375045Z .. is this binary repackaging? 2023-08-09T12:07:12.8375515Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO bin/cudart64_12.dll found in ['cuda-cudart-dev'] 2023-08-09T12:07:12.8376368Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): .. but ['cuda-cudart-dev'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely) 2023-08-09T12:07:12.8377055Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:07:12.8377803Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/VCOMP140.DLL found in $SYSROOT 2023-08-09T12:07:12.8378535Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:07:12.8379257Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:07:12.8379936Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8380681Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8381396Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8382037Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:07:12.8382702Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): $RPATH/torch_cuda.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8383179Z .. is this binary repackaging? 2023-08-09T12:07:12.8383689Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): $RPATH/torch_cpu.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8384326Z .. is this binary repackaging? 2023-08-09T12:07:12.8384955Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): $RPATH/c10.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8385567Z .. is this binary repackaging? 2023-08-09T12:07:12.8386151Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO bin/cudart64_12.dll found in ['cuda-cudart-dev'] 2023-08-09T12:07:12.8386865Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): .. but ['cuda-cudart-dev'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely) 2023-08-09T12:07:12.8387601Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): $RPATH/avutil-57.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8388060Z .. is this binary repackaging? 2023-08-09T12:07:12.8388574Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): $RPATH/avcodec-59.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8389062Z .. is this binary repackaging? 2023-08-09T12:07:12.8389571Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): $RPATH/avformat-59.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8390087Z .. is this binary repackaging? 2023-08-09T12:07:12.8390580Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): $RPATH/avfilter-8.dll not found in packages, sysroot(s) nor the missing_dso_whitelist. 2023-08-09T12:07:12.8391152Z .. is this binary repackaging? 2023-08-09T12:07:12.8391652Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T12:07:12.8393673Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T12:07:12.8394333Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T12:07:12.8395021Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-runtime-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8395771Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-heap-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8396514Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-stdio-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8397246Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/downlevel/api-ms-win-crt-math-l1-1-0.dll found in $SYSROOT 2023-08-09T12:07:12.8397934Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T12:07:12.8398754Z WARNING (torchaudio): run-exports library package pytorch-nightly::pytorch-mutex-1.0-cuda in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`) 2023-08-09T12:07:12.8399331Z Fixing permissions 2023-08-09T12:07:12.8399589Z Packaged license file/s. 2023-08-09T12:07:12.8399872Z INFO :: Time taken to mark (prefix) 2023-08-09T12:07:12.8400184Z 0 replacements in 0 files was 0.12 seconds 2023-08-09T12:07:12.8400803Z Renaming work directory 'C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\work' to 'C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\work_moved_torchaudio-2.1.0.dev20230809-py310_cu121_win-64_main_build_loop' 2023-08-09T12:07:12.8401809Z shutil.move(work)=C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\work, dest=C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691581615725\work_moved_torchaudio-2.1.0.dev20230809-py310_cu121_win-64_main_build_loop) 2023-08-09T12:07:16.1880575Z # Automatic uploading is disabled 2023-08-09T12:07:16.1881004Z # If you want to upload package(s) to anaconda.org later, type: 2023-08-09T12:07:16.1881239Z 2023-08-09T12:07:16.1881294Z 2023-08-09T12:07:16.1881465Z # To have conda build upload to anaconda.org automatically, use 2023-08-09T12:07:16.1881830Z # conda config --set anaconda_upload yes 2023-08-09T12:07:16.1882110Z anaconda upload \ 2023-08-09T12:07:16.1882445Z distr/win-64\torchaudio-2.1.0.dev20230809-py310_cu121.tar.bz2 2023-08-09T12:07:16.1882811Z anaconda_upload is not set. Not uploading wheels: [] 2023-08-09T12:07:16.1883022Z 2023-08-09T12:07:16.1883252Z INFO :: The inputs making up the hashes for the built packages are as follows: 2023-08-09T12:07:16.1883596Z { 2023-08-09T12:07:16.1884009Z "torchaudio-2.1.0.dev20230809-py310_cu121": { 2023-08-09T12:07:16.1884283Z "recipe": { 2023-08-09T12:07:16.1884524Z "c_compiler": "vs2019", 2023-08-09T12:07:16.1884914Z "cxx_compiler": "vs2019", 2023-08-09T12:07:16.1885415Z "target_platform": "win-64" 2023-08-09T12:07:16.1885869Z } 2023-08-09T12:07:16.1886260Z } 2023-08-09T12:07:16.1886713Z } 2023-08-09T12:07:16.1886921Z 2023-08-09T12:07:16.1886932Z 2023-08-09T12:07:16.1887175Z #################################################################################### 2023-08-09T12:07:16.1887650Z Resource usage summary: 2023-08-09T12:07:16.1887927Z 2023-08-09T12:07:16.1888095Z Total time: 0:20:20.5 2023-08-09T12:07:16.1888548Z CPU usage: sys=0:03:22.2, user=0:34:20.2 2023-08-09T12:07:16.1889065Z Maximum memory usage observed: 7.3G 2023-08-09T12:07:16.1889634Z Total disk usage observed (not including envs): 252.9M 2023-08-09T12:07:16.1890292Z 2023-08-09T12:07:16.1890300Z 2023-08-09T12:07:16.1890635Z #################################################################################### 2023-08-09T12:07:16.1891045Z Source and build intermediates have been left in C:\Jenkins\Miniconda3\conda-bld. 2023-08-09T12:07:16.1891535Z There are currently 1 accumulated. 2023-08-09T12:07:16.1891992Z To remove them, you can run the ```conda build purge``` command 2023-08-09T12:07:17.1407696Z ##[group]Run actions/upload-artifact@v3 2023-08-09T12:07:17.1408036Z with: 2023-08-09T12:07:17.1408261Z name: pytorch_audio__3.10 2023-08-09T12:07:17.1408524Z path: pytorch/audio/distr/ 2023-08-09T12:07:17.1408824Z if-no-files-found: warn 2023-08-09T12:07:17.1409215Z env: 2023-08-09T12:07:17.1409477Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T12:07:17.1409901Z PYTHON_VERSION: 3.10 2023-08-09T12:07:17.1410150Z PACKAGE_TYPE: conda 2023-08-09T12:07:17.1410546Z REPOSITORY: pytorch/audio 2023-08-09T12:07:17.1411121Z REF: 2023-08-09T12:07:17.1411475Z CU_VERSION: cu121 2023-08-09T12:07:17.1411828Z CHANNEL: nightly 2023-08-09T12:07:17.1412084Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T12:07:17.1412437Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T12:07:17.1412968Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T12:07:17.1413485Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T12:07:17.1414044Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T12:07:17.1414703Z ##[endgroup] 2023-08-09T12:07:17.2992166Z With the provided path, there will be 19 files uploaded 2023-08-09T12:07:17.2996940Z Starting artifact upload 2023-08-09T12:07:17.2997667Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2023-08-09T12:07:17.2998517Z Artifact name is valid! 2023-08-09T12:07:17.3753425Z Container for artifact "pytorch_audio__3.10" successfully created. Starting upload of file(s) 2023-08-09T12:07:21.4043641Z Total size of all the files uploaded is 7331315 bytes 2023-08-09T12:07:21.4044361Z File upload process has finished. Finalizing the artifact upload 2023-08-09T12:07:21.4238318Z Artifact has been finalized. All files have been successfully uploaded! 2023-08-09T12:07:21.4238574Z 2023-08-09T12:07:21.4238776Z The raw size of all the files that were specified for upload is 7480145 bytes 2023-08-09T12:07:21.4239452Z The size of all the files that were uploaded is 7331315 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-08-09T12:07:21.4239850Z 2023-08-09T12:07:21.4240264Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2023-08-09T12:07:21.4240687Z 2023-08-09T12:07:21.4240872Z Artifact pytorch_audio__3.10 has been successfully uploaded! 2023-08-09T12:07:21.4543447Z ##[group]Run set -euxo pipefail 2023-08-09T12:07:21.4543842Z set -euxo pipefail 2023-08-09T12:07:21.4544108Z source "${BUILD_ENV_FILE}" 2023-08-09T12:07:21.4544456Z FULL_PATH_TO_DISTR="file://$(readlink -f pytorch/audio/distr)" 2023-08-09T12:07:21.4544867Z # fix we have to use for windows to make sure drive path is c: not c 2023-08-09T12:07:21.4545262Z CONDA_LOCAL_CHANNEL=$(echo $FULL_PATH_TO_DISTR | sed "s/\/c\//\/c:\//") 2023-08-09T12:07:21.4545557Z  2023-08-09T12:07:21.4545879Z export CONDA_ENV_SMOKE="${RUNNER_TEMP}/pytorch_pkg_helpers_${GITHUB_RUN_ID}_smoke" 2023-08-09T12:07:21.4546348Z conda create --yes --quiet --prefix "${CONDA_ENV_SMOKE}" python="${PYTHON_VERSION}" 2023-08-09T12:07:21.4546904Z export CONDA_RUN_SMOKE="conda run -p ${CONDA_ENV_SMOKE}" 2023-08-09T12:07:21.4547458Z  2023-08-09T12:07:21.4547750Z if [[ "${GPU_ARCH}" = "cuda" ]]; then 2023-08-09T12:07:21.4548451Z  CONSTRAINTS="pytorch-cuda=${GPU_ARCH_VERSION}" 2023-08-09T12:07:21.4548746Z else 2023-08-09T12:07:21.4548984Z  CONSTRAINTS="cpuonly" 2023-08-09T12:07:21.4549202Z fi 2023-08-09T12:07:21.4549612Z ${CONDA_RUN_SMOKE} conda install -v -y -c pytorch-"${CHANNEL}" -c nvidia -c "${CONDA_LOCAL_CHANNEL}" distr::"${PACKAGE_NAME}" ${CONSTRAINTS} 2023-08-09T12:07:21.4550001Z  2023-08-09T12:07:21.4550276Z if [[ ! -f "pytorch/audio"/${SMOKE_TEST_SCRIPT} ]]; then 2023-08-09T12:07:21.4550634Z  echo "pytorch/audio/${SMOKE_TEST_SCRIPT} not found" 2023-08-09T12:07:21.4551060Z  ${CONDA_RUN_SMOKE} python -c "import ${PACKAGE_NAME}; print('package version is ', ${PACKAGE_NAME}.__version__)" 2023-08-09T12:07:21.4551417Z else 2023-08-09T12:07:21.4551700Z  echo "pytorch/audio/${SMOKE_TEST_SCRIPT} found" 2023-08-09T12:07:21.4552044Z  conda install --yes --quiet 'ffmpeg<5' 2023-08-09T12:07:21.4552401Z  ${CONDA_RUN_SMOKE} python "pytorch/audio/${SMOKE_TEST_SCRIPT}" 2023-08-09T12:07:21.4552677Z fi 2023-08-09T12:07:21.4552933Z conda env remove -p "${CONDA_ENV_SMOKE}" 2023-08-09T12:07:21.4582497Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T12:07:21.4583037Z env: 2023-08-09T12:07:21.4583323Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T12:07:21.4583598Z PYTHON_VERSION: 3.10 2023-08-09T12:07:21.4583841Z PACKAGE_TYPE: conda 2023-08-09T12:07:21.4584091Z REPOSITORY: pytorch/audio 2023-08-09T12:07:21.4584307Z REF: 2023-08-09T12:07:21.4584507Z CU_VERSION: cu121 2023-08-09T12:07:21.4584729Z CHANNEL: nightly 2023-08-09T12:07:21.4584979Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T12:07:21.4585310Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T12:07:21.4585730Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T12:07:21.4586176Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T12:07:21.4586599Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T12:07:21.4586921Z PACKAGE_NAME: torchaudio 2023-08-09T12:07:21.4587206Z SMOKE_TEST_SCRIPT: test/smoke_test/smoke_test.py 2023-08-09T12:07:21.4587478Z GPU_ARCH: cuda 2023-08-09T12:07:21.4587699Z DESIRED_CUDA: cu121 2023-08-09T12:07:21.4587935Z GPU_ARCH_VERSION: 12.1 2023-08-09T12:07:21.4588149Z ##[endgroup] 2023-08-09T12:07:21.7911948Z + source 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T12:07:21.7915955Z ++ export BUILD_VERSION=2.1.0.dev20230809 2023-08-09T12:07:21.7916462Z ++ BUILD_VERSION=2.1.0.dev20230809 2023-08-09T12:07:21.7916955Z ++ export CMAKE_USE_CUDA=1 2023-08-09T12:07:21.7917354Z ++ CMAKE_USE_CUDA=1 2023-08-09T12:07:21.7917722Z ++ export CONDA_BUILD_VARIANT=cuda 2023-08-09T12:07:21.7918160Z ++ CONDA_BUILD_VARIANT=cuda 2023-08-09T12:07:21.7921735Z ++ export 'CONDA_CUDATOOLKIT_CONSTRAINT=- pytorch-cuda=12.1 # [not osx]' 2023-08-09T12:07:21.7922245Z ++ CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=12.1 # [not osx]' 2023-08-09T12:07:21.7922951Z ++ export 'CONDA_PYTORCH_BUILD_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T12:07:21.7923608Z ++ CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T12:07:21.7924267Z ++ export 'CONDA_PYTORCH_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T12:07:21.7924843Z ++ CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T12:07:21.7925154Z ++ export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T12:07:21.7925572Z ++ CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T12:07:21.7925967Z ++ export 'CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T12:07:21.7926563Z ++ CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T12:07:21.7927346Z ++ export 'CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T12:07:21.7927768Z ++ CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T12:07:21.7928103Z ++ export FORCE_CUDA=1 2023-08-09T12:07:21.7928337Z ++ FORCE_CUDA=1 2023-08-09T12:07:21.7929393Z ++ export 'PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1/bin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Jenkins/Miniconda3/Scripts:/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:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2023-08-09T12:07:21.7931178Z ++ PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1/bin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Jenkins/Miniconda3/Scripts:/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:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2023-08-09T12:07:21.7932333Z ++ export PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T12:07:21.7932636Z ++ PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T12:07:21.7933038Z ++ export PYTORCH_VERSION_SUFFIX= 2023-08-09T12:07:21.7933497Z ++ PYTORCH_VERSION_SUFFIX= 2023-08-09T12:07:21.7933813Z ++ export 'TORCH_CUDA_ARCH_LIST=5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0' 2023-08-09T12:07:21.7934157Z ++ TORCH_CUDA_ARCH_LIST='5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0' 2023-08-09T12:07:21.7934439Z ++ export VERSION_SUFFIX= 2023-08-09T12:07:21.7934671Z ++ VERSION_SUFFIX= 2023-08-09T12:07:21.7935003Z ++ export WHEEL_DIR= 2023-08-09T12:07:21.7935244Z ++ WHEEL_DIR= 2023-08-09T12:07:21.8029434Z ++ readlink -f pytorch/audio/distr 2023-08-09T12:07:21.8170117Z + FULL_PATH_TO_DISTR=file:///c/actions-runner/_work/audio/audio/pytorch/audio/distr 2023-08-09T12:07:21.8341895Z ++ echo file:///c/actions-runner/_work/audio/audio/pytorch/audio/distr 2023-08-09T12:07:21.8424304Z ++ sed 's/\/c\//\/c:\//' 2023-08-09T12:07:21.8531584Z + CONDA_LOCAL_CHANNEL=file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr 2023-08-09T12:07:21.8532546Z + export 'CONDA_ENV_SMOKE=C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T12:07:21.8533426Z + CONDA_ENV_SMOKE='C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T12:07:21.8534459Z + conda create --yes --quiet --prefix 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' python=3.10 2023-08-09T12:07:24.9553643Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:07:24.9569767Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:07:24.9574026Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:07:24.9577722Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:07:24.9578820Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:07:24.9580022Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:07:25.0180576Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/current_repodata.json HTTP/1.1" 200 None 2023-08-09T12:07:25.0199597Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/current_repodata.json HTTP/1.1" 200 None 2023-08-09T12:07:25.0230873Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/current_repodata.json HTTP/1.1" 200 None 2023-08-09T12:07:25.0357136Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/current_repodata.json HTTP/1.1" 200 None 2023-08-09T12:07:25.0370000Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/win-64/current_repodata.json HTTP/1.1" 200 None 2023-08-09T12:07:25.0386301Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/current_repodata.json HTTP/1.1" 200 None 2023-08-09T12:07:28.9051195Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T12:07:28.9906304Z Solving environment: ...working... done 2023-08-09T12:07:29.1442711Z 2023-08-09T12:07:29.1443248Z ## Package Plan ## 2023-08-09T12:07:29.1443576Z 2023-08-09T12:07:29.1444009Z environment location: C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:07:29.1444521Z 2023-08-09T12:07:29.1444728Z added / updated specs: 2023-08-09T12:07:29.1450115Z - python=3.10 2023-08-09T12:07:29.1450459Z 2023-08-09T12:07:29.1450471Z 2023-08-09T12:07:29.1450831Z The following NEW packages will be INSTALLED: 2023-08-09T12:07:29.1451189Z 2023-08-09T12:07:29.1452481Z bzip2 pkgs/main/win-64::bzip2-1.0.8-he774522_0 2023-08-09T12:07:29.1453293Z ca-certificates pkgs/main/win-64::ca-certificates-2023.05.30-haa95532_0 2023-08-09T12:07:29.1454095Z libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_0 2023-08-09T12:07:29.1454767Z openssl pkgs/main/win-64::openssl-3.0.10-h2bbff1b_0 2023-08-09T12:07:29.1455625Z pip pkgs/main/win-64::pip-23.2.1-py310haa95532_0 2023-08-09T12:07:29.1456492Z python pkgs/main/win-64::python-3.10.12-he1021f5_0 2023-08-09T12:07:29.1457242Z setuptools pkgs/main/win-64::setuptools-68.0.0-py310haa95532_0 2023-08-09T12:07:29.1457993Z sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 2023-08-09T12:07:29.1458730Z tk pkgs/main/win-64::tk-8.6.12-h2bbff1b_0 2023-08-09T12:07:29.1459388Z tzdata pkgs/main/noarch::tzdata-2023c-h04d1e81_0 2023-08-09T12:07:29.1460020Z vc pkgs/main/win-64::vc-14.2-h21ff451_1 2023-08-09T12:07:29.1460715Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 2023-08-09T12:07:29.1461467Z wheel pkgs/main/win-64::wheel-0.38.4-py310haa95532_0 2023-08-09T12:07:29.1462267Z xz pkgs/main/win-64::xz-5.4.2-h8cc25b3_0 2023-08-09T12:07:29.1463029Z zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0 2023-08-09T12:07:29.1463403Z 2023-08-09T12:07:29.1463413Z 2023-08-09T12:07:29.4774187Z Preparing transaction: ...working... done 2023-08-09T12:07:32.1689190Z Verifying transaction: ...working... done 2023-08-09T12:07:36.5885728Z Executing transaction: ...working... done 2023-08-09T12:07:36.9588362Z + export 'CONDA_RUN_SMOKE=conda run -p C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T12:07:36.9589923Z + CONDA_RUN_SMOKE='conda run -p C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T12:07:36.9590674Z + [[ cuda = \c\u\d\a ]] 2023-08-09T12:07:36.9591180Z + CONSTRAINTS=pytorch-cuda=12.1 2023-08-09T12:07:36.9592438Z + conda run -p 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' conda install -v -y -c pytorch-nightly -c nvidia -c file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr distr::torchaudio pytorch-cuda=12.1 2023-08-09T12:08:37.5948577Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5949149Z 2023-08-09T12:08:37.5949582Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5950539Z 2023-08-09T12:08:37.5951832Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5952540Z 2023-08-09T12:08:37.5953325Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5953793Z 2023-08-09T12:08:37.5954358Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /nvidia/win-64/current_repodata.json HTTP/1.1" 200 None 2023-08-09T12:08:37.5954903Z 2023-08-09T12:08:37.5957997Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5959185Z 2023-08-09T12:08:37.5959648Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5960195Z 2023-08-09T12:08:37.5960814Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/noarch/current_repodata.json HTTP/1.1" 404 None 2023-08-09T12:08:37.5961463Z 2023-08-09T12:08:37.5962054Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/win-64/current_repodata.json HTTP/1.1" 404 None 2023-08-09T12:08:37.5962681Z 2023-08-09T12:08:37.5965711Z INFO conda.gateways.repodata:conda_http_errors(230): Unable to retrieve repodata (response: 404) for https://conda.anaconda.org/pytorch-nightly/win-64/current_repodata.json 2023-08-09T12:08:37.5966480Z 2023-08-09T12:08:37.5967052Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /nvidia/noarch/current_repodata.json HTTP/1.1" 200 None 2023-08-09T12:08:37.5967654Z 2023-08-09T12:08:37.5968209Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/noarch/current_repodata.json HTTP/1.1" 404 None 2023-08-09T12:08:37.5968836Z 2023-08-09T12:08:37.5969390Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/win-64/current_repodata.json HTTP/1.1" 404 None 2023-08-09T12:08:37.5969991Z 2023-08-09T12:08:37.5972883Z INFO conda.gateways.repodata:conda_http_errors(230): Unable to retrieve repodata (response: 404) for https://conda.anaconda.org/distr/win-64/current_repodata.json 2023-08-09T12:08:37.5973604Z 2023-08-09T12:08:37.5974159Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/noarch/repodata.json HTTP/1.1" 200 1034 2023-08-09T12:08:37.5974797Z 2023-08-09T12:08:37.5975343Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/noarch/repodata.json HTTP/1.1" 200 None 2023-08-09T12:08:37.5975930Z 2023-08-09T12:08:37.5976447Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/win-64/repodata.json HTTP/1.1" 200 None 2023-08-09T12:08:37.5978665Z 2023-08-09T12:08:37.5979940Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/win-64/repodata.json HTTP/1.1" 200 None 2023-08-09T12:08:37.5980566Z 2023-08-09T12:08:37.5981250Z INFO conda.auxlib.logz:stringify(164): request is 'None' for Response object with url file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr/win-64/current_repodata.json 2023-08-09T12:08:37.5981960Z 2023-08-09T12:08:37.5982635Z INFO conda.auxlib.logz:stringify(164): request is 'None' for Response object with url file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr/noarch/current_repodata.json 2023-08-09T12:08:37.5983350Z 2023-08-09T12:08:37.5986402Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5986956Z 2023-08-09T12:08:37.5987373Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5987869Z 2023-08-09T12:08:37.5988524Z INFO conda.auxlib.logz:stringify(164): request is 'None' for Response object with url file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr/win-64/repodata.json 2023-08-09T12:08:37.5989196Z 2023-08-09T12:08:37.5989836Z INFO conda.auxlib.logz:stringify(164): request is 'None' for Response object with url file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr/noarch/repodata.json 2023-08-09T12:08:37.5990535Z 2023-08-09T12:08:37.5993395Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5993935Z 2023-08-09T12:08:37.5995029Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.5995541Z 2023-08-09T12:08:37.5995979Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.5996475Z 2023-08-09T12:08:37.5996901Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.5997401Z 2023-08-09T12:08:37.5997823Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6000693Z 2023-08-09T12:08:37.6001152Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6001651Z 2023-08-09T12:08:37.6002078Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6002546Z 2023-08-09T12:08:37.6002974Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6003467Z 2023-08-09T12:08:37.6003921Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.6004439Z 2023-08-09T12:08:37.6007234Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T12:08:37.6007766Z 2023-08-09T12:08:37.6008308Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /nvidia/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6008899Z 2023-08-09T12:08:37.6009432Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6010027Z 2023-08-09T12:08:37.6010547Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6011093Z 2023-08-09T12:08:37.6011622Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /nvidia/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6014632Z 2023-08-09T12:08:37.6015188Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6015801Z 2023-08-09T12:08:37.6016383Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6016999Z 2023-08-09T12:08:37.6017561Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6018170Z 2023-08-09T12:08:37.6020973Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6021585Z 2023-08-09T12:08:37.6022119Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6022692Z 2023-08-09T12:08:37.6023185Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6023758Z 2023-08-09T12:08:37.6024290Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:37.6028577Z 2023-08-09T12:08:37.6029187Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/repodata.json HTTP/1.1" 200 None 2023-08-09T12:08:37.6029791Z 2023-08-09T12:08:37.6030192Z INFO conda.core.link:__init__(210): initializing UnlinkLinkTransaction with 2023-08-09T12:08:37.6030660Z 2023-08-09T12:08:37.6031081Z target_prefix: C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6031561Z 2023-08-09T12:08:37.6031747Z unlink_precs: 2023-08-09T12:08:37.6031990Z 2023-08-09T12:08:37.6032131Z 2023-08-09T12:08:37.6032360Z 2023-08-09T12:08:37.6034223Z link_precs: 2023-08-09T12:08:37.6034514Z 2023-08-09T12:08:37.6035232Z defaults/win-64::blas-1.0-mkl 2023-08-09T12:08:37.6035410Z 2023-08-09T12:08:37.6035542Z nvidia/win-64::cuda-cccl-12.2.128-0 2023-08-09T12:08:37.6035716Z 2023-08-09T12:08:37.6036033Z nvidia/win-64::cuda-cudart-12.1.105-0 2023-08-09T12:08:37.6036221Z 2023-08-09T12:08:37.6036364Z nvidia/win-64::cuda-cupti-12.1.105-0 2023-08-09T12:08:37.6036545Z 2023-08-09T12:08:37.6036674Z nvidia/win-64::cuda-nvrtc-12.1.105-0 2023-08-09T12:08:37.6036843Z 2023-08-09T12:08:37.6036965Z nvidia/win-64::cuda-nvtx-12.1.105-0 2023-08-09T12:08:37.6037135Z 2023-08-09T12:08:37.6037269Z nvidia/win-64::cuda-opencl-12.2.128-0 2023-08-09T12:08:37.6037448Z 2023-08-09T12:08:37.6037589Z nvidia/win-64::cuda-profiler-api-12.2.128-0 2023-08-09T12:08:37.6037788Z 2023-08-09T12:08:37.6037939Z nvidia/win-64::libcublas-12.1.0.26-0 2023-08-09T12:08:37.6038114Z 2023-08-09T12:08:37.6038236Z nvidia/win-64::libcufft-11.0.2.4-0 2023-08-09T12:08:37.6038404Z 2023-08-09T12:08:37.6038532Z nvidia/win-64::libcurand-10.3.3.129-0 2023-08-09T12:08:37.6038704Z 2023-08-09T12:08:37.6038839Z nvidia/win-64::libcusolver-11.4.4.55-0 2023-08-09T12:08:37.6039025Z 2023-08-09T12:08:37.6039144Z nvidia/win-64::libcusparse-12.0.2.55-0 2023-08-09T12:08:37.6039321Z 2023-08-09T12:08:37.6039449Z nvidia/win-64::libnpp-12.0.2.50-0 2023-08-09T12:08:37.6039619Z 2023-08-09T12:08:37.6040983Z nvidia/win-64::libnvjitlink-12.1.105-0 2023-08-09T12:08:37.6041700Z 2023-08-09T12:08:37.6041847Z nvidia/win-64::libnvjpeg-12.1.1.14-0 2023-08-09T12:08:37.6042026Z 2023-08-09T12:08:37.6042196Z pytorch-nightly/noarch::pytorch-mutex-1.0-cuda 2023-08-09T12:08:37.6042403Z 2023-08-09T12:08:37.6042550Z nvidia/win-64::cuda-cudart-dev-12.1.105-0 2023-08-09T12:08:37.6042720Z 2023-08-09T12:08:37.6042856Z nvidia/win-64::cuda-libraries-12.1.0-0 2023-08-09T12:08:37.6043036Z 2023-08-09T12:08:37.6043176Z nvidia/win-64::cuda-nvrtc-dev-12.1.105-0 2023-08-09T12:08:37.6043356Z 2023-08-09T12:08:37.6043501Z nvidia/win-64::cuda-opencl-dev-12.2.128-0 2023-08-09T12:08:37.6043689Z 2023-08-09T12:08:37.6043828Z nvidia/win-64::libcublas-dev-12.1.0.26-0 2023-08-09T12:08:37.6044021Z 2023-08-09T12:08:37.6044154Z nvidia/win-64::libcufft-dev-11.0.2.4-0 2023-08-09T12:08:37.6044315Z 2023-08-09T12:08:37.6044465Z nvidia/win-64::libcurand-dev-10.3.3.129-0 2023-08-09T12:08:37.6044648Z 2023-08-09T12:08:37.6044800Z nvidia/win-64::libcusolver-dev-11.4.4.55-0 2023-08-09T12:08:37.6044984Z 2023-08-09T12:08:37.6045130Z nvidia/win-64::libcusparse-dev-12.0.2.55-0 2023-08-09T12:08:37.6045314Z 2023-08-09T12:08:37.6045448Z nvidia/win-64::libnpp-dev-12.0.2.50-0 2023-08-09T12:08:37.6045624Z 2023-08-09T12:08:37.6045770Z nvidia/win-64::libnvjitlink-dev-12.1.105-0 2023-08-09T12:08:37.6045939Z 2023-08-09T12:08:37.6046083Z nvidia/win-64::libnvjpeg-dev-12.1.1.14-0 2023-08-09T12:08:37.6047470Z 2023-08-09T12:08:37.6048133Z nvidia/win-64::cuda-libraries-dev-12.1.0-0 2023-08-09T12:08:37.6048335Z 2023-08-09T12:08:37.6048473Z nvidia/win-64::cuda-runtime-12.1.0-0 2023-08-09T12:08:37.6048649Z 2023-08-09T12:08:37.6048823Z defaults/win-64::intel-openmp-2023.1.0-h59b6b97_46319 2023-08-09T12:08:37.6049041Z 2023-08-09T12:08:37.6049335Z defaults/win-64::libuv-1.44.2-h2bbff1b_0 2023-08-09T12:08:37.6049534Z 2023-08-09T12:08:37.6049656Z defaults/win-64::tbb-2021.8.0-h59b6b97_0 2023-08-09T12:08:37.6049829Z 2023-08-09T12:08:37.6049958Z defaults/win-64::yaml-0.2.5-he774522_0 2023-08-09T12:08:37.6050131Z 2023-08-09T12:08:37.6050270Z defaults/win-64::mkl-2023.1.0-h6b88ed4_46357 2023-08-09T12:08:37.6050450Z 2023-08-09T12:08:37.6050633Z pytorch-nightly/win-64::pytorch-cuda-12.1-hde6ce7c_5 2023-08-09T12:08:37.6050853Z 2023-08-09T12:08:37.6051017Z defaults/win-64::filelock-3.9.0-py310haa95532_0 2023-08-09T12:08:37.6051219Z 2023-08-09T12:08:37.6051369Z defaults/win-64::markupsafe-2.1.1-py310h2bbff1b_0 2023-08-09T12:08:37.6051574Z 2023-08-09T12:08:37.6051738Z defaults/win-64::mkl-service-2.4.0-py310h2bbff1b_1 2023-08-09T12:08:37.6051944Z 2023-08-09T12:08:37.6052095Z defaults/win-64::mpmath-1.3.0-py310haa95532_0 2023-08-09T12:08:37.6052419Z 2023-08-09T12:08:37.6052578Z defaults/win-64::networkx-3.1-py310haa95532_0 2023-08-09T12:08:37.6054033Z 2023-08-09T12:08:37.6054711Z defaults/win-64::pyyaml-6.0-py310h2bbff1b_1 2023-08-09T12:08:37.6054906Z 2023-08-09T12:08:37.6055087Z defaults/win-64::typing_extensions-4.7.1-py310haa95532_0 2023-08-09T12:08:37.6055288Z 2023-08-09T12:08:37.6055436Z defaults/win-64::jinja2-3.1.2-py310haa95532_0 2023-08-09T12:08:37.6055624Z 2023-08-09T12:08:37.6055790Z defaults/win-64::numpy-base-1.25.2-py310h65a83cf_0 2023-08-09T12:08:37.6055989Z 2023-08-09T12:08:37.6056137Z defaults/win-64::sympy-1.11.1-py310haa95532_0 2023-08-09T12:08:37.6056324Z 2023-08-09T12:08:37.6056537Z pytorch-nightly/win-64::pytorch-2.1.0.dev20230808-py3.10_cuda12.1_cudnn8_0 2023-08-09T12:08:37.6056777Z 2023-08-09T12:08:37.6056926Z defaults/win-64::mkl_fft-1.3.6-py310h4ed8f06_1 2023-08-09T12:08:37.6057113Z 2023-08-09T12:08:37.6057254Z defaults/win-64::mkl_random-1.2.2-py310h4ed8f06_1 2023-08-09T12:08:37.6057458Z 2023-08-09T12:08:37.6057612Z defaults/win-64::numpy-1.25.2-py310h055cbcc_0 2023-08-09T12:08:37.6057801Z 2023-08-09T12:08:37.6058082Z file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr/win-64::torchaudio-2.1.0.dev20230809-py310_cu121 2023-08-09T12:08:37.6058369Z 2023-08-09T12:08:37.6058374Z 2023-08-09T12:08:37.6058380Z 2023-08-09T12:08:37.6058609Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6058870Z 2023-08-09T12:08:37.6059089Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6061032Z 2023-08-09T12:08:37.6061277Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6061541Z 2023-08-09T12:08:37.6061745Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6062006Z 2023-08-09T12:08:37.6062234Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:37.6062487Z 2023-08-09T12:08:37.6062827Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/mkl_random-1.2.2-py310h4ed8f06_1.conda HTTP/1.1" 200 215442 2023-08-09T12:08:37.6063163Z 2023-08-09T12:08:37.6063466Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/mkl_fft-1.3.6-py310h4ed8f06_1.conda HTTP/1.1" 200 161276 2023-08-09T12:08:37.6063788Z 2023-08-09T12:08:37.6064092Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/numpy-1.25.2-py310h055cbcc_0.conda HTTP/1.1" 200 13098 2023-08-09T12:08:37.6064415Z 2023-08-09T12:08:37.6064737Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/mkl-service-2.4.0-py310h2bbff1b_1.conda HTTP/1.1" 200 44897 2023-08-09T12:08:37.6065071Z 2023-08-09T12:08:37.6065387Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/numpy-base-1.25.2-py310h65a83cf_0.conda HTTP/1.1" 200 6516125 2023-08-09T12:08:37.6066903Z 2023-08-09T12:08:37.6067808Z INFO conda.core.link:verify(306): [ClobberError: This transaction has incompatible packages due to a shared path. 2023-08-09T12:08:37.6068128Z 2023-08-09T12:08:37.6068442Z packages: nvidia/win-64::cuda-cupti-12.1.105-0, nvidia/win-64::cuda-nvtx-12.1.105-0, nvidia/win-64::cuda-profiler-api-12.2.128-0 2023-08-09T12:08:37.6068759Z 2023-08-09T12:08:37.6068853Z path: 'license' 2023-08-09T12:08:37.6068993Z 2023-08-09T12:08:37.6068998Z 2023-08-09T12:08:37.6069004Z 2023-08-09T12:08:37.6069078Z ] 2023-08-09T12:08:37.6069189Z 2023-08-09T12:08:37.6069422Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::blas-1.0-mkl <=== 2023-08-09T12:08:37.6069676Z 2023-08-09T12:08:37.6069882Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6070119Z 2023-08-09T12:08:37.6070262Z source=C:\Jenkins\Miniconda3\pkgs\blas-1.0-mkl 2023-08-09T12:08:37.6070598Z 2023-08-09T12:08:37.6070604Z 2023-08-09T12:08:37.6070610Z 2023-08-09T12:08:37.6070861Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-cccl-12.2.128-0 <=== 2023-08-09T12:08:37.6071123Z 2023-08-09T12:08:37.6071327Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6071569Z 2023-08-09T12:08:37.6071744Z source=C:\Jenkins\Miniconda3\pkgs\cuda-cccl-12.2.128-0 2023-08-09T12:08:37.6071958Z 2023-08-09T12:08:37.6071963Z 2023-08-09T12:08:37.6071969Z 2023-08-09T12:08:37.6073896Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-cudart-12.1.105-0 <=== 2023-08-09T12:08:37.6074188Z 2023-08-09T12:08:37.6074429Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6074664Z 2023-08-09T12:08:37.6074828Z source=C:\Jenkins\Miniconda3\pkgs\cuda-cudart-12.1.105-0 2023-08-09T12:08:37.6075061Z 2023-08-09T12:08:37.6075067Z 2023-08-09T12:08:37.6075072Z 2023-08-09T12:08:37.6075323Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-cupti-12.1.105-0 <=== 2023-08-09T12:08:37.6075586Z 2023-08-09T12:08:37.6075786Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6076031Z 2023-08-09T12:08:37.6076206Z source=C:\Jenkins\Miniconda3\pkgs\cuda-cupti-12.1.105-0 2023-08-09T12:08:37.6076421Z 2023-08-09T12:08:37.6076427Z 2023-08-09T12:08:37.6076432Z 2023-08-09T12:08:37.6076671Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-nvrtc-12.1.105-0 <=== 2023-08-09T12:08:37.6076931Z 2023-08-09T12:08:37.6077136Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6077370Z 2023-08-09T12:08:37.6077542Z source=C:\Jenkins\Miniconda3\pkgs\cuda-nvrtc-12.1.105-0 2023-08-09T12:08:37.6077736Z 2023-08-09T12:08:37.6077741Z 2023-08-09T12:08:37.6077770Z 2023-08-09T12:08:37.6077992Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-nvtx-12.1.105-0 <=== 2023-08-09T12:08:37.6078256Z 2023-08-09T12:08:37.6078460Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6080379Z 2023-08-09T12:08:37.6080577Z source=C:\Jenkins\Miniconda3\pkgs\cuda-nvtx-12.1.105-0 2023-08-09T12:08:37.6080795Z 2023-08-09T12:08:37.6080801Z 2023-08-09T12:08:37.6080806Z 2023-08-09T12:08:37.6081159Z INFO conda.gateways.disk.create:create_link(376): file exists, but clobbering: 'C:\\actions-runner\\_work\\_temp\\pytorch_pkg_helpers_5808497225_smoke\\LICENSE' 2023-08-09T12:08:37.6081528Z 2023-08-09T12:08:37.6081778Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-opencl-12.2.128-0 <=== 2023-08-09T12:08:37.6082047Z 2023-08-09T12:08:37.6082250Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6082495Z 2023-08-09T12:08:37.6082673Z source=C:\Jenkins\Miniconda3\pkgs\cuda-opencl-12.2.128-0 2023-08-09T12:08:37.6082894Z 2023-08-09T12:08:37.6082900Z 2023-08-09T12:08:37.6083050Z 2023-08-09T12:08:37.6083333Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-profiler-api-12.2.128-0 <=== 2023-08-09T12:08:37.6083616Z 2023-08-09T12:08:37.6083820Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6084058Z 2023-08-09T12:08:37.6084261Z source=C:\Jenkins\Miniconda3\pkgs\cuda-profiler-api-12.2.128-0 2023-08-09T12:08:37.6084498Z 2023-08-09T12:08:37.6084503Z 2023-08-09T12:08:37.6084509Z 2023-08-09T12:08:37.6084856Z INFO conda.gateways.disk.create:create_link(376): file exists, but clobbering: 'C:\\actions-runner\\_work\\_temp\\pytorch_pkg_helpers_5808497225_smoke\\LICENSE' 2023-08-09T12:08:37.6086911Z 2023-08-09T12:08:37.6087173Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcublas-12.1.0.26-0 <=== 2023-08-09T12:08:37.6087592Z 2023-08-09T12:08:37.6087800Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6088048Z 2023-08-09T12:08:37.6088209Z source=C:\Jenkins\Miniconda3\pkgs\libcublas-12.1.0.26-0 2023-08-09T12:08:37.6088427Z 2023-08-09T12:08:37.6088432Z 2023-08-09T12:08:37.6088438Z 2023-08-09T12:08:37.6088674Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcufft-11.0.2.4-0 <=== 2023-08-09T12:08:37.6088930Z 2023-08-09T12:08:37.6089133Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6089374Z 2023-08-09T12:08:37.6089547Z source=C:\Jenkins\Miniconda3\pkgs\libcufft-11.0.2.4-0 2023-08-09T12:08:37.6089758Z 2023-08-09T12:08:37.6089764Z 2023-08-09T12:08:37.6089769Z 2023-08-09T12:08:37.6090010Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcurand-10.3.3.129-0 <=== 2023-08-09T12:08:37.6090271Z 2023-08-09T12:08:37.6090475Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6090717Z 2023-08-09T12:08:37.6090882Z source=C:\Jenkins\Miniconda3\pkgs\libcurand-10.3.3.129-0 2023-08-09T12:08:37.6091099Z 2023-08-09T12:08:37.6091105Z 2023-08-09T12:08:37.6091110Z 2023-08-09T12:08:37.6091354Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcusolver-11.4.4.55-0 <=== 2023-08-09T12:08:37.6091617Z 2023-08-09T12:08:37.6091818Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6092061Z 2023-08-09T12:08:37.6092242Z source=C:\Jenkins\Miniconda3\pkgs\libcusolver-11.4.4.55-0 2023-08-09T12:08:37.6092460Z 2023-08-09T12:08:37.6092465Z 2023-08-09T12:08:37.6092471Z 2023-08-09T12:08:37.6092714Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcusparse-12.0.2.55-0 <=== 2023-08-09T12:08:37.6093016Z 2023-08-09T12:08:37.6093219Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6093462Z 2023-08-09T12:08:37.6093644Z source=C:\Jenkins\Miniconda3\pkgs\libcusparse-12.0.2.55-0 2023-08-09T12:08:37.6093848Z 2023-08-09T12:08:37.6093871Z 2023-08-09T12:08:37.6093876Z 2023-08-09T12:08:37.6094090Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnpp-12.0.2.50-0 <=== 2023-08-09T12:08:37.6094345Z 2023-08-09T12:08:37.6094543Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6094781Z 2023-08-09T12:08:37.6094950Z source=C:\Jenkins\Miniconda3\pkgs\libnpp-12.0.2.50-0 2023-08-09T12:08:37.6095155Z 2023-08-09T12:08:37.6095161Z 2023-08-09T12:08:37.6095166Z 2023-08-09T12:08:37.6095412Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnvjitlink-12.1.105-0 <=== 2023-08-09T12:08:37.6095680Z 2023-08-09T12:08:37.6095879Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6096112Z 2023-08-09T12:08:37.6096294Z source=C:\Jenkins\Miniconda3\pkgs\libnvjitlink-12.1.105-0 2023-08-09T12:08:37.6097761Z 2023-08-09T12:08:37.6097767Z 2023-08-09T12:08:37.6099095Z 2023-08-09T12:08:37.6099406Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnvjpeg-12.1.1.14-0 <=== 2023-08-09T12:08:37.6099660Z 2023-08-09T12:08:37.6099863Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6100103Z 2023-08-09T12:08:37.6100279Z source=C:\Jenkins\Miniconda3\pkgs\libnvjpeg-12.1.1.14-0 2023-08-09T12:08:37.6100496Z 2023-08-09T12:08:37.6100502Z 2023-08-09T12:08:37.6100507Z 2023-08-09T12:08:37.6100781Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: pytorch-nightly::pytorch-mutex-1.0-cuda <=== 2023-08-09T12:08:37.6101072Z 2023-08-09T12:08:37.6101277Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6101515Z 2023-08-09T12:08:37.6101702Z source=C:\Jenkins\Miniconda3\pkgs\pytorch-mutex-1.0-cuda 2023-08-09T12:08:37.6102065Z 2023-08-09T12:08:37.6102071Z 2023-08-09T12:08:37.6102077Z 2023-08-09T12:08:37.6102338Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-cudart-dev-12.1.105-0 <=== 2023-08-09T12:08:37.6102611Z 2023-08-09T12:08:37.6102796Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6103035Z 2023-08-09T12:08:37.6103228Z source=C:\Jenkins\Miniconda3\pkgs\cuda-cudart-dev-12.1.105-0 2023-08-09T12:08:37.6103459Z 2023-08-09T12:08:37.6103464Z 2023-08-09T12:08:37.6103470Z 2023-08-09T12:08:37.6103719Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-libraries-12.1.0-0 <=== 2023-08-09T12:08:37.6103987Z 2023-08-09T12:08:37.6104188Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6104424Z 2023-08-09T12:08:37.6104609Z source=C:\Jenkins\Miniconda3\pkgs\cuda-libraries-12.1.0-0 2023-08-09T12:08:37.6104831Z 2023-08-09T12:08:37.6104844Z 2023-08-09T12:08:37.6104849Z 2023-08-09T12:08:37.6105105Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-nvrtc-dev-12.1.105-0 <=== 2023-08-09T12:08:37.6105374Z 2023-08-09T12:08:37.6105572Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6105790Z 2023-08-09T12:08:37.6105978Z source=C:\Jenkins\Miniconda3\pkgs\cuda-nvrtc-dev-12.1.105-0 2023-08-09T12:08:37.6106203Z 2023-08-09T12:08:37.6106208Z 2023-08-09T12:08:37.6106213Z 2023-08-09T12:08:37.6106471Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-opencl-dev-12.2.128-0 <=== 2023-08-09T12:08:37.6106750Z 2023-08-09T12:08:37.6106952Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6107188Z 2023-08-09T12:08:37.6107378Z source=C:\Jenkins\Miniconda3\pkgs\cuda-opencl-dev-12.2.128-0 2023-08-09T12:08:37.6107603Z 2023-08-09T12:08:37.6107608Z 2023-08-09T12:08:37.6107613Z 2023-08-09T12:08:37.6107869Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcublas-dev-12.1.0.26-0 <=== 2023-08-09T12:08:37.6108143Z 2023-08-09T12:08:37.6108344Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6108581Z 2023-08-09T12:08:37.6108751Z source=C:\Jenkins\Miniconda3\pkgs\libcublas-dev-12.1.0.26-0 2023-08-09T12:08:37.6108973Z 2023-08-09T12:08:37.6108978Z 2023-08-09T12:08:37.6108983Z 2023-08-09T12:08:37.6109227Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcufft-dev-11.0.2.4-0 <=== 2023-08-09T12:08:37.6109492Z 2023-08-09T12:08:37.6109695Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6109934Z 2023-08-09T12:08:37.6110116Z source=C:\Jenkins\Miniconda3\pkgs\libcufft-dev-11.0.2.4-0 2023-08-09T12:08:37.6110333Z 2023-08-09T12:08:37.6110339Z 2023-08-09T12:08:37.6110344Z 2023-08-09T12:08:37.6110594Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcurand-dev-10.3.3.129-0 <=== 2023-08-09T12:08:37.6110871Z 2023-08-09T12:08:37.6111460Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6111737Z 2023-08-09T12:08:37.6111916Z source=C:\Jenkins\Miniconda3\pkgs\libcurand-dev-10.3.3.129-0 2023-08-09T12:08:37.6112141Z 2023-08-09T12:08:37.6112146Z 2023-08-09T12:08:37.6112168Z 2023-08-09T12:08:37.6112410Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcusolver-dev-11.4.4.55-0 <=== 2023-08-09T12:08:37.6112684Z 2023-08-09T12:08:37.6112883Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6114895Z 2023-08-09T12:08:37.6115124Z source=C:\Jenkins\Miniconda3\pkgs\libcusolver-dev-11.4.4.55-0 2023-08-09T12:08:37.6115361Z 2023-08-09T12:08:37.6115367Z 2023-08-09T12:08:37.6115373Z 2023-08-09T12:08:37.6115631Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcusparse-dev-12.0.2.55-0 <=== 2023-08-09T12:08:37.6116074Z 2023-08-09T12:08:37.6116289Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6116528Z 2023-08-09T12:08:37.6116719Z source=C:\Jenkins\Miniconda3\pkgs\libcusparse-dev-12.0.2.55-0 2023-08-09T12:08:37.6116952Z 2023-08-09T12:08:37.6116958Z 2023-08-09T12:08:37.6116963Z 2023-08-09T12:08:37.6117189Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnpp-dev-12.0.2.50-0 <=== 2023-08-09T12:08:37.6117450Z 2023-08-09T12:08:37.6117652Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6117888Z 2023-08-09T12:08:37.6118067Z source=C:\Jenkins\Miniconda3\pkgs\libnpp-dev-12.0.2.50-0 2023-08-09T12:08:37.6118284Z 2023-08-09T12:08:37.6118290Z 2023-08-09T12:08:37.6118296Z 2023-08-09T12:08:37.6118551Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnvjitlink-dev-12.1.105-0 <=== 2023-08-09T12:08:37.6118834Z 2023-08-09T12:08:37.6119035Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6119278Z 2023-08-09T12:08:37.6119473Z source=C:\Jenkins\Miniconda3\pkgs\libnvjitlink-dev-12.1.105-0 2023-08-09T12:08:37.6119705Z 2023-08-09T12:08:37.6119710Z 2023-08-09T12:08:37.6119716Z 2023-08-09T12:08:37.6119967Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnvjpeg-dev-12.1.1.14-0 <=== 2023-08-09T12:08:37.6120235Z 2023-08-09T12:08:37.6120418Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6120650Z 2023-08-09T12:08:37.6120838Z source=C:\Jenkins\Miniconda3\pkgs\libnvjpeg-dev-12.1.1.14-0 2023-08-09T12:08:37.6121063Z 2023-08-09T12:08:37.6121068Z 2023-08-09T12:08:37.6121074Z 2023-08-09T12:08:37.6121333Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-libraries-dev-12.1.0-0 <=== 2023-08-09T12:08:37.6121611Z 2023-08-09T12:08:37.6121818Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6122053Z 2023-08-09T12:08:37.6122252Z source=C:\Jenkins\Miniconda3\pkgs\cuda-libraries-dev-12.1.0-0 2023-08-09T12:08:37.6122485Z 2023-08-09T12:08:37.6122492Z 2023-08-09T12:08:37.6122497Z 2023-08-09T12:08:37.6122740Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-runtime-12.1.0-0 <=== 2023-08-09T12:08:37.6123006Z 2023-08-09T12:08:37.6123191Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6123425Z 2023-08-09T12:08:37.6123603Z source=C:\Jenkins\Miniconda3\pkgs\cuda-runtime-12.1.0-0 2023-08-09T12:08:37.6123820Z 2023-08-09T12:08:37.6123826Z 2023-08-09T12:08:37.6123832Z 2023-08-09T12:08:37.6124099Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::intel-openmp-2023.1.0-h59b6b97_46319 <=== 2023-08-09T12:08:37.6124392Z 2023-08-09T12:08:37.6124594Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6124840Z 2023-08-09T12:08:37.6125466Z source=C:\Jenkins\Miniconda3\pkgs\intel-openmp-2023.1.0-h59b6b97_46319 2023-08-09T12:08:37.6125754Z 2023-08-09T12:08:37.6125760Z 2023-08-09T12:08:37.6125765Z 2023-08-09T12:08:37.6126020Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::libuv-1.44.2-h2bbff1b_0 <=== 2023-08-09T12:08:37.6126282Z 2023-08-09T12:08:37.6126536Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6126756Z 2023-08-09T12:08:37.6126935Z source=C:\Jenkins\Miniconda3\pkgs\libuv-1.44.2-h2bbff1b_0 2023-08-09T12:08:37.6127151Z 2023-08-09T12:08:37.6127157Z 2023-08-09T12:08:37.6127162Z 2023-08-09T12:08:37.6127402Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::tbb-2021.8.0-h59b6b97_0 <=== 2023-08-09T12:08:37.6127663Z 2023-08-09T12:08:37.6127866Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6128243Z 2023-08-09T12:08:37.6128415Z source=C:\Jenkins\Miniconda3\pkgs\tbb-2021.8.0-h59b6b97_0 2023-08-09T12:08:37.6128629Z 2023-08-09T12:08:37.6128634Z 2023-08-09T12:08:37.6128640Z 2023-08-09T12:08:37.6128878Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::yaml-0.2.5-he774522_0 <=== 2023-08-09T12:08:37.6129137Z 2023-08-09T12:08:37.6129339Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6129573Z 2023-08-09T12:08:37.6129728Z source=C:\Jenkins\Miniconda3\pkgs\yaml-0.2.5-he774522_0 2023-08-09T12:08:37.6129937Z 2023-08-09T12:08:37.6129942Z 2023-08-09T12:08:37.6129947Z 2023-08-09T12:08:37.6130190Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mkl-2023.1.0-h6b88ed4_46357 <=== 2023-08-09T12:08:37.6130454Z 2023-08-09T12:08:37.6130659Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6130899Z 2023-08-09T12:08:37.6131085Z source=C:\Jenkins\Miniconda3\pkgs\mkl-2023.1.0-h6b88ed4_46357 2023-08-09T12:08:37.6131297Z 2023-08-09T12:08:37.6131303Z 2023-08-09T12:08:37.6131314Z 2023-08-09T12:08:37.6131596Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: pytorch-nightly::pytorch-cuda-12.1-hde6ce7c_5 <=== 2023-08-09T12:08:37.6131894Z 2023-08-09T12:08:37.6132094Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6132326Z 2023-08-09T12:08:37.6132524Z source=C:\Jenkins\Miniconda3\pkgs\pytorch-cuda-12.1-hde6ce7c_5 2023-08-09T12:08:37.6132743Z 2023-08-09T12:08:37.6132765Z 2023-08-09T12:08:37.6132771Z 2023-08-09T12:08:37.6133016Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::filelock-3.9.0-py310haa95532_0 <=== 2023-08-09T12:08:37.6133294Z 2023-08-09T12:08:37.6133492Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6133732Z 2023-08-09T12:08:37.6133932Z source=C:\Jenkins\Miniconda3\pkgs\filelock-3.9.0-py310haa95532_0 2023-08-09T12:08:37.6134172Z 2023-08-09T12:08:37.6134178Z 2023-08-09T12:08:37.6134189Z 2023-08-09T12:08:37.6134460Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::markupsafe-2.1.1-py310h2bbff1b_0 <=== 2023-08-09T12:08:37.6134747Z 2023-08-09T12:08:37.6134943Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6135176Z 2023-08-09T12:08:37.6135383Z source=C:\Jenkins\Miniconda3\pkgs\markupsafe-2.1.1-py310h2bbff1b_0 2023-08-09T12:08:37.6135628Z 2023-08-09T12:08:37.6135633Z 2023-08-09T12:08:37.6135639Z 2023-08-09T12:08:37.6135907Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mkl-service-2.4.0-py310h2bbff1b_1 <=== 2023-08-09T12:08:37.6136178Z 2023-08-09T12:08:37.6136379Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6136614Z 2023-08-09T12:08:37.6136819Z source=C:\Jenkins\Miniconda3\pkgs\mkl-service-2.4.0-py310h2bbff1b_1 2023-08-09T12:08:37.6137067Z 2023-08-09T12:08:37.6137073Z 2023-08-09T12:08:37.6137078Z 2023-08-09T12:08:37.6137719Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mpmath-1.3.0-py310haa95532_0 <=== 2023-08-09T12:08:37.6138026Z 2023-08-09T12:08:37.6138233Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6138473Z 2023-08-09T12:08:37.6138663Z source=C:\Jenkins\Miniconda3\pkgs\mpmath-1.3.0-py310haa95532_0 2023-08-09T12:08:37.6138892Z 2023-08-09T12:08:37.6138897Z 2023-08-09T12:08:37.6138903Z 2023-08-09T12:08:37.6139161Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::networkx-3.1-py310haa95532_0 <=== 2023-08-09T12:08:37.6139432Z 2023-08-09T12:08:37.6139618Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6139852Z 2023-08-09T12:08:37.6140046Z source=C:\Jenkins\Miniconda3\pkgs\networkx-3.1-py310haa95532_0 2023-08-09T12:08:37.6140421Z 2023-08-09T12:08:37.6140427Z 2023-08-09T12:08:37.6140432Z 2023-08-09T12:08:37.6140699Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::pyyaml-6.0-py310h2bbff1b_1 <=== 2023-08-09T12:08:37.6140975Z 2023-08-09T12:08:37.6141175Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6141411Z 2023-08-09T12:08:37.6141600Z source=C:\Jenkins\Miniconda3\pkgs\pyyaml-6.0-py310h2bbff1b_1 2023-08-09T12:08:37.6141826Z 2023-08-09T12:08:37.6141832Z 2023-08-09T12:08:37.6141837Z 2023-08-09T12:08:37.6142115Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::typing_extensions-4.7.1-py310haa95532_0 <=== 2023-08-09T12:08:37.6142409Z 2023-08-09T12:08:37.6142611Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6142849Z 2023-08-09T12:08:37.6143051Z source=C:\Jenkins\Miniconda3\pkgs\typing_extensions-4.7.1-py310haa95532_0 2023-08-09T12:08:37.6143310Z 2023-08-09T12:08:37.6143315Z 2023-08-09T12:08:37.6143321Z 2023-08-09T12:08:37.6143578Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::jinja2-3.1.2-py310haa95532_0 <=== 2023-08-09T12:08:37.6143846Z 2023-08-09T12:08:37.6144047Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6144285Z 2023-08-09T12:08:37.6144472Z source=C:\Jenkins\Miniconda3\pkgs\jinja2-3.1.2-py310haa95532_0 2023-08-09T12:08:37.6146448Z 2023-08-09T12:08:37.6146454Z 2023-08-09T12:08:37.6146459Z 2023-08-09T12:08:37.6146757Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::numpy-base-1.25.2-py310h65a83cf_0 <=== 2023-08-09T12:08:37.6147050Z 2023-08-09T12:08:37.6147251Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6147488Z 2023-08-09T12:08:37.6147678Z source=C:\Jenkins\Miniconda3\pkgs\numpy-base-1.25.2-py310h65a83cf_0 2023-08-09T12:08:37.6147931Z 2023-08-09T12:08:37.6147937Z 2023-08-09T12:08:37.6147959Z 2023-08-09T12:08:37.6148202Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::sympy-1.11.1-py310haa95532_0 <=== 2023-08-09T12:08:37.6148474Z 2023-08-09T12:08:37.6148672Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6148911Z 2023-08-09T12:08:37.6149098Z source=C:\Jenkins\Miniconda3\pkgs\sympy-1.11.1-py310haa95532_0 2023-08-09T12:08:37.6149329Z 2023-08-09T12:08:37.6149335Z 2023-08-09T12:08:37.6149340Z 2023-08-09T12:08:37.6149646Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: pytorch-nightly::pytorch-2.1.0.dev20230808-py3.10_cuda12.1_cudnn8_0 <=== 2023-08-09T12:08:37.6149967Z 2023-08-09T12:08:37.6150170Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6150405Z 2023-08-09T12:08:37.6150632Z source=C:\Jenkins\Miniconda3\pkgs\pytorch-2.1.0.dev20230808-py3.10_cuda12.1_cudnn8_0 2023-08-09T12:08:37.6150900Z 2023-08-09T12:08:37.6150905Z 2023-08-09T12:08:37.6150911Z 2023-08-09T12:08:37.6151662Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mkl_fft-1.3.6-py310h4ed8f06_1 <=== 2023-08-09T12:08:37.6151961Z 2023-08-09T12:08:37.6152180Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6152415Z 2023-08-09T12:08:37.6152602Z source=C:\Jenkins\Miniconda3\pkgs\mkl_fft-1.3.6-py310h4ed8f06_1 2023-08-09T12:08:37.6152827Z 2023-08-09T12:08:37.6152833Z 2023-08-09T12:08:37.6152838Z 2023-08-09T12:08:37.6153102Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mkl_random-1.2.2-py310h4ed8f06_1 <=== 2023-08-09T12:08:37.6153378Z 2023-08-09T12:08:37.6153577Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6153815Z 2023-08-09T12:08:37.6154015Z source=C:\Jenkins\Miniconda3\pkgs\mkl_random-1.2.2-py310h4ed8f06_1 2023-08-09T12:08:37.6154397Z 2023-08-09T12:08:37.6154403Z 2023-08-09T12:08:37.6154408Z 2023-08-09T12:08:37.6154675Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::numpy-1.25.2-py310h055cbcc_0 <=== 2023-08-09T12:08:37.6154946Z 2023-08-09T12:08:37.6155130Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6155367Z 2023-08-09T12:08:37.6155554Z source=C:\Jenkins\Miniconda3\pkgs\numpy-1.25.2-py310h055cbcc_0 2023-08-09T12:08:37.6155781Z 2023-08-09T12:08:37.6155787Z 2023-08-09T12:08:37.6155792Z 2023-08-09T12:08:37.6156154Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr::torchaudio-2.1.0.dev20230809-py310_cu121 <=== 2023-08-09T12:08:37.6156519Z 2023-08-09T12:08:37.6156719Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6156957Z 2023-08-09T12:08:37.6157176Z source=C:\Jenkins\Miniconda3\pkgs\torchaudio-2.1.0.dev20230809-py310_cu121 2023-08-09T12:08:37.6157437Z 2023-08-09T12:08:37.6157442Z 2023-08-09T12:08:37.6157448Z 2023-08-09T12:08:37.6157457Z 2023-08-09T12:08:37.6157665Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T12:08:37.6157901Z 2023-08-09T12:08:37.6158159Z Solving environment: ...working... unsuccessful initial attempt using frozen solve. Retrying with flexible solve. 2023-08-09T12:08:37.6158443Z 2023-08-09T12:08:37.6158722Z Solving environment: ...working... unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. 2023-08-09T12:08:37.6159041Z 2023-08-09T12:08:37.6159224Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T12:08:37.6159445Z 2023-08-09T12:08:37.6159573Z Solving environment: ...working... done 2023-08-09T12:08:37.6159750Z 2023-08-09T12:08:37.6159755Z 2023-08-09T12:08:37.6159761Z 2023-08-09T12:08:37.6159858Z ## Package Plan ## 2023-08-09T12:08:37.6160001Z 2023-08-09T12:08:37.6160014Z 2023-08-09T12:08:37.6160020Z 2023-08-09T12:08:37.6160255Z environment location: C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T12:08:37.6160518Z 2023-08-09T12:08:37.6160524Z 2023-08-09T12:08:37.6160529Z 2023-08-09T12:08:37.6160635Z added / updated specs: 2023-08-09T12:08:37.6160788Z 2023-08-09T12:08:37.6160892Z - distr::torchaudio 2023-08-09T12:08:37.6161021Z 2023-08-09T12:08:37.6161124Z - pytorch-cuda=12.1 2023-08-09T12:08:37.6161273Z 2023-08-09T12:08:37.6161279Z 2023-08-09T12:08:37.6161284Z 2023-08-09T12:08:37.6161290Z 2023-08-09T12:08:37.6161296Z 2023-08-09T12:08:37.6161436Z The following packages will be downloaded: 2023-08-09T12:08:37.6161623Z 2023-08-09T12:08:37.6161629Z 2023-08-09T12:08:37.6161634Z 2023-08-09T12:08:37.6161757Z package | build 2023-08-09T12:08:37.6161923Z 2023-08-09T12:08:37.6162061Z ---------------------------|----------------- 2023-08-09T12:08:37.6162246Z 2023-08-09T12:08:37.6162409Z mkl-service-2.4.0 | py310h2bbff1b_1 44 KB 2023-08-09T12:08:37.6162609Z 2023-08-09T12:08:37.6162873Z mkl_fft-1.3.6 | py310h4ed8f06_1 157 KB 2023-08-09T12:08:37.6163061Z 2023-08-09T12:08:37.6163214Z mkl_random-1.2.2 | py310h4ed8f06_1 210 KB 2023-08-09T12:08:37.6163401Z 2023-08-09T12:08:37.6163547Z numpy-1.25.2 | py310h055cbcc_0 13 KB 2023-08-09T12:08:37.6163733Z 2023-08-09T12:08:37.6163887Z numpy-base-1.25.2 | py310h65a83cf_0 6.2 MB 2023-08-09T12:08:37.6164076Z 2023-08-09T12:08:37.6164341Z torchaudio-2.1.0.dev20230809| py310_cu121 7.0 MB file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr 2023-08-09T12:08:37.6164623Z 2023-08-09T12:08:37.6164792Z ------------------------------------------------------------ 2023-08-09T12:08:37.6165002Z 2023-08-09T12:08:37.6165112Z Total: 13.6 MB 2023-08-09T12:08:37.6166156Z 2023-08-09T12:08:37.6166162Z 2023-08-09T12:08:37.6166168Z 2023-08-09T12:08:37.6166334Z The following NEW packages will be INSTALLED: 2023-08-09T12:08:37.6166529Z 2023-08-09T12:08:37.6166534Z 2023-08-09T12:08:37.6166540Z 2023-08-09T12:08:37.6166695Z blas pkgs/main/win-64::blas-1.0-mkl 2023-08-09T12:08:37.6166882Z 2023-08-09T12:08:37.6167046Z cuda-cccl nvidia/win-64::cuda-cccl-12.2.128-0 2023-08-09T12:08:37.6167248Z 2023-08-09T12:08:37.6167424Z cuda-cudart nvidia/win-64::cuda-cudart-12.1.105-0 2023-08-09T12:08:37.6167630Z 2023-08-09T12:08:37.6167821Z cuda-cudart-dev nvidia/win-64::cuda-cudart-dev-12.1.105-0 2023-08-09T12:08:37.6168049Z 2023-08-09T12:08:37.6168201Z cuda-cupti nvidia/win-64::cuda-cupti-12.1.105-0 2023-08-09T12:08:37.6168404Z 2023-08-09T12:08:37.6168587Z cuda-libraries nvidia/win-64::cuda-libraries-12.1.0-0 2023-08-09T12:08:37.6168800Z 2023-08-09T12:08:37.6169010Z cuda-libraries-dev nvidia/win-64::cuda-libraries-dev-12.1.0-0 2023-08-09T12:08:37.6169243Z 2023-08-09T12:08:37.6169414Z cuda-nvrtc nvidia/win-64::cuda-nvrtc-12.1.105-0 2023-08-09T12:08:37.6169613Z 2023-08-09T12:08:37.6169797Z cuda-nvrtc-dev nvidia/win-64::cuda-nvrtc-dev-12.1.105-0 2023-08-09T12:08:37.6170014Z 2023-08-09T12:08:37.6170174Z cuda-nvtx nvidia/win-64::cuda-nvtx-12.1.105-0 2023-08-09T12:08:37.6170370Z 2023-08-09T12:08:37.6170527Z cuda-opencl nvidia/win-64::cuda-opencl-12.2.128-0 2023-08-09T12:08:37.6170733Z 2023-08-09T12:08:37.6170924Z cuda-opencl-dev nvidia/win-64::cuda-opencl-dev-12.2.128-0 2023-08-09T12:08:37.6171151Z 2023-08-09T12:08:37.6171356Z cuda-profiler-api nvidia/win-64::cuda-profiler-api-12.2.128-0 2023-08-09T12:08:37.6171597Z 2023-08-09T12:08:37.6171768Z cuda-runtime nvidia/win-64::cuda-runtime-12.1.0-0 2023-08-09T12:08:37.6171973Z 2023-08-09T12:08:37.6172161Z filelock pkgs/main/win-64::filelock-3.9.0-py310haa95532_0 2023-08-09T12:08:37.6172387Z 2023-08-09T12:08:37.6172593Z intel-openmp pkgs/main/win-64::intel-openmp-2023.1.0-h59b6b97_46319 2023-08-09T12:08:37.6172839Z 2023-08-09T12:08:37.6173015Z jinja2 pkgs/main/win-64::jinja2-3.1.2-py310haa95532_0 2023-08-09T12:08:37.6173228Z 2023-08-09T12:08:37.6173392Z libcublas nvidia/win-64::libcublas-12.1.0.26-0 2023-08-09T12:08:37.6173588Z 2023-08-09T12:08:37.6173751Z libcublas-dev nvidia/win-64::libcublas-dev-12.1.0.26-0 2023-08-09T12:08:37.6173966Z 2023-08-09T12:08:37.6174122Z libcufft nvidia/win-64::libcufft-11.0.2.4-0 2023-08-09T12:08:37.6174313Z 2023-08-09T12:08:37.6174491Z libcufft-dev nvidia/win-64::libcufft-dev-11.0.2.4-0 2023-08-09T12:08:37.6174697Z 2023-08-09T12:08:37.6174862Z libcurand nvidia/win-64::libcurand-10.3.3.129-0 2023-08-09T12:08:37.6175058Z 2023-08-09T12:08:37.6175239Z libcurand-dev nvidia/win-64::libcurand-dev-10.3.3.129-0 2023-08-09T12:08:37.6175461Z 2023-08-09T12:08:37.6175633Z libcusolver nvidia/win-64::libcusolver-11.4.4.55-0 2023-08-09T12:08:37.6175952Z 2023-08-09T12:08:37.6176164Z libcusolver-dev nvidia/win-64::libcusolver-dev-11.4.4.55-0 2023-08-09T12:08:37.6176392Z 2023-08-09T12:08:37.6176566Z libcusparse nvidia/win-64::libcusparse-12.0.2.55-0 2023-08-09T12:08:37.6176772Z 2023-08-09T12:08:37.6176962Z libcusparse-dev nvidia/win-64::libcusparse-dev-12.0.2.55-0 2023-08-09T12:08:37.6177190Z 2023-08-09T12:08:37.6177342Z libnpp nvidia/win-64::libnpp-12.0.2.50-0 2023-08-09T12:08:37.6177533Z 2023-08-09T12:08:37.6177705Z libnpp-dev nvidia/win-64::libnpp-dev-12.0.2.50-0 2023-08-09T12:08:37.6177909Z 2023-08-09T12:08:37.6178066Z libnvjitlink nvidia/win-64::libnvjitlink-12.1.105-0 2023-08-09T12:08:37.6178274Z 2023-08-09T12:08:37.6178466Z libnvjitlink-dev nvidia/win-64::libnvjitlink-dev-12.1.105-0 2023-08-09T12:08:37.6178820Z 2023-08-09T12:08:37.6178992Z libnvjpeg nvidia/win-64::libnvjpeg-12.1.1.14-0 2023-08-09T12:08:37.6179194Z 2023-08-09T12:08:37.6179387Z libnvjpeg-dev nvidia/win-64::libnvjpeg-dev-12.1.1.14-0 2023-08-09T12:08:37.6179604Z 2023-08-09T12:08:37.6179770Z libuv pkgs/main/win-64::libuv-1.44.2-h2bbff1b_0 2023-08-09T12:08:37.6179969Z 2023-08-09T12:08:37.6180171Z markupsafe pkgs/main/win-64::markupsafe-2.1.1-py310h2bbff1b_0 2023-08-09T12:08:37.6180384Z 2023-08-09T12:08:37.6180546Z mkl pkgs/main/win-64::mkl-2023.1.0-h6b88ed4_46357 2023-08-09T12:08:37.6180746Z 2023-08-09T12:08:37.6180948Z mkl-service pkgs/main/win-64::mkl-service-2.4.0-py310h2bbff1b_1 2023-08-09T12:08:37.6181184Z 2023-08-09T12:08:37.6181362Z mkl_fft pkgs/main/win-64::mkl_fft-1.3.6-py310h4ed8f06_1 2023-08-09T12:08:37.6181568Z 2023-08-09T12:08:37.6181753Z mkl_random pkgs/main/win-64::mkl_random-1.2.2-py310h4ed8f06_1 2023-08-09T12:08:37.6181978Z 2023-08-09T12:08:37.6182159Z mpmath pkgs/main/win-64::mpmath-1.3.0-py310haa95532_0 2023-08-09T12:08:37.6182379Z 2023-08-09T12:08:37.6182563Z networkx pkgs/main/win-64::networkx-3.1-py310haa95532_0 2023-08-09T12:08:37.6182764Z 2023-08-09T12:08:37.6182939Z numpy pkgs/main/win-64::numpy-1.25.2-py310h055cbcc_0 2023-08-09T12:08:37.6183148Z 2023-08-09T12:08:37.6183346Z numpy-base pkgs/main/win-64::numpy-base-1.25.2-py310h65a83cf_0 2023-08-09T12:08:37.6183575Z 2023-08-09T12:08:37.6183809Z pytorch pytorch-nightly/win-64::pytorch-2.1.0.dev20230808-py3.10_cuda12.1_cudnn8_0 2023-08-09T12:08:37.6184067Z 2023-08-09T12:08:37.6184281Z pytorch-cuda pytorch-nightly/win-64::pytorch-cuda-12.1-hde6ce7c_5 2023-08-09T12:08:37.6184527Z 2023-08-09T12:08:37.6184732Z pytorch-mutex pytorch-nightly/noarch::pytorch-mutex-1.0-cuda 2023-08-09T12:08:37.6184973Z 2023-08-09T12:08:37.6185152Z pyyaml pkgs/main/win-64::pyyaml-6.0-py310h2bbff1b_1 2023-08-09T12:08:37.6185352Z 2023-08-09T12:08:37.6185533Z sympy pkgs/main/win-64::sympy-1.11.1-py310haa95532_0 2023-08-09T12:08:37.6185743Z 2023-08-09T12:08:37.6185901Z tbb pkgs/main/win-64::tbb-2021.8.0-h59b6b97_0 2023-08-09T12:08:37.6186092Z 2023-08-09T12:08:37.6186291Z torchaudio distr/win-64::torchaudio-2.1.0.dev20230809-py310_cu121 2023-08-09T12:08:37.6186521Z 2023-08-09T12:08:37.6186733Z typing_extensions pkgs/main/win-64::typing_extensions-4.7.1-py310haa95532_0 2023-08-09T12:08:37.6186981Z 2023-08-09T12:08:37.6187137Z yaml pkgs/main/win-64::yaml-0.2.5-he774522_0 2023-08-09T12:08:37.6187327Z 2023-08-09T12:08:37.6187333Z 2023-08-09T12:08:37.6187338Z 2023-08-09T12:08:37.6187344Z 2023-08-09T12:08:37.6187349Z 2023-08-09T12:08:37.6187487Z Preparing transaction: ...working... done 2023-08-09T12:08:37.6187674Z 2023-08-09T12:08:37.6187788Z Verifying transaction: ...working... done 2023-08-09T12:08:37.6187973Z 2023-08-09T12:08:37.6188106Z Executing transaction: ...working... done 2023-08-09T12:08:37.6188285Z 2023-08-09T12:08:37.6188407Z 2023-08-09T12:08:37.7285723Z + [[ ! -f pytorch/audio/test/smoke_test/smoke_test.py ]] 2023-08-09T12:08:37.7288404Z + echo 'pytorch/audio/test/smoke_test/smoke_test.py found' 2023-08-09T12:08:37.7289007Z + conda install --yes --quiet 'ffmpeg<5' 2023-08-09T12:08:37.7289556Z pytorch/audio/test/smoke_test/smoke_test.py found 2023-08-09T12:08:41.7625564Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:41.7644162Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:41.7645391Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:41.7647505Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:41.7650416Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:41.7652114Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:41.8193409Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/current_repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:41.8209017Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/win-64/current_repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:41.8364639Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/current_repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:41.8575077Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/current_repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:41.8639026Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/current_repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:41.8648779Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/current_repodata.json HTTP/1.1" 304 0 2023-08-09T12:08:46.0296093Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T12:08:48.6623507Z Solving environment: ...working... done 2023-08-09T12:08:49.2234508Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T12:08:49.2634585Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/ffmpeg-4.2.2-he774522_0.conda HTTP/1.1" 200 18404698 2023-08-09T12:08:50.0148347Z 2023-08-09T12:08:50.0148900Z ## Package Plan ## 2023-08-09T12:08:50.0149261Z 2023-08-09T12:08:50.0149563Z environment location: C:\Jenkins\Miniconda3 2023-08-09T12:08:50.0149915Z 2023-08-09T12:08:50.0150119Z added / updated specs: 2023-08-09T12:08:50.0150600Z - ffmpeg[version='<5'] 2023-08-09T12:08:50.0150914Z 2023-08-09T12:08:50.0150926Z 2023-08-09T12:08:50.0151206Z The following packages will be downloaded: 2023-08-09T12:08:50.0151715Z 2023-08-09T12:08:50.0151969Z package | build 2023-08-09T12:08:50.0152672Z ---------------------------|----------------- 2023-08-09T12:08:50.0153363Z ffmpeg-4.2.2 | he774522_0 17.6 MB 2023-08-09T12:08:50.0154051Z ------------------------------------------------------------ 2023-08-09T12:08:50.0154705Z Total: 17.6 MB 2023-08-09T12:08:50.0155036Z 2023-08-09T12:08:50.0155329Z The following NEW packages will be INSTALLED: 2023-08-09T12:08:50.0155692Z 2023-08-09T12:08:50.0156038Z ffmpeg pkgs/main/win-64::ffmpeg-4.2.2-he774522_0 2023-08-09T12:08:50.0156393Z 2023-08-09T12:08:50.0156441Z 2023-08-09T12:08:50.0263215Z Preparing transaction: ...working... done 2023-08-09T12:08:50.0669681Z Verifying transaction: ...working... done 2023-08-09T12:08:50.1681686Z Executing transaction: ...working... done 2023-08-09T12:08:50.5234479Z + conda run -p 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' python pytorch/audio/test/smoke_test/smoke_test.py 2023-08-09T12:08:58.2839833Z Smoke test passed. 2023-08-09T12:08:58.2840222Z 2023-08-09T12:08:58.2841532Z 2023-08-09T12:08:58.4380919Z + conda env remove -p 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T12:09:06.6702037Z 2023-08-09T12:09:06.9743550Z Remove all packages in environment C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke: 2023-08-09T12:09:06.9744033Z 2023-08-09T12:09:07.2565651Z ##[group]Run set -euxo pipefail 2023-08-09T12:09:07.2566009Z set -euxo pipefail 2023-08-09T12:09:07.2566285Z source "${BUILD_ENV_FILE}" 2023-08-09T12:09:07.2566624Z ${CONDA_RUN} conda install --yes --quiet anaconda-client 2023-08-09T12:09:07.2567155Z ${CONDA_RUN} anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload "distr/win-64/${PACKAGE_NAME}*.tar.bz2" -u "pytorch-${CHANNEL}" --label main --no-progress --force 2023-08-09T12:09:07.2596386Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T12:09:07.2597362Z env: 2023-08-09T12:09:07.2597611Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T12:09:07.2597905Z PYTHON_VERSION: 3.10 2023-08-09T12:09:07.2598146Z PACKAGE_TYPE: conda 2023-08-09T12:09:07.2598397Z REPOSITORY: pytorch/audio 2023-08-09T12:09:07.2598619Z REF: 2023-08-09T12:09:07.2598820Z CU_VERSION: cu121 2023-08-09T12:09:07.2599043Z CHANNEL: nightly 2023-08-09T12:09:07.2599355Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T12:09:07.2599712Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T12:09:07.2600102Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T12:09:07.2600710Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T12:09:07.2601362Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T12:09:07.2601866Z PACKAGE_NAME: torchaudio 2023-08-09T12:09:07.2602568Z CONDA_PYTORCHBOT_TOKEN: *** 2023-08-09T12:09:07.2602825Z ##[endgroup] 2023-08-09T12:09:07.6060431Z + source 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T12:09:07.6062668Z ++ export BUILD_VERSION=2.1.0.dev20230809 2023-08-09T12:09:07.6063344Z ++ BUILD_VERSION=2.1.0.dev20230809 2023-08-09T12:09:07.6063841Z ++ export CMAKE_USE_CUDA=1 2023-08-09T12:09:07.6064284Z ++ CMAKE_USE_CUDA=1 2023-08-09T12:09:07.6064683Z ++ export CONDA_BUILD_VARIANT=cuda 2023-08-09T12:09:07.6065611Z ++ CONDA_BUILD_VARIANT=cuda 2023-08-09T12:09:07.6066379Z ++ export 'CONDA_CUDATOOLKIT_CONSTRAINT=- pytorch-cuda=12.1 # [not osx]' 2023-08-09T12:09:07.6067167Z ++ CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=12.1 # [not osx]' 2023-08-09T12:09:07.6067913Z ++ export 'CONDA_PYTORCH_BUILD_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T12:09:07.6068689Z ++ CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T12:09:07.6069555Z ++ export 'CONDA_PYTORCH_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T12:09:07.6070404Z ++ CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T12:09:07.6071119Z ++ export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T12:09:07.6071651Z ++ CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T12:09:07.6072355Z ++ export 'CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T12:09:07.6073160Z ++ CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T12:09:07.6074004Z ++ export 'CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T12:09:07.6074830Z ++ CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' 2023-08-09T12:09:07.6075434Z ++ export FORCE_CUDA=1 2023-08-09T12:09:07.6075862Z ++ FORCE_CUDA=1 2023-08-09T12:09:07.6078072Z ++ export 'PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1/bin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Jenkins/Miniconda3/Scripts:/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:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2023-08-09T12:09:07.6086659Z ++ PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1/bin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Jenkins/Miniconda3/Scripts:/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:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2023-08-09T12:09:07.6087820Z ++ export PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T12:09:07.6088370Z ++ PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T12:09:07.6088654Z ++ export PYTORCH_VERSION_SUFFIX= 2023-08-09T12:09:07.6088905Z ++ PYTORCH_VERSION_SUFFIX= 2023-08-09T12:09:07.6089215Z ++ export 'TORCH_CUDA_ARCH_LIST=5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0' 2023-08-09T12:09:07.6089546Z ++ TORCH_CUDA_ARCH_LIST='5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0' 2023-08-09T12:09:07.6089825Z ++ export VERSION_SUFFIX= 2023-08-09T12:09:07.6090044Z ++ VERSION_SUFFIX= 2023-08-09T12:09:07.6090473Z ++ export WHEEL_DIR= 2023-08-09T12:09:07.6090696Z ++ WHEEL_DIR= 2023-08-09T12:09:07.6091105Z + conda run -p 'C:\actions-runner\_work\_temp/conda_environment_5808497225' conda install --yes --quiet anaconda-client 2023-08-09T12:09:29.5475006Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T12:09:29.5475407Z 2023-08-09T12:09:29.5475630Z Solving environment: ...working... done 2023-08-09T12:09:29.5475972Z 2023-08-09T12:09:29.5480056Z 2023-08-09T12:09:29.5480070Z 2023-08-09T12:09:29.5480542Z ## Package Plan ## 2023-08-09T12:09:29.5480818Z 2023-08-09T12:09:29.5480854Z 2023-08-09T12:09:29.5480864Z 2023-08-09T12:09:29.5481206Z environment location: C:\actions-runner\_work\_temp\conda_environment_5808497225 2023-08-09T12:09:29.5481477Z 2023-08-09T12:09:29.5481484Z 2023-08-09T12:09:29.5481490Z 2023-08-09T12:09:29.5481600Z added / updated specs: 2023-08-09T12:09:29.5481760Z 2023-08-09T12:09:29.5481865Z - anaconda-client 2023-08-09T12:09:29.5482033Z 2023-08-09T12:09:29.5482040Z 2023-08-09T12:09:29.5482045Z 2023-08-09T12:09:29.5482050Z 2023-08-09T12:09:29.5482096Z 2023-08-09T12:09:29.5482241Z The following packages will be downloaded: 2023-08-09T12:09:29.5482432Z 2023-08-09T12:09:29.5482437Z 2023-08-09T12:09:29.5482443Z 2023-08-09T12:09:29.5482567Z package | build 2023-08-09T12:09:29.5484504Z 2023-08-09T12:09:29.5484666Z ---------------------------|----------------- 2023-08-09T12:09:29.5484853Z 2023-08-09T12:09:29.5485036Z anaconda-client-1.12.0 | py310haa95532_0 168 KB 2023-08-09T12:09:29.5485248Z 2023-08-09T12:09:29.5485398Z attrs-22.1.0 | py310haa95532_0 85 KB 2023-08-09T12:09:29.5485589Z 2023-08-09T12:09:29.5485716Z clyent-1.2.2 | py310haa95532_1 20 KB 2023-08-09T12:09:29.5485903Z 2023-08-09T12:09:29.5486062Z defusedxml-0.7.1 | pyhd3eb1b0_0 23 KB 2023-08-09T12:09:29.5486261Z 2023-08-09T12:09:29.5486423Z jsonschema-4.17.3 | py310haa95532_0 158 KB 2023-08-09T12:09:29.5486622Z 2023-08-09T12:09:29.5486775Z jupyter_core-5.3.0 | py310haa95532_0 108 KB 2023-08-09T12:09:29.5486965Z 2023-08-09T12:09:29.5487114Z nbformat-5.7.0 | py310haa95532_0 153 KB 2023-08-09T12:09:29.5487304Z 2023-08-09T12:09:29.5487443Z platformdirs-2.5.2 | py310haa95532_0 24 KB 2023-08-09T12:09:29.5487635Z 2023-08-09T12:09:29.5487792Z pyrsistent-0.18.0 | py310h2bbff1b_0 87 KB 2023-08-09T12:09:29.5487995Z 2023-08-09T12:09:29.5488163Z python-dateutil-2.8.2 | pyhd3eb1b0_0 233 KB 2023-08-09T12:09:29.5488374Z 2023-08-09T12:09:29.5488557Z python-fastjsonschema-2.16.2| py310haa95532_0 232 KB 2023-08-09T12:09:29.5488778Z 2023-08-09T12:09:29.5488931Z pywin32-305 | py310h2bbff1b_0 10.7 MB 2023-08-09T12:09:29.5489125Z 2023-08-09T12:09:29.5492011Z requests-toolbelt-1.0.0 | py310haa95532_0 71 KB 2023-08-09T12:09:29.5492260Z 2023-08-09T12:09:29.5492434Z traitlets-5.7.1 | py310haa95532_0 208 KB 2023-08-09T12:09:29.5492637Z 2023-08-09T12:09:29.5492816Z ------------------------------------------------------------ 2023-08-09T12:09:29.5493031Z 2023-08-09T12:09:29.5493163Z Total: 12.2 MB 2023-08-09T12:09:29.5493336Z 2023-08-09T12:09:29.5493342Z 2023-08-09T12:09:29.5493531Z 2023-08-09T12:09:29.5493695Z The following NEW packages will be INSTALLED: 2023-08-09T12:09:29.5493898Z 2023-08-09T12:09:29.5493903Z 2023-08-09T12:09:29.5493909Z 2023-08-09T12:09:29.5494164Z anaconda-client pkgs/main/win-64::anaconda-client-1.12.0-py310haa95532_0 2023-08-09T12:09:29.5494438Z 2023-08-09T12:09:29.5494623Z attrs pkgs/main/win-64::attrs-22.1.0-py310haa95532_0 2023-08-09T12:09:29.5494816Z 2023-08-09T12:09:29.5495010Z clyent pkgs/main/win-64::clyent-1.2.2-py310haa95532_1 2023-08-09T12:09:29.5495231Z 2023-08-09T12:09:29.5495436Z defusedxml pkgs/main/noarch::defusedxml-0.7.1-pyhd3eb1b0_0 2023-08-09T12:09:29.5495676Z 2023-08-09T12:09:29.5497740Z jsonschema pkgs/main/win-64::jsonschema-4.17.3-py310haa95532_0 2023-08-09T12:09:29.5498000Z 2023-08-09T12:09:29.5498208Z jupyter_core pkgs/main/win-64::jupyter_core-5.3.0-py310haa95532_0 2023-08-09T12:09:29.5498446Z 2023-08-09T12:09:29.5498635Z nbformat pkgs/main/win-64::nbformat-5.7.0-py310haa95532_0 2023-08-09T12:09:29.5498871Z 2023-08-09T12:09:29.5499086Z platformdirs pkgs/main/win-64::platformdirs-2.5.2-py310haa95532_0 2023-08-09T12:09:29.5499304Z 2023-08-09T12:09:29.5499510Z pyrsistent pkgs/main/win-64::pyrsistent-0.18.0-py310h2bbff1b_0 2023-08-09T12:09:29.5499750Z 2023-08-09T12:09:29.5499975Z python-dateutil pkgs/main/noarch::python-dateutil-2.8.2-pyhd3eb1b0_0 2023-08-09T12:09:29.5500239Z 2023-08-09T12:09:29.5500497Z python-fastjsonsc~ pkgs/main/win-64::python-fastjsonschema-2.16.2-py310haa95532_0 2023-08-09T12:09:29.5500792Z 2023-08-09T12:09:29.5500975Z pywin32 pkgs/main/win-64::pywin32-305-py310h2bbff1b_0 2023-08-09T12:09:29.5501194Z 2023-08-09T12:09:29.5501430Z requests-toolbelt pkgs/main/win-64::requests-toolbelt-1.0.0-py310haa95532_0 2023-08-09T12:09:29.5501701Z 2023-08-09T12:09:29.5502008Z traitlets pkgs/main/win-64::traitlets-5.7.1-py310haa95532_0 2023-08-09T12:09:29.5504295Z 2023-08-09T12:09:29.5504333Z 2023-08-09T12:09:29.5504339Z 2023-08-09T12:09:29.5504345Z 2023-08-09T12:09:29.5504350Z 2023-08-09T12:09:29.5504534Z Preparing transaction: ...working... done 2023-08-09T12:09:29.5504714Z 2023-08-09T12:09:29.5504854Z Verifying transaction: ...working... done 2023-08-09T12:09:29.5505043Z 2023-08-09T12:09:29.5505181Z Executing transaction: ...working... done 2023-08-09T12:09:29.5505371Z 2023-08-09T12:09:29.5505376Z 2023-08-09T12:09:29.6934188Z + conda run -p 'C:\actions-runner\_work\_temp/conda_environment_5808497225' anaconda -t *** upload 'distr/win-64/torchaudio*.tar.bz2' -u pytorch-nightly --label main --no-progress --force 2023-08-09T12:09:41.8994897Z Using Anaconda API: https://api.anaconda.org 2023-08-09T12:09:41.8995313Z 2023-08-09T12:09:41.8995590Z Using "pytorch-nightly" as upload username 2023-08-09T12:09:41.8998150Z 2023-08-09T12:09:41.8998927Z Processing "distr/win-64\torchaudio-2.1.0.dev20230809-py310_cu121.tar.bz2" 2023-08-09T12:09:41.8999454Z 2023-08-09T12:09:41.8999671Z Detecting file type... 2023-08-09T12:09:41.9000073Z 2023-08-09T12:09:41.9000340Z File type is "Conda" 2023-08-09T12:09:41.9000613Z 2023-08-09T12:09:41.9003955Z Extracting conda attributes for upload 2023-08-09T12:09:41.9004371Z 2023-08-09T12:09:41.9004598Z Creating package "torchaudio" 2023-08-09T12:09:41.9004931Z 2023-08-09T12:09:41.9005166Z Creating release "2.1.0.dev20230809" 2023-08-09T12:09:41.9005490Z 2023-08-09T12:09:41.9006591Z Uploading file "pytorch-nightly/torchaudio/2.1.0.dev20230809/win-64/torchaudio-2.1.0.dev20230809-py310_cu121.tar.bz2" 2023-08-09T12:09:41.9007434Z 2023-08-09T12:09:41.9007972Z [WARNING] Distribution "win-64/torchaudio-2.1.0.dev20230809-py310_cu121.tar.bz2" already exists. Removing. 2023-08-09T12:09:41.9008523Z 2023-08-09T12:09:41.9008535Z 2023-08-09T12:09:41.9008751Z 0%| | 0.00/6.98M [00:00