2023-08-09T16:21:04.9036580Z Requested labels: windows.8xlarge.nvidia.gpu 2023-08-09T16:21:04.9036803Z Job defined at: pytorch/test-infra/.github/workflows/build_conda_windows.yml@refs/heads/main 2023-08-09T16:21:04.9037066Z Reusable workflow chain: 2023-08-09T16:21:04.9037168Z pytorch/audio/.github/workflows/build-conda-windows.yml@refs/heads/nightly (fe9b9ff75edebf1e0e326f64577d64df3b5858db) 2023-08-09T16:21:04.9037252Z -> pytorch/test-infra/.github/workflows/build_conda_windows.yml@refs/heads/main (264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T16:21:04.9037353Z Waiting for a runner to pick up this job... 2023-08-09T16:21:05.0513730Z Job is about to start running on the runner: i-01d1ba14ac8f641b0 (organization) 2023-08-09T16:21:09.3771504Z Current runner version: '2.307.1' 2023-08-09T16:21:09.3781182Z Runner name: 'i-01d1ba14ac8f641b0' 2023-08-09T16:21:09.3781713Z Runner group name: 'Default' 2023-08-09T16:21:09.3782889Z Machine name: 'EC2AMAZ-6LOQP3S' 2023-08-09T16:21:09.3785722Z ##[group]GITHUB_TOKEN Permissions 2023-08-09T16:21:09.3786466Z Actions: write 2023-08-09T16:21:09.3786759Z Checks: write 2023-08-09T16:21:09.3787111Z Contents: write 2023-08-09T16:21:09.3787488Z Deployments: write 2023-08-09T16:21:09.3787833Z Discussions: write 2023-08-09T16:21:09.3788135Z Issues: write 2023-08-09T16:21:09.3788633Z Metadata: read 2023-08-09T16:21:09.3788992Z Packages: write 2023-08-09T16:21:09.3789566Z Pages: write 2023-08-09T16:21:09.3789861Z PullRequests: write 2023-08-09T16:21:09.3790232Z RepositoryProjects: write 2023-08-09T16:21:09.3790608Z SecurityEvents: write 2023-08-09T16:21:09.3790948Z Statuses: write 2023-08-09T16:21:09.3791280Z ##[endgroup] 2023-08-09T16:21:09.3796498Z Secret source: Actions 2023-08-09T16:21:09.3797345Z Prepare workflow directory 2023-08-09T16:21:09.6028075Z Prepare all required actions 2023-08-09T16:21:09.6280103Z Getting action download info 2023-08-09T16:21:09.8488152Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-08-09T16:21:13.8163646Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-08-09T16:21:14.7240568Z Uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@refs/heads/main (264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T16:21:14.7244034Z ##[group] Inputs 2023-08-09T16:21:14.7244452Z runner-type: 2023-08-09T16:21:14.7244877Z conda-package-directory: packaging/torchaudio 2023-08-09T16:21:14.7245221Z repository: pytorch/audio 2023-08-09T16:21:14.7245530Z ref: 2023-08-09T16:21:14.7245868Z test-infra-repository: pytorch/test-infra 2023-08-09T16:21:14.7246231Z test-infra-ref: main 2023-08-09T16:21:14.7255717Z 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-09T16:21:14.7264510Z pre-script: 2023-08-09T16:21:14.7264828Z post-script: 2023-08-09T16:21:14.7265165Z package-name: torchaudio 2023-08-09T16:21:14.7265517Z trigger-event: push 2023-08-09T16:21:14.7265945Z smoke-test-script: test/smoke_test/smoke_test.py 2023-08-09T16:21:14.7266323Z cache-path: 2023-08-09T16:21:14.7266812Z cache-key: 2023-08-09T16:21:14.7267106Z ##[endgroup] 2023-08-09T16:21:14.7268106Z Complete job name: pytorch/audio / conda-py3_10-cuda11_8 2023-08-09T16:21:15.0526968Z ##[group]Run actions/checkout@v3 2023-08-09T16:21:15.0527546Z with: 2023-08-09T16:21:15.0527896Z repository: pytorch/test-infra 2023-08-09T16:21:15.0528174Z ref: main 2023-08-09T16:21:15.0528517Z path: test-infra 2023-08-09T16:21:15.0529211Z token: *** 2023-08-09T16:21:15.0529521Z ssh-strict: true 2023-08-09T16:21:15.0529844Z persist-credentials: true 2023-08-09T16:21:15.0530108Z clean: true 2023-08-09T16:21:15.0530430Z sparse-checkout-cone-mode: true 2023-08-09T16:21:15.0530861Z fetch-depth: 1 2023-08-09T16:21:15.0531411Z lfs: false 2023-08-09T16:21:15.0531745Z submodules: false 2023-08-09T16:21:15.0533398Z set-safe-directory: true 2023-08-09T16:21:15.0533765Z env: 2023-08-09T16:21:15.0534072Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:15.0534482Z PYTHON_VERSION: 3.10 2023-08-09T16:21:15.0534806Z PACKAGE_TYPE: conda 2023-08-09T16:21:15.0535167Z REPOSITORY: pytorch/audio 2023-08-09T16:21:15.0535439Z REF: 2023-08-09T16:21:15.0535840Z CU_VERSION: cu118 2023-08-09T16:21:15.0766514Z ##[endgroup] 2023-08-09T16:21:15.2981035Z Syncing repository: pytorch/test-infra 2023-08-09T16:21:15.2985160Z ##[group]Getting Git version info 2023-08-09T16:21:15.2985603Z Working directory is 'C:\actions-runner\_work\audio\audio\test-infra' 2023-08-09T16:21:15.2997717Z [command]"C:\Program Files\Git\cmd\git.exe" version 2023-08-09T16:21:17.8661344Z git version 2.41.0.windows.1 2023-08-09T16:21:17.8713346Z ##[endgroup] 2023-08-09T16:21:18.1002896Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7f8b9bf1-28ca-48ca-a381-3cfe31a3d299' before making global git config changes 2023-08-09T16:21:18.1003631Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T16:21:18.1017210Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\audio\audio\test-infra 2023-08-09T16:21:18.7120910Z ##[group]Initializing the repository 2023-08-09T16:21:18.7130142Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\audio\audio\test-infra 2023-08-09T16:21:19.1351166Z Initialized empty Git repository in C:/actions-runner/_work/audio/audio/test-infra/.git/ 2023-08-09T16:21:19.1400526Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/test-infra 2023-08-09T16:21:19.3574122Z ##[endgroup] 2023-08-09T16:21:19.3574630Z ##[group]Disabling automatic garbage collection 2023-08-09T16:21:19.3584781Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2023-08-09T16:21:19.3920903Z ##[endgroup] 2023-08-09T16:21:19.3921419Z ##[group]Setting up auth 2023-08-09T16:21:19.3938263Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2023-08-09T16:21:19.4280819Z [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-09T16:21:28.9183783Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T16:21:28.9522042Z [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-09T16:21:29.4473743Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2023-08-09T16:21:29.4821624Z ##[endgroup] 2023-08-09T16:21:29.4822389Z ##[group]Fetching the repository 2023-08-09T16:21:29.4843496Z [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-09T16:21:35.6034787Z remote: Enumerating objects: 1076, done. 2023-08-09T16:21:35.6035413Z remote: Counting objects: 0% (1/1076) 2023-08-09T16:21:35.6035735Z remote: Counting objects: 1% (11/1076) 2023-08-09T16:21:35.6036024Z remote: Counting objects: 2% (22/1076) 2023-08-09T16:21:35.6036328Z remote: Counting objects: 3% (33/1076) 2023-08-09T16:21:35.6036633Z remote: Counting objects: 4% (44/1076) 2023-08-09T16:21:35.6036937Z remote: Counting objects: 5% (54/1076) 2023-08-09T16:21:35.6037248Z remote: Counting objects: 6% (65/1076) 2023-08-09T16:21:35.6037553Z remote: Counting objects: 7% (76/1076) 2023-08-09T16:21:35.6038101Z remote: Counting objects: 8% (87/1076) 2023-08-09T16:21:35.6038400Z remote: Counting objects: 9% (97/1076) 2023-08-09T16:21:35.6038683Z remote: Counting objects: 10% (108/1076) 2023-08-09T16:21:35.6038995Z remote: Counting objects: 11% (119/1076) 2023-08-09T16:21:35.6039309Z remote: Counting objects: 12% (130/1076) 2023-08-09T16:21:35.6039615Z remote: Counting objects: 13% (140/1076) 2023-08-09T16:21:35.6039895Z remote: Counting objects: 14% (151/1076) 2023-08-09T16:21:35.6040193Z remote: Counting objects: 15% (162/1076) 2023-08-09T16:21:35.6040491Z remote: Counting objects: 16% (173/1076) 2023-08-09T16:21:35.6040788Z remote: Counting objects: 17% (183/1076) 2023-08-09T16:21:35.6041062Z remote: Counting objects: 18% (194/1076) 2023-08-09T16:21:35.6041364Z remote: Counting objects: 19% (205/1076) 2023-08-09T16:21:35.6041661Z remote: Counting objects: 20% (216/1076) 2023-08-09T16:21:35.6041963Z remote: Counting objects: 21% (226/1076) 2023-08-09T16:21:35.6042238Z remote: Counting objects: 22% (237/1076) 2023-08-09T16:21:35.6042536Z remote: Counting objects: 23% (248/1076) 2023-08-09T16:21:35.6042832Z remote: Counting objects: 24% (259/1076) 2023-08-09T16:21:35.6043134Z remote: Counting objects: 25% (269/1076) 2023-08-09T16:21:35.6043430Z remote: Counting objects: 26% (280/1076) 2023-08-09T16:21:35.6043701Z remote: Counting objects: 27% (291/1076) 2023-08-09T16:21:35.6043996Z remote: Counting objects: 28% (302/1076) 2023-08-09T16:21:35.6044287Z remote: Counting objects: 29% (313/1076) 2023-08-09T16:21:35.6044579Z remote: Counting objects: 30% (323/1076) 2023-08-09T16:21:35.6044852Z remote: Counting objects: 31% (334/1076) 2023-08-09T16:21:35.6045167Z remote: Counting objects: 32% (345/1076) 2023-08-09T16:21:35.6045517Z remote: Counting objects: 33% (356/1076) 2023-08-09T16:21:35.6045824Z remote: Counting objects: 34% (366/1076) 2023-08-09T16:21:35.6046098Z remote: Counting objects: 35% (377/1076) 2023-08-09T16:21:35.6046392Z remote: Counting objects: 36% (388/1076) 2023-08-09T16:21:35.6046687Z remote: Counting objects: 37% (399/1076) 2023-08-09T16:21:35.6046992Z remote: Counting objects: 38% (409/1076) 2023-08-09T16:21:35.6047287Z remote: Counting objects: 39% (420/1076) 2023-08-09T16:21:35.6047562Z remote: Counting objects: 40% (431/1076) 2023-08-09T16:21:35.6047861Z remote: Counting objects: 41% (442/1076) 2023-08-09T16:21:35.6048159Z remote: Counting objects: 42% (452/1076) 2023-08-09T16:21:35.6048452Z remote: Counting objects: 43% (463/1076) 2023-08-09T16:21:35.6048723Z remote: Counting objects: 44% (474/1076) 2023-08-09T16:21:35.6049017Z remote: Counting objects: 45% (485/1076) 2023-08-09T16:21:35.6049316Z remote: Counting objects: 46% (495/1076) 2023-08-09T16:21:35.6049609Z remote: Counting objects: 47% (506/1076) 2023-08-09T16:21:35.6049887Z remote: Counting objects: 48% (517/1076) 2023-08-09T16:21:35.6050188Z remote: Counting objects: 49% (528/1076) 2023-08-09T16:21:35.6051190Z remote: Counting objects: 50% (538/1076) 2023-08-09T16:21:35.6051545Z remote: Counting objects: 51% (549/1076) 2023-08-09T16:21:35.6051820Z remote: Counting objects: 52% (560/1076) 2023-08-09T16:21:35.6052123Z remote: Counting objects: 53% (571/1076) 2023-08-09T16:21:35.6052425Z remote: Counting objects: 54% (582/1076) 2023-08-09T16:21:35.6052725Z remote: Counting objects: 55% (592/1076) 2023-08-09T16:21:35.6053029Z remote: Counting objects: 56% (603/1076) 2023-08-09T16:21:35.6053308Z remote: Counting objects: 57% (614/1076) 2023-08-09T16:21:35.6053604Z remote: Counting objects: 58% (625/1076) 2023-08-09T16:21:35.6054049Z remote: Counting objects: 59% (635/1076) 2023-08-09T16:21:35.6054350Z remote: Counting objects: 60% (646/1076) 2023-08-09T16:21:35.6054628Z remote: Counting objects: 61% (657/1076) 2023-08-09T16:21:35.6054931Z remote: Counting objects: 62% (668/1076) 2023-08-09T16:21:35.6055242Z remote: Counting objects: 63% (678/1076) 2023-08-09T16:21:35.6055541Z remote: Counting objects: 64% (689/1076) 2023-08-09T16:21:35.6055817Z remote: Counting objects: 65% (700/1076) 2023-08-09T16:21:35.6056120Z remote: Counting objects: 66% (711/1076) 2023-08-09T16:21:35.6056418Z remote: Counting objects: 67% (721/1076) 2023-08-09T16:21:35.6056718Z remote: Counting objects: 68% (732/1076) 2023-08-09T16:21:35.6056995Z remote: Counting objects: 69% (743/1076) 2023-08-09T16:21:35.6057299Z remote: Counting objects: 70% (754/1076) 2023-08-09T16:21:35.6057602Z remote: Counting objects: 71% (764/1076) 2023-08-09T16:21:35.6057914Z remote: Counting objects: 72% (775/1076) 2023-08-09T16:21:35.6058188Z remote: Counting objects: 73% (786/1076) 2023-08-09T16:21:35.6058698Z remote: Counting objects: 74% (797/1076) 2023-08-09T16:21:35.6059007Z remote: Counting objects: 75% (807/1076) 2023-08-09T16:21:35.6059433Z remote: Counting objects: 76% (818/1076) 2023-08-09T16:21:35.6059829Z remote: Counting objects: 77% (829/1076) 2023-08-09T16:21:35.6060126Z remote: Counting objects: 78% (840/1076) 2023-08-09T16:21:35.6060429Z remote: Counting objects: 79% (851/1076) 2023-08-09T16:21:35.6060726Z remote: Counting objects: 80% (861/1076) 2023-08-09T16:21:35.6061001Z remote: Counting objects: 81% (872/1076) 2023-08-09T16:21:35.6061302Z remote: Counting objects: 82% (883/1076) 2023-08-09T16:21:35.6061602Z remote: Counting objects: 83% (894/1076) 2023-08-09T16:21:35.6061899Z remote: Counting objects: 84% (904/1076) 2023-08-09T16:21:35.6062180Z remote: Counting objects: 85% (915/1076) 2023-08-09T16:21:35.6062481Z remote: Counting objects: 86% (926/1076) 2023-08-09T16:21:35.6062778Z remote: Counting objects: 87% (937/1076) 2023-08-09T16:21:35.6063077Z remote: Counting objects: 88% (947/1076) 2023-08-09T16:21:35.6063382Z remote: Counting objects: 89% (958/1076) 2023-08-09T16:21:35.6063657Z remote: Counting objects: 90% (969/1076) 2023-08-09T16:21:35.6063954Z remote: Counting objects: 91% (980/1076) 2023-08-09T16:21:35.6064258Z remote: Counting objects: 92% (990/1076) 2023-08-09T16:21:35.6064563Z remote: Counting objects: 93% (1001/1076) 2023-08-09T16:21:35.6064850Z remote: Counting objects: 94% (1012/1076) 2023-08-09T16:21:35.6065161Z remote: Counting objects: 95% (1023/1076) 2023-08-09T16:21:35.6065484Z remote: Counting objects: 96% (1033/1076) 2023-08-09T16:21:35.6065799Z remote: Counting objects: 97% (1044/1076) 2023-08-09T16:21:35.6066114Z remote: Counting objects: 98% (1055/1076) 2023-08-09T16:21:35.6066393Z remote: Counting objects: 99% (1066/1076) 2023-08-09T16:21:35.6066703Z remote: Counting objects: 100% (1076/1076) 2023-08-09T16:21:35.6067154Z remote: Counting objects: 100% (1076/1076), done. 2023-08-09T16:21:35.6067514Z remote: Compressing objects: 0% (1/864) 2023-08-09T16:21:35.6067811Z remote: Compressing objects: 1% (9/864) 2023-08-09T16:21:35.6068132Z remote: Compressing objects: 2% (18/864) 2023-08-09T16:21:35.6068465Z remote: Compressing objects: 3% (26/864) 2023-08-09T16:21:35.6076738Z remote: Compressing objects: 4% (35/864) 2023-08-09T16:21:35.6077066Z remote: Compressing objects: 5% (44/864) 2023-08-09T16:21:35.6115325Z remote: Compressing objects: 6% (52/864) 2023-08-09T16:21:35.6148398Z remote: Compressing objects: 7% (61/864) 2023-08-09T16:21:35.6149610Z remote: Compressing objects: 8% (70/864) 2023-08-09T16:21:35.6149935Z remote: Compressing objects: 9% (78/864) 2023-08-09T16:21:35.6176753Z remote: Compressing objects: 10% (87/864) 2023-08-09T16:21:35.6177095Z remote: Compressing objects: 11% (96/864) 2023-08-09T16:21:35.6223348Z remote: Compressing objects: 12% (104/864) 2023-08-09T16:21:35.6223725Z remote: Compressing objects: 13% (113/864) 2023-08-09T16:21:35.6267198Z remote: Compressing objects: 14% (121/864) 2023-08-09T16:21:35.6300392Z remote: Compressing objects: 15% (130/864) 2023-08-09T16:21:35.6300849Z remote: Compressing objects: 16% (139/864) 2023-08-09T16:21:35.6301201Z remote: Compressing objects: 17% (147/864) 2023-08-09T16:21:35.6301533Z remote: Compressing objects: 18% (156/864) 2023-08-09T16:21:35.6301860Z remote: Compressing objects: 19% (165/864) 2023-08-09T16:21:35.6303976Z remote: Compressing objects: 20% (173/864) 2023-08-09T16:21:35.6337693Z remote: Compressing objects: 21% (182/864) 2023-08-09T16:21:35.6338031Z remote: Compressing objects: 22% (191/864) 2023-08-09T16:21:35.6372777Z remote: Compressing objects: 23% (199/864) 2023-08-09T16:21:35.6373204Z remote: Compressing objects: 24% (208/864) 2023-08-09T16:21:35.6373667Z remote: Compressing objects: 25% (216/864) 2023-08-09T16:21:35.6374000Z remote: Compressing objects: 26% (225/864) 2023-08-09T16:21:35.6374556Z remote: Compressing objects: 27% (234/864) 2023-08-09T16:21:35.6448086Z remote: Compressing objects: 28% (242/864) 2023-08-09T16:21:35.7258924Z remote: Compressing objects: 29% (251/864) 2023-08-09T16:21:35.7259345Z remote: Compressing objects: 30% (260/864) 2023-08-09T16:21:35.7259949Z remote: Compressing objects: 31% (268/864) 2023-08-09T16:21:35.7260451Z remote: Compressing objects: 32% (277/864) 2023-08-09T16:21:35.7260793Z remote: Compressing objects: 33% (286/864) 2023-08-09T16:21:35.7261121Z remote: Compressing objects: 34% (294/864) 2023-08-09T16:21:35.7261446Z remote: Compressing objects: 35% (303/864) 2023-08-09T16:21:35.7261767Z remote: Compressing objects: 36% (312/864) 2023-08-09T16:21:35.7262073Z remote: Compressing objects: 37% (320/864) 2023-08-09T16:21:35.7262395Z remote: Compressing objects: 38% (329/864) 2023-08-09T16:21:35.7262718Z remote: Compressing objects: 39% (337/864) 2023-08-09T16:21:35.7263033Z remote: Compressing objects: 40% (346/864) 2023-08-09T16:21:35.7263327Z remote: Compressing objects: 41% (355/864) 2023-08-09T16:21:35.7263648Z remote: Compressing objects: 42% (363/864) 2023-08-09T16:21:35.7263966Z remote: Compressing objects: 43% (372/864) 2023-08-09T16:21:35.7264280Z remote: Compressing objects: 44% (381/864) 2023-08-09T16:21:35.7264572Z remote: Compressing objects: 45% (389/864) 2023-08-09T16:21:35.7264895Z remote: Compressing objects: 46% (398/864) 2023-08-09T16:21:35.7265213Z remote: Compressing objects: 47% (407/864) 2023-08-09T16:21:35.7265529Z remote: Compressing objects: 48% (415/864) 2023-08-09T16:21:35.7265816Z remote: Compressing objects: 49% (424/864) 2023-08-09T16:21:35.7266424Z remote: Compressing objects: 50% (432/864) 2023-08-09T16:21:35.7266826Z remote: Compressing objects: 51% (441/864) 2023-08-09T16:21:35.7267264Z remote: Compressing objects: 52% (450/864) 2023-08-09T16:21:35.7267677Z remote: Compressing objects: 53% (458/864) 2023-08-09T16:21:35.7267997Z remote: Compressing objects: 54% (467/864) 2023-08-09T16:21:35.7268314Z remote: Compressing objects: 55% (476/864) 2023-08-09T16:21:35.7268629Z remote: Compressing objects: 56% (484/864) 2023-08-09T16:21:35.7268945Z remote: Compressing objects: 57% (493/864) 2023-08-09T16:21:35.7269435Z remote: Compressing objects: 58% (502/864) 2023-08-09T16:21:35.7269754Z remote: Compressing objects: 59% (510/864) 2023-08-09T16:21:35.7270076Z remote: Compressing objects: 60% (519/864) 2023-08-09T16:21:35.7270394Z remote: Compressing objects: 61% (528/864) 2023-08-09T16:21:35.7270694Z remote: Compressing objects: 62% (536/864) 2023-08-09T16:21:35.7271012Z remote: Compressing objects: 63% (545/864) 2023-08-09T16:21:35.7271323Z remote: Compressing objects: 64% (553/864) 2023-08-09T16:21:35.7271637Z remote: Compressing objects: 65% (562/864) 2023-08-09T16:21:35.7272031Z remote: Compressing objects: 66% (571/864) 2023-08-09T16:21:35.7272441Z remote: Compressing objects: 67% (579/864) 2023-08-09T16:21:35.7272880Z remote: Compressing objects: 68% (588/864) 2023-08-09T16:21:35.7273198Z remote: Compressing objects: 69% (597/864) 2023-08-09T16:21:35.7273516Z remote: Compressing objects: 70% (605/864) 2023-08-09T16:21:35.7273814Z remote: Compressing objects: 71% (614/864) 2023-08-09T16:21:35.7274128Z remote: Compressing objects: 72% (623/864) 2023-08-09T16:21:35.7274445Z remote: Compressing objects: 73% (631/864) 2023-08-09T16:21:35.7274758Z remote: Compressing objects: 74% (640/864) 2023-08-09T16:21:35.7275054Z remote: Compressing objects: 75% (648/864) 2023-08-09T16:21:35.7275368Z remote: Compressing objects: 76% (657/864) 2023-08-09T16:21:35.7275687Z remote: Compressing objects: 77% (666/864) 2023-08-09T16:21:35.7276002Z remote: Compressing objects: 78% (674/864) 2023-08-09T16:21:35.7276292Z remote: Compressing objects: 79% (683/864) 2023-08-09T16:21:35.7276605Z remote: Compressing objects: 80% (692/864) 2023-08-09T16:21:35.7276920Z remote: Compressing objects: 81% (700/864) 2023-08-09T16:21:35.7277231Z remote: Compressing objects: 82% (709/864) 2023-08-09T16:21:35.7277528Z remote: Compressing objects: 83% (718/864) 2023-08-09T16:21:35.7277845Z remote: Compressing objects: 84% (726/864) 2023-08-09T16:21:35.7278160Z remote: Compressing objects: 85% (735/864) 2023-08-09T16:21:35.7278476Z remote: Compressing objects: 86% (744/864) 2023-08-09T16:21:35.7278774Z remote: Compressing objects: 87% (752/864) 2023-08-09T16:21:35.7279091Z remote: Compressing objects: 88% (761/864) 2023-08-09T16:21:35.7279406Z remote: Compressing objects: 89% (769/864) 2023-08-09T16:21:35.7279721Z remote: Compressing objects: 90% (778/864) 2023-08-09T16:21:35.7280130Z remote: Compressing objects: 91% (787/864) 2023-08-09T16:21:35.7280530Z remote: Compressing objects: 92% (795/864) 2023-08-09T16:21:35.7280853Z remote: Compressing objects: 93% (804/864) 2023-08-09T16:21:35.7281173Z remote: Compressing objects: 94% (813/864) 2023-08-09T16:21:35.7281491Z remote: Compressing objects: 95% (821/864) 2023-08-09T16:21:35.7281787Z remote: Compressing objects: 96% (830/864) 2023-08-09T16:21:35.7282103Z remote: Compressing objects: 97% (839/864) 2023-08-09T16:21:35.7282419Z remote: Compressing objects: 98% (847/864) 2023-08-09T16:21:35.7282734Z remote: Compressing objects: 99% (856/864) 2023-08-09T16:21:35.7284213Z remote: Compressing objects: 100% (864/864) 2023-08-09T16:21:35.7284628Z remote: Compressing objects: 100% (864/864), done. 2023-08-09T16:21:36.2345938Z Receiving objects: 0% (1/1076) 2023-08-09T16:21:36.2352360Z Receiving objects: 1% (11/1076) 2023-08-09T16:21:36.2359259Z Receiving objects: 2% (22/1076) 2023-08-09T16:21:36.2474882Z Receiving objects: 3% (33/1076) 2023-08-09T16:21:36.2477264Z Receiving objects: 4% (44/1076) 2023-08-09T16:21:36.2487100Z Receiving objects: 5% (54/1076) 2023-08-09T16:21:36.2495239Z Receiving objects: 6% (65/1076) 2023-08-09T16:21:36.2500211Z Receiving objects: 7% (76/1076) 2023-08-09T16:21:36.2504952Z Receiving objects: 8% (87/1076) 2023-08-09T16:21:36.2508603Z Receiving objects: 9% (97/1076) 2023-08-09T16:21:36.2511412Z Receiving objects: 10% (108/1076) 2023-08-09T16:21:36.2514034Z Receiving objects: 11% (119/1076) 2023-08-09T16:21:36.2517509Z Receiving objects: 12% (130/1076) 2023-08-09T16:21:36.2523682Z Receiving objects: 13% (140/1076) 2023-08-09T16:21:36.2526042Z Receiving objects: 14% (151/1076) 2023-08-09T16:21:36.2531269Z Receiving objects: 15% (162/1076) 2023-08-09T16:21:36.2534832Z Receiving objects: 16% (173/1076) 2023-08-09T16:21:36.2542888Z Receiving objects: 17% (183/1076) 2023-08-09T16:21:36.2554287Z Receiving objects: 18% (194/1076) 2023-08-09T16:21:36.2559659Z Receiving objects: 19% (205/1076) 2023-08-09T16:21:36.2564292Z Receiving objects: 20% (216/1076) 2023-08-09T16:21:36.2568238Z Receiving objects: 21% (226/1076) 2023-08-09T16:21:36.2598552Z Receiving objects: 22% (237/1076) 2023-08-09T16:21:36.2610317Z Receiving objects: 23% (248/1076) 2023-08-09T16:21:36.2613347Z Receiving objects: 24% (259/1076) 2023-08-09T16:21:36.2614821Z Receiving objects: 25% (269/1076) 2023-08-09T16:21:36.2621201Z Receiving objects: 26% (280/1076) 2023-08-09T16:21:36.2625149Z Receiving objects: 27% (291/1076) 2023-08-09T16:21:36.2629469Z Receiving objects: 28% (302/1076) 2023-08-09T16:21:36.2631874Z Receiving objects: 29% (313/1076) 2023-08-09T16:21:36.2635641Z Receiving objects: 30% (323/1076) 2023-08-09T16:21:36.2645251Z Receiving objects: 31% (334/1076) 2023-08-09T16:21:36.2666154Z Receiving objects: 32% (345/1076) 2023-08-09T16:21:36.2675186Z Receiving objects: 33% (356/1076) 2023-08-09T16:21:36.2706798Z Receiving objects: 34% (366/1076) 2023-08-09T16:21:36.2709479Z Receiving objects: 35% (377/1076) 2023-08-09T16:21:36.2711764Z Receiving objects: 36% (388/1076) 2023-08-09T16:21:36.2718384Z Receiving objects: 37% (399/1076) 2023-08-09T16:21:36.2719727Z Receiving objects: 38% (409/1076) 2023-08-09T16:21:36.2723883Z Receiving objects: 39% (420/1076) 2023-08-09T16:21:36.2736169Z Receiving objects: 40% (431/1076) 2023-08-09T16:21:36.2742405Z Receiving objects: 41% (442/1076) 2023-08-09T16:21:36.2747746Z Receiving objects: 42% (452/1076) 2023-08-09T16:21:36.2755751Z Receiving objects: 43% (463/1076) 2023-08-09T16:21:36.2762089Z Receiving objects: 44% (474/1076) 2023-08-09T16:21:36.2769973Z Receiving objects: 45% (485/1076) 2023-08-09T16:21:36.2772298Z Receiving objects: 46% (495/1076) 2023-08-09T16:21:36.2776974Z Receiving objects: 47% (506/1076) 2023-08-09T16:21:36.2782213Z Receiving objects: 48% (517/1076) 2023-08-09T16:21:36.2784080Z Receiving objects: 49% (528/1076) 2023-08-09T16:21:36.2787798Z Receiving objects: 50% (538/1076) 2023-08-09T16:21:36.2789651Z Receiving objects: 51% (549/1076) 2023-08-09T16:21:36.2791374Z Receiving objects: 52% (560/1076) 2023-08-09T16:21:36.2792847Z Receiving objects: 53% (571/1076) 2023-08-09T16:21:36.2793733Z Receiving objects: 54% (582/1076) 2023-08-09T16:21:36.2798240Z Receiving objects: 55% (592/1076) 2023-08-09T16:21:36.2802480Z Receiving objects: 56% (603/1076) 2023-08-09T16:21:36.2806259Z Receiving objects: 57% (614/1076) 2023-08-09T16:21:36.2811670Z Receiving objects: 58% (625/1076) 2023-08-09T16:21:36.2816053Z Receiving objects: 59% (635/1076) 2023-08-09T16:21:36.2819401Z Receiving objects: 60% (646/1076) 2023-08-09T16:21:36.2830095Z Receiving objects: 61% (657/1076) 2023-08-09T16:21:36.2837763Z Receiving objects: 62% (668/1076) 2023-08-09T16:21:36.2889340Z Receiving objects: 63% (678/1076) 2023-08-09T16:21:36.2895172Z Receiving objects: 64% (689/1076) 2023-08-09T16:21:36.2899681Z Receiving objects: 65% (700/1076) 2023-08-09T16:21:36.3007630Z Receiving objects: 66% (711/1076) 2023-08-09T16:21:36.3012032Z Receiving objects: 67% (721/1076) 2023-08-09T16:21:36.3015728Z Receiving objects: 68% (732/1076) 2023-08-09T16:21:36.3019788Z Receiving objects: 69% (743/1076) 2023-08-09T16:21:36.3021381Z Receiving objects: 70% (754/1076) 2023-08-09T16:21:36.3023410Z Receiving objects: 71% (764/1076) 2023-08-09T16:21:36.3034780Z Receiving objects: 72% (775/1076) 2023-08-09T16:21:36.3041230Z Receiving objects: 73% (786/1076) 2023-08-09T16:21:36.3047870Z Receiving objects: 74% (797/1076) 2023-08-09T16:21:36.3052113Z Receiving objects: 75% (807/1076) 2023-08-09T16:21:36.3055490Z Receiving objects: 76% (818/1076) 2023-08-09T16:21:36.3059287Z Receiving objects: 77% (829/1076) 2023-08-09T16:21:36.3062783Z Receiving objects: 78% (840/1076) 2023-08-09T16:21:36.3066542Z Receiving objects: 79% (851/1076) 2023-08-09T16:21:36.3067275Z Receiving objects: 80% (861/1076) 2023-08-09T16:21:36.3068400Z Receiving objects: 81% (872/1076) 2023-08-09T16:21:36.3068694Z Receiving objects: 82% (883/1076) 2023-08-09T16:21:36.3070669Z Receiving objects: 83% (894/1076) 2023-08-09T16:21:36.3073756Z Receiving objects: 84% (904/1076) 2023-08-09T16:21:36.3075632Z Receiving objects: 85% (915/1076) 2023-08-09T16:21:36.3078600Z Receiving objects: 86% (926/1076) 2023-08-09T16:21:36.3079800Z Receiving objects: 87% (937/1076) 2023-08-09T16:21:36.3080709Z Receiving objects: 88% (947/1076) 2023-08-09T16:21:36.3081100Z Receiving objects: 89% (958/1076) 2023-08-09T16:21:36.3083206Z Receiving objects: 90% (969/1076) 2023-08-09T16:21:36.3084787Z Receiving objects: 91% (980/1076) 2023-08-09T16:21:36.3087995Z Receiving objects: 92% (990/1076) 2023-08-09T16:21:36.3089012Z Receiving objects: 93% (1001/1076) 2023-08-09T16:21:36.3099284Z Receiving objects: 94% (1012/1076) 2023-08-09T16:21:36.3105881Z Receiving objects: 95% (1023/1076) 2023-08-09T16:21:36.3115345Z Receiving objects: 96% (1033/1076) 2023-08-09T16:21:36.3129151Z Receiving objects: 97% (1044/1076) 2023-08-09T16:21:36.3136583Z Receiving objects: 98% (1055/1076) 2023-08-09T16:21:36.3187762Z Receiving objects: 99% (1066/1076) 2023-08-09T16:21:36.3188432Z remote: Total 1076 (delta 184), reused 637 (delta 101), pack-reused 0 2023-08-09T16:21:36.3190533Z Receiving objects: 100% (1076/1076) 2023-08-09T16:21:36.3190925Z Receiving objects: 100% (1076/1076), 1.50 MiB | 3.59 MiB/s, done. 2023-08-09T16:21:36.3201353Z Resolving deltas: 0% (0/184) 2023-08-09T16:21:36.3202038Z Resolving deltas: 1% (3/184) 2023-08-09T16:21:36.3204410Z Resolving deltas: 2% (4/184) 2023-08-09T16:21:36.3205595Z Resolving deltas: 3% (7/184) 2023-08-09T16:21:36.3206569Z Resolving deltas: 4% (8/184) 2023-08-09T16:21:36.3207321Z Resolving deltas: 5% (11/184) 2023-08-09T16:21:36.3208673Z Resolving deltas: 6% (12/184) 2023-08-09T16:21:36.3209416Z Resolving deltas: 7% (13/184) 2023-08-09T16:21:36.3210109Z Resolving deltas: 8% (15/184) 2023-08-09T16:21:36.3210783Z Resolving deltas: 9% (18/184) 2023-08-09T16:21:36.3211314Z Resolving deltas: 10% (19/184) 2023-08-09T16:21:36.3211936Z Resolving deltas: 11% (21/184) 2023-08-09T16:21:36.3212585Z Resolving deltas: 12% (23/184) 2023-08-09T16:21:36.3213180Z Resolving deltas: 13% (24/184) 2023-08-09T16:21:36.3213663Z Resolving deltas: 14% (26/184) 2023-08-09T16:21:36.3213905Z Resolving deltas: 15% (29/184) 2023-08-09T16:21:36.3214170Z Resolving deltas: 16% (30/184) 2023-08-09T16:21:36.3214467Z Resolving deltas: 17% (32/184) 2023-08-09T16:21:36.3215186Z Resolving deltas: 18% (34/184) 2023-08-09T16:21:36.3215998Z Resolving deltas: 19% (35/184) 2023-08-09T16:21:36.3221578Z Resolving deltas: 20% (37/184) 2023-08-09T16:21:36.3222160Z Resolving deltas: 21% (39/184) 2023-08-09T16:21:36.3222682Z Resolving deltas: 22% (41/184) 2023-08-09T16:21:36.3223335Z Resolving deltas: 23% (43/184) 2023-08-09T16:21:36.3223686Z Resolving deltas: 24% (45/184) 2023-08-09T16:21:36.3223965Z Resolving deltas: 25% (46/184) 2023-08-09T16:21:36.3240621Z Resolving deltas: 26% (48/184) 2023-08-09T16:21:36.3242897Z Resolving deltas: 27% (50/184) 2023-08-09T16:21:36.3247198Z Resolving deltas: 28% (52/184) 2023-08-09T16:21:36.3247995Z Resolving deltas: 29% (54/184) 2023-08-09T16:21:36.3248994Z Resolving deltas: 30% (56/184) 2023-08-09T16:21:36.3251310Z Resolving deltas: 31% (58/184) 2023-08-09T16:21:36.3251919Z Resolving deltas: 32% (59/184) 2023-08-09T16:21:36.3252995Z Resolving deltas: 33% (61/184) 2023-08-09T16:21:36.3255526Z Resolving deltas: 34% (63/184) 2023-08-09T16:21:36.3258101Z Resolving deltas: 35% (65/184) 2023-08-09T16:21:36.3260184Z Resolving deltas: 36% (68/184) 2023-08-09T16:21:36.3260770Z Resolving deltas: 37% (69/184) 2023-08-09T16:21:36.3261482Z Resolving deltas: 38% (70/184) 2023-08-09T16:21:36.3262214Z Resolving deltas: 39% (73/184) 2023-08-09T16:21:36.3262730Z Resolving deltas: 40% (74/184) 2023-08-09T16:21:36.3263548Z Resolving deltas: 41% (76/184) 2023-08-09T16:21:36.3264076Z Resolving deltas: 42% (78/184) 2023-08-09T16:21:36.3265404Z Resolving deltas: 43% (80/184) 2023-08-09T16:21:36.3265944Z Resolving deltas: 44% (81/184) 2023-08-09T16:21:36.3266440Z Resolving deltas: 45% (83/184) 2023-08-09T16:21:36.3267206Z Resolving deltas: 46% (85/184) 2023-08-09T16:21:36.3267758Z Resolving deltas: 47% (87/184) 2023-08-09T16:21:36.3268284Z Resolving deltas: 48% (89/184) 2023-08-09T16:21:36.3268765Z Resolving deltas: 49% (91/184) 2023-08-09T16:21:36.3269104Z Resolving deltas: 50% (92/184) 2023-08-09T16:21:36.3269551Z Resolving deltas: 51% (95/184) 2023-08-09T16:21:36.3270070Z Resolving deltas: 52% (97/184) 2023-08-09T16:21:36.3270565Z Resolving deltas: 53% (98/184) 2023-08-09T16:21:36.3271280Z Resolving deltas: 54% (100/184) 2023-08-09T16:21:36.3271869Z Resolving deltas: 55% (102/184) 2023-08-09T16:21:36.3272384Z Resolving deltas: 57% (105/184) 2023-08-09T16:21:36.3272687Z Resolving deltas: 58% (107/184) 2023-08-09T16:21:36.3272995Z Resolving deltas: 59% (110/184) 2023-08-09T16:21:36.3273443Z Resolving deltas: 60% (111/184) 2023-08-09T16:21:36.3273718Z Resolving deltas: 61% (113/184) 2023-08-09T16:21:36.3274061Z Resolving deltas: 63% (116/184) 2023-08-09T16:21:36.3274454Z Resolving deltas: 64% (118/184) 2023-08-09T16:21:36.3274725Z Resolving deltas: 65% (120/184) 2023-08-09T16:21:36.3275183Z Resolving deltas: 66% (122/184) 2023-08-09T16:21:36.3275470Z Resolving deltas: 67% (124/184) 2023-08-09T16:21:36.3275736Z Resolving deltas: 68% (126/184) 2023-08-09T16:21:36.3276124Z Resolving deltas: 69% (128/184) 2023-08-09T16:21:36.3276525Z Resolving deltas: 70% (129/184) 2023-08-09T16:21:36.3276778Z Resolving deltas: 71% (131/184) 2023-08-09T16:21:36.3277230Z Resolving deltas: 72% (133/184) 2023-08-09T16:21:36.3277643Z Resolving deltas: 73% (135/184) 2023-08-09T16:21:36.3278030Z Resolving deltas: 74% (137/184) 2023-08-09T16:21:36.3278274Z Resolving deltas: 75% (139/184) 2023-08-09T16:21:36.3278537Z Resolving deltas: 76% (141/184) 2023-08-09T16:21:36.3278801Z Resolving deltas: 77% (142/184) 2023-08-09T16:21:36.3279114Z Resolving deltas: 78% (144/184) 2023-08-09T16:21:36.3279477Z Resolving deltas: 79% (147/184) 2023-08-09T16:21:36.3279744Z Resolving deltas: 80% (148/184) 2023-08-09T16:21:36.3280011Z Resolving deltas: 81% (150/184) 2023-08-09T16:21:36.3280289Z Resolving deltas: 82% (151/184) 2023-08-09T16:21:36.3280530Z Resolving deltas: 83% (153/184) 2023-08-09T16:21:36.3280795Z Resolving deltas: 84% (155/184) 2023-08-09T16:21:36.3281061Z Resolving deltas: 85% (157/184) 2023-08-09T16:21:36.3281329Z Resolving deltas: 86% (159/184) 2023-08-09T16:21:36.3281793Z Resolving deltas: 87% (161/184) 2023-08-09T16:21:36.3282086Z Resolving deltas: 88% (163/184) 2023-08-09T16:21:36.3282349Z Resolving deltas: 89% (164/184) 2023-08-09T16:21:36.3282620Z Resolving deltas: 90% (166/184) 2023-08-09T16:21:36.3283074Z Resolving deltas: 91% (168/184) 2023-08-09T16:21:36.3285841Z Resolving deltas: 92% (170/184) 2023-08-09T16:21:36.3286784Z Resolving deltas: 93% (172/184) 2023-08-09T16:21:36.3287555Z Resolving deltas: 94% (174/184) 2023-08-09T16:21:36.3290645Z Resolving deltas: 95% (175/184) 2023-08-09T16:21:36.3291467Z Resolving deltas: 96% (178/184) 2023-08-09T16:21:36.3292668Z Resolving deltas: 97% (179/184) 2023-08-09T16:21:36.3294610Z Resolving deltas: 98% (181/184) 2023-08-09T16:21:36.3295036Z Resolving deltas: 99% (183/184) 2023-08-09T16:21:36.3298313Z Resolving deltas: 100% (184/184) 2023-08-09T16:21:36.3298658Z Resolving deltas: 100% (184/184), done. 2023-08-09T16:21:40.4399586Z From https://github.com/pytorch/test-infra 2023-08-09T16:21:40.4400022Z * [new branch] main -> origin/main 2023-08-09T16:21:40.4616724Z ##[endgroup] 2023-08-09T16:21:40.4617302Z ##[group]Determining the checkout info 2023-08-09T16:21:40.4629908Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main 2023-08-09T16:21:40.5008831Z origin/main 2023-08-09T16:21:40.5047570Z ##[endgroup] 2023-08-09T16:21:40.5048028Z ##[group]Checking out the ref 2023-08-09T16:21:40.5060332Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2023-08-09T16:21:41.5603476Z Updating files: 51% (454/883) 2023-08-09T16:21:41.5670328Z Updating files: 52% (460/883) 2023-08-09T16:21:41.5727153Z Updating files: 53% (468/883) 2023-08-09T16:21:41.5778624Z Updating files: 54% (477/883) 2023-08-09T16:21:41.5849143Z Updating files: 55% (486/883) 2023-08-09T16:21:41.5944284Z Updating files: 56% (495/883) 2023-08-09T16:21:41.6463571Z Updating files: 57% (504/883) 2023-08-09T16:21:41.6508664Z Updating files: 58% (513/883) 2023-08-09T16:21:41.6563304Z Updating files: 59% (521/883) 2023-08-09T16:21:41.6620559Z Updating files: 60% (530/883) 2023-08-09T16:21:41.6695159Z Updating files: 61% (539/883) 2023-08-09T16:21:41.6758329Z Updating files: 62% (548/883) 2023-08-09T16:21:41.6835376Z Updating files: 63% (557/883) 2023-08-09T16:21:41.6886841Z Updating files: 64% (566/883) 2023-08-09T16:21:41.7006729Z Updating files: 65% (574/883) 2023-08-09T16:21:41.7100596Z Updating files: 66% (583/883) 2023-08-09T16:21:41.7523068Z Updating files: 67% (592/883) 2023-08-09T16:21:41.7618076Z Updating files: 68% (601/883) 2023-08-09T16:21:41.7724969Z Updating files: 69% (610/883) 2023-08-09T16:21:41.7880083Z Updating files: 70% (619/883) 2023-08-09T16:21:41.8072474Z Updating files: 71% (627/883) 2023-08-09T16:21:41.8280847Z Updating files: 72% (636/883) 2023-08-09T16:21:41.8391534Z Updating files: 73% (645/883) 2023-08-09T16:21:41.8449279Z Updating files: 74% (654/883) 2023-08-09T16:21:41.8837018Z Updating files: 75% (663/883) 2023-08-09T16:21:41.9371705Z Updating files: 76% (672/883) 2023-08-09T16:21:41.9410994Z Updating files: 77% (680/883) 2023-08-09T16:21:41.9478677Z Updating files: 78% (689/883) 2023-08-09T16:21:41.9982290Z Updating files: 79% (698/883) 2023-08-09T16:21:42.0355345Z Updating files: 80% (707/883) 2023-08-09T16:21:42.0431274Z Updating files: 81% (716/883) 2023-08-09T16:21:42.0487491Z Updating files: 82% (725/883) 2023-08-09T16:21:42.0540324Z Updating files: 83% (733/883) 2023-08-09T16:21:42.0588422Z Updating files: 84% (742/883) 2023-08-09T16:21:42.0965312Z Updating files: 85% (751/883) 2023-08-09T16:21:42.1490949Z Updating files: 86% (760/883) 2023-08-09T16:21:42.1568240Z Updating files: 87% (769/883) 2023-08-09T16:21:42.1652506Z Updating files: 88% (778/883) 2023-08-09T16:21:42.1768029Z Updating files: 89% (786/883) 2023-08-09T16:21:42.2121948Z Updating files: 90% (795/883) 2023-08-09T16:21:42.3043744Z Updating files: 91% (804/883) 2023-08-09T16:21:42.3106945Z Updating files: 92% (813/883) 2023-08-09T16:21:42.3201352Z Updating files: 93% (822/883) 2023-08-09T16:21:42.3251016Z Updating files: 94% (831/883) 2023-08-09T16:21:42.3367321Z Updating files: 95% (839/883) 2023-08-09T16:21:42.3446003Z Updating files: 96% (848/883) 2023-08-09T16:21:42.3514355Z Updating files: 97% (857/883) 2023-08-09T16:21:42.3581650Z Updating files: 98% (866/883) 2023-08-09T16:21:42.3731808Z Updating files: 99% (875/883) 2023-08-09T16:21:42.3732301Z Updating files: 100% (883/883) 2023-08-09T16:21:42.3732569Z Updating files: 100% (883/883), done. 2023-08-09T16:21:42.3953325Z branch 'main' set up to track 'origin/main'. 2023-08-09T16:21:42.3954190Z Switched to a new branch 'main' 2023-08-09T16:21:42.4009093Z ##[endgroup] 2023-08-09T16:21:42.4457495Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2023-08-09T16:21:42.4807380Z '264b8afc6d56140163c6b64f4088a17c4cd59bfd' 2023-08-09T16:21:42.5590722Z Prepare all required actions 2023-08-09T16:21:42.5639124Z ##[group]Run ./test-infra/.github/actions/set-channel 2023-08-09T16:21:42.5639422Z env: 2023-08-09T16:21:42.5639670Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:42.5639970Z PYTHON_VERSION: 3.10 2023-08-09T16:21:42.5640219Z PACKAGE_TYPE: conda 2023-08-09T16:21:42.5640482Z REPOSITORY: pytorch/audio 2023-08-09T16:21:42.5640700Z REF: 2023-08-09T16:21:42.5640915Z CU_VERSION: cu118 2023-08-09T16:21:42.5641142Z ##[endgroup] 2023-08-09T16:21:42.9376919Z ##[group]Run set -euxo pipefail 2023-08-09T16:21:42.9377258Z set -euxo pipefail 2023-08-09T16:21:42.9377571Z echo "CHANNEL=nightly" >> "${GITHUB_ENV}" 2023-08-09T16:21:42.9413069Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-08-09T16:21:42.9413452Z env: 2023-08-09T16:21:42.9413734Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:42.9414116Z PYTHON_VERSION: 3.10 2023-08-09T16:21:42.9414377Z PACKAGE_TYPE: conda 2023-08-09T16:21:42.9414615Z REPOSITORY: pytorch/audio 2023-08-09T16:21:42.9414862Z REF: 2023-08-09T16:21:42.9415081Z CU_VERSION: cu118 2023-08-09T16:21:42.9415291Z ##[endgroup] 2023-08-09T16:21:43.1599347Z + echo CHANNEL=nightly 2023-08-09T16:21:43.1909783Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-08-09T16:21:43.1910143Z with: 2023-08-09T16:21:43.1910742Z github-secret: *** 2023-08-09T16:21:43.1910997Z activate-with-label: false 2023-08-09T16:21:43.1911365Z instructions: SSH with rdesktop using ssh -L 3389:localhost:3389 %%username%%@%%hostname%% 2023-08-09T16:21:43.1911705Z label: with-ssh 2023-08-09T16:21:43.1911959Z remove-existing-keys: true 2023-08-09T16:21:43.1912193Z env: 2023-08-09T16:21:43.1912454Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:43.1912742Z PYTHON_VERSION: 3.10 2023-08-09T16:21:43.1912992Z PACKAGE_TYPE: conda 2023-08-09T16:21:43.1913222Z REPOSITORY: pytorch/audio 2023-08-09T16:21:43.1913460Z REF: 2023-08-09T16:21:43.1913669Z CU_VERSION: cu118 2023-08-09T16:21:43.1913893Z CHANNEL: nightly 2023-08-09T16:21:43.1914098Z ##[endgroup] 2023-08-09T16:21:43.3211048Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-08-09T16:21:43.3218533Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2023-08-09T16:21:43.3506397Z ##[group]Run echo "C:/Jenkins/Miniconda3/Scripts" >> $GITHUB_PATH 2023-08-09T16:21:43.3506904Z echo "C:/Jenkins/Miniconda3/Scripts" >> $GITHUB_PATH 2023-08-09T16:21:43.3536945Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:21:43.3537245Z env: 2023-08-09T16:21:43.3537520Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:43.3537818Z PYTHON_VERSION: 3.10 2023-08-09T16:21:43.3538069Z PACKAGE_TYPE: conda 2023-08-09T16:21:43.3538330Z REPOSITORY: pytorch/audio 2023-08-09T16:21:43.3538549Z REF: 2023-08-09T16:21:43.3538765Z CU_VERSION: cu118 2023-08-09T16:21:43.3538998Z CHANNEL: nightly 2023-08-09T16:21:43.3539236Z ##[endgroup] 2023-08-09T16:21:43.8926091Z Prepare all required actions 2023-08-09T16:21:43.8926739Z Getting action download info 2023-08-09T16:21:44.1291223Z Download action repository 'conda-incubator/setup-miniconda@v2.1.1' (SHA:35d1405e78aa3f784fe3ce9a2eb378d5eeb62169) 2023-08-09T16:21:44.4476006Z ##[group]Run ./test-infra/.github/actions/setup-binary-builds 2023-08-09T16:21:44.4476512Z with: 2023-08-09T16:21:44.4476966Z repository: pytorch/audio 2023-08-09T16:21:44.4477260Z setup-miniconda: false 2023-08-09T16:21:44.4477597Z python-version: 3.10 2023-08-09T16:21:44.4477957Z submodules: recursive 2023-08-09T16:21:44.4478424Z env: 2023-08-09T16:21:44.4478771Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:44.4479129Z PYTHON_VERSION: 3.10 2023-08-09T16:21:44.4479471Z PACKAGE_TYPE: conda 2023-08-09T16:21:44.4601129Z REPOSITORY: pytorch/audio 2023-08-09T16:21:44.4601478Z REF: 2023-08-09T16:21:44.4601681Z CU_VERSION: cu118 2023-08-09T16:21:44.4601932Z CHANNEL: nightly 2023-08-09T16:21:44.4602262Z ##[endgroup] 2023-08-09T16:21:44.4737911Z ##[group]Run set -euxo pipefail 2023-08-09T16:21:44.4738192Z set -euxo pipefail 2023-08-09T16:21:44.4738431Z rm -rf "${REPOSITORY}" 2023-08-09T16:21:44.4769591Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-08-09T16:21:44.4769930Z env: 2023-08-09T16:21:44.4770197Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:44.4770483Z PYTHON_VERSION: 3.10 2023-08-09T16:21:44.4770705Z PACKAGE_TYPE: conda 2023-08-09T16:21:44.4770949Z REPOSITORY: pytorch/audio 2023-08-09T16:21:44.4771194Z REF: 2023-08-09T16:21:44.4771392Z CU_VERSION: cu118 2023-08-09T16:21:44.4771590Z CHANNEL: nightly 2023-08-09T16:21:44.4771912Z ##[endgroup] 2023-08-09T16:21:44.5049960Z + rm -rf pytorch/audio 2023-08-09T16:21:44.5828111Z ##[group]Run actions/checkout@v3 2023-08-09T16:21:44.5828561Z with: 2023-08-09T16:21:44.5828786Z repository: pytorch/audio 2023-08-09T16:21:44.5829125Z submodules: recursive 2023-08-09T16:21:44.5829532Z path: pytorch/audio 2023-08-09T16:21:44.5830165Z token: *** 2023-08-09T16:21:44.5830387Z ssh-strict: true 2023-08-09T16:21:44.5830709Z persist-credentials: true 2023-08-09T16:21:44.5831050Z clean: true 2023-08-09T16:21:44.5831301Z sparse-checkout-cone-mode: true 2023-08-09T16:21:44.5831566Z fetch-depth: 1 2023-08-09T16:21:44.5831783Z lfs: false 2023-08-09T16:21:44.5832019Z set-safe-directory: true 2023-08-09T16:21:44.5832261Z env: 2023-08-09T16:21:44.5832518Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:44.5832824Z PYTHON_VERSION: 3.10 2023-08-09T16:21:44.5833042Z PACKAGE_TYPE: conda 2023-08-09T16:21:44.5833283Z REPOSITORY: pytorch/audio 2023-08-09T16:21:44.5833513Z REF: 2023-08-09T16:21:44.5833833Z CU_VERSION: cu118 2023-08-09T16:21:44.5834036Z CHANNEL: nightly 2023-08-09T16:21:44.5834251Z ##[endgroup] 2023-08-09T16:21:44.7481853Z Syncing repository: pytorch/audio 2023-08-09T16:21:44.7507217Z ##[group]Getting Git version info 2023-08-09T16:21:44.7510392Z Working directory is 'C:\actions-runner\_work\audio\audio\pytorch\audio' 2023-08-09T16:21:44.7743137Z [command]"C:\Program Files\Git\cmd\git.exe" version 2023-08-09T16:21:44.8045226Z git version 2.41.0.windows.1 2023-08-09T16:21:44.8098872Z ##[endgroup] 2023-08-09T16:21:44.8126052Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\96f61091-39cf-4878-bea6-25d435b4594f' before making global git config changes 2023-08-09T16:21:44.8129032Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T16:21:44.8139462Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\audio\audio\pytorch\audio 2023-08-09T16:21:44.8471957Z ##[group]Initializing the repository 2023-08-09T16:21:44.8481710Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\audio\audio\pytorch\audio 2023-08-09T16:21:44.9381067Z Initialized empty Git repository in C:/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-08-09T16:21:44.9427396Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/audio 2023-08-09T16:21:44.9777971Z ##[endgroup] 2023-08-09T16:21:44.9778445Z ##[group]Disabling automatic garbage collection 2023-08-09T16:21:44.9788691Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2023-08-09T16:21:45.0120408Z ##[endgroup] 2023-08-09T16:21:45.0120850Z ##[group]Setting up auth 2023-08-09T16:21:45.0136998Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2023-08-09T16:21:45.0452428Z [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-09T16:21:45.5223885Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T16:21:45.5587768Z [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-09T16:21:46.0621189Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2023-08-09T16:21:46.1009554Z ##[endgroup] 2023-08-09T16:21:46.1010015Z ##[group]Fetching the repository 2023-08-09T16:21:46.1029269Z [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-09T16:21:46.3335014Z remote: Enumerating objects: 987, done. 2023-08-09T16:21:46.3335654Z remote: Counting objects: 0% (1/987) 2023-08-09T16:21:46.3336263Z remote: Counting objects: 1% (10/987) 2023-08-09T16:21:46.3336808Z remote: Counting objects: 2% (20/987) 2023-08-09T16:21:46.3337321Z remote: Counting objects: 3% (30/987) 2023-08-09T16:21:46.3337847Z remote: Counting objects: 4% (40/987) 2023-08-09T16:21:46.3338358Z remote: Counting objects: 5% (50/987) 2023-08-09T16:21:46.3338892Z remote: Counting objects: 6% (60/987) 2023-08-09T16:21:46.3339191Z remote: Counting objects: 7% (70/987) 2023-08-09T16:21:46.3339475Z remote: Counting objects: 8% (79/987) 2023-08-09T16:21:46.3339767Z remote: Counting objects: 9% (89/987) 2023-08-09T16:21:46.3430992Z remote: Counting objects: 10% (99/987) 2023-08-09T16:21:46.3431634Z remote: Counting objects: 11% (109/987) 2023-08-09T16:21:46.3432195Z remote: Counting objects: 12% (119/987) 2023-08-09T16:21:46.3432565Z remote: Counting objects: 13% (129/987) 2023-08-09T16:21:46.3432888Z remote: Counting objects: 14% (139/987) 2023-08-09T16:21:46.3433171Z remote: Counting objects: 15% (149/987) 2023-08-09T16:21:46.3433471Z remote: Counting objects: 16% (158/987) 2023-08-09T16:21:46.3433967Z remote: Counting objects: 17% (168/987) 2023-08-09T16:21:46.3434511Z remote: Counting objects: 18% (178/987) 2023-08-09T16:21:46.3435033Z remote: Counting objects: 19% (188/987) 2023-08-09T16:21:46.3435553Z remote: Counting objects: 20% (198/987) 2023-08-09T16:21:46.3436084Z remote: Counting objects: 21% (208/987) 2023-08-09T16:21:46.3436622Z remote: Counting objects: 22% (218/987) 2023-08-09T16:21:46.3437069Z remote: Counting objects: 23% (228/987) 2023-08-09T16:21:46.3437457Z remote: Counting objects: 24% (237/987) 2023-08-09T16:21:46.3438215Z remote: Counting objects: 25% (247/987) 2023-08-09T16:21:46.3438882Z remote: Counting objects: 26% (257/987) 2023-08-09T16:21:46.3440951Z remote: Counting objects: 27% (267/987) 2023-08-09T16:21:46.3441558Z remote: Counting objects: 28% (277/987) 2023-08-09T16:21:46.3442016Z remote: Counting objects: 29% (287/987) 2023-08-09T16:21:46.3442504Z remote: Counting objects: 30% (297/987) 2023-08-09T16:21:46.3443011Z remote: Counting objects: 31% (306/987) 2023-08-09T16:21:46.3443320Z remote: Counting objects: 32% (316/987) 2023-08-09T16:21:46.3443594Z remote: Counting objects: 33% (326/987) 2023-08-09T16:21:46.3443883Z remote: Counting objects: 34% (336/987) 2023-08-09T16:21:46.3444171Z remote: Counting objects: 35% (346/987) 2023-08-09T16:21:46.3444655Z remote: Counting objects: 36% (356/987) 2023-08-09T16:21:46.3444929Z remote: Counting objects: 37% (366/987) 2023-08-09T16:21:46.3445214Z remote: Counting objects: 38% (376/987) 2023-08-09T16:21:46.3445502Z remote: Counting objects: 39% (385/987) 2023-08-09T16:21:46.3445796Z remote: Counting objects: 40% (395/987) 2023-08-09T16:21:46.3446065Z remote: Counting objects: 41% (405/987) 2023-08-09T16:21:46.3446351Z remote: Counting objects: 42% (415/987) 2023-08-09T16:21:46.3446637Z remote: Counting objects: 43% (425/987) 2023-08-09T16:21:46.3446920Z remote: Counting objects: 44% (435/987) 2023-08-09T16:21:46.3447188Z remote: Counting objects: 45% (445/987) 2023-08-09T16:21:46.3447472Z remote: Counting objects: 46% (455/987) 2023-08-09T16:21:46.3447755Z remote: Counting objects: 47% (464/987) 2023-08-09T16:21:46.3448037Z remote: Counting objects: 48% (474/987) 2023-08-09T16:21:46.3448312Z remote: Counting objects: 49% (484/987) 2023-08-09T16:21:46.3448596Z remote: Counting objects: 50% (494/987) 2023-08-09T16:21:46.3448881Z remote: Counting objects: 51% (504/987) 2023-08-09T16:21:46.3449165Z remote: Counting objects: 52% (514/987) 2023-08-09T16:21:46.3449438Z remote: Counting objects: 53% (524/987) 2023-08-09T16:21:46.3449723Z remote: Counting objects: 54% (533/987) 2023-08-09T16:21:46.3450007Z remote: Counting objects: 55% (543/987) 2023-08-09T16:21:46.3450289Z remote: Counting objects: 56% (553/987) 2023-08-09T16:21:46.3450558Z remote: Counting objects: 57% (563/987) 2023-08-09T16:21:46.3450846Z remote: Counting objects: 58% (573/987) 2023-08-09T16:21:46.3451127Z remote: Counting objects: 59% (583/987) 2023-08-09T16:21:46.3451571Z remote: Counting objects: 60% (593/987) 2023-08-09T16:21:46.3451925Z remote: Counting objects: 61% (603/987) 2023-08-09T16:21:46.3452211Z remote: Counting objects: 62% (612/987) 2023-08-09T16:21:46.3452619Z remote: Counting objects: 63% (622/987) 2023-08-09T16:21:46.3452907Z remote: Counting objects: 64% (632/987) 2023-08-09T16:21:46.3453303Z remote: Counting objects: 65% (642/987) 2023-08-09T16:21:46.3453587Z remote: Counting objects: 66% (652/987) 2023-08-09T16:21:46.3453871Z remote: Counting objects: 67% (662/987) 2023-08-09T16:21:46.3454156Z remote: Counting objects: 68% (672/987) 2023-08-09T16:21:46.3454442Z remote: Counting objects: 69% (682/987) 2023-08-09T16:21:46.3454710Z remote: Counting objects: 70% (691/987) 2023-08-09T16:21:46.3454995Z remote: Counting objects: 71% (701/987) 2023-08-09T16:21:46.3455282Z remote: Counting objects: 72% (711/987) 2023-08-09T16:21:46.3455599Z remote: Counting objects: 73% (721/987) 2023-08-09T16:21:46.3455880Z remote: Counting objects: 74% (731/987) 2023-08-09T16:21:46.3456165Z remote: Counting objects: 75% (741/987) 2023-08-09T16:21:46.3456449Z remote: Counting objects: 76% (751/987) 2023-08-09T16:21:46.3456731Z remote: Counting objects: 77% (760/987) 2023-08-09T16:21:46.3457014Z remote: Counting objects: 78% (770/987) 2023-08-09T16:21:46.3457749Z remote: Counting objects: 79% (780/987) 2023-08-09T16:21:46.3458075Z remote: Counting objects: 80% (790/987) 2023-08-09T16:21:46.3458359Z remote: Counting objects: 81% (800/987) 2023-08-09T16:21:46.3458645Z remote: Counting objects: 82% (810/987) 2023-08-09T16:21:46.3458912Z remote: Counting objects: 83% (820/987) 2023-08-09T16:21:46.3459195Z remote: Counting objects: 84% (830/987) 2023-08-09T16:21:46.3459480Z remote: Counting objects: 85% (839/987) 2023-08-09T16:21:46.3459762Z remote: Counting objects: 86% (849/987) 2023-08-09T16:21:46.3460158Z remote: Counting objects: 87% (859/987) 2023-08-09T16:21:46.3460441Z remote: Counting objects: 88% (869/987) 2023-08-09T16:21:46.3460726Z remote: Counting objects: 89% (879/987) 2023-08-09T16:21:46.3461010Z remote: Counting objects: 90% (889/987) 2023-08-09T16:21:46.3461277Z remote: Counting objects: 91% (899/987) 2023-08-09T16:21:46.3461563Z remote: Counting objects: 92% (909/987) 2023-08-09T16:21:46.3461850Z remote: Counting objects: 93% (918/987) 2023-08-09T16:21:46.3462135Z remote: Counting objects: 94% (928/987) 2023-08-09T16:21:46.3462400Z remote: Counting objects: 95% (938/987) 2023-08-09T16:21:46.3462683Z remote: Counting objects: 96% (948/987) 2023-08-09T16:21:46.3462967Z remote: Counting objects: 97% (958/987) 2023-08-09T16:21:46.3463251Z remote: Counting objects: 98% (968/987) 2023-08-09T16:21:46.3463520Z remote: Counting objects: 99% (978/987) 2023-08-09T16:21:46.3463813Z remote: Counting objects: 100% (987/987) 2023-08-09T16:21:46.3464112Z remote: Counting objects: 100% (987/987), done. 2023-08-09T16:21:46.3464434Z remote: Compressing objects: 0% (1/865) 2023-08-09T16:21:46.3464724Z remote: Compressing objects: 1% (9/865) 2023-08-09T16:21:46.3465029Z remote: Compressing objects: 2% (18/865) 2023-08-09T16:21:46.3465342Z remote: Compressing objects: 3% (26/865) 2023-08-09T16:21:46.3465648Z remote: Compressing objects: 4% (35/865) 2023-08-09T16:21:46.3465933Z remote: Compressing objects: 5% (44/865) 2023-08-09T16:21:46.3466242Z remote: Compressing objects: 6% (52/865) 2023-08-09T16:21:46.3466545Z remote: Compressing objects: 7% (61/865) 2023-08-09T16:21:46.3466853Z remote: Compressing objects: 8% (70/865) 2023-08-09T16:21:46.3467139Z remote: Compressing objects: 9% (78/865) 2023-08-09T16:21:46.3484686Z remote: Compressing objects: 10% (87/865) 2023-08-09T16:21:46.3485054Z remote: Compressing objects: 11% (96/865) 2023-08-09T16:21:46.3500713Z remote: Compressing objects: 12% (104/865) 2023-08-09T16:21:46.3611735Z remote: Compressing objects: 13% (113/865) 2023-08-09T16:21:46.3612089Z remote: Compressing objects: 14% (122/865) 2023-08-09T16:21:46.3612414Z remote: Compressing objects: 15% (130/865) 2023-08-09T16:21:46.3612753Z remote: Compressing objects: 16% (139/865) 2023-08-09T16:21:46.3613072Z remote: Compressing objects: 17% (148/865) 2023-08-09T16:21:46.3613378Z remote: Compressing objects: 18% (156/865) 2023-08-09T16:21:46.3613668Z remote: Compressing objects: 19% (165/865) 2023-08-09T16:21:46.3615310Z remote: Compressing objects: 20% (173/865) 2023-08-09T16:21:46.3640216Z remote: Compressing objects: 21% (182/865) 2023-08-09T16:21:46.3640595Z remote: Compressing objects: 22% (191/865) 2023-08-09T16:21:46.3651211Z remote: Compressing objects: 23% (199/865) 2023-08-09T16:21:46.3839536Z remote: Compressing objects: 24% (208/865) 2023-08-09T16:21:46.3839925Z remote: Compressing objects: 25% (217/865) 2023-08-09T16:21:46.3840322Z remote: Compressing objects: 26% (225/865) 2023-08-09T16:21:46.3840636Z remote: Compressing objects: 27% (234/865) 2023-08-09T16:21:46.3841215Z remote: Compressing objects: 28% (243/865) 2023-08-09T16:21:46.3841551Z remote: Compressing objects: 29% (251/865) 2023-08-09T16:21:46.3841858Z remote: Compressing objects: 30% (260/865) 2023-08-09T16:21:46.3852788Z remote: Compressing objects: 31% (269/865) 2023-08-09T16:21:46.3912583Z remote: Compressing objects: 32% (277/865) 2023-08-09T16:21:46.3912932Z remote: Compressing objects: 33% (286/865) 2023-08-09T16:21:46.3945169Z remote: Compressing objects: 34% (295/865) 2023-08-09T16:21:46.4001388Z remote: Compressing objects: 35% (303/865) 2023-08-09T16:21:46.4028835Z remote: Compressing objects: 36% (312/865) 2023-08-09T16:21:46.4200778Z remote: Compressing objects: 37% (321/865) 2023-08-09T16:21:46.4201155Z remote: Compressing objects: 38% (329/865) 2023-08-09T16:21:46.4238546Z remote: Compressing objects: 39% (338/865) 2023-08-09T16:21:46.4371597Z remote: Compressing objects: 40% (346/865) 2023-08-09T16:21:46.4372080Z remote: Compressing objects: 41% (355/865) 2023-08-09T16:21:46.4372435Z remote: Compressing objects: 42% (364/865) 2023-08-09T16:21:46.4398293Z remote: Compressing objects: 43% (372/865) 2023-08-09T16:21:46.4398635Z remote: Compressing objects: 44% (381/865) 2023-08-09T16:21:46.4431321Z remote: Compressing objects: 45% (390/865) 2023-08-09T16:21:46.4431682Z remote: Compressing objects: 46% (398/865) 2023-08-09T16:21:46.4433742Z remote: Compressing objects: 47% (407/865) 2023-08-09T16:21:46.4521232Z remote: Compressing objects: 48% (416/865) 2023-08-09T16:21:46.4521635Z remote: Compressing objects: 49% (424/865) 2023-08-09T16:21:46.4521964Z remote: Compressing objects: 50% (433/865) 2023-08-09T16:21:46.4522267Z remote: Compressing objects: 51% (442/865) 2023-08-09T16:21:46.4522578Z remote: Compressing objects: 52% (450/865) 2023-08-09T16:21:46.4522901Z remote: Compressing objects: 53% (459/865) 2023-08-09T16:21:46.4523266Z remote: Compressing objects: 54% (468/865) 2023-08-09T16:21:46.4523604Z remote: Compressing objects: 55% (476/865) 2023-08-09T16:21:46.4523914Z remote: Compressing objects: 56% (485/865) 2023-08-09T16:21:46.4524226Z remote: Compressing objects: 57% (494/865) 2023-08-09T16:21:46.4524651Z remote: Compressing objects: 58% (502/865) 2023-08-09T16:21:46.4527756Z remote: Compressing objects: 59% (511/865) 2023-08-09T16:21:46.4623756Z remote: Compressing objects: 60% (519/865) 2023-08-09T16:21:46.4624253Z remote: Compressing objects: 61% (528/865) 2023-08-09T16:21:46.4624572Z remote: Compressing objects: 62% (537/865) 2023-08-09T16:21:46.4624884Z remote: Compressing objects: 63% (545/865) 2023-08-09T16:21:46.4625175Z remote: Compressing objects: 64% (554/865) 2023-08-09T16:21:46.4625481Z remote: Compressing objects: 65% (563/865) 2023-08-09T16:21:46.4632977Z remote: Compressing objects: 66% (571/865) 2023-08-09T16:21:46.4642679Z remote: Compressing objects: 67% (580/865) 2023-08-09T16:21:46.4643207Z remote: Compressing objects: 68% (589/865) 2023-08-09T16:21:46.4643505Z remote: Compressing objects: 69% (597/865) 2023-08-09T16:21:46.4645778Z remote: Compressing objects: 70% (606/865) 2023-08-09T16:21:46.4720229Z remote: Compressing objects: 71% (615/865) 2023-08-09T16:21:46.4721128Z remote: Compressing objects: 72% (623/865) 2023-08-09T16:21:46.4721445Z remote: Compressing objects: 73% (632/865) 2023-08-09T16:21:46.4721759Z remote: Compressing objects: 74% (641/865) 2023-08-09T16:21:46.4722068Z remote: Compressing objects: 75% (649/865) 2023-08-09T16:21:46.4722373Z remote: Compressing objects: 76% (658/865) 2023-08-09T16:21:46.4722679Z remote: Compressing objects: 77% (667/865) 2023-08-09T16:21:46.4723840Z remote: Compressing objects: 78% (675/865) 2023-08-09T16:21:46.4728252Z remote: Compressing objects: 79% (684/865) 2023-08-09T16:21:46.4742097Z remote: Compressing objects: 80% (692/865) 2023-08-09T16:21:46.4745119Z remote: Compressing objects: 81% (701/865) 2023-08-09T16:21:46.4745593Z remote: Compressing objects: 82% (710/865) 2023-08-09T16:21:46.4751583Z remote: Compressing objects: 83% (718/865) 2023-08-09T16:21:46.4752075Z remote: Compressing objects: 84% (727/865) 2023-08-09T16:21:46.4752382Z remote: Compressing objects: 85% (736/865) 2023-08-09T16:21:46.4753686Z remote: Compressing objects: 86% (744/865) 2023-08-09T16:21:46.4753976Z remote: Compressing objects: 87% (753/865) 2023-08-09T16:21:46.4754286Z remote: Compressing objects: 88% (762/865) 2023-08-09T16:21:46.4754595Z remote: Compressing objects: 89% (770/865) 2023-08-09T16:21:46.4762490Z remote: Compressing objects: 90% (779/865) 2023-08-09T16:21:46.4762877Z remote: Compressing objects: 91% (788/865) 2023-08-09T16:21:46.4763200Z remote: Compressing objects: 92% (796/865) 2023-08-09T16:21:46.4763503Z remote: Compressing objects: 93% (805/865) 2023-08-09T16:21:46.4763813Z remote: Compressing objects: 94% (814/865) 2023-08-09T16:21:46.4764115Z remote: Compressing objects: 95% (822/865) 2023-08-09T16:21:46.4764410Z remote: Compressing objects: 96% (831/865) 2023-08-09T16:21:46.4764715Z remote: Compressing objects: 97% (840/865) 2023-08-09T16:21:46.4765033Z remote: Compressing objects: 98% (848/865) 2023-08-09T16:21:46.4765336Z remote: Compressing objects: 99% (857/865) 2023-08-09T16:21:46.4765621Z remote: Compressing objects: 100% (865/865) 2023-08-09T16:21:46.4765942Z remote: Compressing objects: 100% (865/865), done. 2023-08-09T16:21:46.4933504Z Receiving objects: 0% (1/987) 2023-08-09T16:21:46.4939855Z Receiving objects: 1% (10/987) 2023-08-09T16:21:46.4943199Z Receiving objects: 2% (20/987) 2023-08-09T16:21:46.4945486Z Receiving objects: 3% (30/987) 2023-08-09T16:21:46.4948662Z Receiving objects: 4% (40/987) 2023-08-09T16:21:46.4958022Z Receiving objects: 5% (50/987) 2023-08-09T16:21:46.4977122Z Receiving objects: 6% (60/987) 2023-08-09T16:21:46.4984284Z Receiving objects: 7% (70/987) 2023-08-09T16:21:46.4988312Z Receiving objects: 8% (79/987) 2023-08-09T16:21:46.4998409Z Receiving objects: 9% (89/987) 2023-08-09T16:21:46.5003993Z Receiving objects: 10% (99/987) 2023-08-09T16:21:46.5009207Z Receiving objects: 11% (109/987) 2023-08-09T16:21:46.5017567Z Receiving objects: 12% (119/987) 2023-08-09T16:21:46.5023651Z Receiving objects: 13% (129/987) 2023-08-09T16:21:46.5027646Z Receiving objects: 14% (139/987) 2023-08-09T16:21:46.5032580Z Receiving objects: 15% (149/987) 2023-08-09T16:21:46.5037324Z Receiving objects: 16% (158/987) 2023-08-09T16:21:46.5041910Z Receiving objects: 17% (168/987) 2023-08-09T16:21:46.5046258Z Receiving objects: 18% (178/987) 2023-08-09T16:21:46.5050756Z Receiving objects: 19% (188/987) 2023-08-09T16:21:46.5056179Z Receiving objects: 20% (198/987) 2023-08-09T16:21:46.5063779Z Receiving objects: 21% (208/987) 2023-08-09T16:21:46.5075248Z Receiving objects: 22% (218/987) 2023-08-09T16:21:46.5078828Z Receiving objects: 23% (228/987) 2023-08-09T16:21:46.5082834Z Receiving objects: 24% (237/987) 2023-08-09T16:21:46.5114715Z Receiving objects: 25% (247/987) 2023-08-09T16:21:46.5121065Z Receiving objects: 26% (257/987) 2023-08-09T16:21:46.5131234Z Receiving objects: 27% (267/987) 2023-08-09T16:21:46.5136785Z Receiving objects: 28% (277/987) 2023-08-09T16:21:46.5140414Z Receiving objects: 29% (287/987) 2023-08-09T16:21:46.5142938Z Receiving objects: 30% (297/987) 2023-08-09T16:21:46.5151797Z Receiving objects: 31% (306/987) 2023-08-09T16:21:46.5161851Z Receiving objects: 32% (316/987) 2023-08-09T16:21:46.5180762Z Receiving objects: 33% (326/987) 2023-08-09T16:21:46.5198059Z Receiving objects: 34% (336/987) 2023-08-09T16:21:46.5211008Z Receiving objects: 35% (346/987) 2023-08-09T16:21:46.5213744Z Receiving objects: 36% (356/987) 2023-08-09T16:21:46.5219162Z Receiving objects: 37% (366/987) 2023-08-09T16:21:46.5221292Z Receiving objects: 38% (376/987) 2023-08-09T16:21:46.5285045Z Receiving objects: 39% (385/987) 2023-08-09T16:21:46.5287350Z Receiving objects: 40% (395/987) 2023-08-09T16:21:46.5298055Z Receiving objects: 41% (405/987) 2023-08-09T16:21:46.5490068Z Receiving objects: 42% (415/987) 2023-08-09T16:21:46.6171892Z Receiving objects: 43% (425/987) 2023-08-09T16:21:46.6204073Z Receiving objects: 44% (435/987) 2023-08-09T16:21:46.6205073Z Receiving objects: 45% (445/987) 2023-08-09T16:21:46.6206042Z Receiving objects: 46% (455/987) 2023-08-09T16:21:46.6206894Z Receiving objects: 47% (464/987) 2023-08-09T16:21:46.6212954Z Receiving objects: 48% (474/987) 2023-08-09T16:21:46.6217533Z Receiving objects: 49% (484/987) 2023-08-09T16:21:46.6218925Z Receiving objects: 50% (494/987) 2023-08-09T16:21:46.6223615Z Receiving objects: 51% (504/987) 2023-08-09T16:21:46.6228019Z Receiving objects: 52% (514/987) 2023-08-09T16:21:46.6232323Z Receiving objects: 53% (524/987) 2023-08-09T16:21:46.6237273Z Receiving objects: 54% (533/987) 2023-08-09T16:21:46.6241400Z Receiving objects: 55% (543/987) 2023-08-09T16:21:46.6242866Z Receiving objects: 56% (553/987) 2023-08-09T16:21:46.6246395Z Receiving objects: 57% (563/987) 2023-08-09T16:21:46.6255829Z Receiving objects: 58% (573/987) 2023-08-09T16:21:46.6261706Z Receiving objects: 59% (583/987) 2023-08-09T16:21:46.6270359Z Receiving objects: 60% (593/987) 2023-08-09T16:21:46.6273765Z Receiving objects: 61% (603/987) 2023-08-09T16:21:46.6275335Z Receiving objects: 62% (612/987) 2023-08-09T16:21:46.6276796Z Receiving objects: 63% (622/987) 2023-08-09T16:21:46.6283381Z Receiving objects: 64% (632/987) 2023-08-09T16:21:46.6287911Z Receiving objects: 65% (642/987) 2023-08-09T16:21:46.6289964Z Receiving objects: 66% (652/987) 2023-08-09T16:21:46.6294135Z Receiving objects: 67% (662/987) 2023-08-09T16:21:46.6298256Z Receiving objects: 68% (672/987) 2023-08-09T16:21:46.6301579Z Receiving objects: 69% (682/987) 2023-08-09T16:21:46.6305239Z Receiving objects: 70% (691/987) 2023-08-09T16:21:46.6307680Z Receiving objects: 71% (701/987) 2023-08-09T16:21:46.6312212Z Receiving objects: 72% (711/987) 2023-08-09T16:21:46.6321562Z Receiving objects: 73% (721/987) 2023-08-09T16:21:46.6327578Z Receiving objects: 74% (731/987) 2023-08-09T16:21:46.6333645Z Receiving objects: 75% (741/987) 2023-08-09T16:21:46.6341849Z Receiving objects: 76% (751/987) 2023-08-09T16:21:46.6350968Z Receiving objects: 77% (760/987) 2023-08-09T16:21:46.6356052Z Receiving objects: 78% (770/987) 2023-08-09T16:21:46.6364647Z Receiving objects: 79% (780/987) 2023-08-09T16:21:46.6373859Z Receiving objects: 80% (790/987) 2023-08-09T16:21:46.6380191Z Receiving objects: 81% (800/987) 2023-08-09T16:21:46.6385949Z Receiving objects: 82% (810/987) 2023-08-09T16:21:46.6389683Z Receiving objects: 83% (820/987) 2023-08-09T16:21:46.6393070Z Receiving objects: 84% (830/987) 2023-08-09T16:21:46.6396750Z Receiving objects: 85% (839/987) 2023-08-09T16:21:46.6400255Z Receiving objects: 86% (849/987) 2023-08-09T16:21:46.6405099Z Receiving objects: 87% (859/987) 2023-08-09T16:21:46.6413543Z Receiving objects: 88% (869/987) 2023-08-09T16:21:46.6423132Z Receiving objects: 89% (879/987) 2023-08-09T16:21:46.6446532Z Receiving objects: 90% (889/987) 2023-08-09T16:21:46.6458492Z Receiving objects: 91% (899/987) 2023-08-09T16:21:46.6471312Z Receiving objects: 92% (909/987) 2023-08-09T16:21:46.6489187Z Receiving objects: 93% (918/987) 2023-08-09T16:21:46.6496663Z Receiving objects: 94% (928/987) 2023-08-09T16:21:46.6509100Z Receiving objects: 95% (938/987) 2023-08-09T16:21:46.6515688Z Receiving objects: 96% (948/987) 2023-08-09T16:21:46.6527130Z Receiving objects: 97% (958/987) 2023-08-09T16:21:46.6540551Z Receiving objects: 98% (968/987) 2023-08-09T16:21:46.6541399Z remote: Total 987 (delta 162), reused 444 (delta 89), pack-reused 0 2023-08-09T16:21:46.6546582Z Receiving objects: 99% (978/987) 2023-08-09T16:21:46.6547134Z Receiving objects: 100% (987/987) 2023-08-09T16:21:46.6547451Z Receiving objects: 100% (987/987), 4.42 MiB | 27.13 MiB/s, done. 2023-08-09T16:21:46.6558650Z Resolving deltas: 0% (0/162) 2023-08-09T16:21:46.6559177Z Resolving deltas: 1% (2/162) 2023-08-09T16:21:46.6559804Z Resolving deltas: 2% (4/162) 2023-08-09T16:21:46.6561138Z Resolving deltas: 3% (5/162) 2023-08-09T16:21:46.6561934Z Resolving deltas: 4% (7/162) 2023-08-09T16:21:46.6563046Z Resolving deltas: 6% (10/162) 2023-08-09T16:21:46.6563532Z Resolving deltas: 7% (12/162) 2023-08-09T16:21:46.6563994Z Resolving deltas: 8% (13/162) 2023-08-09T16:21:46.6566578Z Resolving deltas: 9% (15/162) 2023-08-09T16:21:46.6567223Z Resolving deltas: 10% (17/162) 2023-08-09T16:21:46.6567748Z Resolving deltas: 11% (18/162) 2023-08-09T16:21:46.6568761Z Resolving deltas: 12% (20/162) 2023-08-09T16:21:46.6569343Z Resolving deltas: 13% (22/162) 2023-08-09T16:21:46.6571065Z Resolving deltas: 14% (23/162) 2023-08-09T16:21:46.6571958Z Resolving deltas: 15% (25/162) 2023-08-09T16:21:46.6572472Z Resolving deltas: 16% (26/162) 2023-08-09T16:21:46.6572981Z Resolving deltas: 17% (28/162) 2023-08-09T16:21:46.6575385Z Resolving deltas: 18% (30/162) 2023-08-09T16:21:46.6577112Z Resolving deltas: 19% (31/162) 2023-08-09T16:21:46.6581289Z Resolving deltas: 20% (33/162) 2023-08-09T16:21:46.6585756Z Resolving deltas: 22% (36/162) 2023-08-09T16:21:46.6587310Z Resolving deltas: 23% (38/162) 2023-08-09T16:21:46.6587950Z Resolving deltas: 24% (39/162) 2023-08-09T16:21:46.6588912Z Resolving deltas: 25% (41/162) 2023-08-09T16:21:46.6589529Z Resolving deltas: 26% (43/162) 2023-08-09T16:21:46.6595830Z Resolving deltas: 27% (44/162) 2023-08-09T16:21:46.6596793Z Resolving deltas: 28% (46/162) 2023-08-09T16:21:46.6600514Z Resolving deltas: 29% (47/162) 2023-08-09T16:21:46.6602868Z Resolving deltas: 30% (49/162) 2023-08-09T16:21:46.6603917Z Resolving deltas: 31% (51/162) 2023-08-09T16:21:46.6604627Z Resolving deltas: 32% (52/162) 2023-08-09T16:21:46.6606018Z Resolving deltas: 33% (54/162) 2023-08-09T16:21:46.6606729Z Resolving deltas: 34% (56/162) 2023-08-09T16:21:46.6607422Z Resolving deltas: 35% (57/162) 2023-08-09T16:21:46.6607939Z Resolving deltas: 36% (59/162) 2023-08-09T16:21:46.6608471Z Resolving deltas: 37% (60/162) 2023-08-09T16:21:46.6608991Z Resolving deltas: 38% (62/162) 2023-08-09T16:21:46.6609480Z Resolving deltas: 39% (64/162) 2023-08-09T16:21:46.6609982Z Resolving deltas: 40% (65/162) 2023-08-09T16:21:46.6610483Z Resolving deltas: 41% (67/162) 2023-08-09T16:21:46.6611071Z Resolving deltas: 42% (69/162) 2023-08-09T16:21:46.6611551Z Resolving deltas: 43% (71/162) 2023-08-09T16:21:46.6615187Z Resolving deltas: 45% (73/162) 2023-08-09T16:21:46.6616124Z Resolving deltas: 46% (75/162) 2023-08-09T16:21:46.6618804Z Resolving deltas: 48% (78/162) 2023-08-09T16:21:46.6620358Z Resolving deltas: 50% (81/162) 2023-08-09T16:21:46.6620983Z Resolving deltas: 51% (83/162) 2023-08-09T16:21:46.6622027Z Resolving deltas: 52% (85/162) 2023-08-09T16:21:46.6623690Z Resolving deltas: 53% (86/162) 2023-08-09T16:21:46.6624783Z Resolving deltas: 54% (88/162) 2023-08-09T16:21:46.6625587Z Resolving deltas: 56% (91/162) 2023-08-09T16:21:46.6627314Z Resolving deltas: 58% (94/162) 2023-08-09T16:21:46.6628277Z Resolving deltas: 59% (96/162) 2023-08-09T16:21:46.6628777Z Resolving deltas: 60% (98/162) 2023-08-09T16:21:46.6629555Z Resolving deltas: 61% (99/162) 2023-08-09T16:21:46.6630459Z Resolving deltas: 62% (101/162) 2023-08-09T16:21:46.6630986Z Resolving deltas: 63% (103/162) 2023-08-09T16:21:46.6631462Z Resolving deltas: 64% (104/162) 2023-08-09T16:21:46.6632093Z Resolving deltas: 65% (106/162) 2023-08-09T16:21:46.6632783Z Resolving deltas: 66% (107/162) 2023-08-09T16:21:46.6635834Z Resolving deltas: 67% (109/162) 2023-08-09T16:21:46.6636570Z Resolving deltas: 69% (112/162) 2023-08-09T16:21:46.6637040Z Resolving deltas: 70% (114/162) 2023-08-09T16:21:46.6637568Z Resolving deltas: 71% (116/162) 2023-08-09T16:21:46.6638563Z Resolving deltas: 72% (117/162) 2023-08-09T16:21:46.6639179Z Resolving deltas: 73% (119/162) 2023-08-09T16:21:46.6639664Z Resolving deltas: 74% (120/162) 2023-08-09T16:21:46.6640260Z Resolving deltas: 75% (122/162) 2023-08-09T16:21:46.6640876Z Resolving deltas: 76% (124/162) 2023-08-09T16:21:46.6641666Z Resolving deltas: 77% (125/162) 2023-08-09T16:21:46.6642148Z Resolving deltas: 79% (128/162) 2023-08-09T16:21:46.6642635Z Resolving deltas: 80% (130/162) 2023-08-09T16:21:46.6643119Z Resolving deltas: 81% (132/162) 2023-08-09T16:21:46.6643615Z Resolving deltas: 82% (133/162) 2023-08-09T16:21:46.6644334Z Resolving deltas: 83% (135/162) 2023-08-09T16:21:46.6644635Z Resolving deltas: 84% (137/162) 2023-08-09T16:21:46.6645013Z Resolving deltas: 85% (138/162) 2023-08-09T16:21:46.6645512Z Resolving deltas: 86% (140/162) 2023-08-09T16:21:46.6646400Z Resolving deltas: 87% (141/162) 2023-08-09T16:21:46.6650226Z Resolving deltas: 88% (143/162) 2023-08-09T16:21:46.6650884Z Resolving deltas: 89% (145/162) 2023-08-09T16:21:46.6652419Z Resolving deltas: 90% (146/162) 2023-08-09T16:21:46.6653068Z Resolving deltas: 91% (148/162) 2023-08-09T16:21:46.6653899Z Resolving deltas: 92% (150/162) 2023-08-09T16:21:46.6655179Z Resolving deltas: 93% (151/162) 2023-08-09T16:21:46.6655610Z Resolving deltas: 94% (153/162) 2023-08-09T16:21:46.6656975Z Resolving deltas: 95% (154/162) 2023-08-09T16:21:46.6661948Z Resolving deltas: 96% (156/162) 2023-08-09T16:21:46.6662562Z Resolving deltas: 97% (158/162) 2023-08-09T16:21:46.6672366Z Resolving deltas: 98% (159/162) 2023-08-09T16:21:46.6675559Z Resolving deltas: 99% (161/162) 2023-08-09T16:21:46.6677300Z Resolving deltas: 100% (162/162) 2023-08-09T16:21:46.6677626Z Resolving deltas: 100% (162/162), done. 2023-08-09T16:21:46.9417215Z From https://github.com/pytorch/audio 2023-08-09T16:21:46.9417716Z * [new ref] fe9b9ff75edebf1e0e326f64577d64df3b5858db -> origin/nightly 2023-08-09T16:21:46.9613432Z ##[endgroup] 2023-08-09T16:21:46.9613939Z ##[group]Determining the checkout info 2023-08-09T16:21:46.9616350Z ##[endgroup] 2023-08-09T16:21:46.9616846Z ##[group]Checking out the ref 2023-08-09T16:21:46.9628275Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B nightly refs/remotes/origin/nightly 2023-08-09T16:21:47.8849037Z branch 'nightly' set up to track 'origin/nightly'. 2023-08-09T16:21:47.8850011Z Switched to a new branch 'nightly' 2023-08-09T16:21:47.8906402Z ##[endgroup] 2023-08-09T16:21:47.8906878Z ##[group]Setting up auth for fetching submodules 2023-08-09T16:21:47.8920190Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2023-08-09T16:21:47.9288655Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2023-08-09T16:21:47.9639627Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2023-08-09T16:21:47.9994748Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-08-09T16:21:48.0338452Z ##[endgroup] 2023-08-09T16:21:48.0339187Z ##[group]Fetching submodules 2023-08-09T16:21:48.0349919Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2023-08-09T16:21:48.5768419Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-08-09T16:21:49.0889832Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2023-08-09T16:21:49.5775001Z ##[endgroup] 2023-08-09T16:21:49.5779473Z ##[group]Persisting credentials for submodules 2023-08-09T16:21:49.5787673Z [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-09T16:21:50.0586022Z [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-09T16:21:50.5617389Z [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-09T16:21:51.0718799Z [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-09T16:21:51.5811503Z ##[endgroup] 2023-08-09T16:21:51.6199435Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2023-08-09T16:21:51.6498593Z 'fe9b9ff75edebf1e0e326f64577d64df3b5858db' 2023-08-09T16:21:51.6830970Z ##[group]Run echo "ENV VARS" 2023-08-09T16:21:51.6831240Z echo "ENV VARS" 2023-08-09T16:21:51.6831751Z echo "${GITHUB_REF_NAME}" 2023-08-09T16:21:51.6832010Z echo "${GITHUB_REF}" 2023-08-09T16:21:51.6832260Z echo "${GITHUB_BASE_REF}" 2023-08-09T16:21:51.6832471Z  2023-08-09T16:21:51.6832695Z echo "GITHUB PROVIDED" 2023-08-09T16:21:51.6832938Z echo "nightly" 2023-08-09T16:21:51.6833197Z echo "refs/heads/nightly" 2023-08-09T16:21:51.6833440Z echo "refs/heads/nightly" 2023-08-09T16:21:51.6833668Z echo "" 2023-08-09T16:21:51.6861481Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-08-09T16:21:51.6861813Z env: 2023-08-09T16:21:51.6862069Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:51.6862346Z PYTHON_VERSION: 3.10 2023-08-09T16:21:51.6862582Z PACKAGE_TYPE: conda 2023-08-09T16:21:51.6862822Z REPOSITORY: pytorch/audio 2023-08-09T16:21:51.6863045Z REF: 2023-08-09T16:21:51.6863224Z CU_VERSION: cu118 2023-08-09T16:21:51.6863438Z CHANNEL: nightly 2023-08-09T16:21:51.6863649Z ##[endgroup] 2023-08-09T16:21:51.7122571Z ENV VARS 2023-08-09T16:21:51.7123127Z nightly 2023-08-09T16:21:51.7123546Z refs/heads/nightly 2023-08-09T16:21:51.7123804Z 2023-08-09T16:21:51.7123993Z GITHUB PROVIDED 2023-08-09T16:21:51.7124678Z nightly 2023-08-09T16:21:51.7125033Z refs/heads/nightly 2023-08-09T16:21:51.7125267Z refs/heads/nightly 2023-08-09T16:21:51.7125537Z 2023-08-09T16:21:51.7279848Z ##[group]Run set -euxo pipefail 2023-08-09T16:21:51.7280327Z set -euxo pipefail 2023-08-09T16:21:51.7280676Z # Set artifact name here since github actions doesn't have string manipulation tools 2023-08-09T16:21:51.7281078Z # and "/" is not allowed in artifact names 2023-08-09T16:21:51.7281455Z echo "ARTIFACT_NAME=${REPOSITORY/\//_}_${REF}_${PYTHON_VERSION}" >> "${GITHUB_ENV}" 2023-08-09T16:21:51.7312234Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-08-09T16:21:51.7312571Z env: 2023-08-09T16:21:51.7312976Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:51.7313584Z PYTHON_VERSION: 3.10 2023-08-09T16:21:51.7314034Z PACKAGE_TYPE: conda 2023-08-09T16:21:51.7314546Z REPOSITORY: pytorch/audio 2023-08-09T16:21:51.7315029Z REF: 2023-08-09T16:21:51.7315304Z CU_VERSION: cu118 2023-08-09T16:21:51.7315538Z CHANNEL: nightly 2023-08-09T16:21:51.7315754Z ##[endgroup] 2023-08-09T16:21:51.7601737Z + echo ARTIFACT_NAME=pytorch_audio__3.10 2023-08-09T16:21:51.7792165Z ##[group]Run set -euxo pipefail 2023-08-09T16:21:51.7792465Z set -euxo pipefail 2023-08-09T16:21:51.7792739Z conda info | grep -i 'base environment' 2023-08-09T16:21:51.7793238Z conda clean --all --quiet --yes 2023-08-09T16:21:51.7818865Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:21:51.7819143Z env: 2023-08-09T16:21:51.7819465Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:21:51.7819737Z PYTHON_VERSION: 3.10 2023-08-09T16:21:51.7819975Z PACKAGE_TYPE: conda 2023-08-09T16:21:51.7820225Z REPOSITORY: pytorch/audio 2023-08-09T16:21:51.7820455Z REF: 2023-08-09T16:21:51.7820636Z CU_VERSION: cu118 2023-08-09T16:21:51.7820854Z CHANNEL: nightly 2023-08-09T16:21:51.7821103Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:21:51.7821545Z ##[endgroup] 2023-08-09T16:21:52.1096659Z + conda info 2023-08-09T16:21:52.1187730Z + grep -i 'base environment' 2023-08-09T16:22:19.7770604Z base environment : C:\Jenkins\Miniconda3 (writable) 2023-08-09T16:22:19.7787060Z + conda clean --all --quiet --yes 2023-08-09T16:22:24.3990098Z ##[group]Run set -euxo pipefail 2023-08-09T16:22:24.3990402Z set -euxo pipefail 2023-08-09T16:22:24.3990708Z conda config --set channel_priority false 2023-08-09T16:22:24.4016950Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:22:24.4017229Z env: 2023-08-09T16:22:24.4017487Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:22:24.4017770Z PYTHON_VERSION: 3.10 2023-08-09T16:22:24.4017992Z PACKAGE_TYPE: conda 2023-08-09T16:22:24.4018237Z REPOSITORY: pytorch/audio 2023-08-09T16:22:24.4018468Z REF: 2023-08-09T16:22:24.4018662Z CU_VERSION: cu118 2023-08-09T16:22:24.4018859Z CHANNEL: nightly 2023-08-09T16:22:24.4019101Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:22:24.4019361Z ##[endgroup] 2023-08-09T16:22:24.8212194Z + conda config --set channel_priority false 2023-08-09T16:22:25.5191687Z ##[group]Run set -euxo pipefail 2023-08-09T16:22:25.5191993Z set -euxo pipefail 2023-08-09T16:22:25.5192310Z CONDA_ENV="${RUNNER_TEMP}/pytorch_pkg_helpers_${GITHUB_RUN_ID}" 2023-08-09T16:22:25.5192630Z conda create \ 2023-08-09T16:22:25.5192847Z  --yes --quiet \ 2023-08-09T16:22:25.5193097Z  --prefix "${CONDA_ENV}" \ 2023-08-09T16:22:25.5193340Z  "python=3.9" 2023-08-09T16:22:25.5193579Z CONDA_ENV="${CONDA_ENV}" 2023-08-09T16:22:25.5193838Z CONDA_RUN="conda run -p ${CONDA_ENV}" 2023-08-09T16:22:25.5194392Z ${CONDA_RUN} python -m pip install ${GITHUB_WORKSPACE}/test-infra/tools/pkg-helpers 2023-08-09T16:22:25.5194794Z BUILD_ENV_FILE="${RUNNER_TEMP}/build_env_${GITHUB_RUN_ID}" 2023-08-09T16:22:25.5195339Z ${CONDA_RUN} python -m pytorch_pkg_helpers > "${BUILD_ENV_FILE}" 2023-08-09T16:22:25.5195840Z cat "${BUILD_ENV_FILE}" 2023-08-09T16:22:25.5196138Z echo "BUILD_ENV_FILE=${BUILD_ENV_FILE}" >> "${GITHUB_ENV}" 2023-08-09T16:22:25.5224317Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:22:25.5224593Z env: 2023-08-09T16:22:25.5224860Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:22:25.5225124Z PYTHON_VERSION: 3.10 2023-08-09T16:22:25.5225355Z PACKAGE_TYPE: conda 2023-08-09T16:22:25.5225595Z REPOSITORY: pytorch/audio 2023-08-09T16:22:25.5225818Z REF: 2023-08-09T16:22:25.5225993Z CU_VERSION: cu118 2023-08-09T16:22:25.5226204Z CHANNEL: nightly 2023-08-09T16:22:25.5226447Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:22:25.5226692Z ##[endgroup] 2023-08-09T16:22:25.8833487Z + CONDA_ENV='C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' 2023-08-09T16:22:25.8834064Z + conda create --yes --quiet --prefix 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' python=3.9 2023-08-09T16:22:42.6148253Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T16:22:42.7284929Z Solving environment: ...working... done 2023-08-09T16:23:50.1368001Z 2023-08-09T16:23:50.1368665Z ## Package Plan ## 2023-08-09T16:23:50.1369015Z 2023-08-09T16:23:50.1369809Z environment location: C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225 2023-08-09T16:23:50.1371351Z 2023-08-09T16:23:50.1371599Z added / updated specs: 2023-08-09T16:23:50.1373633Z - python=3.9 2023-08-09T16:23:50.1374557Z 2023-08-09T16:23:50.1374570Z 2023-08-09T16:23:50.1374831Z The following packages will be downloaded: 2023-08-09T16:23:50.1375172Z 2023-08-09T16:23:50.1375392Z package | build 2023-08-09T16:23:50.1375900Z ---------------------------|----------------- 2023-08-09T16:23:50.1376478Z openssl-3.0.10 | h2bbff1b_0 7.4 MB 2023-08-09T16:23:50.1377332Z pip-23.2.1 | py39haa95532_0 2.8 MB 2023-08-09T16:23:50.1377895Z python-3.9.17 | h1aa4202_0 19.4 MB 2023-08-09T16:23:50.1378453Z setuptools-68.0.0 | py39haa95532_0 925 KB 2023-08-09T16:23:50.1381203Z sqlite-3.41.2 | h2bbff1b_0 894 KB 2023-08-09T16:23:50.1381799Z tzdata-2023c | h04d1e81_0 116 KB 2023-08-09T16:23:50.1382401Z vc-14.2 | h21ff451_1 8 KB 2023-08-09T16:23:50.1382926Z wheel-0.38.4 | py39haa95532_0 83 KB 2023-08-09T16:23:50.1383538Z ------------------------------------------------------------ 2023-08-09T16:23:50.1384115Z Total: 31.6 MB 2023-08-09T16:23:50.1384417Z 2023-08-09T16:23:50.1384685Z The following NEW packages will be INSTALLED: 2023-08-09T16:23:50.1385052Z 2023-08-09T16:23:50.1417895Z ca-certificates pkgs/main/win-64::ca-certificates-2023.05.30-haa95532_0 None 2023-08-09T16:23:50.1418725Z openssl pkgs/main/win-64::openssl-3.0.10-h2bbff1b_0 None 2023-08-09T16:23:50.1419392Z pip pkgs/main/win-64::pip-23.2.1-py39haa95532_0 None 2023-08-09T16:23:50.1420065Z python pkgs/main/win-64::python-3.9.17-h1aa4202_0 None 2023-08-09T16:23:50.1423099Z setuptools pkgs/main/win-64::setuptools-68.0.0-py39haa95532_0 None 2023-08-09T16:23:50.1423831Z sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 None 2023-08-09T16:23:50.1424474Z tzdata pkgs/main/noarch::tzdata-2023c-h04d1e81_0 None 2023-08-09T16:23:50.1425117Z vc pkgs/main/win-64::vc-14.2-h21ff451_1 None 2023-08-09T16:23:50.1425787Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 None 2023-08-09T16:23:50.1426486Z wheel pkgs/main/win-64::wheel-0.38.4-py39haa95532_0 None 2023-08-09T16:23:50.1426868Z 2023-08-09T16:23:50.1426889Z 2023-08-09T16:23:50.4882757Z Preparing transaction: ...working... done 2023-08-09T16:23:58.1668525Z Verifying transaction: ...working... done 2023-08-09T16:24:12.2849047Z Executing transaction: ...working... done 2023-08-09T16:24:12.4000260Z Retrieving notices: ...working... done 2023-08-09T16:24:13.0215788Z + CONDA_ENV='C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' 2023-08-09T16:24:13.0217033Z + CONDA_RUN='conda run -p C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' 2023-08-09T16:24:13.0218581Z + 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-09T16:24:26.4140404Z Processing c:\actions-runner\_work\audio\audio\test-infra\tools\pkg-helpers 2023-08-09T16:24:26.4140956Z 2023-08-09T16:24:26.4141224Z Installing build dependencies: started 2023-08-09T16:24:26.4141586Z 2023-08-09T16:24:26.4141937Z Installing build dependencies: finished with status 'done' 2023-08-09T16:24:26.4142377Z 2023-08-09T16:24:26.4142665Z Getting requirements to build wheel: started 2023-08-09T16:24:26.4143022Z 2023-08-09T16:24:26.4143413Z Getting requirements to build wheel: finished with status 'done' 2023-08-09T16:24:26.4143837Z 2023-08-09T16:24:26.4144147Z Preparing metadata (pyproject.toml): started 2023-08-09T16:24:26.4144521Z 2023-08-09T16:24:26.4145206Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-08-09T16:24:26.4145671Z 2023-08-09T16:24:26.4146125Z Building wheels for collected packages: pytorch-pkg-helpers 2023-08-09T16:24:26.4146566Z 2023-08-09T16:24:26.4146989Z Building wheel for pytorch-pkg-helpers (pyproject.toml): started 2023-08-09T16:24:26.4147491Z 2023-08-09T16:24:26.4147932Z Building wheel for pytorch-pkg-helpers (pyproject.toml): finished with status 'done' 2023-08-09T16:24:26.4148423Z 2023-08-09T16:24:26.4149143Z Created wheel for pytorch-pkg-helpers: filename=pytorch_pkg_helpers-0.1.5-py3-none-any.whl size=7635 sha256=7176fc68d6a5e8aec8e8b805e2f7ebe2c9f220f90df1a989675e5d84d3cdf235 2023-08-09T16:24:26.4150152Z 2023-08-09T16:24:26.4150741Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\79\40\bb\cbccb051a02c826be763e044218766395192bc43f46aeaaa84 2023-08-09T16:24:26.4151382Z 2023-08-09T16:24:26.4151640Z Successfully built pytorch-pkg-helpers 2023-08-09T16:24:26.4152016Z 2023-08-09T16:24:26.4152350Z Installing collected packages: pytorch-pkg-helpers 2023-08-09T16:24:26.4152815Z 2023-08-09T16:24:26.4153160Z Successfully installed pytorch-pkg-helpers-0.1.5 2023-08-09T16:24:26.4153583Z 2023-08-09T16:24:26.4153593Z 2023-08-09T16:24:26.4787957Z + BUILD_ENV_FILE='C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T16:24:26.4788857Z + conda run -p 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225' python -m pytorch_pkg_helpers 2023-08-09T16:24:30.0892710Z + cat 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T16:24:30.1120252Z export BUILD_VERSION='2.1.0.dev20230809' 2023-08-09T16:24:30.1120733Z 2023-08-09T16:24:30.1120962Z export CMAKE_USE_CUDA='1' 2023-08-09T16:24:30.1121263Z 2023-08-09T16:24:30.1121504Z export CONDA_BUILD_VARIANT='cuda' 2023-08-09T16:24:30.1125898Z + echo 'BUILD_ENV_FILE=C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T16:24:30.1127936Z 2023-08-09T16:24:30.1128702Z export CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=11.8 # [not osx]' 2023-08-09T16:24:30.1129333Z 2023-08-09T16:24:30.1129772Z export CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:24:30.1130215Z 2023-08-09T16:24:30.1132930Z export CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:24:30.1133344Z 2023-08-09T16:24:30.1133582Z export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T16:24:30.1133904Z 2023-08-09T16:24:30.1134269Z export CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:24:30.1134705Z 2023-08-09T16:24:30.1135072Z export CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:24:30.1135488Z 2023-08-09T16:24:30.1135660Z export FORCE_CUDA=1 2023-08-09T16:24:30.1135934Z 2023-08-09T16:24:30.1136327Z export PATH="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8/bin:${PATH}" 2023-08-09T16:24:30.1136788Z 2023-08-09T16:24:30.1137013Z export PYTORCH_VERSION='2.1.0.dev20230808' 2023-08-09T16:24:30.1137359Z 2023-08-09T16:24:30.1137745Z export PYTORCH_VERSION_SUFFIX='' 2023-08-09T16:24:30.1138084Z 2023-08-09T16:24:30.1138378Z export TORCH_CUDA_ARCH_LIST='3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6' 2023-08-09T16:24:30.1138877Z 2023-08-09T16:24:30.1139092Z export VERSION_SUFFIX='' 2023-08-09T16:24:30.1139469Z 2023-08-09T16:24:30.1139651Z export WHEEL_DIR='' 2023-08-09T16:24:30.1139937Z 2023-08-09T16:24:30.1139947Z 2023-08-09T16:24:30.1593706Z ##[group]Run set -euxo pipefail 2023-08-09T16:24:30.1594046Z set -euxo pipefail 2023-08-09T16:24:30.1594386Z CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2023-08-09T16:24:30.1594724Z  2023-08-09T16:24:30.1594986Z if [[ "${PYTHON_VERSION}" = "3.11" ]]; then 2023-08-09T16:24:30.1595217Z  2023-08-09T16:24:30.1595484Z  if [[ "${PACKAGE_TYPE:-}" == "conda" ]]; then 2023-08-09T16:24:30.1595769Z  conda create \ 2023-08-09T16:24:30.1596260Z  --yes --quiet \ 2023-08-09T16:24:30.1596530Z  --prefix "${CONDA_ENV}" \ 2023-08-09T16:24:30.1596799Z  "python=3.8" \ 2023-08-09T16:24:30.1597046Z  cmake=3.22 \ 2023-08-09T16:24:30.1597300Z  conda-build=3.21 \ 2023-08-09T16:24:30.1597528Z  ninja=1.10 \ 2023-08-09T16:24:30.1597779Z  pkg-config=0.29 \ 2023-08-09T16:24:30.1598029Z  wheel=0.37 2023-08-09T16:24:30.1598258Z  else 2023-08-09T16:24:30.1598463Z  conda create \ 2023-08-09T16:24:30.1598713Z  --yes --quiet \ 2023-08-09T16:24:30.1599174Z  --prefix "${CONDA_ENV}" \ 2023-08-09T16:24:30.1599554Z  "python=${PYTHON_VERSION}" \ 2023-08-09T16:24:30.1599829Z  cmake=3.22 \ 2023-08-09T16:24:30.1600110Z  ninja=1.10 \ 2023-08-09T16:24:30.1600509Z  pkg-config=0.29 \ 2023-08-09T16:24:30.1600769Z  wheel=0.37 2023-08-09T16:24:30.1601060Z  fi 2023-08-09T16:24:30.1601326Z else 2023-08-09T16:24:30.1601603Z  conda create \ 2023-08-09T16:24:30.1601875Z  --yes --quiet \ 2023-08-09T16:24:30.1602204Z  --prefix "${CONDA_ENV}" \ 2023-08-09T16:24:30.1602555Z  "python=${PYTHON_VERSION}" \ 2023-08-09T16:24:30.1602868Z  cmake=3.22 \ 2023-08-09T16:24:30.1603118Z  conda-build=3.21 \ 2023-08-09T16:24:30.1603432Z  ninja=1.10 \ 2023-08-09T16:24:30.1603737Z  pkg-config=0.29 \ 2023-08-09T16:24:30.1604046Z  wheel=0.37 2023-08-09T16:24:30.1649969Z fi 2023-08-09T16:24:30.1650518Z echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}" 2023-08-09T16:24:30.1651110Z echo "CONDA_RUN=conda run -p ${CONDA_ENV}" >> "${GITHUB_ENV}" 2023-08-09T16:24:30.1681696Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:24:30.1681975Z env: 2023-08-09T16:24:30.1682450Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:24:30.1682754Z PYTHON_VERSION: 3.10 2023-08-09T16:24:30.1683087Z PACKAGE_TYPE: conda 2023-08-09T16:24:30.1683377Z REPOSITORY: pytorch/audio 2023-08-09T16:24:30.1683707Z REF: 2023-08-09T16:24:30.1683943Z CU_VERSION: cu118 2023-08-09T16:24:30.1684142Z CHANNEL: nightly 2023-08-09T16:24:30.1684401Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:24:30.1684755Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T16:24:30.1685072Z ##[endgroup] 2023-08-09T16:24:30.5075359Z + CONDA_ENV='C:\actions-runner\_work\_temp/conda_environment_5808497225' 2023-08-09T16:24:30.5076028Z + [[ 3.10 = \3\.\1\1 ]] 2023-08-09T16:24:30.5076949Z + 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-09T16:24:32.8014512Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T16:24:32.8031302Z Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. 2023-08-09T16:24:53.2549090Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T16:24:58.6810348Z Solving environment: ...working... done 2023-08-09T16:24:58.9344413Z 2023-08-09T16:24:58.9345442Z ## Package Plan ## 2023-08-09T16:24:58.9345792Z 2023-08-09T16:24:58.9346236Z environment location: C:\actions-runner\_work\_temp\conda_environment_5808497225 2023-08-09T16:24:58.9346666Z 2023-08-09T16:24:58.9346820Z added / updated specs: 2023-08-09T16:24:58.9347052Z - cmake=3.22 2023-08-09T16:24:58.9347300Z - conda-build=3.21 2023-08-09T16:24:58.9347544Z - ninja=1.10 2023-08-09T16:24:58.9347846Z - pkg-config=0.29 2023-08-09T16:24:58.9348094Z - python=3.10 2023-08-09T16:24:58.9348328Z - wheel=0.37 2023-08-09T16:24:58.9348453Z 2023-08-09T16:24:58.9348459Z 2023-08-09T16:24:58.9348907Z The following packages will be downloaded: 2023-08-09T16:24:58.9349119Z 2023-08-09T16:24:58.9349247Z package | build 2023-08-09T16:24:58.9349556Z ---------------------------|----------------- 2023-08-09T16:24:58.9349903Z beautifulsoup4-4.12.2 | py310haa95532_0 212 KB 2023-08-09T16:24:58.9350224Z boltons-23.0.0 | py310haa95532_0 425 KB 2023-08-09T16:24:58.9350567Z brotlipy-0.7.0 |py310h2bbff1b_1002 335 KB 2023-08-09T16:24:58.9350899Z certifi-2023.7.22 | py310haa95532_0 154 KB 2023-08-09T16:24:58.9351411Z cffi-1.15.1 | py310h2bbff1b_3 239 KB 2023-08-09T16:24:58.9351721Z chardet-4.0.0 |py310haa95532_1003 220 KB 2023-08-09T16:24:58.9352063Z colorama-0.4.6 | py310haa95532_0 32 KB 2023-08-09T16:24:58.9352389Z conda-23.7.2 | py310haa95532_0 1.0 MB 2023-08-09T16:24:58.9352739Z conda-build-3.21.9 | py310haa95532_0 555 KB 2023-08-09T16:24:58.9353117Z conda-package-handling-2.2.0| py310haa95532_0 287 KB 2023-08-09T16:24:58.9353497Z conda-package-streaming-0.9.0| py310haa95532_0 29 KB 2023-08-09T16:24:58.9353882Z cryptography-41.0.2 | py310hac1b9e3_0 1.1 MB 2023-08-09T16:24:58.9354230Z filelock-3.9.0 | py310haa95532_0 19 KB 2023-08-09T16:24:58.9354553Z glib-2.69.1 | h5dc1a3c_2 1.8 MB 2023-08-09T16:24:58.9354850Z glob2-0.7 | pyhd3eb1b0_0 12 KB 2023-08-09T16:24:58.9355174Z idna-3.4 | py310haa95532_0 97 KB 2023-08-09T16:24:58.9355486Z jinja2-3.1.2 | py310haa95532_0 215 KB 2023-08-09T16:24:58.9355808Z jsonpatch-1.32 | pyhd3eb1b0_0 15 KB 2023-08-09T16:24:58.9356119Z jsonpointer-2.1 | pyhd3eb1b0_0 9 KB 2023-08-09T16:24:58.9356457Z libarchive-3.6.2 | hb62f4d4_2 1.8 MB 2023-08-09T16:24:58.9356775Z libffi-3.4.4 | hd77b12b_0 113 KB 2023-08-09T16:24:58.9357085Z libiconv-1.16 | h2bbff1b_2 651 KB 2023-08-09T16:24:58.9357379Z liblief-0.12.3 | hd77b12b_0 2.4 MB 2023-08-09T16:24:58.9357690Z libxml2-2.10.3 | h0ad7f3c_0 2.9 MB 2023-08-09T16:24:58.9358012Z markupsafe-2.1.1 | py310h2bbff1b_0 26 KB 2023-08-09T16:24:58.9358349Z menuinst-1.4.19 | py310h59b6b97_0 94 KB 2023-08-09T16:24:58.9358644Z ninja-1.10.2 | haa95532_5 14 KB 2023-08-09T16:24:58.9358966Z packaging-23.0 | py310haa95532_0 70 KB 2023-08-09T16:24:58.9359285Z pcre-8.45 | hd77b12b_0 382 KB 2023-08-09T16:24:58.9359598Z pip-23.2.1 | py310haa95532_0 2.8 MB 2023-08-09T16:24:58.9359924Z pkg-config-0.29.2 | h8cc25b3_0 38 KB 2023-08-09T16:24:58.9360236Z pkginfo-1.9.6 | py310haa95532_0 69 KB 2023-08-09T16:24:58.9360562Z pluggy-1.0.0 | py310haa95532_1 29 KB 2023-08-09T16:24:58.9360889Z psutil-5.9.0 | py310h2bbff1b_0 353 KB 2023-08-09T16:24:58.9361221Z py-lief-0.12.3 | py310hd77b12b_0 2.0 MB 2023-08-09T16:24:58.9361526Z pycosat-0.6.4 | py310h2bbff1b_0 75 KB 2023-08-09T16:24:58.9361878Z pyopenssl-23.2.0 | py310haa95532_0 97 KB 2023-08-09T16:24:58.9362205Z pysocks-1.7.1 | py310haa95532_0 28 KB 2023-08-09T16:24:58.9362571Z python-3.10.12 | he1021f5_0 15.8 MB 2023-08-09T16:24:58.9363166Z python-libarchive-c-2.9 | pyhd3eb1b0_1 47 KB 2023-08-09T16:24:58.9363776Z pytz-2022.7 | py310haa95532_0 210 KB 2023-08-09T16:24:58.9364120Z pyyaml-6.0 | py310h2bbff1b_1 153 KB 2023-08-09T16:24:58.9364453Z requests-2.31.0 | py310haa95532_0 100 KB 2023-08-09T16:24:58.9364769Z ruamel.yaml-0.17.21 | py310h2bbff1b_0 177 KB 2023-08-09T16:24:58.9365118Z ruamel.yaml.clib-0.2.6 | py310h2bbff1b_1 101 KB 2023-08-09T16:24:58.9365464Z setuptools-68.0.0 | py310haa95532_0 934 KB 2023-08-09T16:24:58.9365797Z soupsieve-2.4 | py310haa95532_0 70 KB 2023-08-09T16:24:58.9366244Z tk-8.6.12 | h2bbff1b_0 3.1 MB 2023-08-09T16:24:58.9366533Z toolz-0.12.0 | py310haa95532_0 108 KB 2023-08-09T16:24:58.9366852Z tqdm-4.65.0 | py310h9909e9c_0 149 KB 2023-08-09T16:24:58.9367168Z urllib3-1.26.16 | py310haa95532_0 202 KB 2023-08-09T16:24:58.9367502Z win_inet_pton-1.1.0 | py310haa95532_0 9 KB 2023-08-09T16:24:58.9367815Z zstandard-0.19.0 | py310h2bbff1b_0 340 KB 2023-08-09T16:24:58.9368167Z ------------------------------------------------------------ 2023-08-09T16:24:58.9368502Z Total: 42.0 MB 2023-08-09T16:24:58.9368672Z 2023-08-09T16:24:58.9368828Z The following NEW packages will be INSTALLED: 2023-08-09T16:24:58.9369020Z 2023-08-09T16:24:58.9369276Z beautifulsoup4 pkgs/main/win-64::beautifulsoup4-4.12.2-py310haa95532_0 None 2023-08-09T16:24:58.9369699Z boltons pkgs/main/win-64::boltons-23.0.0-py310haa95532_0 None 2023-08-09T16:24:58.9370120Z brotlipy pkgs/main/win-64::brotlipy-0.7.0-py310h2bbff1b_1002 None 2023-08-09T16:24:58.9370511Z bzip2 pkgs/main/win-64::bzip2-1.0.8-he774522_0 None 2023-08-09T16:24:58.9370932Z ca-certificates pkgs/main/win-64::ca-certificates-2023.05.30-haa95532_0 None 2023-08-09T16:24:58.9371349Z certifi pkgs/main/win-64::certifi-2023.7.22-py310haa95532_0 None 2023-08-09T16:24:58.9371751Z cffi pkgs/main/win-64::cffi-1.15.1-py310h2bbff1b_3 None 2023-08-09T16:24:58.9372155Z chardet pkgs/main/win-64::chardet-4.0.0-py310haa95532_1003 None 2023-08-09T16:24:58.9372610Z charset-normalizer pkgs/main/noarch::charset-normalizer-2.0.4-pyhd3eb1b0_0 None 2023-08-09T16:24:58.9373042Z cmake pkgs/main/win-64::cmake-3.22.1-h9ad04ae_0 None 2023-08-09T16:24:58.9373405Z colorama pkgs/main/win-64::colorama-0.4.6-py310haa95532_0 None 2023-08-09T16:24:58.9373815Z conda pkgs/main/win-64::conda-23.7.2-py310haa95532_0 None 2023-08-09T16:24:58.9374232Z conda-build pkgs/main/win-64::conda-build-3.21.9-py310haa95532_0 None 2023-08-09T16:24:58.9374753Z conda-package-han~ pkgs/main/win-64::conda-package-handling-2.2.0-py310haa95532_0 None 2023-08-09T16:24:58.9375296Z conda-package-str~ pkgs/main/win-64::conda-package-streaming-0.9.0-py310haa95532_0 None 2023-08-09T16:24:58.9375771Z cryptography pkgs/main/win-64::cryptography-41.0.2-py310hac1b9e3_0 None 2023-08-09T16:24:58.9376209Z filelock pkgs/main/win-64::filelock-3.9.0-py310haa95532_0 None 2023-08-09T16:24:58.9376595Z glib pkgs/main/win-64::glib-2.69.1-h5dc1a3c_2 None 2023-08-09T16:24:58.9376961Z glob2 pkgs/main/noarch::glob2-0.7-pyhd3eb1b0_0 None 2023-08-09T16:24:58.9377343Z idna pkgs/main/win-64::idna-3.4-py310haa95532_0 None 2023-08-09T16:24:58.9377704Z jinja2 pkgs/main/win-64::jinja2-3.1.2-py310haa95532_0 None 2023-08-09T16:24:58.9378117Z jsonpatch pkgs/main/noarch::jsonpatch-1.32-pyhd3eb1b0_0 None 2023-08-09T16:24:58.9378532Z jsonpointer pkgs/main/noarch::jsonpointer-2.1-pyhd3eb1b0_0 None 2023-08-09T16:24:58.9378937Z libarchive pkgs/main/win-64::libarchive-3.6.2-hb62f4d4_2 None 2023-08-09T16:24:58.9379756Z libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_0 None 2023-08-09T16:24:58.9380274Z libiconv pkgs/main/win-64::libiconv-1.16-h2bbff1b_2 None 2023-08-09T16:24:58.9380764Z liblief pkgs/main/win-64::liblief-0.12.3-hd77b12b_0 None 2023-08-09T16:24:58.9381144Z libuv pkgs/main/win-64::libuv-1.44.2-h2bbff1b_0 None 2023-08-09T16:24:58.9381517Z libxml2 pkgs/main/win-64::libxml2-2.10.3-h0ad7f3c_0 None 2023-08-09T16:24:58.9381890Z lz4-c pkgs/main/win-64::lz4-c-1.9.4-h2bbff1b_0 None 2023-08-09T16:24:58.9382291Z markupsafe pkgs/main/win-64::markupsafe-2.1.1-py310h2bbff1b_0 None 2023-08-09T16:24:58.9382821Z menuinst pkgs/main/win-64::menuinst-1.4.19-py310h59b6b97_0 None 2023-08-09T16:24:58.9383210Z ninja pkgs/main/win-64::ninja-1.10.2-haa95532_5 None 2023-08-09T16:24:58.9383598Z ninja-base pkgs/main/win-64::ninja-base-1.10.2-h6d14046_5 None 2023-08-09T16:24:58.9384007Z openssl pkgs/main/win-64::openssl-3.0.10-h2bbff1b_0 None 2023-08-09T16:24:58.9384415Z packaging pkgs/main/win-64::packaging-23.0-py310haa95532_0 None 2023-08-09T16:24:58.9384786Z pcre pkgs/main/win-64::pcre-8.45-hd77b12b_0 None 2023-08-09T16:24:58.9385158Z pip pkgs/main/win-64::pip-23.2.1-py310haa95532_0 None 2023-08-09T16:24:58.9385552Z pkg-config pkgs/main/win-64::pkg-config-0.29.2-h8cc25b3_0 None 2023-08-09T16:24:58.9386092Z pkginfo pkgs/main/win-64::pkginfo-1.9.6-py310haa95532_0 None 2023-08-09T16:24:58.9386501Z pluggy pkgs/main/win-64::pluggy-1.0.0-py310haa95532_1 None 2023-08-09T16:24:58.9386998Z psutil pkgs/main/win-64::psutil-5.9.0-py310h2bbff1b_0 None 2023-08-09T16:24:58.9387531Z py-lief pkgs/main/win-64::py-lief-0.12.3-py310hd77b12b_0 None 2023-08-09T16:24:58.9387946Z pycosat pkgs/main/win-64::pycosat-0.6.4-py310h2bbff1b_0 None 2023-08-09T16:24:58.9388377Z pycparser pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0 None 2023-08-09T16:24:58.9388782Z pyopenssl pkgs/main/win-64::pyopenssl-23.2.0-py310haa95532_0 None 2023-08-09T16:24:58.9389200Z pysocks pkgs/main/win-64::pysocks-1.7.1-py310haa95532_0 None 2023-08-09T16:24:58.9389590Z python pkgs/main/win-64::python-3.10.12-he1021f5_0 None 2023-08-09T16:24:58.9390035Z python-libarchive~ pkgs/main/noarch::python-libarchive-c-2.9-pyhd3eb1b0_1 None 2023-08-09T16:24:58.9390483Z pytz pkgs/main/win-64::pytz-2022.7-py310haa95532_0 None 2023-08-09T16:24:58.9390848Z pyyaml pkgs/main/win-64::pyyaml-6.0-py310h2bbff1b_1 None 2023-08-09T16:24:58.9391263Z requests pkgs/main/win-64::requests-2.31.0-py310haa95532_0 None 2023-08-09T16:24:58.9391683Z ruamel.yaml pkgs/main/win-64::ruamel.yaml-0.17.21-py310h2bbff1b_0 None 2023-08-09T16:24:58.9392142Z ruamel.yaml.clib pkgs/main/win-64::ruamel.yaml.clib-0.2.6-py310h2bbff1b_1 None 2023-08-09T16:24:58.9392720Z setuptools pkgs/main/win-64::setuptools-68.0.0-py310haa95532_0 None 2023-08-09T16:24:58.9393110Z six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1 None 2023-08-09T16:24:58.9393510Z soupsieve pkgs/main/win-64::soupsieve-2.4-py310haa95532_0 None 2023-08-09T16:24:58.9394015Z sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 None 2023-08-09T16:24:58.9394380Z tk pkgs/main/win-64::tk-8.6.12-h2bbff1b_0 None 2023-08-09T16:24:58.9394865Z toolz pkgs/main/win-64::toolz-0.12.0-py310haa95532_0 None 2023-08-09T16:24:58.9395348Z tqdm pkgs/main/win-64::tqdm-4.65.0-py310h9909e9c_0 None 2023-08-09T16:24:58.9395754Z tzdata pkgs/main/noarch::tzdata-2023c-h04d1e81_0 None 2023-08-09T16:24:58.9396144Z urllib3 pkgs/main/win-64::urllib3-1.26.16-py310haa95532_0 None 2023-08-09T16:24:58.9396519Z vc pkgs/main/win-64::vc-14.2-h21ff451_1 None 2023-08-09T16:24:58.9398021Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 None 2023-08-09T16:24:58.9398458Z wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0 None 2023-08-09T16:24:58.9398867Z win_inet_pton pkgs/main/win-64::win_inet_pton-1.1.0-py310haa95532_0 None 2023-08-09T16:24:58.9399249Z xz pkgs/main/win-64::xz-5.4.2-h8cc25b3_0 None 2023-08-09T16:24:58.9399603Z yaml pkgs/main/win-64::yaml-0.2.5-he774522_0 None 2023-08-09T16:24:58.9400075Z zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0 None 2023-08-09T16:24:58.9400483Z zstandard pkgs/main/win-64::zstandard-0.19.0-py310h2bbff1b_0 None 2023-08-09T16:24:58.9401256Z zstd pkgs/main/win-64::zstd-1.5.5-hd43e919_0 None 2023-08-09T16:24:58.9401457Z 2023-08-09T16:25:19.7872998Z 2023-08-09T16:25:21.0526704Z Preparing transaction: ...working... done 2023-08-09T16:25:25.6774575Z Verifying transaction: ...working... done 2023-08-09T16:25:40.8407668Z Executing transaction: ...working... done 2023-08-09T16:25:40.9793918Z Retrieving notices: ...working... done 2023-08-09T16:25:41.9234194Z + echo 'CONDA_ENV=C:\actions-runner\_work\_temp/conda_environment_5808497225' 2023-08-09T16:25:41.9239645Z + echo 'CONDA_RUN=conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225' 2023-08-09T16:25:41.9437597Z ##[group]Run # //\\// means replace every backslash with slash 2023-08-09T16:25:41.9438163Z # //\\// means replace every backslash with slash 2023-08-09T16:25:41.9438543Z echo "SOURCE_ROOT_DIR=${GITHUB_WORKSPACE//\\//}/${REPOSITORY}" >> "${GITHUB_ENV}" 2023-08-09T16:25:41.9468985Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:25:41.9469278Z env: 2023-08-09T16:25:41.9469545Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:25:41.9469843Z PYTHON_VERSION: 3.10 2023-08-09T16:25:41.9470069Z PACKAGE_TYPE: conda 2023-08-09T16:25:41.9470442Z REPOSITORY: pytorch/audio 2023-08-09T16:25:41.9470971Z REF: 2023-08-09T16:25:41.9471364Z CU_VERSION: cu118 2023-08-09T16:25:41.9471759Z CHANNEL: nightly 2023-08-09T16:25:41.9472324Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:25:41.9472874Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T16:25:41.9473382Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:25:41.9473826Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:25:41.9474141Z ##[endgroup] 2023-08-09T16:25:42.3888079Z ##[group]Run export VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T16:25:42.3888530Z export VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T16:25:42.3888808Z export VSDEVCMD_ARGS='' 2023-08-09T16:25:42.3889087Z source "${BUILD_ENV_FILE}" 2023-08-09T16:25:42.3889421Z source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh 2023-08-09T16:25:42.3889830Z conda install -yq conda-build "conda-package-handling!=1.5.0" 2023-08-09T16:25:42.3890178Z  2023-08-09T16:25:42.3890404Z conda build \ 2023-08-09T16:25:42.3890655Z  -c defaults \ 2023-08-09T16:25:42.3891107Z  -c "${CUDATOOLKIT_CHANNEL}" \ 2023-08-09T16:25:42.3891381Z  -c "pytorch-${CHANNEL}" \ 2023-08-09T16:25:42.3891809Z  --no-anaconda-upload \ 2023-08-09T16:25:42.3892224Z  --python "${PYTHON_VERSION}" \ 2023-08-09T16:25:42.3892538Z  packaging/$VSTOOLCHAIN_PACKAGE 2023-08-09T16:25:42.3893050Z cp packaging/$VSTOOLCHAIN_PACKAGE/conda_build_config.yaml packaging/$PACKAGE_NAME/conda_build_config.yaml 2023-08-09T16:25:42.3921269Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:25:42.3921566Z env: 2023-08-09T16:25:42.3921822Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:25:42.3922123Z PYTHON_VERSION: 3.10 2023-08-09T16:25:42.3922374Z PACKAGE_TYPE: conda 2023-08-09T16:25:42.3922623Z REPOSITORY: pytorch/audio 2023-08-09T16:25:42.3922835Z REF: 2023-08-09T16:25:42.3923049Z CU_VERSION: cu118 2023-08-09T16:25:42.3923281Z CHANNEL: nightly 2023-08-09T16:25:42.3923544Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:25:42.3924060Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T16:25:42.3924485Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:25:42.3925168Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:25:42.3925617Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T16:25:42.3926160Z CUDATOOLKIT_CHANNEL: 2023-08-09T16:25:42.3926420Z PACKAGE_NAME: torchaudio 2023-08-09T16:25:42.3926668Z ##[endgroup] 2023-08-09T16:25:46.2025628Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T16:25:48.8505335Z Solving environment: ...working... done 2023-08-09T16:25:57.2360950Z 2023-08-09T16:25:57.2361815Z ## Package Plan ## 2023-08-09T16:25:57.2362884Z 2023-08-09T16:25:57.2363188Z environment location: C:\Jenkins\Miniconda3 2023-08-09T16:25:57.2363586Z 2023-08-09T16:25:57.2367742Z added / updated specs: 2023-08-09T16:25:57.2368255Z - conda-build 2023-08-09T16:25:57.2368806Z - conda-package-handling!=1.5.0 2023-08-09T16:25:57.2369156Z 2023-08-09T16:25:57.2369169Z 2023-08-09T16:25:57.2369499Z The following packages will be downloaded: 2023-08-09T16:25:57.2369861Z 2023-08-09T16:25:57.2370135Z package | build 2023-08-09T16:25:57.2377085Z ---------------------------|----------------- 2023-08-09T16:25:57.2377936Z beautifulsoup4-4.12.2 | py39haa95532_0 209 KB 2023-08-09T16:25:57.2378662Z boltons-23.0.0 | py39haa95532_0 421 KB 2023-08-09T16:25:57.2379316Z certifi-2023.7.22 | py39haa95532_0 154 KB 2023-08-09T16:25:57.2380105Z chardet-4.0.0 |py39haa95532_1003 212 KB 2023-08-09T16:25:57.2381024Z click-8.0.4 | py39haa95532_0 155 KB 2023-08-09T16:25:57.2381674Z conda-23.7.2 | py39haa95532_0 1.0 MB 2023-08-09T16:25:57.2382336Z conda-build-3.26.0 | py39haa95532_0 597 KB 2023-08-09T16:25:57.2382976Z conda-index-0.2.3 | py39haa95532_0 198 KB 2023-08-09T16:25:57.2383717Z conda-package-handling-2.2.0| py39haa95532_0 287 KB 2023-08-09T16:25:57.2387679Z conda-package-streaming-0.9.0| py39haa95532_0 29 KB 2023-08-09T16:25:57.2388662Z filelock-3.9.0 | py39haa95532_0 19 KB 2023-08-09T16:25:57.2389325Z jinja2-3.1.2 | py39haa95532_0 211 KB 2023-08-09T16:25:57.2389935Z libarchive-3.6.2 | h2033e3e_1 1.8 MB 2023-08-09T16:25:57.2390589Z m2-msys2-runtime-2.5.0.17080.65c939c| 3 3.0 MB 2023-08-09T16:25:57.2391224Z m2-patch-2.7.5 | 2 89 KB 2023-08-09T16:25:57.2391840Z markupsafe-2.1.1 | py39h2bbff1b_0 26 KB 2023-08-09T16:25:57.2392475Z more-itertools-8.12.0 | pyhd3eb1b0_0 49 KB 2023-08-09T16:25:57.2393133Z msys2-conda-epoch-20160418 | 1 2 KB 2023-08-09T16:25:57.2393888Z openssl-1.1.1v | h2bbff1b_0 5.5 MB 2023-08-09T16:25:57.2394718Z packaging-23.0 | py39haa95532_0 69 KB 2023-08-09T16:25:57.2395375Z pkginfo-1.9.6 | py39haa95532_0 69 KB 2023-08-09T16:25:57.2396008Z psutil-5.9.0 | py39h2bbff1b_0 349 KB 2023-08-09T16:25:57.2396637Z py-lief-0.12.3 | py39hd77b12b_0 2.0 MB 2023-08-09T16:25:57.2397276Z pytz-2022.7 | py39haa95532_0 210 KB 2023-08-09T16:25:57.2397953Z soupsieve-2.4 | py39haa95532_0 70 KB 2023-08-09T16:25:57.2398591Z tomli-2.0.1 | py39haa95532_0 25 KB 2023-08-09T16:25:57.2399222Z zstandard-0.19.0 | py39h2bbff1b_0 340 KB 2023-08-09T16:25:57.2400038Z ------------------------------------------------------------ 2023-08-09T16:25:57.2400760Z Total: 16.9 MB 2023-08-09T16:25:57.2401209Z 2023-08-09T16:25:57.2401506Z The following NEW packages will be INSTALLED: 2023-08-09T16:25:57.2401885Z 2023-08-09T16:25:57.2402365Z beautifulsoup4 pkgs/main/win-64::beautifulsoup4-4.12.2-py39haa95532_0 None 2023-08-09T16:25:57.2403214Z boltons pkgs/main/win-64::boltons-23.0.0-py39haa95532_0 None 2023-08-09T16:25:57.2404299Z chardet pkgs/main/win-64::chardet-4.0.0-py39haa95532_1003 None 2023-08-09T16:25:57.2405047Z click pkgs/main/win-64::click-8.0.4-py39haa95532_0 None 2023-08-09T16:25:57.2405841Z conda-build pkgs/main/win-64::conda-build-3.26.0-py39haa95532_0 None 2023-08-09T16:25:57.2406887Z conda-index pkgs/main/win-64::conda-index-0.2.3-py39haa95532_0 None 2023-08-09T16:25:57.2408076Z conda-package-str~ pkgs/main/win-64::conda-package-streaming-0.9.0-py39haa95532_0 None 2023-08-09T16:25:57.2408988Z filelock pkgs/main/win-64::filelock-3.9.0-py39haa95532_0 None 2023-08-09T16:25:57.2409744Z glob2 pkgs/main/noarch::glob2-0.7-pyhd3eb1b0_0 None 2023-08-09T16:25:57.2410493Z jinja2 pkgs/main/win-64::jinja2-3.1.2-py39haa95532_0 None 2023-08-09T16:25:57.2411293Z jsonpatch pkgs/main/noarch::jsonpatch-1.32-pyhd3eb1b0_0 None 2023-08-09T16:25:57.2412100Z jsonpointer pkgs/main/noarch::jsonpointer-2.1-pyhd3eb1b0_0 None 2023-08-09T16:25:57.2412907Z libarchive pkgs/main/win-64::libarchive-3.6.2-h2033e3e_1 None 2023-08-09T16:25:57.2413804Z libiconv pkgs/main/win-64::libiconv-1.16-h2bbff1b_2 None 2023-08-09T16:25:57.2414748Z liblief pkgs/main/win-64::liblief-0.12.3-hd77b12b_0 None 2023-08-09T16:25:57.2415500Z libxml2 pkgs/main/win-64::libxml2-2.10.3-h0ad7f3c_0 None 2023-08-09T16:25:57.2416304Z m2-msys2-runtime pkgs/msys2/win-64::m2-msys2-runtime-2.5.0.17080.65c939c-3 None 2023-08-09T16:25:57.2417063Z m2-patch pkgs/msys2/win-64::m2-patch-2.7.5-2 None 2023-08-09T16:25:57.2417815Z markupsafe pkgs/main/win-64::markupsafe-2.1.1-py39h2bbff1b_0 None 2023-08-09T16:25:57.2418687Z more-itertools pkgs/main/noarch::more-itertools-8.12.0-pyhd3eb1b0_0 None 2023-08-09T16:25:57.2421094Z msys2-conda-epoch pkgs/msys2/win-64::msys2-conda-epoch-20160418-1 None 2023-08-09T16:25:57.2422101Z packaging pkgs/main/win-64::packaging-23.0-py39haa95532_0 None 2023-08-09T16:25:57.2422927Z pkginfo pkgs/main/win-64::pkginfo-1.9.6-py39haa95532_0 None 2023-08-09T16:25:57.2423716Z psutil pkgs/main/win-64::psutil-5.9.0-py39h2bbff1b_0 None 2023-08-09T16:25:57.2424468Z py-lief pkgs/main/win-64::py-lief-0.12.3-py39hd77b12b_0 None 2023-08-09T16:25:57.2425356Z python-libarchive~ pkgs/main/noarch::python-libarchive-c-2.9-pyhd3eb1b0_1 None 2023-08-09T16:25:57.2426191Z pytz pkgs/main/win-64::pytz-2022.7-py39haa95532_0 None 2023-08-09T16:25:57.2427126Z soupsieve pkgs/main/win-64::soupsieve-2.4-py39haa95532_0 None 2023-08-09T16:25:57.2428023Z tomli pkgs/main/win-64::tomli-2.0.1-py39haa95532_0 None 2023-08-09T16:25:57.2428809Z zstandard pkgs/main/win-64::zstandard-0.19.0-py39h2bbff1b_0 None 2023-08-09T16:25:57.2429266Z 2023-08-09T16:25:57.2429552Z The following packages will be UPDATED: 2023-08-09T16:25:57.2429929Z 2023-08-09T16:25:57.2430229Z certifi 2023.5.7-py39haa95532_0 --> 2023.7.22-py39haa95532_0 None 2023-08-09T16:25:57.2431142Z conda 22.9.0-py39haa95532_0 --> 23.7.2-py39haa95532_0 None 2023-08-09T16:25:57.2431885Z conda-package-han~ 1.9.0-py39h8cc25b3_1 --> 2.2.0-py39haa95532_0 None 2023-08-09T16:25:57.2432630Z openssl 1.1.1t-h2bbff1b_0 --> 1.1.1v-h2bbff1b_0 None 2023-08-09T16:25:57.2433020Z 2023-08-09T16:25:57.2433031Z 2023-08-09T16:25:57.6193133Z Preparing transaction: ...working... done 2023-08-09T16:25:58.5952139Z Verifying transaction: ...working... done 2023-08-09T16:26:03.6126552Z Executing transaction: ...working... done 2023-08-09T16:26:04.1772972Z Retrieving notices: ...working... done 2023-08-09T16:26:13.1186581Z WARNING: No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.22 2023-08-09T16:26:13.1819749Z Adding in variants from internal_defaults 2023-08-09T16:26:13.1821545Z Adding in variants from C:\actions-runner\_work\audio\audio\pytorch\audio\packaging\vs2019\conda_build_config.yaml 2023-08-09T16:26:13.1822751Z Adding in variants from config.variant 2023-08-09T16:26:13.1979091Z 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-09T16:26:13.1980450Z warnings.warn( 2023-08-09T16:26:13.3791777Z Attempting to finalize metadata for vs2019_win-64 2023-08-09T16:26:36.1715487Z 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-09T16:26:36.1935456Z BUILD START: ['vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2'] 2023-08-09T16:26:36.1936401Z source tree in: C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work 2023-08-09T16:26:36.1937283Z Packaging vs2019_win-64 2023-08-09T16:26:36.2241440Z Packaging vs2019_win-64-15.4.27004.2010-h4f2c42c_0 2023-08-09T16:26:36.3046460Z 2023-08-09T16:26:36.3047669Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda_hook.bat" 2023-08-09T16:26:37.2845869Z 2023-08-09T16:26:37.2846718Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda.bat" activate --stack "C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env" 2023-08-09T16:26:37.7238222Z 2023-08-09T16:26:37.7239021Z EnvironmentLocationNotFound: Not a conda environment: C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env 2023-08-09T16:26:37.7239647Z 2023-08-09T16:26:37.7621228Z 2023-08-09T16:26:37.7622777Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work>set YEAR=2019 2023-08-09T16:26:37.7625224Z 2023-08-09T16:26:37.7625824Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work>set VER=16 2023-08-09T16:26:37.7629772Z 2023-08-09T16:26:37.7630345Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work>mkdir "C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d" 2023-08-09T16:26:37.7639224Z 2023-08-09T16:26:37.7640149Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work>COPY "C:\actions-runner\_work\audio\audio\pytorch\audio\packaging\vs2019\activate.bat" "C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7658831Z 1 file(s) copied. 2023-08-09T16:26:37.7668534Z 2023-08-09T16:26:37.7669252Z C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work>IF "win-64" == "win-64" ( 2023-08-09T16:26:37.7669936Z set "target_platform=amd64" 2023-08-09T16:26:37.7670921Z echo SET "CMAKE_GENERATOR=Visual Studio 16 2019 Win64" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7672238Z echo pushd "%VSINSTALLDIR%" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7673520Z IF "" == "" ( 2023-08-09T16:26:37.7674446Z echo CALL "VC\Auxiliary\Build\vcvarsall.bat" x64 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7675673Z echo popd 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7676825Z echo pushd "%VSINSTALLDIR%" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7677567Z ) ELSE ( 2023-08-09T16:26:37.7678477Z echo CALL "VC\Auxiliary\Build\vcvarsall.bat" x64 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7681547Z echo popd 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7682640Z echo pushd "%VSINSTALLDIR%" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7683393Z ) 2023-08-09T16:26:37.7684118Z echo popd 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7684838Z ) else ( 2023-08-09T16:26:37.7685260Z set "target_platform=x86" 2023-08-09T16:26:37.7686407Z echo SET "CMAKE_GENERATOR=Visual Studio 16 2019" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7687737Z echo pushd "%VSINSTALLDIR%" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7688984Z echo CALL "VC\Auxiliary\Build\vcvars32.bat" 1>>"C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\_h_env\etc\conda\activate.d\vs2019_compiler_vars.bat" 2023-08-09T16:26:37.7689823Z echo popd 2023-08-09T16:26:37.7690188Z ) 2023-08-09T16:26:40.5619619Z WARNING: Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away. 2023-08-09T16:26:40.5735273Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T16:26:40.5750339Z 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-09T16:26:40.5751746Z DEBUG:conda_index.index.sqlitecache:noarch listdir 2023-08-09T16:26:40.5755288Z DEBUG:conda_index.index.sqlitecache:noarch save fs state 2023-08-09T16:26:40.5772908Z DEBUG:conda_index.index:noarch find packages to extract 2023-08-09T16:26:40.5778266Z DEBUG:conda_index.index:noarch extract 0 packages 2023-08-09T16:26:40.5779283Z INFO:conda_index.index:noarch cached 0 B from 0 packages at 0 B/second 2023-08-09T16:26:40.5788453Z 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-09T16:26:40.5789177Z DEBUG:conda_index.index.sqlitecache:win-64 listdir 2023-08-09T16:26:40.5790469Z DEBUG:conda_index.index.sqlitecache:win-64 save fs state 2023-08-09T16:26:42.0699351Z DEBUG:conda_index.index:win-64 find packages to extract 2023-08-09T16:26:42.0704878Z DEBUG:conda_index.index:win-64 extract 1 packages 2023-08-09T16:26:42.0707164Z DEBUG:conda_index.index.sqlitecache:cache win-64/vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2 2023-08-09T16:26:42.0809143Z INFO:conda_index.index:win-64 cached 5 KB from 1 packages at 497 KB/second 2023-08-09T16:26:46.3363279Z INFO:conda_index.index:Subdir: noarch Gathering repodata 2023-08-09T16:26:46.3366330Z 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-09T16:26:46.3387792Z INFO:conda_index.index:noarch Writing pre-patch repodata 2023-08-09T16:26:46.3393061Z 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-09T16:26:46.3403261Z INFO:conda_index.index:noarch Applying patch instructions 2023-08-09T16:26:46.3404850Z INFO:conda_index.index:noarch Writing patched repodata 2023-08-09T16:26:46.3405849Z DEBUG:conda_index.index:noarch write patched repodata 2023-08-09T16:26:46.3410919Z 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-09T16:26:46.3420278Z INFO:conda_index.index:noarch Building current_repodata subset 2023-08-09T16:26:46.3421188Z DEBUG:conda_index.index:noarch build current_repodata 2023-08-09T16:26:46.3475575Z INFO:conda_index.index:noarch Writing current_repodata subset 2023-08-09T16:26:46.3476405Z DEBUG:conda_index.index:noarch write current_repodata 2023-08-09T16:26:46.3480323Z 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-09T16:26:46.3490368Z INFO:conda_index.index:noarch Writing index HTML 2023-08-09T16:26:46.3491394Z DEBUG:conda_index.index:noarch write index.html 2023-08-09T16:26:46.3636863Z 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-09T16:26:46.3656953Z DEBUG:conda_index.index:noarch finish 2023-08-09T16:26:46.3657703Z INFO:conda_index.index:Completed noarch 2023-08-09T16:26:46.3658795Z INFO:conda_index.index:Subdir: win-64 Gathering repodata 2023-08-09T16:26:46.3661536Z 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-09T16:26:46.3680822Z INFO:conda_index.index:win-64 Writing pre-patch repodata 2023-08-09T16:26:46.3686002Z 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-09T16:26:46.3766925Z 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-09T16:26:46.3789870Z 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-09T16:26:46.3790677Z INFO:conda_index.index:win-64 Applying patch instructions 2023-08-09T16:26:46.3791412Z INFO:conda_index.index:win-64 Writing patched repodata 2023-08-09T16:26:46.3794101Z DEBUG:conda_index.index:win-64 write patched repodata 2023-08-09T16:26:46.3801250Z 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-09T16:26:46.3835651Z 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-09T16:26:46.3862506Z 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-09T16:26:46.3863886Z INFO:conda_index.index:win-64 Building current_repodata subset 2023-08-09T16:26:46.3864343Z DEBUG:conda_index.index:win-64 build current_repodata 2023-08-09T16:26:46.3963318Z INFO:conda_index.index:win-64 Writing current_repodata subset 2023-08-09T16:26:46.3964059Z DEBUG:conda_index.index:win-64 write current_repodata 2023-08-09T16:26:46.3971446Z 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-09T16:26:46.4008941Z 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-09T16:26:46.4043621Z 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-09T16:26:46.4045366Z INFO:conda_index.index:win-64 Writing index HTML 2023-08-09T16:26:46.4045984Z DEBUG:conda_index.index:win-64 write index.html 2023-08-09T16:26:46.4209743Z 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-09T16:26:46.4229366Z DEBUG:conda_index.index:win-64 finish 2023-08-09T16:26:46.4229927Z INFO:conda_index.index:Completed win-64 2023-08-09T16:26:46.4234712Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T16:26:46.4237985Z INFO:conda_index.index:Channeldata subdir: noarch 2023-08-09T16:26:46.4238477Z DEBUG:conda_index.index:noarch read repodata 2023-08-09T16:26:46.4242869Z 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-09T16:26:46.4243852Z DEBUG:conda_index.index:noarch channeldata finished 2023-08-09T16:26:46.4244762Z INFO:conda_index.index:Channeldata subdir: win-64 2023-08-09T16:26:46.4245895Z DEBUG:conda_index.index:win-64 read repodata 2023-08-09T16:26:46.4249891Z 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-09T16:26:46.4273169Z DEBUG:conda_index.index:win-64 channeldata finished 2023-08-09T16:26:46.4538181Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\index.html to C:\Jenkins\Miniconda3\conda-bld\index.html 2023-08-09T16:26:46.4564243Z DEBUG:conda_index.index:write channeldata 2023-08-09T16:26:46.4571808Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\channeldata.json to C:\Jenkins\Miniconda3\conda-bld\channeldata.json 2023-08-09T16:26:47.1296449Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T16:26:47.1311084Z 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-09T16:26:47.1312606Z DEBUG:conda_index.index.sqlitecache:noarch listdir 2023-08-09T16:26:47.1315051Z DEBUG:conda_index.index.sqlitecache:noarch save fs state 2023-08-09T16:26:47.1337314Z DEBUG:conda_index.index:noarch find packages to extract 2023-08-09T16:26:47.1343680Z DEBUG:conda_index.index:noarch extract 0 packages 2023-08-09T16:26:47.1345060Z INFO:conda_index.index:noarch cached 0 B from 0 packages at 0 B/second 2023-08-09T16:26:47.1355956Z 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-09T16:26:47.1356695Z DEBUG:conda_index.index.sqlitecache:win-64 listdir 2023-08-09T16:26:47.1358974Z DEBUG:conda_index.index.sqlitecache:win-64 save fs state 2023-08-09T16:26:47.1934479Z DEBUG:conda_index.index:win-64 find packages to extract 2023-08-09T16:26:47.1940130Z DEBUG:conda_index.index:win-64 extract 0 packages 2023-08-09T16:26:47.1941567Z INFO:conda_index.index:win-64 cached 0 B from 0 packages at 0 B/second 2023-08-09T16:26:47.2261253Z INFO:conda_index.index:Subdir: noarch Gathering repodata 2023-08-09T16:26:47.2264050Z 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-09T16:26:47.2281717Z INFO:conda_index.index:noarch Writing pre-patch repodata 2023-08-09T16:26:47.2286194Z 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-09T16:26:47.2294862Z INFO:conda_index.index:noarch Applying patch instructions 2023-08-09T16:26:47.2296631Z INFO:conda_index.index:noarch Writing patched repodata 2023-08-09T16:26:47.2297249Z DEBUG:conda_index.index:noarch write patched repodata 2023-08-09T16:26:47.2301400Z 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-09T16:26:47.2309600Z INFO:conda_index.index:noarch Building current_repodata subset 2023-08-09T16:26:47.2310565Z DEBUG:conda_index.index:noarch build current_repodata 2023-08-09T16:26:47.2358195Z INFO:conda_index.index:noarch Writing current_repodata subset 2023-08-09T16:26:47.2358912Z DEBUG:conda_index.index:noarch write current_repodata 2023-08-09T16:26:47.2365142Z 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-09T16:26:47.2372087Z INFO:conda_index.index:noarch Writing index HTML 2023-08-09T16:26:47.2372665Z DEBUG:conda_index.index:noarch write index.html 2023-08-09T16:26:47.2519664Z 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-09T16:26:47.2540915Z DEBUG:conda_index.index:noarch finish 2023-08-09T16:26:47.2541788Z INFO:conda_index.index:Completed noarch 2023-08-09T16:26:47.2542567Z INFO:conda_index.index:Subdir: win-64 Gathering repodata 2023-08-09T16:26:47.2545788Z 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-09T16:26:47.2565023Z INFO:conda_index.index:win-64 Writing pre-patch repodata 2023-08-09T16:26:47.2569048Z 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-09T16:26:47.2579315Z INFO:conda_index.index:win-64 Applying patch instructions 2023-08-09T16:26:47.2581084Z INFO:conda_index.index:win-64 Writing patched repodata 2023-08-09T16:26:47.2581755Z DEBUG:conda_index.index:win-64 write patched repodata 2023-08-09T16:26:47.2601235Z 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-09T16:26:47.2611835Z INFO:conda_index.index:win-64 Building current_repodata subset 2023-08-09T16:26:47.2612593Z DEBUG:conda_index.index:win-64 build current_repodata 2023-08-09T16:26:47.2670461Z INFO:conda_index.index:win-64 Writing current_repodata subset 2023-08-09T16:26:47.2671014Z DEBUG:conda_index.index:win-64 write current_repodata 2023-08-09T16:26:47.2676473Z 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-09T16:26:47.2686695Z INFO:conda_index.index:win-64 Writing index HTML 2023-08-09T16:26:47.2687527Z DEBUG:conda_index.index:win-64 write index.html 2023-08-09T16:26:47.2855021Z 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-09T16:26:47.2874055Z DEBUG:conda_index.index:win-64 finish 2023-08-09T16:26:47.2875035Z INFO:conda_index.index:Completed win-64 2023-08-09T16:26:47.2878787Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T16:26:47.2881799Z INFO:conda_index.index:Channeldata subdir: noarch 2023-08-09T16:26:47.2882687Z DEBUG:conda_index.index:noarch read repodata 2023-08-09T16:26:47.2886608Z 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-09T16:26:47.2887629Z DEBUG:conda_index.index:noarch channeldata finished 2023-08-09T16:26:47.2887990Z INFO:conda_index.index:Channeldata subdir: win-64 2023-08-09T16:26:47.2888872Z DEBUG:conda_index.index:win-64 read repodata 2023-08-09T16:26:47.2893530Z 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-09T16:26:47.2914913Z DEBUG:conda_index.index:win-64 channeldata finished 2023-08-09T16:26:47.3078785Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\index.html to C:\Jenkins\Miniconda3\conda-bld\index.html 2023-08-09T16:26:47.3115982Z DEBUG:conda_index.index:write channeldata 2023-08-09T16:26:47.3120973Z DEBUG:conda_index.index:_maybe_write C:\Jenkins\Miniconda3\conda-bld\channeldata.json to C:\Jenkins\Miniconda3\conda-bld\channeldata.json 2023-08-09T16:26:47.3143334Z WARNING: Multiple meta files found. The meta.yaml file in the base directory (C:\Users\RUNNER~1\AppData\Local\Temp\tmp59upb86j\info\recipe) will be used. 2023-08-09T16:26:47.5394372Z 2023-08-09T16:26:47.5395164Z Resource usage statistics from bundling vs2019_win-64: 2023-08-09T16:26:47.5395753Z Process count: 1 2023-08-09T16:26:47.5396219Z CPU time: Sys=-, User=- 2023-08-09T16:26:47.5396708Z Memory: 1.7M 2023-08-09T16:26:47.5397153Z Disk usage: 8.3K 2023-08-09T16:26:47.5397599Z Time elapsed: 0:00:02.0 2023-08-09T16:26:47.5397914Z 2023-08-09T16:26:47.5397957Z 2023-08-09T16:26:47.5398144Z number of files: 1 2023-08-09T16:26:47.5398749Z Fixing permissions 2023-08-09T16:26:47.5399295Z INFO :: Time taken to mark (prefix) 2023-08-09T16:26:47.5399956Z 0 replacements in 0 files was 0.01 seconds 2023-08-09T16:26:47.5400784Z TEST START: C:\Jenkins\Miniconda3\conda-bld\win-64\vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2 2023-08-09T16:26:47.5401777Z Nothing to test for: C:\Jenkins\Miniconda3\conda-bld\win-64\vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2 2023-08-09T16:26:47.5403028Z Renaming work directory 'C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work' to 'C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work_moved_vs2019-15.4.27004.2010-0_win-64_main_build_loop' 2023-08-09T16:26:47.5404451Z shutil.move(work)=C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work, dest=C:\Jenkins\Miniconda3\conda-bld\vs2019_1691598373157\work_moved_vs2019-15.4.27004.2010-0_win-64_main_build_loop) 2023-08-09T16:26:47.6331561Z # Automatic uploading is disabled 2023-08-09T16:26:47.6332826Z # If you want to upload package(s) to anaconda.org later, type: 2023-08-09T16:26:47.6333320Z 2023-08-09T16:26:47.6333330Z 2023-08-09T16:26:47.6333660Z # To have conda build upload to anaconda.org automatically, use 2023-08-09T16:26:47.6334315Z # conda config --set anaconda_upload yes 2023-08-09T16:26:47.6334669Z anaconda upload \ 2023-08-09T16:26:47.6335211Z C:\Jenkins\Miniconda3\conda-bld\win-64\vs2019_win-64-15.4.27004.2010-h4f2c42c_0.tar.bz2 2023-08-09T16:26:47.6335963Z anaconda_upload is not set. Not uploading wheels: [] 2023-08-09T16:26:47.6336303Z 2023-08-09T16:26:47.6336662Z INFO :: The inputs making up the hashes for the built packages are as follows: 2023-08-09T16:26:47.6337113Z { 2023-08-09T16:26:47.6337338Z "vs2019_win-64-15.4.27004.2010-h4f2c42c_0": { 2023-08-09T16:26:47.6337593Z "recipe": { 2023-08-09T16:26:47.6338000Z "cross_compiler_target_platform": "win-64", 2023-08-09T16:26:47.6338322Z "target_platform": "win-64", 2023-08-09T16:26:47.6338545Z "vc": "14" 2023-08-09T16:26:47.6338909Z } 2023-08-09T16:26:47.6339216Z } 2023-08-09T16:26:47.6339410Z } 2023-08-09T16:26:47.6339501Z 2023-08-09T16:26:47.6339535Z 2023-08-09T16:26:47.6339661Z #################################################################################### 2023-08-09T16:26:47.6339948Z Resource usage summary: 2023-08-09T16:26:47.6340106Z 2023-08-09T16:26:47.6340202Z Total time: 0:00:34.5 2023-08-09T16:26:47.6340458Z CPU usage: sys=0:00:00.0, user=0:00:00.0 2023-08-09T16:26:47.6340720Z Maximum memory usage observed: 1.7M 2023-08-09T16:26:47.6341044Z Total disk usage observed (not including envs): 8.3K 2023-08-09T16:26:51.1104643Z ##[group]Run set -euxo pipefail 2023-08-09T16:26:51.1105023Z set -euxo pipefail 2023-08-09T16:26:51.1105274Z cat "${BUILD_ENV_FILE}" 2023-08-09T16:26:51.1105551Z source "${BUILD_ENV_FILE}" 2023-08-09T16:26:51.1105857Z export VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T16:26:51.1106154Z export VSDEVCMD_ARGS='' 2023-08-09T16:26:51.1106594Z  2023-08-09T16:26:51.1106921Z #conda install -yq conda-build "conda-package-handling!=1.5.0" 2023-08-09T16:26:51.1107531Z #bash packaging/build_conda.sh 2023-08-09T16:26:51.1108009Z  2023-08-09T16:26:51.1108363Z  2023-08-09T16:26:51.1108820Z conda build \ 2023-08-09T16:26:51.1109359Z  -c defaults \ 2023-08-09T16:26:51.1109766Z  -c "${CUDATOOLKIT_CHANNEL}" \ 2023-08-09T16:26:51.1110031Z  -c "pytorch-${CHANNEL}" \ 2023-08-09T16:26:51.1110320Z  --no-anaconda-upload \ 2023-08-09T16:26:51.1110730Z  --no-test --python "${PYTHON_VERSION}" \ 2023-08-09T16:26:51.1111022Z  --output-folder distr/ \ 2023-08-09T16:26:51.1111316Z  "${CONDA_PACKAGE_DIRECTORY}" 2023-08-09T16:26:51.1147046Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:26:51.1147552Z env: 2023-08-09T16:26:51.1147961Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:26:51.1148370Z PYTHON_VERSION: 3.10 2023-08-09T16:26:51.1148621Z PACKAGE_TYPE: conda 2023-08-09T16:26:51.1148880Z REPOSITORY: pytorch/audio 2023-08-09T16:26:51.1149123Z REF: 2023-08-09T16:26:51.1149310Z CU_VERSION: cu118 2023-08-09T16:26:51.1149547Z CHANNEL: nightly 2023-08-09T16:26:51.1149810Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:26:51.1150168Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T16:26:51.1150622Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:26:51.1151529Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:26:51.1152353Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T16:26:51.1153022Z CUDATOOLKIT_CHANNEL: 2023-08-09T16:26:51.1153240Z ##[endgroup] 2023-08-09T16:26:51.6047162Z + cat 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T16:26:51.6264211Z export BUILD_VERSION='2.1.0.dev20230809' 2023-08-09T16:26:51.6264699Z 2023-08-09T16:26:51.6264933Z export CMAKE_USE_CUDA='1' 2023-08-09T16:26:51.6265253Z 2023-08-09T16:26:51.6265485Z export CONDA_BUILD_VARIANT='cuda' 2023-08-09T16:26:51.6265796Z 2023-08-09T16:26:51.6266182Z export CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=11.8 # [not osx]' 2023-08-09T16:26:51.6266641Z 2023-08-09T16:26:51.6266993Z export CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:26:51.6267747Z + source 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T16:26:51.6269184Z 2023-08-09T16:26:51.6269810Z export CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:26:51.6271503Z ++ export BUILD_VERSION=2.1.0.dev20230809 2023-08-09T16:26:51.6272670Z ++ BUILD_VERSION=2.1.0.dev20230809 2023-08-09T16:26:51.6273623Z ++ export CMAKE_USE_CUDA=1 2023-08-09T16:26:51.6274140Z ++ CMAKE_USE_CUDA=1 2023-08-09T16:26:51.6274634Z ++ export CONDA_BUILD_VARIANT=cuda 2023-08-09T16:26:51.6275217Z ++ CONDA_BUILD_VARIANT=cuda 2023-08-09T16:26:51.6275854Z ++ export 'CONDA_CUDATOOLKIT_CONSTRAINT=- pytorch-cuda=11.8 # [not osx]' 2023-08-09T16:26:51.6276990Z ++ CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=11.8 # [not osx]' 2023-08-09T16:26:51.6277437Z 2023-08-09T16:26:51.6277720Z export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T16:26:51.6278063Z 2023-08-09T16:26:51.6278474Z export CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:26:51.6278950Z 2023-08-09T16:26:51.6279355Z export CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:26:51.6283005Z 2023-08-09T16:26:51.6283297Z export FORCE_CUDA=1 2023-08-09T16:26:51.6283600Z 2023-08-09T16:26:51.6284028Z export PATH="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8/bin:${PATH}" 2023-08-09T16:26:51.6284521Z 2023-08-09T16:26:51.6284767Z export PYTORCH_VERSION='2.1.0.dev20230808' 2023-08-09T16:26:51.6285120Z 2023-08-09T16:26:51.6285370Z export PYTORCH_VERSION_SUFFIX='' 2023-08-09T16:26:51.6286046Z 2023-08-09T16:26:51.6286352Z export TORCH_CUDA_ARCH_LIST='3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6' 2023-08-09T16:26:51.6286721Z 2023-08-09T16:26:51.6286936Z export VERSION_SUFFIX='' 2023-08-09T16:26:51.6287241Z 2023-08-09T16:26:51.6287436Z export WHEEL_DIR='' 2023-08-09T16:26:51.6287673Z 2023-08-09T16:26:51.6287684Z 2023-08-09T16:26:51.6288089Z ++ export 'CONDA_PYTORCH_BUILD_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T16:26:51.6288902Z ++ CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:26:51.6289689Z ++ export 'CONDA_PYTORCH_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T16:26:51.6290441Z ++ CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:26:51.6291100Z ++ export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T16:26:51.6291650Z ++ CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T16:26:51.6292397Z ++ export 'CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:26:51.6293274Z ++ CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:26:51.6294155Z ++ export 'CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:26:51.6294991Z ++ CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:26:51.6295647Z ++ export FORCE_CUDA=1 2023-08-09T16:26:51.6296117Z ++ FORCE_CUDA=1 2023-08-09T16:26:51.6298264Z ++ export 'PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8/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-09T16:26:51.6301894Z ++ PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8/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-09T16:26:51.6303926Z ++ export PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T16:26:51.6304531Z ++ PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T16:26:51.6305110Z ++ export PYTORCH_VERSION_SUFFIX= 2023-08-09T16:26:51.6305635Z ++ PYTORCH_VERSION_SUFFIX= 2023-08-09T16:26:51.6306253Z ++ export 'TORCH_CUDA_ARCH_LIST=3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6' 2023-08-09T16:26:51.6306925Z ++ TORCH_CUDA_ARCH_LIST='3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6' 2023-08-09T16:26:51.6307501Z ++ export VERSION_SUFFIX= 2023-08-09T16:26:51.6307942Z ++ VERSION_SUFFIX= 2023-08-09T16:26:51.6308377Z ++ export WHEEL_DIR= 2023-08-09T16:26:51.6308829Z ++ WHEEL_DIR= 2023-08-09T16:26:51.6309321Z + export VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T16:26:51.6309865Z + VSTOOLCHAIN_PACKAGE=vs2019 2023-08-09T16:26:51.6310380Z + export VSDEVCMD_ARGS= 2023-08-09T16:26:51.6310856Z + VSDEVCMD_ARGS= 2023-08-09T16:26:51.6311770Z + conda build -c defaults -c nvidia -c pytorch-nightly --no-anaconda-upload --no-test --python 3.10 --output-folder distr/ packaging/torchaudio 2023-08-09T16:26:53.5940073Z WARNING: No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.22 2023-08-09T16:26:53.6626611Z Adding in variants from internal_defaults 2023-08-09T16:26:53.6627871Z Adding in variants from C:\actions-runner\_work\audio\audio\pytorch\audio\packaging\torchaudio\conda_build_config.yaml 2023-08-09T16:26:53.6629866Z Adding in variants from config.variant 2023-08-09T16:26:53.6862145Z 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-09T16:26:53.6863342Z warnings.warn( 2023-08-09T16:26:53.6863878Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:494: UserWarning: The environment variable 'USE_CUDA' is undefined. 2023-08-09T16:26:53.6864592Z warnings.warn( 2023-08-09T16:26:53.6865373Z 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\v11.8'. 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-09T16:26:53.6866072Z warnings.warn( 2023-08-09T16:26:53.6866758Z 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 '3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6'. 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-09T16:26:53.6867422Z warnings.warn( 2023-08-09T16:26:53.6867876Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:494: UserWarning: The environment variable 'USE_FFMPEG' is undefined. 2023-08-09T16:26:53.6868301Z warnings.warn( 2023-08-09T16:26:53.6868730Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:494: UserWarning: The environment variable 'USE_OPENMP' is undefined. 2023-08-09T16:26:53.6869160Z warnings.warn( 2023-08-09T16:26:53.6869640Z C:\Jenkins\Miniconda3\lib\site-packages\conda_build\environ.py:494: UserWarning: The environment variable 'MACOSX_DEPLOYMENT_TARGET' is undefined. 2023-08-09T16:26:53.6870094Z warnings.warn( 2023-08-09T16:26:53.8594768Z Attempting to finalize metadata for torchaudio 2023-08-09T16:27:12.6656788Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T16:27:13.0505156Z Solving environment: ...working... done 2023-08-09T16:27:15.8117741Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T16:27:23.2438811Z Solving environment: ...working... done 2023-08-09T16:27:30.7786619Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T16:27:38.5725166Z Solving environment: ...working... done 2023-08-09T16:27:38.6927541Z BUILD START: ['torchaudio-2.1.0.dev20230809-py310_cu118.tar.bz2'] 2023-08-09T16:27:40.7610364Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T16:27:48.4623974Z Solving environment: ...working... done 2023-08-09T16:33:53.9640996Z 2023-08-09T16:33:53.9641555Z ## Package Plan ## 2023-08-09T16:33:53.9641900Z 2023-08-09T16:33:53.9642439Z environment location: C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\_h_env 2023-08-09T16:33:53.9643034Z 2023-08-09T16:33:53.9643045Z 2023-08-09T16:33:53.9643383Z The following NEW packages will be INSTALLED: 2023-08-09T16:33:53.9643721Z 2023-08-09T16:33:53.9643879Z blas: 1.0-mkl 2023-08-09T16:33:53.9644222Z bzip2: 1.0.8-he774522_0 2023-08-09T16:33:53.9644630Z ca-certificates: 2023.05.30-haa95532_0 2023-08-09T16:33:53.9645262Z cmake: 3.26.4-h693b641_0 2023-08-09T16:33:53.9645630Z cuda-cccl: 12.2.128-0 nvidia 2023-08-09T16:33:53.9645987Z cuda-cudart: 11.8.89-0 nvidia 2023-08-09T16:33:53.9646358Z cuda-cudart-dev: 11.8.89-0 nvidia 2023-08-09T16:33:53.9646698Z cuda-cupti: 11.8.87-0 nvidia 2023-08-09T16:33:53.9647241Z cuda-libraries: 11.8.0-0 nvidia 2023-08-09T16:33:53.9647614Z cuda-libraries-dev: 11.8.0-0 nvidia 2023-08-09T16:33:53.9647979Z cuda-nvrtc: 11.8.89-0 nvidia 2023-08-09T16:33:53.9648340Z cuda-nvrtc-dev: 11.8.89-0 nvidia 2023-08-09T16:33:53.9648671Z cuda-nvtx: 11.8.86-0 nvidia 2023-08-09T16:33:53.9649184Z cuda-profiler-api: 12.2.128-0 nvidia 2023-08-09T16:33:53.9649562Z cuda-runtime: 11.8.0-0 nvidia 2023-08-09T16:33:53.9649912Z filelock: 3.9.0-py310haa95532_0 2023-08-09T16:33:53.9650388Z intel-openmp: 2023.1.0-h59b6b97_46319 2023-08-09T16:33:53.9650872Z jinja2: 3.1.2-py310haa95532_0 2023-08-09T16:33:53.9651222Z libcublas: 11.11.3.6-0 nvidia 2023-08-09T16:33:53.9651573Z libcublas-dev: 11.11.3.6-0 nvidia 2023-08-09T16:33:53.9651916Z libcufft: 10.9.0.58-0 nvidia 2023-08-09T16:33:53.9652239Z libcufft-dev: 10.9.0.58-0 nvidia 2023-08-09T16:33:53.9652586Z libcurand: 10.3.3.129-0 nvidia 2023-08-09T16:33:53.9652934Z libcurand-dev: 10.3.3.129-0 nvidia 2023-08-09T16:33:53.9653284Z libcusolver: 11.4.1.48-0 nvidia 2023-08-09T16:33:53.9653610Z libcusolver-dev: 11.4.1.48-0 nvidia 2023-08-09T16:33:53.9653973Z libcusparse: 11.7.5.86-0 nvidia 2023-08-09T16:33:53.9654334Z libcusparse-dev: 11.7.5.86-0 nvidia 2023-08-09T16:33:53.9654686Z libffi: 3.4.4-hd77b12b_0 2023-08-09T16:33:53.9655015Z libnpp: 11.8.0.86-0 nvidia 2023-08-09T16:33:53.9655335Z libnpp-dev: 11.8.0.86-0 nvidia 2023-08-09T16:33:53.9655683Z libnvjpeg: 11.9.0.86-0 nvidia 2023-08-09T16:33:53.9656034Z libnvjpeg-dev: 11.9.0.86-0 nvidia 2023-08-09T16:33:53.9656507Z libuv: 1.44.2-h2bbff1b_0 2023-08-09T16:33:53.9656812Z lz4-c: 1.9.4-h2bbff1b_0 2023-08-09T16:33:53.9657164Z markupsafe: 2.1.1-py310h2bbff1b_0 2023-08-09T16:33:53.9657781Z mkl: 2023.1.0-h6b88ed4_46357 2023-08-09T16:33:53.9658121Z mpmath: 1.3.0-py310haa95532_0 2023-08-09T16:33:53.9658461Z networkx: 3.1-py310haa95532_0 2023-08-09T16:33:53.9658765Z ninja: 1.10.2-haa95532_5 2023-08-09T16:33:53.9659220Z ninja-base: 1.10.2-h6d14046_5 2023-08-09T16:33:53.9659571Z openssl: 3.0.10-h2bbff1b_0 2023-08-09T16:33:53.9659912Z pip: 23.2.1-py310haa95532_0 2023-08-09T16:33:53.9660217Z python: 3.10.12-he1021f5_0 2023-08-09T16:33:53.9660694Z pytorch: 2.1.0.dev20230808-py3.10_cuda11.8_cudnn8_0 pytorch-nightly 2023-08-09T16:33:53.9661090Z pytorch-cuda: 11.8-h24eeafa_5 pytorch-nightly 2023-08-09T16:33:53.9661481Z pytorch-mutex: 1.0-cuda pytorch-nightly 2023-08-09T16:33:53.9661897Z pyyaml: 6.0-py310h2bbff1b_1 2023-08-09T16:33:53.9662220Z setuptools: 68.0.0-py310haa95532_0 2023-08-09T16:33:53.9662565Z sqlite: 3.41.2-h2bbff1b_0 2023-08-09T16:33:53.9662902Z sympy: 1.11.1-py310haa95532_0 2023-08-09T16:33:53.9663496Z tbb: 2021.8.0-h59b6b97_0 2023-08-09T16:33:53.9663789Z tk: 8.6.12-h2bbff1b_0 2023-08-09T16:33:53.9664280Z typing_extensions: 4.7.1-py310haa95532_0 2023-08-09T16:33:53.9664778Z tzdata: 2023c-h04d1e81_0 2023-08-09T16:33:53.9665106Z vc: 14.2-h21ff451_1 2023-08-09T16:33:53.9665431Z vs2015_runtime: 14.27.29016-h5e58377_2 2023-08-09T16:33:53.9665740Z wheel: 0.38.4-py310haa95532_0 2023-08-09T16:33:53.9666174Z xz: 5.4.2-h8cc25b3_0 2023-08-09T16:33:53.9666678Z yaml: 0.2.5-he774522_0 2023-08-09T16:33:53.9667001Z zlib: 1.2.13-h8cc25b3_0 2023-08-09T16:33:53.9667429Z zstd: 1.5.5-hd43e919_0 2023-08-09T16:33:53.9667759Z 2023-08-09T16:33:55.9337004Z Preparing transaction: ...working... done 2023-08-09T16:34:05.1146249Z Verifying transaction: ...working... done 2023-08-09T16:34:27.0820335Z Executing transaction: ...working... done 2023-08-09T16:34:29.4057745Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T16:34:30.1236838Z Solving environment: ...working... done 2023-08-09T16:34:30.3339207Z 2023-08-09T16:34:30.3339748Z ## Package Plan ## 2023-08-09T16:34:30.3339986Z 2023-08-09T16:34:30.3344306Z environment location: C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\_build_env 2023-08-09T16:34:30.3345274Z 2023-08-09T16:34:30.3345288Z 2023-08-09T16:34:30.3345606Z The following NEW packages will be INSTALLED: 2023-08-09T16:34:30.3346011Z 2023-08-09T16:34:30.3346242Z vs2019_win-64: 19.27.29111-ha89c4d3_2 2023-08-09T16:34:30.3347686Z vswhere: 2.8.4-haa95532_0 2023-08-09T16:34:30.3347989Z 2023-08-09T16:34:30.3404001Z Preparing transaction: ...working... done 2023-08-09T16:34:30.9144563Z Verifying transaction: ...working... done 2023-08-09T16:34:30.9559484Z Executing transaction: ...working... done 2023-08-09T16:35:00.2675953Z C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\_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-09T16:35:00.2677961Z device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), 2023-08-09T16:35:03.2602799Z C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\_h_env\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2023-08-09T16:35:03.2603367Z !! 2023-08-09T16:35:03.2603518Z 2023-08-09T16:35:03.2603669Z ******************************************************************************** 2023-08-09T16:35:03.2604445Z Please avoid running ``setup.py`` directly. 2023-08-09T16:35:03.2604989Z Instead, use pypa/build, pypa/installer or other 2023-08-09T16:35:03.2605429Z standards-based tools. 2023-08-09T16:35:03.2605600Z 2023-08-09T16:35:03.2605863Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2023-08-09T16:35:03.2606274Z ******************************************************************************** 2023-08-09T16:35:03.2606452Z 2023-08-09T16:35:03.2606508Z !! 2023-08-09T16:35:03.2606752Z self.initialize_options() 2023-08-09T16:35:03.3202339Z Copying C:\actions-runner\_work\audio\audio\pytorch\audio to C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\work\ 2023-08-09T16:35:03.3203284Z source tree in: C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\work 2023-08-09T16:35:03.3203816Z Rewriting env in output: {'BUILD_PREFIX': 'C:\\Jenkins\\Miniconda3\\conda-bld\\torchaudio_1691598413643\\_build_env', 2023-08-09T16:35:03.3204336Z 'PREFIX': 'C:\\Jenkins\\Miniconda3\\conda-bld\\torchaudio_1691598413643\\_h_env', 2023-08-09T16:35:03.3204907Z 'SRC_DIR': 'C:\\Jenkins\\Miniconda3\\conda-bld\\torchaudio_1691598413643\\work'} 2023-08-09T16:35:03.3205158Z 2023-08-09T16:35:03.3205302Z %SRC_DIR%>IF "" == "" (call %SRC_DIR%\build_env_setup.bat ) 2023-08-09T16:35:03.3205505Z 2023-08-09T16:35:03.3205623Z %SRC_DIR%>set "CONDA_BUILD=1" 2023-08-09T16:35:03.3205789Z 2023-08-09T16:35:03.3205923Z %SRC_DIR%>set "PYTHONNOUSERSITE=1" 2023-08-09T16:35:03.3206105Z 2023-08-09T16:35:03.3206396Z %SRC_DIR%>set "CONDA_DEFAULT_ENV=%PREFIX%" 2023-08-09T16:35:03.3206595Z 2023-08-09T16:35:03.3206708Z %SRC_DIR%>set "ARCH=64" 2023-08-09T16:35:03.3206862Z 2023-08-09T16:35:03.3206956Z %SRC_DIR%>set "PREFIX=%PREFIX%" 2023-08-09T16:35:03.3207254Z 2023-08-09T16:35:03.3207405Z %SRC_DIR%>set "BUILD_PREFIX=%BUILD_PREFIX%" 2023-08-09T16:35:03.3207716Z 2023-08-09T16:35:03.3207874Z %SRC_DIR%>set "SYS_PREFIX=C:\Jenkins\Miniconda3" 2023-08-09T16:35:03.3208077Z 2023-08-09T16:35:03.3208256Z %SRC_DIR%>set "SYS_PYTHON=C:\Jenkins\Miniconda3\python.exe" 2023-08-09T16:35:03.3208471Z 2023-08-09T16:35:03.3208586Z %SRC_DIR%>set "SUBDIR=win-64" 2023-08-09T16:35:03.3208724Z 2023-08-09T16:35:03.3208854Z %SRC_DIR%>set "build_platform=win-64" 2023-08-09T16:35:03.3209031Z 2023-08-09T16:35:03.3209148Z %SRC_DIR%>set "SRC_DIR=%SRC_DIR%" 2023-08-09T16:35:03.3209312Z 2023-08-09T16:35:03.3209450Z %SRC_DIR%>set "ROOT=C:\Jenkins\Miniconda3" 2023-08-09T16:35:03.3209634Z 2023-08-09T16:35:03.3209754Z %SRC_DIR%>set "CONDA_PY=310" 2023-08-09T16:35:03.3209915Z 2023-08-09T16:35:03.3210019Z %SRC_DIR%>set "PY3K=1" 2023-08-09T16:35:03.3210145Z 2023-08-09T16:35:03.3210258Z %SRC_DIR%>set "PY_VER=3.10" 2023-08-09T16:35:03.3210416Z 2023-08-09T16:35:03.3210547Z %SRC_DIR%>set "STDLIB_DIR=%PREFIX%\Lib" 2023-08-09T16:35:03.3210725Z 2023-08-09T16:35:03.3210882Z %SRC_DIR%>set "SP_DIR=%PREFIX%\Lib\site-packages" 2023-08-09T16:35:03.3211089Z 2023-08-09T16:35:03.3211233Z %SRC_DIR%>set "PYTHON=%PREFIX%\python.exe" 2023-08-09T16:35:03.3211418Z 2023-08-09T16:35:03.3211504Z %SRC_DIR%>set "NPY_VER=1.22" 2023-08-09T16:35:03.3211665Z 2023-08-09T16:35:03.3211779Z %SRC_DIR%>set "CONDA_NPY=1.22" 2023-08-09T16:35:03.3211938Z 2023-08-09T16:35:03.3212085Z %SRC_DIR%>set "NPY_DISTUTILS_APPEND_FLAGS=1" 2023-08-09T16:35:03.3212273Z 2023-08-09T16:35:03.3212387Z %SRC_DIR%>set "PERL_VER=5.26" 2023-08-09T16:35:03.3212547Z 2023-08-09T16:35:03.3212665Z %SRC_DIR%>set "CONDA_PERL=5.26.2" 2023-08-09T16:35:03.3212804Z 2023-08-09T16:35:03.3213296Z %SRC_DIR%>set "LUA_VER=5" 2023-08-09T16:35:03.3213478Z 2023-08-09T16:35:03.3213597Z %SRC_DIR%>set "CONDA_LUA=5" 2023-08-09T16:35:03.3213757Z 2023-08-09T16:35:03.3213862Z %SRC_DIR%>set "R_VER=3.4" 2023-08-09T16:35:03.3214152Z 2023-08-09T16:35:03.3214266Z %SRC_DIR%>set "CONDA_R=3.4" 2023-08-09T16:35:03.3214572Z 2023-08-09T16:35:03.3214702Z %SRC_DIR%>set "BUILD_VERSION=2.1.0.dev20230809" 2023-08-09T16:35:03.3215085Z 2023-08-09T16:35:03.3215395Z %SRC_DIR%>set "CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8" 2023-08-09T16:35:03.3215676Z 2023-08-09T16:35:03.3215880Z %SRC_DIR%>set "TORCH_CUDA_ARCH_LIST=3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6" 2023-08-09T16:35:03.3216128Z 2023-08-09T16:35:03.3216310Z %SRC_DIR%>set "GIT_DESCRIBE_HASH=gfe9b9ff" 2023-08-09T16:35:03.3216532Z 2023-08-09T16:35:03.3216763Z %SRC_DIR%>set "GIT_FULL_HASH=fe9b9ff75edebf1e0e326f64577d64df3b5858db" 2023-08-09T16:35:03.3217035Z 2023-08-09T16:35:03.3217216Z %SRC_DIR%>set "PKG_NAME=torchaudio" 2023-08-09T16:35:03.3217372Z 2023-08-09T16:35:03.3217538Z %SRC_DIR%>set "PKG_VERSION=2.1.0.dev20230809" 2023-08-09T16:35:03.3217743Z 2023-08-09T16:35:03.3217899Z %SRC_DIR%>set "PKG_BUILDNUM=0" 2023-08-09T16:35:03.3218101Z 2023-08-09T16:35:03.3218288Z %SRC_DIR%>set "PKG_BUILD_STRING=placeholder" 2023-08-09T16:35:03.3218516Z 2023-08-09T16:35:03.3218671Z %SRC_DIR%>set "PKG_HASH=1234567" 2023-08-09T16:35:03.3218897Z 2023-08-09T16:35:03.3219138Z %SRC_DIR%>set "RECIPE_DIR=C:\actions-runner\_work\audio\audio\pytorch\audio\packaging\torchaudio" 2023-08-09T16:35:03.3219468Z 2023-08-09T16:35:03.3219619Z %SRC_DIR%>set "CPU_COUNT=8" 2023-08-09T16:35:03.3219953Z 2023-08-09T16:35:03.3220137Z %SRC_DIR%>set "LANG=en_US.UTF-8" 2023-08-09T16:35:03.3220346Z 2023-08-09T16:35:03.3220501Z %SRC_DIR%>set "SHLIB_EXT=.dll" 2023-08-09T16:35:03.3220802Z 2023-08-09T16:35:03.3222785Z %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\v11.8\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-09T16:35:03.3224948Z 2023-08-09T16:35:03.3225128Z %SRC_DIR%>set "SCRIPTS=%PREFIX%\Scripts" 2023-08-09T16:35:03.3225360Z 2023-08-09T16:35:03.3225552Z %SRC_DIR%>set "LIBRARY_PREFIX=%PREFIX%\Library" 2023-08-09T16:35:03.3225759Z 2023-08-09T16:35:03.3225962Z %SRC_DIR%>set "LIBRARY_BIN=%PREFIX%\Library\bin" 2023-08-09T16:35:03.3226181Z 2023-08-09T16:35:03.3226318Z %SRC_DIR%>set "LIBRARY_INC=%PREFIX%\Library\include" 2023-08-09T16:35:03.3226764Z 2023-08-09T16:35:03.3226960Z %SRC_DIR%>set "LIBRARY_LIB=%PREFIX%\Library\lib" 2023-08-09T16:35:03.3227308Z 2023-08-09T16:35:03.3227716Z %SRC_DIR%>set "CYGWIN_PREFIX=/cygdrive/c/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/_h_env" 2023-08-09T16:35:03.3228039Z 2023-08-09T16:35:03.3228240Z %SRC_DIR%>set "ALLUSERSPROFILE=C:\ProgramData" 2023-08-09T16:35:03.3228497Z 2023-08-09T16:35:03.3228710Z %SRC_DIR%>set "APPDATA=C:\Users\runneruser\AppData\Roaming" 2023-08-09T16:35:03.3228957Z 2023-08-09T16:35:03.3229125Z %SRC_DIR%>set "CommonProgramFiles=C:\Program Files\Common Files" 2023-08-09T16:35:03.3229389Z 2023-08-09T16:35:03.3229751Z %SRC_DIR%>set "CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files" 2023-08-09T16:35:03.3230042Z 2023-08-09T16:35:03.3230264Z %SRC_DIR%>set "CommonProgramW6432=C:\Program Files\Common Files" 2023-08-09T16:35:03.3230519Z 2023-08-09T16:35:03.3230727Z %SRC_DIR%>set "COMPUTERNAME=EC2AMAZ-6LOQP3S" 2023-08-09T16:35:03.3230952Z 2023-08-09T16:35:03.3231250Z %SRC_DIR%>set "ComSpec=C:\Windows\system32\cmd.exe" 2023-08-09T16:35:03.3231475Z 2023-08-09T16:35:03.3231702Z %SRC_DIR%>set "LOCALAPPDATA=C:\Users\runneruser\AppData\Local" 2023-08-09T16:35:03.3231903Z 2023-08-09T16:35:03.3232076Z %SRC_DIR%>set "NUMBER_OF_PROCESSORS=8" 2023-08-09T16:35:03.3232282Z 2023-08-09T16:35:03.3232502Z %SRC_DIR%>set "PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" 2023-08-09T16:35:03.3232776Z 2023-08-09T16:35:03.3233091Z %SRC_DIR%>set "ProgramData=C:\ProgramData" 2023-08-09T16:35:03.3233345Z 2023-08-09T16:35:03.3233540Z %SRC_DIR%>set "ProgramFiles=C:\Program Files" 2023-08-09T16:35:03.3233767Z 2023-08-09T16:35:03.3234083Z %SRC_DIR%>set "ProgramFiles(x86)=C:\Program Files (x86)" 2023-08-09T16:35:03.3234367Z 2023-08-09T16:35:03.3234555Z %SRC_DIR%>set "ProgramW6432=C:\Program Files" 2023-08-09T16:35:03.3234778Z 2023-08-09T16:35:03.3234993Z %SRC_DIR%>set "PROMPT=$P$G" 2023-08-09T16:35:03.3235197Z 2023-08-09T16:35:03.3235628Z %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-09T16:35:03.3236083Z 2023-08-09T16:35:03.3236253Z %SRC_DIR%>set "PUBLIC=C:\Users\Public" 2023-08-09T16:35:03.3236471Z 2023-08-09T16:35:03.3236626Z %SRC_DIR%>set "SystemDrive=C:" 2023-08-09T16:35:03.3236770Z 2023-08-09T16:35:03.3236938Z %SRC_DIR%>set "SystemRoot=C:\Windows" 2023-08-09T16:35:03.3237168Z 2023-08-09T16:35:03.3237380Z %SRC_DIR%>set "TEMP=C:\Users\RUNNER~1\AppData\Local\Temp" 2023-08-09T16:35:03.3262379Z 2023-08-09T16:35:03.3262626Z %SRC_DIR%>set "TMP=C:\Users\RUNNER~1\AppData\Local\Temp" 2023-08-09T16:35:03.3262860Z 2023-08-09T16:35:03.3263014Z %SRC_DIR%>set "USERDOMAIN=EC2AMAZ-6LOQP3S" 2023-08-09T16:35:03.3263196Z 2023-08-09T16:35:03.3263303Z %SRC_DIR%>set "USERNAME=runneruser" 2023-08-09T16:35:03.3263483Z 2023-08-09T16:35:03.3263639Z %SRC_DIR%>set "USERPROFILE=C:\Users\runneruser" 2023-08-09T16:35:03.3263843Z 2023-08-09T16:35:03.3263963Z %SRC_DIR%>set "windir=C:\Windows" 2023-08-09T16:35:03.3264183Z 2023-08-09T16:35:03.3264443Z %SRC_DIR%>set "PROCESSOR_ARCHITECTURE=AMD64" 2023-08-09T16:35:03.3264766Z 2023-08-09T16:35:03.3265095Z %SRC_DIR%>set "PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 79 Stepping 1, GenuineIntel" 2023-08-09T16:35:03.3265435Z 2023-08-09T16:35:03.3265729Z %SRC_DIR%>set "BUILD=amd64-pc-windows-19.0.0" 2023-08-09T16:35:03.3266057Z 2023-08-09T16:35:03.3266559Z %SRC_DIR%>set "extend_keys={'extend_keys', 'ignore_version', 'ignore_build_only_deps', 'pin_run_as_build'}" 2023-08-09T16:35:03.3267043Z 2023-08-09T16:35:03.3267228Z %SRC_DIR%>set "zip_keys=[['vc', 'c_compiler', 'cxx_compiler']]" 2023-08-09T16:35:03.3267446Z 2023-08-09T16:35:03.3267617Z %SRC_DIR%>set "ignore_build_only_deps={'python', 'numpy'}" 2023-08-09T16:35:03.3267856Z 2023-08-09T16:35:03.3268369Z %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-09T16:35:03.3268909Z 2023-08-09T16:35:03.3269139Z %SRC_DIR%>set "target_platform=win-64" 2023-08-09T16:35:03.3269413Z 2023-08-09T16:35:03.3269682Z %SRC_DIR%>set "cpu_optimization_target=nocona" 2023-08-09T16:35:03.3270020Z 2023-08-09T16:35:03.3270285Z %SRC_DIR%>set "cross_compiler_target_platform=win-64" 2023-08-09T16:35:03.3270619Z 2023-08-09T16:35:03.3270943Z %SRC_DIR%>set "cran_mirror=https://cran.r-project.org" 2023-08-09T16:35:03.3271299Z 2023-08-09T16:35:03.3271546Z %SRC_DIR%>set "fortran_compiler=gfortran" 2023-08-09T16:35:03.3272201Z 2023-08-09T16:35:03.3272406Z %SRC_DIR%>set "r_base=3.4" 2023-08-09T16:35:03.3272651Z 2023-08-09T16:35:03.3272837Z %SRC_DIR%>set "cxx_compiler=vs2019" 2023-08-09T16:35:03.3273190Z 2023-08-09T16:35:03.3273406Z %SRC_DIR%>set "vc=14" 2023-08-09T16:35:03.3273657Z 2023-08-09T16:35:03.3273860Z %SRC_DIR%>set "c_compiler=vs2019" 2023-08-09T16:35:03.3274161Z 2023-08-09T16:35:03.3274627Z %SRC_DIR%>set "CONDA_BUILD_STATE=BUILD" 2023-08-09T16:35:03.3274952Z 2023-08-09T16:35:03.3275189Z %SRC_DIR%>set "PIP_NO_BUILD_ISOLATION=False" 2023-08-09T16:35:03.3275507Z 2023-08-09T16:35:03.3275765Z %SRC_DIR%>set "PIP_NO_DEPENDENCIES=True" 2023-08-09T16:35:03.3276109Z 2023-08-09T16:35:03.3276364Z %SRC_DIR%>set "PIP_IGNORE_INSTALLED=True" 2023-08-09T16:35:03.3276704Z 2023-08-09T16:35:03.3277153Z %SRC_DIR%>set "PIP_CACHE_DIR=C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\pip_cache" 2023-08-09T16:35:03.3277654Z 2023-08-09T16:35:03.3277894Z %SRC_DIR%>set "PIP_NO_INDEX=True" 2023-08-09T16:35:03.3278215Z 2023-08-09T16:35:03.3278467Z %SRC_DIR%>set "INCLUDE=%PREFIX%\Library\include;" 2023-08-09T16:35:03.3279041Z 2023-08-09T16:35:03.3279299Z %SRC_DIR%>set "LIB=%PREFIX%\Library\lib;" 2023-08-09T16:35:03.3279786Z 2023-08-09T16:35:03.3280251Z %SRC_DIR%>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda_hook.bat" 2023-08-09T16:35:03.3280692Z 2023-08-09T16:35:03.3281137Z %SRC_DIR%>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda.bat" activate "%PREFIX%" 2023-08-09T16:35:03.3281613Z 2023-08-09T16:35:03.3282202Z (%PREFIX%) %SRC_DIR%>call "C:\Jenkins\Miniconda3\Scripts\..\condabin\conda.bat" activate --stack "%BUILD_PREFIX%" 2023-08-09T16:35:03.3282790Z 2023-08-09T16:35:03.3283001Z %SRC_DIR%>SET DISTUTILS_USE_SDK=1 2023-08-09T16:35:03.3283324Z 2023-08-09T16:35:03.3283510Z %SRC_DIR%>SET MSSdk=1 2023-08-09T16:35:03.3283793Z 2023-08-09T16:35:03.3284007Z %SRC_DIR%>SET "VS_VERSION=16.5" 2023-08-09T16:35:03.3284315Z 2023-08-09T16:35:03.3284538Z %SRC_DIR%>SET "VS_MAJOR=16" 2023-08-09T16:35:03.3284839Z 2023-08-09T16:35:03.3285038Z %SRC_DIR%>SET "VS_YEAR=2019" 2023-08-09T16:35:03.3285340Z 2023-08-09T16:35:03.3285719Z %SRC_DIR%>set "MSYS2_ARG_CONV_EXCL=/AI;/AL;/OUT;/out" 2023-08-09T16:35:03.3286099Z 2023-08-09T16:35:03.3286415Z %SRC_DIR%>set "MSYS2_ENV_CONV_EXCL=CL" 2023-08-09T16:35:03.3286796Z 2023-08-09T16:35:03.3287178Z %SRC_DIR%>set "PY_VCRUNTIME_REDIST=%PREFIX%\bin\vcruntime140.dll" 2023-08-09T16:35:03.3287617Z 2023-08-09T16:35:03.3287817Z %SRC_DIR%>set "CXX=cl.exe" 2023-08-09T16:35:03.3288123Z 2023-08-09T16:35:03.3288318Z %SRC_DIR%>set "CC=cl.exe" 2023-08-09T16:35:03.3288565Z 2023-08-09T16:35:03.3288715Z %SRC_DIR%>set "VSINSTALLDIR=" 2023-08-09T16:35:03.3288884Z 2023-08-09T16:35:03.3289218Z %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-09T16:35:03.3289563Z 2023-08-09T16:35:03.3289810Z %SRC_DIR%>(set "VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\" ) 2023-08-09T16:35:03.3290078Z 2023-08-09T16:35:03.3290612Z %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-09T16:35:03.3291166Z 2023-08-09T16:35:03.3291517Z %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-09T16:35:03.3292002Z 2023-08-09T16:35:03.5282870Z %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-09T16:35:03.5283795Z 2023-08-09T16:35:03.5285658Z %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-09T16:35:03.5286398Z 2023-08-09T16:35:03.5287040Z %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-09T16:35:03.5287738Z 2023-08-09T16:35:03.5288220Z %SRC_DIR%>IF NOT "1" == "" ( 2023-08-09T16:35:03.5288944Z set "INCLUDE=%PREFIX%\Library\include;%PREFIX%\Library\include;" 2023-08-09T16:35:03.5289645Z set "LIB=%PREFIX%\Library\lib;%PREFIX%\Library\lib;" 2023-08-09T16:35:03.5290354Z set "CMAKE_PREFIX_PATH=%PREFIX%\Library;" 2023-08-09T16:35:03.5290843Z ) 2023-08-09T16:35:03.5291068Z 2023-08-09T16:35:03.5293198Z %SRC_DIR%>call :GetWin10SdkDir 2023-08-09T16:35:03.5293484Z 2023-08-09T16:35:03.5293865Z %SRC_DIR%>call :GetWin10SdkDirHelper HKLM\SOFTWARE\Wow6432Node 1>nul 2>&1 2023-08-09T16:35:03.5294280Z 2023-08-09T16:35:03.5294676Z %SRC_DIR%>if errorlevel 1 call :GetWin10SdkDirHelper HKCU\SOFTWARE\Wow6432Node 1>nul 2>&1 2023-08-09T16:35:03.5295136Z 2023-08-09T16:35:03.5295518Z %SRC_DIR%>if errorlevel 1 call :GetWin10SdkDirHelper HKLM\SOFTWARE 1>nul 2>&1 2023-08-09T16:35:03.5296084Z 2023-08-09T16:35:03.5296469Z %SRC_DIR%>if errorlevel 1 call :GetWin10SdkDirHelper HKCU\SOFTWARE 1>nul 2>&1 2023-08-09T16:35:03.5296988Z 2023-08-09T16:35:03.5297209Z %SRC_DIR%>if errorlevel 1 exit /B 1 2023-08-09T16:35:03.5297582Z 2023-08-09T16:35:03.5297722Z %SRC_DIR%>exit /B 0 2023-08-09T16:35:03.5297993Z 2023-08-09T16:35:03.5298523Z %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-09T16:35:03.5299104Z 2023-08-09T16:35:03.5299422Z %SRC_DIR%>(if NOT "10.0.19041.0" == "wdf" (SET WindowsSDKVer=10.0.19041.0 ) ) 2023-08-09T16:35:03.5299802Z 2023-08-09T16:35:03.5300375Z %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-09T16:35:03.5301203Z Windows SDK version found as: "10.0.19041.0" 2023-08-09T16:35:03.5301544Z 2023-08-09T16:35:03.5301759Z %SRC_DIR%>IF "win-64" == "win-64" ( 2023-08-09T16:35:03.5302204Z set "target_platform=amd64" 2023-08-09T16:35:03.5302901Z set "CMAKE_GEN=Visual Studio 16 2019 Win64" 2023-08-09T16:35:03.5303405Z set "BITS=64" 2023-08-09T16:35:03.5303904Z ) else ( 2023-08-09T16:35:03.5304383Z set "target_platform=x86" 2023-08-09T16:35:03.5304914Z set "CMAKE_GEN=Visual Studio 16 2019" 2023-08-09T16:35:03.5305384Z set "BITS=32" 2023-08-09T16:35:03.5305770Z ) 2023-08-09T16:35:03.5305959Z 2023-08-09T16:35:03.5306348Z %SRC_DIR%>pushd C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2023-08-09T16:35:03.5306645Z 2023-08-09T16:35:03.5306863Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools>set VSCMD_DEBUG=1 2023-08-09T16:35:03.5307125Z 2023-08-09T16:35:03.5307420Z 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-09T16:35:03.5307958Z [DEBUG:vcvarsall.bat] init with arguments 'x64 -vcvars_ver=14.2 10.0.19041.0' 2023-08-09T16:35:03.5308370Z [DEBUG:vcvarsall.bat] Command line parse completed with values: 2023-08-09T16:35:03.5308749Z [DEBUG:vcvarsall.bat] __VCVARSALL_TARGET_ARCH='x64' 2023-08-09T16:35:03.5309072Z [DEBUG:vcvarsall.bat] __VCVARSALL_HOST_ARCH='x64' 2023-08-09T16:35:03.5309417Z [DEBUG:vcvarsall.bat] __VCVARSALL_WINSDK='10.0.19041.0' 2023-08-09T16:35:03.5309878Z [DEBUG:vcvarsall.bat] __VCVARSALL_STORE='' 2023-08-09T16:35:03.5310198Z [DEBUG:vcvarsall.bat] __VCVARSALL_HELP='' 2023-08-09T16:35:03.5310611Z [DEBUG:vcvarsall.bat] __VCVARSALL_PARSE_ERROR='0' 2023-08-09T16:35:03.5311209Z [DEBUG:VsDevCmd] Writing pre-initialization environment to C:\Users\RUNNER~1\AppData\Local\Temp\dd_vsdevcmd16_preinit_env.log 2023-08-09T16:35:03.5311879Z [DEBUG:core\vsdevcmd_start] initializing with arguments '' 2023-08-09T16:35:03.5312284Z [DEBUG:core\parse_cmd.bat] initializaing with arguments '' 2023-08-09T16:35:03.5312605Z [DEBUG:VsDevCmd.bat] Found version "16.11.27" 2023-08-09T16:35:03.5312923Z ********************************************************************** 2023-08-09T16:35:03.5313251Z ** Visual Studio 2019 Developer Command Prompt v16.11.27 2023-08-09T16:35:03.5313717Z ** Copyright (c) 2021 Microsoft Corporation 2023-08-09T16:35:03.5313999Z ********************************************************************** 2023-08-09T16:35:03.5314314Z [DEBUG:VsDevCmd.bat] calling "core\dotnet.bat" 2023-08-09T16:35:03.5314633Z [DEBUG:core\dotnet.bat] init:COMPLETE 2023-08-09T16:35:03.5314955Z [DEBUG:VsDevCmd.bat] calling "core\msbuild.bat" 2023-08-09T16:35:03.5315283Z [DEBUG:core\msbuild.bat] initializing... 2023-08-09T16:35:03.5315566Z [DEBUG:core\msbuild.bat] init:COMPLETE 2023-08-09T16:35:03.5315890Z [DEBUG:VsDevCmd.bat] calling "core\winsdk.bat" 2023-08-09T16:35:03.5316331Z [DEBUG:winsdk.bat] initializing... 2023-08-09T16:35:03.5316609Z [DEBUG:core\winsdk.bat] init:COMPLETE 2023-08-09T16:35:03.5316930Z [DEBUG:VsDevCmd.bat] calling "ext\devinit.bat" 2023-08-09T16:35:03.5317458Z [DEBUG:ext\devinit.bat] init:COMPLETE 2023-08-09T16:35:03.5317787Z [DEBUG:VsDevCmd.bat] calling "ext\netfxsdk.bat" 2023-08-09T16:35:03.5318081Z [DEBUG:ext\netfxsdk.bat] init:COMPLETE 2023-08-09T16:35:03.5318411Z [DEBUG:VsDevCmd.bat] calling "ext\roslyn.bat" 2023-08-09T16:35:03.5318718Z [DEBUG:ext\roslyn.bat] init:COMPLETE 2023-08-09T16:35:03.5319047Z [DEBUG:VsDevCmd.bat] calling "ext\team_explorer.bat" 2023-08-09T16:35:03.5319365Z [DEBUG:ext\team_explorer.bat] init:COMPLETE 2023-08-09T16:35:03.5319699Z [DEBUG:VsDevCmd.bat] calling "ext\testwindow.bat" 2023-08-09T16:35:03.5320029Z [DEBUG:ext\testwindow.bat] init:COMPLETE 2023-08-09T16:35:03.5320355Z [DEBUG:VsDevCmd.bat] calling "ext\vcvars.bat" 2023-08-09T16:35:03.5320645Z [DEBUG:ext\vcvars.bat] init:COMPLETE 2023-08-09T16:35:03.5320946Z [DEBUG:VsDevCmd.bat] Sending telemetry 2023-08-09T16:35:03.5321290Z [DEBUG:core\vsdevcmd_end] initializing with arguments '' 2023-08-09T16:35:03.5321767Z [DEBUG:VsDevCmd] Writing post-execution environment to C:\Users\RUNNER~1\AppData\Local\Temp\dd_vsdevcmd16_env.log 2023-08-09T16:35:03.5322200Z [vcvarsall.bat] Environment initialized for: 'x64' 2023-08-09T16:35:03.5322518Z -- Git branch: nightly 2023-08-09T16:35:03.5322950Z -- Git SHA: fe9b9ff75edebf1e0e326f64577d64df3b5858db 2023-08-09T16:35:03.5323247Z -- Git tag: None 2023-08-09T16:35:03.5323531Z -- PyTorch dependency: torch==2.1.0.dev20230808 2023-08-09T16:35:03.5324000Z -- Building version 2.1.0.dev20230809 2023-08-09T16:35:03.5324265Z running install 2023-08-09T16:35:03.5324491Z running build 2023-08-09T16:35:03.5324693Z running build_py 2023-08-09T16:35:03.5324923Z creating build 2023-08-09T16:35:03.5325205Z creating build\lib.win-amd64-cpython-310 2023-08-09T16:35:03.5325565Z creating build\lib.win-amd64-cpython-310\torchaudio 2023-08-09T16:35:03.5325964Z copying torchaudio\kaldi_io.py -> build\lib.win-amd64-cpython-310\torchaudio 2023-08-09T16:35:03.5326431Z copying torchaudio\version.py -> build\lib.win-amd64-cpython-310\torchaudio 2023-08-09T16:35:03.5326886Z copying torchaudio\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio 2023-08-09T16:35:03.5327309Z creating build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T16:35:03.5327756Z copying torchaudio\backend\common.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T16:35:03.5328280Z copying torchaudio\backend\no_backend.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T16:35:03.5328826Z copying torchaudio\backend\soundfile_backend.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T16:35:03.5329489Z copying torchaudio\backend\sox_io_backend.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T16:35:03.5330147Z copying torchaudio\backend\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T16:35:03.5330834Z copying torchaudio\backend\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\backend 2023-08-09T16:35:03.5331298Z creating build\lib.win-amd64-cpython-310\torchaudio\compliance 2023-08-09T16:35:03.5331780Z copying torchaudio\compliance\kaldi.py -> build\lib.win-amd64-cpython-310\torchaudio\compliance 2023-08-09T16:35:03.5333251Z copying torchaudio\compliance\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\compliance 2023-08-09T16:35:03.5333694Z creating build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5334174Z copying torchaudio\datasets\cmuarctic.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5334706Z copying torchaudio\datasets\cmudict.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5335243Z copying torchaudio\datasets\commonvoice.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5335781Z copying torchaudio\datasets\dr_vctk.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5336449Z copying torchaudio\datasets\fluentcommands.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5337084Z copying torchaudio\datasets\gtzan.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5337708Z copying torchaudio\datasets\iemocap.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5338265Z copying torchaudio\datasets\librilight_limited.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5338809Z copying torchaudio\datasets\librimix.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5339320Z copying torchaudio\datasets\librispeech.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5339883Z copying torchaudio\datasets\librispeech_biasing.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5340441Z copying torchaudio\datasets\libritts.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5340963Z copying torchaudio\datasets\ljspeech.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5341479Z copying torchaudio\datasets\musdb_hq.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5341968Z copying torchaudio\datasets\quesst14.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5342487Z copying torchaudio\datasets\snips.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5343131Z copying torchaudio\datasets\speechcommands.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5343861Z copying torchaudio\datasets\tedlium.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5344356Z copying torchaudio\datasets\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5344872Z copying torchaudio\datasets\vctk.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5345403Z copying torchaudio\datasets\voxceleb1.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5345925Z copying torchaudio\datasets\yesno.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5346434Z copying torchaudio\datasets\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\datasets 2023-08-09T16:35:03.5346883Z creating build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T16:35:03.6285770Z CMake Error: CMAKE_GENERATOR was set but the specified generator doesn't exist. Using CMake default. 2023-08-09T16:35:36.6600828Z CMake Warning at C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/_h_env/lib/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2023-08-09T16:35:36.6602957Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2023-08-09T16:35:36.6603795Z to cmake instead of implicitly setting it as an env variable. This will 2023-08-09T16:35:36.6604323Z become a FATAL_ERROR in future version of pytorch. 2023-08-09T16:35:36.6611223Z Call Stack (most recent call first): 2023-08-09T16:35:36.6612105Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/_h_env/lib/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:343 (torch_cuda_get_nvcc_gencode_flag) 2023-08-09T16:35:36.6613519Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/_h_env/lib/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:87 (include) 2023-08-09T16:35:36.6614649Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/_h_env/lib/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2023-08-09T16:35:36.6615571Z cmake/TorchAudioHelper.cmake:1 (find_package) 2023-08-09T16:35:36.6616145Z CMakeLists.txt:93 (include) 2023-08-09T16:35:36.6616434Z 2023-08-09T16:35:36.6616445Z 2023-08-09T16:36:18.3232888Z copying torchaudio\functional\filtering.py -> build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T16:36:18.3262524Z copying torchaudio\functional\functional.py -> build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T16:36:18.3264096Z copying torchaudio\functional\_alignment.py -> build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T16:36:18.3265499Z copying torchaudio\functional\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\functional 2023-08-09T16:36:18.3266647Z creating build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T16:36:18.3267712Z copying torchaudio\io\_effector.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T16:36:18.3269031Z copying torchaudio\io\_playback.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T16:36:18.3270506Z copying torchaudio\io\_stream_reader.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T16:36:18.3271639Z copying torchaudio\io\_stream_writer.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T16:36:18.3272787Z copying torchaudio\io\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\io 2023-08-09T16:36:18.3273792Z creating build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3276728Z copying torchaudio\models\conformer.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3277844Z copying torchaudio\models\conv_tasnet.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3278844Z copying torchaudio\models\deepspeech.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3279836Z copying torchaudio\models\emformer.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3280757Z copying torchaudio\models\rnnt.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3364877Z copying torchaudio\models\rnnt_decoder.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3366637Z copying torchaudio\models\tacotron2.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3367979Z copying torchaudio\models\wav2letter.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3683777Z copying torchaudio\models\wavernn.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3684837Z copying torchaudio\models\_hdemucs.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3686436Z copying torchaudio\models\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models 2023-08-09T16:36:18.3687403Z creating build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T16:36:18.3688321Z copying torchaudio\pipelines\rnnt_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T16:36:18.3689411Z copying torchaudio\pipelines\_source_separation_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T16:36:18.3690422Z copying torchaudio\pipelines\_squim_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T16:36:18.3691762Z copying torchaudio\pipelines\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines 2023-08-09T16:36:18.3692693Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype 2023-08-09T16:36:18.3693570Z copying torchaudio\prototype\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype 2023-08-09T16:36:18.3694473Z creating build\lib.win-amd64-cpython-310\torchaudio\sox_effects 2023-08-09T16:36:18.3695662Z copying torchaudio\sox_effects\sox_effects.py -> build\lib.win-amd64-cpython-310\torchaudio\sox_effects 2023-08-09T16:36:18.3696699Z copying torchaudio\sox_effects\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\sox_effects 2023-08-09T16:36:18.3697527Z creating build\lib.win-amd64-cpython-310\torchaudio\transforms 2023-08-09T16:36:18.3698330Z copying torchaudio\transforms\_multi_channel.py -> build\lib.win-amd64-cpython-310\torchaudio\transforms 2023-08-09T16:36:18.3699324Z copying torchaudio\transforms\_transforms.py -> build\lib.win-amd64-cpython-310\torchaudio\transforms 2023-08-09T16:36:18.3700363Z copying torchaudio\transforms\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\transforms 2023-08-09T16:36:18.3701645Z creating build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T16:36:18.3702594Z copying torchaudio\utils\download.py -> build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T16:36:18.3707518Z copying torchaudio\utils\ffmpeg_utils.py -> build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T16:36:18.3709021Z copying torchaudio\utils\sox_utils.py -> build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T16:36:18.3710016Z copying torchaudio\utils\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\utils 2023-08-09T16:36:18.3711185Z creating build\lib.win-amd64-cpython-310\torchaudio\_backend 2023-08-09T16:36:18.3712066Z copying torchaudio\_backend\ffmpeg.py -> build\lib.win-amd64-cpython-310\torchaudio\_backend 2023-08-09T16:36:18.3713039Z copying torchaudio\_backend\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\_backend 2023-08-09T16:36:18.3714046Z copying torchaudio\_backend\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\_backend 2023-08-09T16:36:18.3714929Z creating build\lib.win-amd64-cpython-310\torchaudio\_extension 2023-08-09T16:36:18.3715781Z copying torchaudio\_extension\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\_extension 2023-08-09T16:36:18.3716892Z copying torchaudio\_extension\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\_extension 2023-08-09T16:36:18.3717944Z creating build\lib.win-amd64-cpython-310\torchaudio\_internal 2023-08-09T16:36:18.3718727Z copying torchaudio\_internal\module_utils.py -> build\lib.win-amd64-cpython-310\torchaudio\_internal 2023-08-09T16:36:18.3719698Z copying torchaudio\_internal\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\_internal 2023-08-09T16:36:18.3720562Z creating build\lib.win-amd64-cpython-310\torchaudio\models\decoder 2023-08-09T16:36:18.3721553Z copying torchaudio\models\decoder\_ctc_decoder.py -> build\lib.win-amd64-cpython-310\torchaudio\models\decoder 2023-08-09T16:36:18.3722679Z copying torchaudio\models\decoder\_cuda_ctc_decoder.py -> build\lib.win-amd64-cpython-310\torchaudio\models\decoder 2023-08-09T16:36:18.3723895Z copying torchaudio\models\decoder\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models\decoder 2023-08-09T16:36:18.3724977Z creating build\lib.win-amd64-cpython-310\torchaudio\models\squim 2023-08-09T16:36:18.3725951Z copying torchaudio\models\squim\objective.py -> build\lib.win-amd64-cpython-310\torchaudio\models\squim 2023-08-09T16:36:18.3726914Z copying torchaudio\models\squim\subjective.py -> build\lib.win-amd64-cpython-310\torchaudio\models\squim 2023-08-09T16:36:18.3727919Z copying torchaudio\models\squim\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models\squim 2023-08-09T16:36:18.3728833Z creating build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T16:36:18.3730226Z copying torchaudio\models\wav2vec2\components.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T16:36:18.3731411Z copying torchaudio\models\wav2vec2\model.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T16:36:18.3732596Z copying torchaudio\models\wav2vec2\wavlm_attention.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T16:36:18.3733663Z copying torchaudio\models\wav2vec2\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2 2023-08-09T16:36:18.3734811Z creating build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils 2023-08-09T16:36:18.3735858Z copying torchaudio\models\wav2vec2\utils\import_fairseq.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils 2023-08-09T16:36:18.3737048Z copying torchaudio\models\wav2vec2\utils\import_huggingface.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils 2023-08-09T16:36:18.3738221Z copying torchaudio\models\wav2vec2\utils\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils 2023-08-09T16:36:18.3739353Z creating build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T16:36:18.3740311Z copying torchaudio\pipelines\_tts\impl.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T16:36:18.3741369Z copying torchaudio\pipelines\_tts\interface.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T16:36:18.3742462Z copying torchaudio\pipelines\_tts\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T16:36:18.3747334Z copying torchaudio\pipelines\_tts\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts 2023-08-09T16:36:18.3748353Z creating build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T16:36:18.3749405Z copying torchaudio\pipelines\_wav2vec2\aligner.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T16:36:18.3750532Z copying torchaudio\pipelines\_wav2vec2\impl.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T16:36:18.3751789Z copying torchaudio\pipelines\_wav2vec2\utils.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T16:36:18.3753449Z copying torchaudio\pipelines\_wav2vec2\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2 2023-08-09T16:36:18.3754728Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets 2023-08-09T16:36:18.3755732Z copying torchaudio\prototype\datasets\musan.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets 2023-08-09T16:36:18.3756763Z copying torchaudio\prototype\datasets\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets 2023-08-09T16:36:18.3757707Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T16:36:18.3758999Z copying torchaudio\prototype\functional\functional.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T16:36:18.3760388Z copying torchaudio\prototype\functional\_dsp.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T16:36:18.3761504Z copying torchaudio\prototype\functional\_rir.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T16:36:26.3928516Z copying torchaudio\prototype\functional\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\functional 2023-08-09T16:36:26.3958071Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T16:36:26.4976619Z copying torchaudio\prototype\models\conv_emformer.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T16:36:26.5236561Z copying torchaudio\prototype\models\hifi_gan.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T16:36:26.5259216Z copying torchaudio\prototype\models\rnnt.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T16:36:26.5438182Z copying torchaudio\prototype\models\rnnt_decoder.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T16:36:26.6161312Z copying torchaudio\prototype\models\_conformer_wav2vec2.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T16:36:26.6348874Z copying torchaudio\prototype\models\_emformer_hubert.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T16:36:26.7014154Z copying torchaudio\prototype\models\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\models 2023-08-09T16:36:26.7259139Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines 2023-08-09T16:36:26.7473897Z copying torchaudio\prototype\pipelines\hifigan_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines 2023-08-09T16:36:26.7793282Z copying torchaudio\prototype\pipelines\rnnt_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines 2023-08-09T16:36:26.8474033Z copying torchaudio\prototype\pipelines\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines 2023-08-09T16:36:26.8734868Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms 2023-08-09T16:36:26.8851925Z copying torchaudio\prototype\transforms\_transforms.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms 2023-08-09T16:36:26.8856111Z copying torchaudio\prototype\transforms\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms 2023-08-09T16:36:26.8857500Z creating build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish 2023-08-09T16:36:26.8858920Z copying torchaudio\prototype\pipelines\_vggish\_vggish_impl.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish 2023-08-09T16:36:26.8863112Z copying torchaudio\prototype\pipelines\_vggish\_vggish_pipeline.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish 2023-08-09T16:36:26.8864801Z copying torchaudio\prototype\pipelines\_vggish\__init__.py -> build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish 2023-08-09T16:36:26.8865905Z running build_ext 2023-08-09T16:36:26.8866728Z -- The C compiler identification is MSVC 19.29.30151.0 2023-08-09T16:36:26.8870179Z -- The CXX compiler identification is MSVC 19.29.30151.0 2023-08-09T16:36:26.8871081Z -- Detecting C compiler ABI info 2023-08-09T16:36:26.8871937Z -- Detecting C compiler ABI info - done 2023-08-09T16:36:26.8873060Z -- 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-09T16:36:26.8874145Z -- Detecting C compile features 2023-08-09T16:36:26.8877484Z -- Detecting C compile features - done 2023-08-09T16:36:26.8878322Z -- Detecting CXX compiler ABI info 2023-08-09T16:36:26.8879130Z -- Detecting CXX compiler ABI info - done 2023-08-09T16:36:26.8880253Z -- 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-09T16:36:26.8881296Z -- Detecting CXX compile features 2023-08-09T16:36:26.8884784Z -- Detecting CXX compile features - done 2023-08-09T16:36:26.8885716Z -- The CUDA compiler identification is NVIDIA 11.8.89 2023-08-09T16:36:26.8886563Z -- Detecting CUDA compiler ABI info 2023-08-09T16:36:26.8887390Z -- Detecting CUDA compiler ABI info - done 2023-08-09T16:36:26.8890311Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/bin/nvcc.exe - skipped 2023-08-09T16:36:26.8892131Z -- Detecting CUDA compile features 2023-08-09T16:36:26.8892918Z -- Detecting CUDA compile features - done 2023-08-09T16:36:26.8893930Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8 (found version "11.8") 2023-08-09T16:36:26.8895111Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/include (found version "11.8.89") 2023-08-09T16:36:26.8944107Z -- Caffe2: CUDA detected: 11.8 2023-08-09T16:36:26.8945225Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/bin/nvcc.exe 2023-08-09T16:36:26.8949276Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8 2023-08-09T16:36:26.8950263Z -- Caffe2: Header version is: 11.8 2023-08-09T16:36:26.8951243Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/lib/x64/nvrtc.lib shorthash is dd482e34 2023-08-09T16:36:26.8952304Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2023-08-09T16:36:26.8956108Z -- USE_CUSPARSELT is set to 0. Compiling without cuSPARSELt support 2023-08-09T16:36:26.8958017Z -- Added CUDA NVCC flags for: -gencode;arch=compute_35,code=sm_35;-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_50,code=compute_50 2023-08-09T16:36:26.8962443Z -- Found Torch: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/_h_env/lib/site-packages/torch/lib/torch.lib 2023-08-09T16:36:26.8964095Z -- Found Python3: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/_h_env/libs/python310.lib (found suitable exact version "3.10.12") found components: Development Development.Module Development.Embed 2023-08-09T16:36:26.8965412Z -- Found OpenMP_C: -openmp (found version "2.0") 2023-08-09T16:36:26.8966311Z -- Found OpenMP_CXX: -openmp (found version "2.0") 2023-08-09T16:36:26.8969638Z -- Found OpenMP: TRUE (found version "2.0") 2023-08-09T16:36:26.8971023Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2023-08-09T16:36:26.8972250Z -- Building FFmpeg integration with multi version support 2023-08-09T16:36:26.8973209Z -- Configuring done (41.1s) 2023-08-09T16:36:26.8976528Z -- Generating done (0.3s) 2023-08-09T16:36:26.8977875Z -- Build files have been written to: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/temp.win-amd64-cpython-310/Release 2023-08-09T16:36:26.8983811Z [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\v11.8\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-09T16:36:26.8987039Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:36:26.8990932Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:36:26.8992125Z 2023-08-09T16:36:26.8992969Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:36:26.8994328Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:36:26.8998102Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:36:26.9002771Z [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\v11.8\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-09T16:36:26.9005924Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:36:26.9006873Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:36:26.9010026Z 2023-08-09T16:36:26.9010750Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:36:26.9012279Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:36:26.9013511Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:37:00.2458951Z [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\v11.8\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-09T16:37:00.2654387Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:37:00.2768389Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:37:00.2878703Z 2023-08-09T16:37:00.3552548Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(77): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:00.3944906Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(78): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:00.3946291Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(79): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:00.3947428Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(80): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:00.3948538Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(81): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:00.3949708Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(82): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:00.3950824Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(83): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 2023-08-09T16:37:00.3952087Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(111): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:00.3953636Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute.cpp(109): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:00.3954833Z %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-09T16:37:00.5119969Z %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-09T16:37:00.5277961Z with 2023-08-09T16:37:00.5858675Z [ 2023-08-09T16:37:00.6086366Z DTYPE=c10::Half 2023-08-09T16:37:00.7450291Z ] 2023-08-09T16:37:00.8110143Z %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-09T16:37:00.9054948Z with 2023-08-09T16:37:00.9426672Z [ 2023-08-09T16:37:01.0599280Z DTYPE=c10::Half 2023-08-09T16:37:01.1082015Z ] 2023-08-09T16:37:01.1155237Z %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-09T16:37:01.1234138Z with 2023-08-09T16:37:01.1441990Z [ 2023-08-09T16:37:01.2345810Z DTYPE=c10::Half 2023-08-09T16:37:01.2357303Z ] 2023-08-09T16:37:01.2396740Z %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-09T16:37:01.3950741Z with 2023-08-09T16:37:01.4969038Z [ 2023-08-09T16:37:01.4969640Z DTYPE=c10::Half, 2023-08-09T16:37:01.4971281Z CAST_DTYPE=float 2023-08-09T16:37:01.5237571Z ] 2023-08-09T16:37:01.6297016Z %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-09T16:37:01.6346036Z with 2023-08-09T16:37:01.6700213Z [ 2023-08-09T16:37:01.6715508Z DTYPE=c10::Half 2023-08-09T16:37:01.6715983Z ] 2023-08-09T16:37:01.6716786Z %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-09T16:37:01.6718203Z %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-09T16:37:01.6719194Z with 2023-08-09T16:37:01.6719577Z [ 2023-08-09T16:37:01.6720185Z DTYPE=c10::Half 2023-08-09T16:37:01.6720617Z ] 2023-08-09T16:37:01.6721857Z %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-09T16:37:01.6722882Z with 2023-08-09T16:37:01.6723267Z [ 2023-08-09T16:37:01.6723717Z DTYPE=c10::Half 2023-08-09T16:37:01.6724116Z ] 2023-08-09T16:37:01.6724817Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(166): warning C4100: 'options': unreferenced formal parameter 2023-08-09T16:37:01.6726623Z %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-09T16:37:01.6728147Z with 2023-08-09T16:37:01.6728537Z [ 2023-08-09T16:37:01.6728896Z DTYPE=float 2023-08-09T16:37:01.6729280Z ] 2023-08-09T16:37:01.6730775Z %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-09T16:37:01.6732229Z with 2023-08-09T16:37:01.6732619Z [ 2023-08-09T16:37:01.6732996Z DTYPE=float, 2023-08-09T16:37:01.6733631Z CAST_DTYPE=float 2023-08-09T16:37:01.6734070Z ] 2023-08-09T16:37:01.6735274Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(199): warning C4100: 'options': unreferenced formal parameter 2023-08-09T16:37:01.6736969Z %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-09T16:37:01.6738507Z with 2023-08-09T16:37:01.6738895Z [ 2023-08-09T16:37:01.6739285Z DTYPE=float 2023-08-09T16:37:01.6739668Z ] 2023-08-09T16:37:01.6740539Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:01.6741724Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:01.6742770Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:37:01.6745801Z [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\v11.8\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-09T16:37:01.6748857Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:37:01.6749604Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:37:01.6750024Z 2023-08-09T16:37:01.6750550Z %SRC_DIR%\torchaudio\csrc\overdrive.cpp(20): warning C4244: '=': conversion from 'double' to 'T', possible loss of data 2023-08-09T16:37:01.6751268Z with 2023-08-09T16:37:01.6751660Z [ 2023-08-09T16:37:01.6752246Z T=scalar_t 2023-08-09T16:37:01.6752726Z ] 2023-08-09T16:37:01.6754487Z %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-09T16:37:01.6756206Z with 2023-08-09T16:37:01.6756596Z [ 2023-08-09T16:37:01.6756989Z T=scalar_t, 2023-08-09T16:37:01.6757533Z PtrTraits=at::DefaultPtrTraits, 2023-08-09T16:37:01.6758033Z index_t=int64_t 2023-08-09T16:37:01.6758458Z ] 2023-08-09T16:37:06.9856320Z %SRC_DIR%\torchaudio\csrc\overdrive.cpp(23): warning C4244: '=': conversion from 'double' to 'T', possible loss of data 2023-08-09T16:37:06.9860434Z with 2023-08-09T16:37:06.9913137Z [ 2023-08-09T16:37:06.9913655Z T=scalar_t 2023-08-09T16:37:06.9948858Z ] 2023-08-09T16:37:06.9991111Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0008059Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0122219Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:37:07.0158154Z [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\v11.8\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-09T16:37:07.0233751Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:37:07.0243773Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:37:07.0277187Z 2023-08-09T16:37:07.0283032Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0428014Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0590557Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:37:07.0591675Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:37:07.0592663Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0593525Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0594451Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0597273Z [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\v11.8\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-09T16:37:07.0609729Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:37:07.0612433Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:37:07.0612857Z 2023-08-09T16:37:07.0613370Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0614349Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0615198Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:37:07.0618083Z [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\v11.8\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-09T16:37:07.0780467Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:37:07.0781219Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:37:07.0781986Z 2023-08-09T16:37:07.0782546Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0783606Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:07.0784682Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:37:07.0789344Z [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\v11.8\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-09T16:37:07.0793026Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:37:07.0794091Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:37:07.0794537Z 2023-08-09T16:37:07.0795574Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(16): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:07.0797151Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(17): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:07.0798266Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(18): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:07.0799376Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(19): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:07.0800488Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(20): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:07.0801638Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(21): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:07.0802914Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_alphas.cpp(22): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 2023-08-09T16:37:07.0804574Z %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-09T16:37:07.0805776Z %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-09T16:37:07.0807001Z %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-09T16:37:07.0808254Z %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-09T16:37:07.0809122Z with 2023-08-09T16:37:07.0809643Z [ 2023-08-09T16:37:07.0810035Z CAST_DTYPE=float, 2023-08-09T16:37:07.0810550Z DTYPE=float 2023-08-09T16:37:07.0811244Z ] 2023-08-09T16:37:07.0812336Z %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-09T16:37:07.0813329Z with 2023-08-09T16:37:07.0813720Z [ 2023-08-09T16:37:07.0814108Z CAST_DTYPE=float, 2023-08-09T16:37:07.0814567Z DTYPE=float 2023-08-09T16:37:07.0815238Z ] 2023-08-09T16:37:07.0816174Z %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-09T16:37:07.0817241Z with 2023-08-09T16:37:07.0817723Z [ 2023-08-09T16:37:07.0818224Z CAST_DTYPE=float 2023-08-09T16:37:07.0818894Z ] 2023-08-09T16:37:07.0820136Z %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-09T16:37:07.0821300Z with 2023-08-09T16:37:07.0821709Z [ 2023-08-09T16:37:07.0822127Z DTYPE=float, 2023-08-09T16:37:07.0822576Z CAST_DTYPE=float 2023-08-09T16:37:07.0823004Z ] 2023-08-09T16:37:53.8967489Z %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-09T16:37:53.8973441Z with 2023-08-09T16:37:53.9713554Z [ 2023-08-09T16:37:53.9714502Z DTYPE=float 2023-08-09T16:37:54.0000801Z ] 2023-08-09T16:37:54.0001943Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(166): warning C4100: 'options': unreferenced formal parameter 2023-08-09T16:37:54.0269439Z %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-09T16:37:54.0831358Z with 2023-08-09T16:37:54.0897438Z [ 2023-08-09T16:37:54.1798206Z DTYPE=float 2023-08-09T16:37:54.1899054Z ] 2023-08-09T16:37:54.1911683Z %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-09T16:37:54.1977148Z %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-09T16:37:54.2076612Z with 2023-08-09T16:37:54.2086135Z [ 2023-08-09T16:37:54.2086934Z DTYPE=float 2023-08-09T16:37:54.2090511Z ] 2023-08-09T16:37:54.2091852Z %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-09T16:37:54.2093082Z with 2023-08-09T16:37:54.2093630Z [ 2023-08-09T16:37:54.2094169Z DTYPE=float 2023-08-09T16:37:54.2097254Z ] 2023-08-09T16:37:54.2098178Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:54.2099346Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:54.2100543Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:37:54.2112335Z [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\v11.8\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-09T16:37:54.2264236Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:37:54.3789871Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:37:54.3818391Z 2023-08-09T16:37:54.3851221Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(16): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:54.3983597Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(17): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:54.3987494Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(18): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:54.4008968Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(19): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:54.4016150Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(20): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:54.4020069Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(21): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:37:54.4021414Z %SRC_DIR%\torchaudio\csrc\rnnt\cpu\compute_betas.cpp(22): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 2023-08-09T16:37:54.4022749Z %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-09T16:37:54.4026520Z %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-09T16:37:54.4028043Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(503): warning C4100: 'costs': unreferenced formal parameter 2023-08-09T16:37:54.4029737Z %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-09T16:37:54.4033524Z with 2023-08-09T16:37:54.4034080Z [ 2023-08-09T16:37:54.4034652Z DTYPE=float, 2023-08-09T16:37:54.4035270Z CAST_DTYPE=float 2023-08-09T16:37:54.4035808Z ] 2023-08-09T16:37:54.4037248Z %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-09T16:37:54.4041102Z with 2023-08-09T16:37:54.4041673Z [ 2023-08-09T16:37:54.4042238Z DTYPE=float 2023-08-09T16:37:54.4042773Z ] 2023-08-09T16:37:54.4043679Z %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-09T16:37:54.4047702Z %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-09T16:37:54.4048876Z with 2023-08-09T16:37:54.4049414Z [ 2023-08-09T16:37:54.4049961Z CAST_DTYPE=float, 2023-08-09T16:37:54.4050562Z DTYPE=float 2023-08-09T16:37:54.4051100Z ] 2023-08-09T16:37:54.4055482Z %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-09T16:37:54.4056920Z with 2023-08-09T16:37:54.4057427Z [ 2023-08-09T16:37:54.4058004Z CAST_DTYPE=float, 2023-08-09T16:37:54.4058623Z DTYPE=float 2023-08-09T16:37:54.4059183Z ] 2023-08-09T16:37:54.4063123Z %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-09T16:37:54.4064428Z with 2023-08-09T16:37:54.4064969Z [ 2023-08-09T16:37:54.4065547Z CAST_DTYPE=float 2023-08-09T16:37:54.4066109Z ] 2023-08-09T16:37:54.4069908Z %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-09T16:37:54.4071237Z with 2023-08-09T16:37:54.4071774Z [ 2023-08-09T16:37:54.4072331Z DTYPE=float, 2023-08-09T16:37:54.4072937Z CAST_DTYPE=float 2023-08-09T16:37:54.4073473Z ] 2023-08-09T16:37:54.4076824Z %SRC_DIR%\torchaudio/csrc/rnnt/cpu/cpu_kernels.h(199): warning C4100: 'options': unreferenced formal parameter 2023-08-09T16:37:54.4078701Z %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-09T16:37:54.4080166Z with 2023-08-09T16:37:54.4082423Z [ 2023-08-09T16:37:54.4083756Z DTYPE=float 2023-08-09T16:37:54.4084304Z ] 2023-08-09T16:37:54.4085249Z %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-09T16:37:54.4086775Z %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-09T16:37:54.4090317Z with 2023-08-09T16:37:54.4094567Z [ 2023-08-09T16:37:54.4097664Z DTYPE=float 2023-08-09T16:37:54.4098264Z ] 2023-08-09T16:37:54.4099419Z %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-09T16:37:54.4100474Z with 2023-08-09T16:37:54.4100984Z [ 2023-08-09T16:37:54.4101487Z DTYPE=float 2023-08-09T16:37:54.4102101Z ] 2023-08-09T16:37:54.4105524Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:54.4106689Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:37:54.4107833Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:38:27.7004235Z [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\v11.8\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-09T16:38:27.8486716Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:38:27.9878127Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:38:28.0230232Z 2023-08-09T16:38:28.1639359Z %SRC_DIR%\torchaudio\csrc\rir.cpp(136): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data 2023-08-09T16:38:28.1777069Z with 2023-08-09T16:38:28.1786228Z [ 2023-08-09T16:38:28.1787164Z scalar_t=scalar_t 2023-08-09T16:38:28.2786964Z ] 2023-08-09T16:38:28.3027234Z %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-09T16:38:28.3028974Z %SRC_DIR%\torchaudio\csrc\rir.cpp(155): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data 2023-08-09T16:38:28.3029975Z with 2023-08-09T16:38:28.3030692Z [ 2023-08-09T16:38:28.3031426Z scalar_t=scalar_t 2023-08-09T16:38:28.3885294Z ] 2023-08-09T16:38:28.4758618Z %SRC_DIR%\torchaudio\csrc\rir.cpp(160): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data 2023-08-09T16:38:28.5226912Z with 2023-08-09T16:38:28.5422701Z [ 2023-08-09T16:38:28.5730527Z scalar_t=scalar_t 2023-08-09T16:38:28.5867797Z ] 2023-08-09T16:38:28.6484721Z %SRC_DIR%\torchaudio\csrc\rir.cpp(136): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 2023-08-09T16:38:28.6486539Z %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-09T16:38:28.6723725Z %SRC_DIR%\torchaudio\csrc\rir.cpp(155): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 2023-08-09T16:38:28.7373068Z %SRC_DIR%\torchaudio\csrc\rir.cpp(160): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 2023-08-09T16:38:28.7762529Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:38:28.7948742Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:38:28.8188063Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:38:28.9261226Z [11/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\v11.8\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-09T16:38:28.9469678Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:38:28.9973804Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:38:29.0230846Z 2023-08-09T16:38:29.0231753Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:38:29.0233103Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:38:29.0305665Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:38:29.0309455Z [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\v11.8\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-09T16:38:29.0552345Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:38:29.0553632Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:38:29.1279465Z 2023-08-09T16:38:29.1280542Z %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-09T16:38:29.1282003Z %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-09T16:38:29.1283532Z %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-09T16:38:29.1285024Z %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-09T16:38:29.1286230Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:38:29.1287216Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:38:29.1288213Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:38:29.1289203Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:38:29.1290293Z %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp(28) : warning C4706: assignment within conditional expression 2023-08-09T16:38:29.1293380Z [13/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\v11.8\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-09T16:38:29.1296065Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:38:29.1296853Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:38:29.1297272Z 2023-08-09T16:38:29.1297892Z %SRC_DIR%\torchaudio\csrc\forced_align\cpu\compute.cpp(122): warning C4244: '=': conversion from 'int64_t' to 'T', possible loss of data 2023-08-09T16:38:29.1298601Z with 2023-08-09T16:38:29.1299057Z [ 2023-08-09T16:38:29.1299419Z T=target_t 2023-08-09T16:38:29.1299812Z ] 2023-08-09T16:38:29.1301293Z %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-09T16:38:29.1302646Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:38:29.1303640Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:38:29.1306280Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.3349521Z [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\v11.8\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-09T16:39:55.3374200Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:39:55.4427666Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:39:55.5615096Z 2023-08-09T16:39:55.5883935Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.6547590Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:39:55.6975970Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:39:55.6981304Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.6982819Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.6984306Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.6985727Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.6989277Z [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 -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\v11.8\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-09T16:39:55.6992290Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:39:55.6993610Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:39:55.6994446Z 2023-08-09T16:39:55.6995179Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.6996423Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.6997709Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:39:55.7001925Z [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\v11.8\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-09T16:39:55.7005428Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:39:55.7006447Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:39:55.7007197Z 2023-08-09T16:39:55.7008241Z %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-09T16:39:55.7010274Z %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-09T16:39:55.7011958Z %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-09T16:39:55.7013582Z %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-09T16:39:55.7015342Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp(97): warning C4018: '>': signed/unsigned mismatch 2023-08-09T16:39:55.7016793Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.7018055Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.7019345Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:39:55.7023275Z [17/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\v11.8\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-09T16:39:55.7026468Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:39:55.7027576Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:39:55.7028377Z 2023-08-09T16:39:55.7029417Z %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-09T16:39:55.7031188Z %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-09T16:39:55.7033188Z %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-09T16:39:55.7034826Z %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-09T16:39:55.7036464Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.7038042Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:39:55.7039360Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:39:55.7042970Z [18/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\v11.8\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-09T16:39:55.7046294Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:39:55.7047282Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:39:55.7047937Z 2023-08-09T16:40:06.2402736Z %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-09T16:40:06.4683262Z %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-09T16:40:06.8339283Z %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-09T16:40:06.8341052Z %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-09T16:40:06.9122428Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:07.0989184Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:07.1114678Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:07.1355549Z [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\v11.8\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-09T16:40:07.2440860Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:07.2613495Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:07.2614788Z 2023-08-09T16:40:07.2616274Z %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-09T16:40:07.2786605Z %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-09T16:40:07.2788693Z %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-09T16:40:07.2790576Z %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-09T16:40:07.2792030Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:07.2793386Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:07.2794743Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:07.2798131Z [20/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\v11.8\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-09T16:40:07.2801287Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:07.2802439Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:07.2803190Z 2023-08-09T16:40:07.2804458Z %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-09T16:40:07.2806120Z %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-09T16:40:07.2807714Z %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-09T16:40:07.2809337Z %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-09T16:40:07.2810763Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:07.2811977Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:07.2813222Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:15.9766772Z [21/84] C:\PROGRA~1\NVIDIA~2\CUDA\v11.8\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\v11.8\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_35,code=sm_35 -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_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-09T16:40:15.9779115Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:15.9779903Z 2023-08-09T16:40:15.9780941Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:15.9781712Z 2023-08-09T16:40:15.9782412Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:15.9783416Z 2023-08-09T16:40:15.9784284Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.0491375Z 2023-08-09T16:40:16.1179343Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1186066Z 2023-08-09T16:40:16.1187191Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1188366Z 2023-08-09T16:40:16.1189462Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1190457Z 2023-08-09T16:40:16.1191407Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1192394Z 2023-08-09T16:40:16.1193347Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1194325Z 2023-08-09T16:40:16.1195527Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1196649Z 2023-08-09T16:40:16.1197558Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1198555Z 2023-08-09T16:40:16.1199496Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1200491Z 2023-08-09T16:40:16.1201499Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1202533Z 2023-08-09T16:40:16.1203741Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1204760Z 2023-08-09T16:40:16.1205687Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1206670Z 2023-08-09T16:40:16.1209590Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:16.1210788Z 2023-08-09T16:40:16.1211690Z nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2023-08-09T16:40:16.1213112Z compute_alphas.cu 2023-08-09T16:40:24.7015406Z [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 -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\v11.8\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-09T16:40:24.8035453Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:24.9259213Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:25.0416628Z 2023-08-09T16:40:25.1122191Z %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-09T16:40:25.1333378Z %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-09T16:40:25.1669789Z %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-09T16:40:25.3074705Z %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-09T16:40:25.3108016Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:25.3142625Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:25.3548548Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:40:25.3558189Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:40:25.3559762Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:40:25.3561251Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:25.3562733Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:40:25.3566658Z [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\v11.8\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-09T16:40:25.3569921Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:25.3570988Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:25.3571707Z 2023-08-09T16:40:25.3589098Z %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-09T16:40:25.4141550Z %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-09T16:40:25.4143035Z %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-09T16:40:25.4257389Z %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-09T16:40:25.4258701Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(61): warning C4018: '<': signed/unsigned mismatch 2023-08-09T16:40:25.4259746Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:25.4260760Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:25.4261718Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:25.4262716Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:40:25.4263691Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:40:25.4264680Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:40:25.4265703Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(127) : warning C4706: assignment within conditional expression 2023-08-09T16:40:25.4268824Z [24/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\v11.8\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-09T16:40:25.4271639Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:25.4272344Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:25.4272714Z 2023-08-09T16:40:25.4273416Z %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-09T16:40:25.4274829Z %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-09T16:40:25.4276210Z %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-09T16:40:25.4277859Z %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-09T16:40:25.4279098Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:25.4280199Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:25.4281514Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:25.4284664Z [25/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\v11.8\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-09T16:40:25.4287774Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:25.4288494Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:25.4288892Z 2023-08-09T16:40:46.0129613Z %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-09T16:40:46.0131094Z %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-09T16:40:46.0132543Z %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-09T16:40:46.0133976Z %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-09T16:40:46.0135259Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:46.0136274Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:46.0137281Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:46.0138294Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:46.0139348Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:46.0140378Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:46.0159870Z [26/84] C:\PROGRA~1\NVIDIA~2\CUDA\v11.8\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\v11.8\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_35,code=sm_35 -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_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-09T16:40:46.0170646Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0171356Z 2023-08-09T16:40:46.0172035Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0172735Z 2023-08-09T16:40:46.0173651Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0174382Z 2023-08-09T16:40:46.0175077Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0176191Z 2023-08-09T16:40:46.0176874Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0177711Z 2023-08-09T16:40:46.0178452Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0179213Z 2023-08-09T16:40:46.0179888Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0180616Z 2023-08-09T16:40:46.0181320Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0182062Z 2023-08-09T16:40:46.0182829Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0183670Z 2023-08-09T16:40:46.0184541Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0185365Z 2023-08-09T16:40:46.0186026Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:46.0186753Z 2023-08-09T16:40:51.3030372Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:51.3032091Z 2023-08-09T16:40:51.3033179Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:51.3034025Z 2023-08-09T16:40:51.3034831Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:51.3035778Z 2023-08-09T16:40:51.3036652Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:51.3037486Z 2023-08-09T16:40:51.3038195Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:40:51.3038878Z 2023-08-09T16:40:51.3039813Z nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2023-08-09T16:40:51.3040641Z compute_betas.cu 2023-08-09T16:40:51.3043457Z [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\v11.8\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-09T16:40:51.3046550Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:51.3047191Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:51.3047545Z 2023-08-09T16:40:51.3048171Z %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-09T16:40:51.3049448Z %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-09T16:40:51.3050766Z %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-09T16:40:51.3052147Z %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-09T16:40:51.3053188Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:51.3054062Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:51.3054943Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:51.3055853Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:40:51.3058863Z [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\v11.8\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-09T16:40:51.3061439Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:51.3062085Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:51.3062444Z 2023-08-09T16:40:51.3063053Z %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-09T16:40:51.3064211Z %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-09T16:40:51.3064987Z %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-09T16:40:51.3066109Z %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-09T16:40:51.3066875Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:51.3067392Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:51.3067900Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:40:51.3069688Z [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\v11.8\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-09T16:40:51.3071473Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:40:51.3071833Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:40:51.3072042Z 2023-08-09T16:40:51.3072772Z %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-09T16:40:51.3073535Z %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-09T16:40:51.3074284Z %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-09T16:40:51.3075006Z %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-09T16:40:51.3075619Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:51.3076114Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:40:51.3076626Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:08.4600711Z [30/84] C:\PROGRA~1\NVIDIA~2\CUDA\v11.8\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\v11.8\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_35,code=sm_35 -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_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-09T16:41:08.4611172Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4611885Z 2023-08-09T16:41:08.4612556Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4613245Z 2023-08-09T16:41:08.4614074Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4614773Z 2023-08-09T16:41:08.4615439Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4616341Z 2023-08-09T16:41:08.4617043Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4617749Z 2023-08-09T16:41:08.4618425Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4619140Z 2023-08-09T16:41:08.4619889Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4620574Z 2023-08-09T16:41:08.4621290Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4622069Z 2023-08-09T16:41:08.4622755Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4623505Z 2023-08-09T16:41:08.4624246Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4624921Z 2023-08-09T16:41:08.4625593Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4626368Z 2023-08-09T16:41:08.4627083Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4627832Z 2023-08-09T16:41:08.4628563Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4629322Z 2023-08-09T16:41:08.4630086Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4630840Z 2023-08-09T16:41:08.4631582Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4632346Z 2023-08-09T16:41:08.4633081Z C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/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-09T16:41:08.4633856Z 2023-08-09T16:41:08.4634806Z nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2023-08-09T16:41:08.4635688Z compute.cu 2023-08-09T16:41:27.1517242Z [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\v11.8\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-09T16:41:27.1535636Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:27.1774184Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:27.2041823Z 2023-08-09T16:41:27.2042918Z %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-09T16:41:27.2044408Z %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-09T16:41:27.2045850Z %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-09T16:41:27.4162299Z %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-09T16:41:27.4523761Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(212): warning C4100: 'num_planes': unreferenced formal parameter 2023-08-09T16:41:27.5224502Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T16:41:27.5378208Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T16:41:27.7514248Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T16:41:27.7879869Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T16:41:27.8110589Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:27.8943498Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:27.9770733Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:27.9904881Z [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\v11.8\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-09T16:41:27.9958552Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:28.0042739Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:28.0953094Z 2023-08-09T16:41:28.1099584Z %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-09T16:41:28.1344679Z %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-09T16:41:28.1949458Z %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-09T16:41:28.2153432Z %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-09T16:41:28.3030936Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(68): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:41:28.3930103Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(104): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:41:28.4023490Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(148): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:41:28.4278395Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(185): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:41:28.4551494Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(222): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:41:28.4691831Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): warning C4127: conditional expression is constant 2023-08-09T16:41:28.4735859Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): note: consider using 'if constexpr' statement instead 2023-08-09T16:41:28.5000204Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:28.5144056Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:28.5847765Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:28.6198155Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:41:28.6633196Z [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\v11.8\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-09T16:41:28.8257535Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:28.9240671Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:28.9620290Z 2023-08-09T16:41:29.0936075Z %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-09T16:41:29.0990751Z %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-09T16:41:29.1195385Z %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-09T16:41:29.1430975Z %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-09T16:41:29.1435193Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:29.1447062Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:29.1455783Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:36.6540074Z [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_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\v11.8\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-09T16:41:36.6543679Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:36.6574846Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:36.6575824Z 2023-08-09T16:41:36.6581745Z %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-09T16:41:36.6587050Z %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-09T16:41:36.6589187Z %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-09T16:41:36.6599996Z %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-09T16:41:36.6621263Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:36.6622857Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:36.6624390Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:36.6628180Z [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_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\v11.8\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-09T16:41:36.6631757Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:36.6639544Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:36.6640172Z 2023-08-09T16:41:36.6641088Z %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-09T16:41:36.6643100Z %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-09T16:41:36.6648889Z %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-09T16:41:36.6726324Z %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-09T16:41:36.6727891Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp(97): warning C4018: '>': signed/unsigned mismatch 2023-08-09T16:41:36.6729268Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:36.6730837Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:36.6732064Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:36.6735588Z [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\v11.8\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-09T16:41:36.6739152Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:36.6740091Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:36.6740681Z 2023-08-09T16:41:36.6741549Z %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-09T16:41:36.6743272Z %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-09T16:41:36.6745021Z %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-09T16:41:36.6746593Z %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-09T16:41:36.6747937Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:36.6749153Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:36.6756611Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:36.6760833Z [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_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\v11.8\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-09T16:41:36.6764178Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:36.6765231Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:36.6765954Z 2023-08-09T16:41:36.6766825Z %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-09T16:41:36.6768455Z %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-09T16:41:36.6770065Z %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-09T16:41:36.6771612Z %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-09T16:41:36.6773385Z %SRC_DIR%\torchaudio\csrc\ffmpeg\filter_graph.cpp(193): warning C4996: 'AVFilterLink::channel_layout': was declared deprecated 2023-08-09T16:41:36.6774691Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:43.1470885Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:43.1474861Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:43.1480869Z [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\v11.8\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-09T16:41:43.1484158Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:43.1487809Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:43.1488479Z 2023-08-09T16:41:43.1489383Z %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-09T16:41:43.1491046Z %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-09T16:41:43.1498263Z %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-09T16:41:43.1625523Z %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-09T16:41:43.1728238Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:43.1734057Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:43.1738265Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:43.1739557Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:43.1741014Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:41:43.1742228Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:43.1756730Z [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_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\v11.8\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-09T16:41:43.1759995Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:41:43.1773423Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:41:43.2069846Z 2023-08-09T16:41:43.2071216Z %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-09T16:41:43.2083658Z %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-09T16:41:43.2085412Z %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-09T16:41:43.2086944Z %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-09T16:41:43.2113891Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(29): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:41:43.2115359Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(30): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:41:43.2116900Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(39): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:41:43.2118253Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(42): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:41:43.2119646Z 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-09T16:41:43.2120670Z with 2023-08-09T16:41:43.2121088Z [ 2023-08-09T16:41:43.2121654Z _Ty=int64_t 2023-08-09T16:41:43.2122467Z ] 2023-08-09T16:41:43.2171091Z 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-09T16:41:43.2174575Z with 2023-08-09T16:41:43.2175108Z [ 2023-08-09T16:41:43.2175667Z _This=int64_t, 2023-08-09T16:41:43.2176731Z _Other=double & 2023-08-09T16:41:43.2177310Z ] 2023-08-09T16:41:43.2178338Z 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-09T16:41:43.2179618Z with 2023-08-09T16:41:43.2180159Z [ 2023-08-09T16:41:43.2186997Z _This=int64_t, 2023-08-09T16:41:43.2187485Z _Other=double & 2023-08-09T16:41:43.2188310Z ] 2023-08-09T16:41:43.2189546Z 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-09T16:41:43.2379244Z with 2023-08-09T16:41:43.2379694Z [ 2023-08-09T16:41:43.2380188Z _Tag=std::_Exact_args_t, 2023-08-09T16:41:43.2380697Z _This2=double & 2023-08-09T16:41:43.2381120Z ] 2023-08-09T16:41:43.2395107Z 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-09T16:41:43.2396172Z with 2023-08-09T16:41:43.2413886Z [ 2023-08-09T16:41:43.2414357Z _Tag=std::_Exact_args_t, 2023-08-09T16:41:43.2414850Z _This2=double & 2023-08-09T16:41:43.2422105Z ] 2023-08-09T16:41:43.2423461Z 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-09T16:41:43.2424599Z with 2023-08-09T16:41:43.2425008Z [ 2023-08-09T16:41:43.2425458Z _Tag=std::_Exact_args_t, 2023-08-09T16:41:43.2426012Z _This2=torch::autograd::Variable & 2023-08-09T16:41:43.2426474Z ] 2023-08-09T16:41:43.2427658Z 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-09T16:41:43.2431986Z with 2023-08-09T16:41:43.2432393Z [ 2023-08-09T16:41:43.2432893Z _Tag=std::_Exact_args_t, 2023-08-09T16:41:43.2433426Z _This2=torch::autograd::Variable & 2023-08-09T16:41:43.2433897Z ] 2023-08-09T16:41:43.2434786Z %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-09T16:41:43.2436476Z with 2023-08-09T16:41:43.2436838Z [ 2023-08-09T16:41:43.2437255Z _This2=at::Tensor & 2023-08-09T16:41:43.2437670Z ] 2023-08-09T16:41:43.2438654Z %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-09T16:41:43.2439932Z with 2023-08-09T16:41:43.2440341Z [ 2023-08-09T16:41:43.2440764Z _This2=at::Tensor & 2023-08-09T16:41:43.2443434Z ] 2023-08-09T16:41:43.2444211Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:43.2445256Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:41:43.2446276Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:02.3889222Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:02.3913727Z [40/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\v11.8\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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\v11.8\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-09T16:42:02.4074083Z [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_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\v11.8\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-09T16:42:02.4121855Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:02.4122832Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:02.4249363Z 2023-08-09T16:42:02.4250631Z %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-09T16:42:02.4252227Z %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-09T16:42:02.4253740Z %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-09T16:42:02.4255624Z %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-09T16:42:02.4719560Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:02.4743434Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:02.4791805Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:42:02.4840991Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:02.4969836Z %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp(28) : warning C4706: assignment within conditional expression 2023-08-09T16:42:02.5029044Z [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_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\v11.8\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-09T16:42:02.5050806Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:02.5051816Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:02.5052418Z 2023-08-09T16:42:02.5053415Z %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-09T16:42:02.5055541Z %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-09T16:42:02.5057164Z %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-09T16:42:02.5059060Z %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-09T16:42:02.5060566Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(212): warning C4100: 'num_planes': unreferenced formal parameter 2023-08-09T16:42:02.5061948Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T16:42:02.5063303Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T16:42:29.8718422Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T16:42:29.8722062Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T16:42:29.8723261Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:29.8724288Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:29.8725307Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:29.8728516Z [43/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\v11.8\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-09T16:42:29.8731442Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:29.8732191Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:29.8732600Z 2023-08-09T16:42:29.8733316Z %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-09T16:42:29.8734715Z %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-09T16:42:29.8736130Z %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-09T16:42:29.8737537Z %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-09T16:42:29.8738731Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:29.8739734Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:29.8741065Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:29.8742122Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:42:29.8743142Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:42:29.8744113Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:42:29.8745408Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:42:29.8748561Z [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\v11.8\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-09T16:42:29.8771538Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:29.8772231Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:29.8772638Z 2023-08-09T16:42:29.8773321Z %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-09T16:42:29.8774761Z %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-09T16:42:29.8776217Z %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-09T16:42:29.8777544Z %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-09T16:42:29.8778760Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:29.8779700Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:29.8780701Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:29.8783773Z [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\v11.8\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-09T16:42:29.8786297Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:29.8787033Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:29.8787434Z 2023-08-09T16:42:29.8788490Z %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-09T16:42:29.8789896Z %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-09T16:42:29.8791500Z %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-09T16:42:29.8793355Z %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-09T16:42:29.8794666Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:29.8795753Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:29.8796883Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:29.8797983Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:42:29.8799091Z %SRC_DIR%\torchaudio\csrc\ffmpeg\ffmpeg.cpp(28) : warning C4706: assignment within conditional expression 2023-08-09T16:42:29.8802859Z [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\v11.8\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-09T16:42:29.8806275Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:40.7556100Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:40.7556928Z 2023-08-09T16:42:40.7558060Z %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-09T16:42:40.7559582Z %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-09T16:42:40.7561364Z %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-09T16:42:40.7562800Z %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-09T16:42:40.7564046Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:40.7565077Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:40.7566089Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:40.7569965Z [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\v11.8\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-09T16:42:40.7573357Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:40.7574226Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:40.7574720Z 2023-08-09T16:42:40.7575438Z %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-09T16:42:40.7576887Z %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-09T16:42:40.7578261Z %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-09T16:42:40.7579771Z %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-09T16:42:40.7581146Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:40.7582147Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:40.7583171Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:40.7590017Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:42:40.7592659Z [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_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\v11.8\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-09T16:42:40.7595325Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:40.7595910Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:40.7596243Z 2023-08-09T16:42:40.7596848Z %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-09T16:42:40.7598055Z %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-09T16:42:40.7599257Z %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-09T16:42:40.7600552Z %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-09T16:42:40.7602011Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:40.7602870Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:40.7603704Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:40.7624324Z [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\v11.8\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-09T16:42:40.7627160Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:40.7627908Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:40.7628456Z 2023-08-09T16:42:40.7629163Z %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-09T16:42:40.7630998Z %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-09T16:42:40.7632456Z %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-09T16:42:40.7633838Z %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-09T16:42:40.7635153Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:40.7636340Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:40.7637707Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:40.7640839Z [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\v11.8\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-09T16:42:40.7644163Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:59.5709149Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:59.6113471Z 2023-08-09T16:42:59.6226610Z %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-09T16:42:59.6415840Z %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-09T16:42:59.6484567Z %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-09T16:42:59.6527362Z %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-09T16:42:59.6786611Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(29): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:42:59.6827376Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(30): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:42:59.6829336Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(39): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:42:59.6830875Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(42): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:42:59.6832512Z 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-09T16:42:59.6833859Z with 2023-08-09T16:42:59.6834514Z [ 2023-08-09T16:42:59.6835448Z _Ty=int64_t 2023-08-09T16:42:59.6836200Z ] 2023-08-09T16:42:59.6837421Z 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-09T16:42:59.6838570Z with 2023-08-09T16:42:59.6839076Z [ 2023-08-09T16:42:59.6839589Z _This=int64_t, 2023-08-09T16:42:59.6840172Z _Other=double & 2023-08-09T16:42:59.6840875Z ] 2023-08-09T16:42:59.6842194Z 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-09T16:42:59.6843353Z with 2023-08-09T16:42:59.6843852Z [ 2023-08-09T16:42:59.6844456Z _This=int64_t, 2023-08-09T16:42:59.6845049Z _Other=double & 2023-08-09T16:42:59.6845598Z ] 2023-08-09T16:42:59.6846775Z 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-09T16:42:59.6848069Z with 2023-08-09T16:42:59.6848613Z [ 2023-08-09T16:42:59.6849302Z _Tag=std::_Exact_args_t, 2023-08-09T16:42:59.6849955Z _This2=double & 2023-08-09T16:42:59.6850481Z ] 2023-08-09T16:42:59.6851688Z 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-09T16:42:59.6852873Z with 2023-08-09T16:42:59.6853409Z [ 2023-08-09T16:42:59.6853988Z _Tag=std::_Exact_args_t, 2023-08-09T16:42:59.6854751Z _This2=double & 2023-08-09T16:42:59.6855343Z ] 2023-08-09T16:42:59.6856788Z 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-09T16:42:59.6858088Z with 2023-08-09T16:42:59.6858603Z [ 2023-08-09T16:42:59.6859522Z _Tag=std::_Exact_args_t, 2023-08-09T16:42:59.6860292Z _This2=torch::autograd::Variable & 2023-08-09T16:42:59.6861060Z ] 2023-08-09T16:42:59.6862592Z 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-09T16:42:59.6864164Z with 2023-08-09T16:42:59.6864670Z [ 2023-08-09T16:42:59.6865206Z _Tag=std::_Exact_args_t, 2023-08-09T16:42:59.6865876Z _This2=torch::autograd::Variable & 2023-08-09T16:42:59.6866490Z ] 2023-08-09T16:42:59.6867596Z %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-09T16:42:59.6870756Z with 2023-08-09T16:42:59.6872094Z [ 2023-08-09T16:42:59.6872799Z _This2=at::Tensor & 2023-08-09T16:42:59.6873394Z ] 2023-08-09T16:42:59.6874897Z %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-09T16:42:59.6876561Z with 2023-08-09T16:42:59.6877075Z [ 2023-08-09T16:42:59.6878482Z _This2=at::Tensor & 2023-08-09T16:42:59.6878910Z ] 2023-08-09T16:42:59.6879627Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:59.6880613Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:59.6881640Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:59.6882674Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:59.6886129Z [51/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\v11.8\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-09T16:42:59.6889044Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:59.6889775Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:59.6890269Z 2023-08-09T16:42:59.6891057Z %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-09T16:42:59.6892500Z %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-09T16:42:59.6893855Z %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-09T16:42:59.6895245Z %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-09T16:42:59.6910368Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:59.6911559Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:42:59.6912689Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:42:59.6916206Z [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\v11.8\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-09T16:42:59.6919265Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:42:59.6920096Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:42:59.6920522Z 2023-08-09T16:42:59.6921190Z %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-09T16:42:59.6922591Z %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-09T16:43:11.4627203Z %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-09T16:43:11.6095474Z %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-09T16:43:11.6313799Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\conversion.cpp(39): warning C4996: 'AVFrame::channels': was declared deprecated 2023-08-09T16:43:11.6315362Z %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-09T16:43:11.6317029Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\conversion.cpp(75): note: see reference to class template instantiation 'torchaudio::io::AudioConverter' being compiled 2023-08-09T16:43:11.6318438Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:11.6319455Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:11.6320499Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:11.6321506Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:11.6322541Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:11.6741375Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:11.6745250Z [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_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\v11.8\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-09T16:43:11.6798069Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:11.6825602Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:11.7186611Z 2023-08-09T16:43:11.7215429Z %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-09T16:43:11.7484193Z %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-09T16:43:11.7538939Z %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-09T16:43:11.7784141Z %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-09T16:43:11.7872522Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:11.7896110Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:11.7898090Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:11.7909126Z [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\v11.8\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-09T16:43:11.7929967Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:11.8103646Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:11.8125854Z 2023-08-09T16:43:11.8127428Z %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-09T16:43:11.8135069Z %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-09T16:43:11.8150195Z %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-09T16:43:11.8152802Z %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-09T16:43:11.8155090Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(61): warning C4018: '<': signed/unsigned mismatch 2023-08-09T16:43:11.8156805Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(163): warning C4996: 'AVCodecParameters::channels': was declared deprecated 2023-08-09T16:43:11.8575779Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:11.8757755Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:11.9725942Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:11.9882011Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:11.9884000Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:11.9892120Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:11.9907366Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(127) : warning C4706: assignment within conditional expression 2023-08-09T16:43:11.9911744Z [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\v11.8\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-09T16:43:11.9915432Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:11.9916721Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:11.9923151Z 2023-08-09T16:43:11.9934453Z %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-09T16:43:11.9936815Z %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-09T16:43:11.9938734Z %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-09T16:43:11.9941003Z %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-09T16:43:11.9947975Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:11.9987124Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:13.7445302Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:13.7448833Z [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_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\v11.8\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-09T16:43:13.7452412Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:13.7453390Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:13.7454302Z 2023-08-09T16:43:13.7455120Z %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-09T16:43:13.7456409Z %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-09T16:43:13.7457896Z %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-09T16:43:13.7459763Z %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-09T16:43:13.7460913Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(61): warning C4018: '<': signed/unsigned mismatch 2023-08-09T16:43:13.7464414Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:13.7466785Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:13.7467761Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:13.7469453Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:13.7470429Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:13.7515972Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:13.7544151Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_reader.cpp(127) : warning C4706: assignment within conditional expression 2023-08-09T16:43:13.7550251Z [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\v11.8\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-09T16:43:13.7553541Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:13.7554532Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:13.7555156Z 2023-08-09T16:43:13.7556027Z %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-09T16:43:13.7558026Z %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-09T16:43:13.7560292Z %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-09T16:43:13.7561988Z %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-09T16:43:13.7563727Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp(141): warning C4996: 'AVCodecContext::channel_layout': was declared deprecated 2023-08-09T16:43:13.7565728Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp(142): warning C4996: 'AVCodecContext::channel_layout': was declared deprecated 2023-08-09T16:43:13.7567196Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp(143): warning C4996: 'AVCodecContext::channels': was declared deprecated 2023-08-09T16:43:13.7568641Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\stream_processor.cpp(335): warning C4996: 'AVCodecContext::frame_number': was declared deprecated 2023-08-09T16:43:13.7570399Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:13.7571591Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:13.7572923Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:13.7574186Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:13.7577738Z [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_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\v11.8\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-09T16:43:13.7581050Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:13.7582019Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:13.7582638Z 2023-08-09T16:43:13.7583515Z %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-09T16:43:13.7585364Z %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-09T16:43:13.7587264Z %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-09T16:43:13.7589033Z %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-09T16:43:13.7590503Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(68): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:43:13.7591944Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(104): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:43:13.7593482Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(148): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:43:13.7594798Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(185): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:43:13.7596366Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(222): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:43:13.7597709Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): warning C4127: conditional expression is constant 2023-08-09T16:43:13.7599307Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): note: consider using 'if constexpr' statement instead 2023-08-09T16:43:13.7601180Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:13.7602396Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:34.7058855Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:34.7072896Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:34.7115806Z [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\v11.8\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-09T16:43:34.7118981Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:34.7133059Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:34.7133736Z 2023-08-09T16:43:34.7134726Z %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-09T16:43:34.7136396Z %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-09T16:43:34.7138143Z %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-09T16:43:34.7140351Z %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-09T16:43:34.7142087Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:34.7143244Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:34.7146640Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:34.7160329Z [60/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\v11.8\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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\v11.8\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-09T16:43:34.7174339Z [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\v11.8\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-09T16:43:34.7177616Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:34.7178349Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:34.7178761Z 2023-08-09T16:43:34.7180896Z %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-09T16:43:34.7182376Z %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-09T16:43:34.7184197Z %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-09T16:43:34.7185648Z %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-09T16:43:34.7186908Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(318): warning C4996: 'av_get_channel_layout_nb_channels': was declared deprecated 2023-08-09T16:43:34.7188100Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(319): warning C4996: 'av_get_channel_name': was declared deprecated 2023-08-09T16:43:34.7189286Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(335): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T16:43:54.9197112Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(338): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T16:43:54.9277315Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(343): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T16:43:54.9313974Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(354): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T16:43:54.9376342Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(359): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T16:43:54.9441418Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(365): warning C4996: 'AVCodec::channel_layouts': was declared deprecated 2023-08-09T16:43:54.9483669Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(336): warning C4996: 'av_get_default_channel_layout': was declared deprecated 2023-08-09T16:43:54.9556368Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(339): warning C4996: 'av_get_channel_layout_nb_channels': was declared deprecated 2023-08-09T16:43:54.9599291Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(377): warning C4996: 'AVCodecContext::channels': was declared deprecated 2023-08-09T16:43:54.9659212Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(378): warning C4996: 'AVCodecContext::channel_layout': was declared deprecated 2023-08-09T16:43:54.9725302Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(377): warning C4996: 'av_get_channel_layout_nb_channels': was declared deprecated 2023-08-09T16:43:54.9781805Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(702): warning C4996: 'AVFrame::channel_layout': was declared deprecated 2023-08-09T16:43:54.9827647Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(711): warning C4996: 'AVFrame::channels': was declared deprecated 2023-08-09T16:43:54.9829368Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(789): warning C4996: 'av_get_default_channel_layout': was declared deprecated 2023-08-09T16:43:54.9830824Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\encode_process.cpp(769): warning C4996: 'av_get_default_channel_layout': was declared deprecated 2023-08-09T16:43:54.9832434Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:54.9833459Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:54.9963947Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:55.0006000Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:55.0076434Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:55.0122972Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:43:55.0124855Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:55.0163434Z [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\v11.8\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-09T16:43:55.0218964Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:55.0281517Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:55.0333922Z 2023-08-09T16:43:55.0420441Z %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-09T16:43:55.0452997Z %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-09T16:43:55.0539336Z %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-09T16:43:55.0594790Z %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-09T16:43:55.0679123Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\buffer\chunked_buffer.cpp(97): warning C4018: '>': signed/unsigned mismatch 2023-08-09T16:43:55.0748458Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:55.0873110Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:55.0950349Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:43:55.1019953Z [63/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\v11.8\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-09T16:43:55.1075908Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:43:55.1083208Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:43:55.1084006Z 2023-08-09T16:43:55.1084986Z %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-09T16:43:55.1086713Z %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-09T16:43:55.1088878Z %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-09T16:43:55.1090413Z %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-09T16:43:55.1091836Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(32): warning C4996: 'AVFrame::channels': was declared deprecated 2023-08-09T16:43:55.1093049Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(43): warning C4996: 'AVFrame::channels': was declared deprecated 2023-08-09T16:43:55.1094181Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(212): warning C4100: 'num_planes': unreferenced formal parameter 2023-08-09T16:43:55.1095364Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T16:43:55.1096475Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(402): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T16:43:55.1097601Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'buffer': unreferenced formal parameter 2023-08-09T16:43:55.1098727Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\tensor_converter.cpp(408): warning C4100: 'tensor': unreferenced formal parameter 2023-08-09T16:43:55.1099765Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:55.1102996Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:43:55.1104008Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:44:04.3989338Z [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\v11.8\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-09T16:44:04.5771054Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:44:04.6529110Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:44:04.6529735Z 2023-08-09T16:44:04.6962384Z %SRC_DIR%\torchaudio\csrc\cuctc\src\ctc_prefix_decoder.cpp(294): warning C4100: 'pp': unreferenced formal parameter 2023-08-09T16:44:04.6967878Z [65/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\v11.8\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-09T16:44:04.7732818Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:44:04.7747692Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:44:04.7748184Z 2023-08-09T16:44:04.7749683Z %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-09T16:44:04.7751362Z %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-09T16:44:04.7753040Z %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-09T16:44:04.7754713Z %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-09T16:44:04.7756255Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(29): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:44:04.7757666Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(30): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:44:04.7759217Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(39): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:44:04.7760583Z %SRC_DIR%\torchaudio\csrc\ffmpeg\compat.cpp(42): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data 2023-08-09T16:44:04.7762106Z 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-09T16:44:04.7763256Z with 2023-08-09T16:44:04.7763817Z [ 2023-08-09T16:44:04.7764406Z _Ty=int64_t 2023-08-09T16:44:04.7765007Z ] 2023-08-09T16:44:04.7766298Z 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-09T16:44:04.7767691Z with 2023-08-09T16:44:04.7768252Z [ 2023-08-09T16:44:04.7768875Z _This=int64_t, 2023-08-09T16:44:04.7769521Z _Other=double & 2023-08-09T16:44:04.7770205Z ] 2023-08-09T16:44:04.7771430Z 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-09T16:44:04.7772661Z with 2023-08-09T16:44:04.7773264Z [ 2023-08-09T16:44:04.7773878Z _This=int64_t, 2023-08-09T16:44:04.7774519Z _Other=double & 2023-08-09T16:44:04.7775211Z ] 2023-08-09T16:44:04.7776755Z 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-09T16:44:04.7778109Z with 2023-08-09T16:44:04.7778698Z [ 2023-08-09T16:44:04.7779340Z _Tag=std::_Exact_args_t, 2023-08-09T16:44:04.7780054Z _This2=double & 2023-08-09T16:44:04.7780673Z ] 2023-08-09T16:44:04.7782211Z 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-09T16:44:04.7783584Z with 2023-08-09T16:44:04.7784139Z [ 2023-08-09T16:44:04.7784788Z _Tag=std::_Exact_args_t, 2023-08-09T16:44:04.7785453Z _This2=double & 2023-08-09T16:44:04.7786067Z ] 2023-08-09T16:44:04.7787468Z 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-09T16:44:04.7789207Z with 2023-08-09T16:44:04.7789769Z [ 2023-08-09T16:44:04.7790417Z _Tag=std::_Exact_args_t, 2023-08-09T16:44:04.7791141Z _This2=torch::autograd::Variable & 2023-08-09T16:44:04.7791810Z ] 2023-08-09T16:44:04.7793202Z 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-09T16:44:04.7794560Z with 2023-08-09T16:44:04.7795141Z [ 2023-08-09T16:44:04.7795798Z _Tag=std::_Exact_args_t, 2023-08-09T16:44:04.7796664Z _This2=torch::autograd::Variable & 2023-08-09T16:44:04.7797339Z ] 2023-08-09T16:44:04.7798582Z %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-09T16:44:04.7799845Z with 2023-08-09T16:44:04.7800428Z [ 2023-08-09T16:44:04.7801046Z _This2=at::Tensor & 2023-08-09T16:44:04.7801658Z ] 2023-08-09T16:44:04.7802913Z %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-09T16:44:04.7804085Z with 2023-08-09T16:44:04.7804673Z [ 2023-08-09T16:44:04.7805362Z _This2=at::Tensor & 2023-08-09T16:44:04.7805963Z ] 2023-08-09T16:44:04.7806883Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:04.7808194Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:04.7809560Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:44:04.7810787Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:44:04.7813580Z [66/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\v11.8\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-09T16:44:04.7816018Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:44:04.7816960Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:44:04.7817564Z 2023-08-09T16:44:04.7820838Z [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\v11.8\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-09T16:44:07.3207511Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:44:07.3342958Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:44:07.3358189Z 2023-08-09T16:44:07.3359353Z %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-09T16:44:07.3361157Z %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-09T16:44:07.3363065Z %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-09T16:44:07.3364935Z %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-09T16:44:07.3366541Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_reader\post_process.cpp(22): warning C4996: 'AVCodecContext::channel_layout': was declared deprecated 2023-08-09T16:44:07.3367989Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:07.3369367Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:07.3370838Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:44:07.3383908Z [68/84] C:\PROGRA~1\NVIDIA~2\CUDA\v11.8\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\v11.8\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_35,code=sm_35 -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_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-09T16:44:07.3396220Z nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2023-08-09T16:44:07.3397494Z iir_cuda.cu 2023-08-09T16:44:07.3401006Z [69/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\v11.8\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-09T16:44:07.3404522Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:44:07.3405488Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:44:07.3406254Z 2023-08-09T16:44:07.3407196Z %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-09T16:44:07.3408901Z %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-09T16:44:07.3410752Z %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-09T16:44:07.3412680Z %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-09T16:44:07.3414408Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(68): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:44:07.3415643Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(104): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:44:07.3417100Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(148): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:44:07.3418164Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(185): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:44:07.3419389Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(222): warning C4389: '==': signed/unsigned mismatch 2023-08-09T16:44:07.3420653Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): warning C4127: conditional expression is constant 2023-08-09T16:44:08.4878272Z %SRC_DIR%\torchaudio\csrc\ffmpeg\stream_writer\stream_writer.cpp(263): note: consider using 'if constexpr' statement instead 2023-08-09T16:44:08.4879490Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:08.4880496Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:08.4881392Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:44:08.4882219Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(768) : warning C4702: unreachable code 2023-08-09T16:44:08.4893658Z [70/84] C:\PROGRA~1\NVIDIA~2\CUDA\v11.8\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\v11.8\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_35,code=sm_35 -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_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-09T16:44:08.4904911Z nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2023-08-09T16:44:08.4905882Z compute.cu 2023-08-09T16:44:08.4909244Z [71/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\v11.8\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-09T16:44:08.4912360Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:44:08.4913153Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:44:08.4913655Z 2023-08-09T16:44:08.4914412Z %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-09T16:44:08.4916041Z %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-09T16:44:08.4917775Z %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-09T16:44:08.4919303Z %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-09T16:44:08.4920655Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:08.4921970Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:08.4923089Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:44:37.5327800Z [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\v11.8\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\v11.8\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublasLt.lib" %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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-09T16:44:37.5351213Z [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\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\v11.8\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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\v11.8\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-09T16:44:44.0342224Z [74/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\v11.8\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublasLt.lib" %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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-09T16:44:44.0347685Z [75/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\v11.8\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-09T16:44:44.0349282Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:44:44.0349685Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:44:44.0349896Z 2023-08-09T16:44:44.0350392Z %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-09T16:44:44.0351250Z %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-09T16:44:44.0352089Z %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-09T16:44:44.0352807Z %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-09T16:44:44.0353435Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:44.0353945Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:44:44.0354475Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:44:44.0355145Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(89) : warning C4706: assignment within conditional expression 2023-08-09T16:44:44.0355689Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(73) : warning C4706: assignment within conditional expression 2023-08-09T16:44:44.0356214Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(54) : warning C4706: assignment within conditional expression 2023-08-09T16:44:44.0356756Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(37) : warning C4706: assignment within conditional expression 2023-08-09T16:44:44.0361332Z [76/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\v11.8\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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\v11.8\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-09T16:44:44.0366983Z [77/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\v11.8\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-09T16:44:44.0368567Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:44:44.0368939Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:44:44.0369150Z 2023-08-09T16:45:28.5955768Z %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-09T16:45:28.5957264Z %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-09T16:45:28.5960989Z %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-09T16:45:28.5962782Z %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-09T16:45:28.5964139Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:45:28.5967881Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:45:28.5968983Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:45:28.5970119Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(89) : warning C4706: assignment within conditional expression 2023-08-09T16:45:28.5971145Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(73) : warning C4706: assignment within conditional expression 2023-08-09T16:45:28.5974698Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(37) : warning C4706: assignment within conditional expression 2023-08-09T16:45:28.5975777Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(54) : warning C4706: assignment within conditional expression 2023-08-09T16:45:28.5985932Z [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_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\v11.8\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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\v11.8\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-09T16:45:28.5995783Z [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_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\v11.8\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-09T16:45:28.5997690Z Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30151 for x64 2023-08-09T16:45:28.5998064Z Copyright (C) Microsoft Corporation. All rights reserved. 2023-08-09T16:45:28.5998275Z 2023-08-09T16:45:28.5998644Z %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-09T16:45:28.5999381Z %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-09T16:45:28.6000116Z %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-09T16:45:28.6000847Z %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-09T16:45:28.6001450Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:45:28.6001957Z %PREFIX%\lib\site-packages\torch\include\c10\util\irange.h(65) : warning C4702: unreachable code 2023-08-09T16:45:28.6002478Z %PREFIX%\lib\site-packages\torch\include\c10\util\Optional.h(774) : warning C4702: unreachable code 2023-08-09T16:45:28.6003032Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(89) : warning C4706: assignment within conditional expression 2023-08-09T16:45:28.6003579Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(73) : warning C4706: assignment within conditional expression 2023-08-09T16:45:28.6004103Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(37) : warning C4706: assignment within conditional expression 2023-08-09T16:45:28.6004626Z %SRC_DIR%\torchaudio\csrc\ffmpeg\pybind\pybind.cpp(54) : warning C4706: assignment within conditional expression 2023-08-09T16:45:29.1208989Z [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_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\v11.8\lib\x64\cudart.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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\v11.8\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-09T16:45:29.1227262Z [81/84] C:\PROGRA~1\NVIDIA~2\CUDA\v11.8\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\v11.8\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_35,code=sm_35 -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_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-09T16:45:29.1237651Z nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2023-08-09T16:45:29.1238590Z ctc_prefix_decoder_kernel_v2.cu 2023-08-09T16:45:29.2550690Z [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\v11.8\lib\x64 %PREFIX%\lib\site-packages\torch\lib\c10_cuda.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\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-09T16:45:29.2557579Z [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\v11.8\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-09T16:45:29.2560725Z [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-09T16:45:29.2561182Z -- Install configuration: "Release" 2023-08-09T16:45:29.2561663Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libtorchaudio.pyd 2023-08-09T16:45:29.2562275Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/_torchaudio.pyd 2023-08-09T16:45:29.2562867Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.pyd 2023-08-09T16:45:29.2563504Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.pyd 2023-08-09T16:45:29.2564273Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.pyd 2023-08-09T16:45:29.2565153Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.pyd 2023-08-09T16:45:29.2565785Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.pyd 2023-08-09T16:45:29.2566401Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.pyd 2023-08-09T16:45:29.2566989Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/libctc_prefix_decoder.pyd 2023-08-09T16:45:29.2567610Z -- Installing: C:/Jenkins/Miniconda3/conda-bld/torchaudio_1691598413643/work/build/lib.win-amd64-cpython-310/torchaudio/lib/pybind11_prefixctc.pyd 2023-08-09T16:45:29.2568024Z running install_lib 2023-08-09T16:45:29.2568321Z creating %PREFIX%\Lib\site-packages\torchaudio 2023-08-09T16:45:29.2568679Z creating %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T16:45:29.2569168Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\common.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T16:45:29.2569792Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\no_backend.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T16:45:29.2570599Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\soundfile_backend.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T16:45:29.2571350Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\sox_io_backend.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T16:45:29.2572120Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T16:45:29.2572697Z copying build\lib.win-amd64-cpython-310\torchaudio\backend\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\backend 2023-08-09T16:45:29.2573183Z creating %PREFIX%\Lib\site-packages\torchaudio\compliance 2023-08-09T16:45:29.2573694Z copying build\lib.win-amd64-cpython-310\torchaudio\compliance\kaldi.py -> %PREFIX%\Lib\site-packages\torchaudio\compliance 2023-08-09T16:45:29.2574450Z copying build\lib.win-amd64-cpython-310\torchaudio\compliance\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\compliance 2023-08-09T16:45:29.2574940Z creating %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2575449Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\cmuarctic.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2576191Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\cmudict.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2576960Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\commonvoice.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2577586Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\dr_vctk.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2578508Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\fluentcommands.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2579139Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\gtzan.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2579744Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\iemocap.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2580375Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\librilight_limited.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2581015Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\librimix.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2581634Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\librispeech.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2582252Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\librispeech_biasing.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2582887Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\libritts.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2583659Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\ljspeech.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2584391Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\musdb_hq.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2585129Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\quesst14.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2585729Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\snips.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2586641Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\speechcommands.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.2587357Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\tedlium.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.3574896Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.3576109Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\vctk.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.3577336Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\voxceleb1.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.3578478Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\yesno.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.3579578Z copying build\lib.win-amd64-cpython-310\torchaudio\datasets\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\datasets 2023-08-09T16:45:29.3580475Z creating %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T16:45:29.3581433Z copying build\lib.win-amd64-cpython-310\torchaudio\functional\filtering.py -> %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T16:45:29.3582933Z copying build\lib.win-amd64-cpython-310\torchaudio\functional\functional.py -> %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T16:45:29.3584133Z copying build\lib.win-amd64-cpython-310\torchaudio\functional\_alignment.py -> %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T16:45:29.3585293Z copying build\lib.win-amd64-cpython-310\torchaudio\functional\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\functional 2023-08-09T16:45:29.3586187Z creating %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T16:45:29.3587329Z copying build\lib.win-amd64-cpython-310\torchaudio\io\_effector.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T16:45:29.3588446Z copying build\lib.win-amd64-cpython-310\torchaudio\io\_playback.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T16:45:29.3589532Z copying build\lib.win-amd64-cpython-310\torchaudio\io\_stream_reader.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T16:45:29.3590654Z copying build\lib.win-amd64-cpython-310\torchaudio\io\_stream_writer.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T16:45:29.3591738Z copying build\lib.win-amd64-cpython-310\torchaudio\io\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\io 2023-08-09T16:45:29.3592921Z copying build\lib.win-amd64-cpython-310\torchaudio\kaldi_io.py -> %PREFIX%\Lib\site-packages\torchaudio 2023-08-09T16:45:29.3593813Z creating %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3594746Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libctc_prefix_decoder.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3596026Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libtorchaudio.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3597157Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libtorchaudio_ffmpeg4.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3598346Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libtorchaudio_ffmpeg5.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3599635Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\libtorchaudio_ffmpeg6.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3600836Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\pybind11_prefixctc.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3602056Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\_torchaudio.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3603190Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\_torchaudio_ffmpeg4.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3604378Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\_torchaudio_ffmpeg5.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3605504Z copying build\lib.win-amd64-cpython-310\torchaudio\lib\_torchaudio_ffmpeg6.pyd -> %PREFIX%\Lib\site-packages\torchaudio\lib 2023-08-09T16:45:29.3606461Z creating %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3607523Z copying build\lib.win-amd64-cpython-310\torchaudio\models\conformer.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3608695Z copying build\lib.win-amd64-cpython-310\torchaudio\models\conv_tasnet.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3609631Z creating %PREFIX%\Lib\site-packages\torchaudio\models\decoder 2023-08-09T16:45:29.3610607Z copying build\lib.win-amd64-cpython-310\torchaudio\models\decoder\_ctc_decoder.py -> %PREFIX%\Lib\site-packages\torchaudio\models\decoder 2023-08-09T16:45:29.3611825Z copying build\lib.win-amd64-cpython-310\torchaudio\models\decoder\_cuda_ctc_decoder.py -> %PREFIX%\Lib\site-packages\torchaudio\models\decoder 2023-08-09T16:45:29.3613138Z copying build\lib.win-amd64-cpython-310\torchaudio\models\decoder\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models\decoder 2023-08-09T16:45:29.3614420Z copying build\lib.win-amd64-cpython-310\torchaudio\models\deepspeech.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3615771Z copying build\lib.win-amd64-cpython-310\torchaudio\models\emformer.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3616888Z copying build\lib.win-amd64-cpython-310\torchaudio\models\rnnt.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3617968Z copying build\lib.win-amd64-cpython-310\torchaudio\models\rnnt_decoder.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3619111Z creating %PREFIX%\Lib\site-packages\torchaudio\models\squim 2023-08-09T16:45:29.3620179Z copying build\lib.win-amd64-cpython-310\torchaudio\models\squim\objective.py -> %PREFIX%\Lib\site-packages\torchaudio\models\squim 2023-08-09T16:45:29.3621531Z copying build\lib.win-amd64-cpython-310\torchaudio\models\squim\subjective.py -> %PREFIX%\Lib\site-packages\torchaudio\models\squim 2023-08-09T16:45:29.3622694Z copying build\lib.win-amd64-cpython-310\torchaudio\models\squim\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models\squim 2023-08-09T16:45:29.3623797Z copying build\lib.win-amd64-cpython-310\torchaudio\models\tacotron2.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3624974Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2letter.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3625929Z creating %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T16:45:29.3627181Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\components.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T16:45:29.3628474Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\model.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T16:45:29.3629508Z creating %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils 2023-08-09T16:45:29.3630627Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils\import_fairseq.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils 2023-08-09T16:45:29.3632015Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils\import_huggingface.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils 2023-08-09T16:45:29.3633577Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\utils\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils 2023-08-09T16:45:29.3634913Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\wavlm_attention.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T16:45:29.3636204Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wav2vec2\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2 2023-08-09T16:45:29.3637382Z copying build\lib.win-amd64-cpython-310\torchaudio\models\wavernn.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3638480Z copying build\lib.win-amd64-cpython-310\torchaudio\models\_hdemucs.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3639742Z copying build\lib.win-amd64-cpython-310\torchaudio\models\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\models 2023-08-09T16:45:29.3640616Z creating %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T16:45:29.3641540Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\rnnt_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T16:45:29.3642775Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_source_separation_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T16:45:29.3643985Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_squim_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T16:45:29.3645093Z creating %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T16:45:29.3646209Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts\impl.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T16:45:29.3647673Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts\interface.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T16:45:29.3648830Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T16:45:29.3649992Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_tts\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts 2023-08-09T16:45:29.3650947Z creating %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T16:45:29.3652382Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2\aligner.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T16:45:29.3653659Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2\impl.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T16:45:29.6969293Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T16:45:29.6971314Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\_wav2vec2\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2 2023-08-09T16:45:29.6972627Z copying build\lib.win-amd64-cpython-310\torchaudio\pipelines\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\pipelines 2023-08-09T16:45:29.6973643Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype 2023-08-09T16:45:29.6974490Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets 2023-08-09T16:45:29.6975735Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets\musan.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets 2023-08-09T16:45:29.6977219Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\datasets\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets 2023-08-09T16:45:29.6978264Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T16:45:29.6979385Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\functional\functional.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T16:45:29.6980728Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\functional\_dsp.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T16:45:29.6982049Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\functional\_rir.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T16:45:29.6983574Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\functional\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\functional 2023-08-09T16:45:29.6984658Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T16:45:29.6985712Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\conv_emformer.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T16:45:29.6987026Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\hifi_gan.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T16:45:29.6988335Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\rnnt.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T16:45:29.6989766Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\rnnt_decoder.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T16:45:29.6991300Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\_conformer_wav2vec2.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T16:45:29.6992729Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\_emformer_hubert.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T16:45:29.6994080Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\models\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\models 2023-08-09T16:45:29.6995171Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines 2023-08-09T16:45:29.6997077Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\hifigan_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines 2023-08-09T16:45:29.6998578Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\rnnt_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines 2023-08-09T16:45:29.6999762Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish 2023-08-09T16:45:29.7001029Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish\_vggish_impl.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish 2023-08-09T16:45:29.7003002Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish\_vggish_pipeline.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish 2023-08-09T16:45:29.7004689Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\_vggish\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish 2023-08-09T16:45:29.7006079Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\pipelines\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines 2023-08-09T16:45:29.7007176Z creating %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms 2023-08-09T16:45:29.7008347Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms\_transforms.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms 2023-08-09T16:45:29.7010048Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\transforms\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms 2023-08-09T16:45:29.7011342Z copying build\lib.win-amd64-cpython-310\torchaudio\prototype\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\prototype 2023-08-09T16:45:29.7012273Z creating %PREFIX%\Lib\site-packages\torchaudio\sox_effects 2023-08-09T16:45:29.7013265Z copying build\lib.win-amd64-cpython-310\torchaudio\sox_effects\sox_effects.py -> %PREFIX%\Lib\site-packages\torchaudio\sox_effects 2023-08-09T16:45:29.7014464Z copying build\lib.win-amd64-cpython-310\torchaudio\sox_effects\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\sox_effects 2023-08-09T16:45:29.7015423Z creating %PREFIX%\Lib\site-packages\torchaudio\transforms 2023-08-09T16:45:29.7016817Z copying build\lib.win-amd64-cpython-310\torchaudio\transforms\_multi_channel.py -> %PREFIX%\Lib\site-packages\torchaudio\transforms 2023-08-09T16:45:29.7018034Z copying build\lib.win-amd64-cpython-310\torchaudio\transforms\_transforms.py -> %PREFIX%\Lib\site-packages\torchaudio\transforms 2023-08-09T16:45:29.7019248Z copying build\lib.win-amd64-cpython-310\torchaudio\transforms\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\transforms 2023-08-09T16:45:29.7020158Z creating %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T16:45:29.7021070Z copying build\lib.win-amd64-cpython-310\torchaudio\utils\download.py -> %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T16:45:29.7022402Z copying build\lib.win-amd64-cpython-310\torchaudio\utils\ffmpeg_utils.py -> %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T16:45:29.7023678Z copying build\lib.win-amd64-cpython-310\torchaudio\utils\sox_utils.py -> %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T16:45:29.7024830Z copying build\lib.win-amd64-cpython-310\torchaudio\utils\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\utils 2023-08-09T16:45:29.7025899Z copying build\lib.win-amd64-cpython-310\torchaudio\version.py -> %PREFIX%\Lib\site-packages\torchaudio 2023-08-09T16:45:29.7026808Z creating %PREFIX%\Lib\site-packages\torchaudio\_backend 2023-08-09T16:45:29.7027736Z copying build\lib.win-amd64-cpython-310\torchaudio\_backend\ffmpeg.py -> %PREFIX%\Lib\site-packages\torchaudio\_backend 2023-08-09T16:45:29.7028857Z copying build\lib.win-amd64-cpython-310\torchaudio\_backend\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\_backend 2023-08-09T16:45:29.7030271Z copying build\lib.win-amd64-cpython-310\torchaudio\_backend\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\_backend 2023-08-09T16:45:29.7031594Z creating %PREFIX%\Lib\site-packages\torchaudio\_extension 2023-08-09T16:45:29.7032648Z copying build\lib.win-amd64-cpython-310\torchaudio\_extension\utils.py -> %PREFIX%\Lib\site-packages\torchaudio\_extension 2023-08-09T16:45:29.7033887Z copying build\lib.win-amd64-cpython-310\torchaudio\_extension\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\_extension 2023-08-09T16:45:29.7034833Z creating %PREFIX%\Lib\site-packages\torchaudio\_internal 2023-08-09T16:45:29.7036226Z copying build\lib.win-amd64-cpython-310\torchaudio\_internal\module_utils.py -> %PREFIX%\Lib\site-packages\torchaudio\_internal 2023-08-09T16:45:29.7037615Z copying build\lib.win-amd64-cpython-310\torchaudio\_internal\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio\_internal 2023-08-09T16:45:29.7038720Z copying build\lib.win-amd64-cpython-310\torchaudio\__init__.py -> %PREFIX%\Lib\site-packages\torchaudio 2023-08-09T16:45:29.7039792Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\common.py to common.cpython-310.pyc 2023-08-09T16:45:29.7040874Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\no_backend.py to no_backend.cpython-310.pyc 2023-08-09T16:45:29.7042046Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\soundfile_backend.py to soundfile_backend.cpython-310.pyc 2023-08-09T16:45:29.7043503Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\sox_io_backend.py to sox_io_backend.cpython-310.pyc 2023-08-09T16:45:29.7044760Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\utils.py to utils.cpython-310.pyc 2023-08-09T16:45:29.7045780Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\backend\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:29.7046797Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\compliance\kaldi.py to kaldi.cpython-310.pyc 2023-08-09T16:45:29.7047956Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\compliance\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:29.7049059Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\cmuarctic.py to cmuarctic.cpython-310.pyc 2023-08-09T16:45:29.7050465Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\cmudict.py to cmudict.cpython-310.pyc 2023-08-09T16:45:29.7051680Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\commonvoice.py to commonvoice.cpython-310.pyc 2023-08-09T16:45:29.7052805Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\dr_vctk.py to dr_vctk.cpython-310.pyc 2023-08-09T16:45:29.7053971Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\fluentcommands.py to fluentcommands.cpython-310.pyc 2023-08-09T16:45:29.7055136Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\gtzan.py to gtzan.cpython-310.pyc 2023-08-09T16:45:33.6168771Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\iemocap.py to iemocap.cpython-310.pyc 2023-08-09T16:45:33.6169712Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\librilight_limited.py to librilight_limited.cpython-310.pyc 2023-08-09T16:45:33.6170802Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\librimix.py to librimix.cpython-310.pyc 2023-08-09T16:45:33.6171718Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\librispeech.py to librispeech.cpython-310.pyc 2023-08-09T16:45:33.6172554Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\librispeech_biasing.py to librispeech_biasing.cpython-310.pyc 2023-08-09T16:45:33.6173195Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\libritts.py to libritts.cpython-310.pyc 2023-08-09T16:45:33.6173769Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\ljspeech.py to ljspeech.cpython-310.pyc 2023-08-09T16:45:33.6174327Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\musdb_hq.py to musdb_hq.cpython-310.pyc 2023-08-09T16:45:33.6174872Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\quesst14.py to quesst14.cpython-310.pyc 2023-08-09T16:45:33.6175810Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\snips.py to snips.cpython-310.pyc 2023-08-09T16:45:33.6176586Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\speechcommands.py to speechcommands.cpython-310.pyc 2023-08-09T16:45:33.6177299Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\tedlium.py to tedlium.cpython-310.pyc 2023-08-09T16:45:33.6177858Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\utils.py to utils.cpython-310.pyc 2023-08-09T16:45:33.6178577Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\vctk.py to vctk.cpython-310.pyc 2023-08-09T16:45:33.6179116Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\voxceleb1.py to voxceleb1.cpython-310.pyc 2023-08-09T16:45:33.6179681Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\yesno.py to yesno.cpython-310.pyc 2023-08-09T16:45:33.6180219Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\datasets\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6181019Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\functional\filtering.py to filtering.cpython-310.pyc 2023-08-09T16:45:33.6181601Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\functional\functional.py to functional.cpython-310.pyc 2023-08-09T16:45:33.6182328Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\functional\_alignment.py to _alignment.cpython-310.pyc 2023-08-09T16:45:33.6182926Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\functional\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6183768Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\_effector.py to _effector.cpython-310.pyc 2023-08-09T16:45:33.6184334Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\_playback.py to _playback.cpython-310.pyc 2023-08-09T16:45:33.6184878Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\_stream_reader.py to _stream_reader.cpython-310.pyc 2023-08-09T16:45:33.6185459Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\_stream_writer.py to _stream_writer.cpython-310.pyc 2023-08-09T16:45:33.6186006Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\io\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6186527Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\kaldi_io.py to kaldi_io.cpython-310.pyc 2023-08-09T16:45:33.6187080Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\conformer.py to conformer.cpython-310.pyc 2023-08-09T16:45:33.6187637Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\conv_tasnet.py to conv_tasnet.cpython-310.pyc 2023-08-09T16:45:33.6188239Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\decoder\_ctc_decoder.py to _ctc_decoder.cpython-310.pyc 2023-08-09T16:45:33.6188873Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\decoder\_cuda_ctc_decoder.py to _cuda_ctc_decoder.cpython-310.pyc 2023-08-09T16:45:33.6189651Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\decoder\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6190486Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\deepspeech.py to deepspeech.cpython-310.pyc 2023-08-09T16:45:33.6191053Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\emformer.py to emformer.cpython-310.pyc 2023-08-09T16:45:33.6191597Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\rnnt.py to rnnt.cpython-310.pyc 2023-08-09T16:45:33.6192152Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-08-09T16:45:33.6192787Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\squim\objective.py to objective.cpython-310.pyc 2023-08-09T16:45:33.6193378Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\squim\subjective.py to subjective.cpython-310.pyc 2023-08-09T16:45:33.6193935Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\squim\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6194496Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\tacotron2.py to tacotron2.cpython-310.pyc 2023-08-09T16:45:33.6195197Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2letter.py to wav2letter.cpython-310.pyc 2023-08-09T16:45:33.6195939Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\components.py to components.cpython-310.pyc 2023-08-09T16:45:33.6196784Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\model.py to model.cpython-310.pyc 2023-08-09T16:45:33.6197386Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils\import_fairseq.py to import_fairseq.cpython-310.pyc 2023-08-09T16:45:33.6198197Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils\import_huggingface.py to import_huggingface.cpython-310.pyc 2023-08-09T16:45:33.6198873Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\utils\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6199488Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\wavlm_attention.py to wavlm_attention.cpython-310.pyc 2023-08-09T16:45:33.6200097Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wav2vec2\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6200651Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\wavernn.py to wavernn.cpython-310.pyc 2023-08-09T16:45:33.6201187Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\_hdemucs.py to _hdemucs.cpython-310.pyc 2023-08-09T16:45:33.6201739Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\models\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6202480Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-08-09T16:45:33.6203382Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_source_separation_pipeline.py to _source_separation_pipeline.cpython-310.pyc 2023-08-09T16:45:33.6204053Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_squim_pipeline.py to _squim_pipeline.cpython-310.pyc 2023-08-09T16:45:33.6204633Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts\impl.py to impl.cpython-310.pyc 2023-08-09T16:45:33.6205232Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts\interface.py to interface.cpython-310.pyc 2023-08-09T16:45:33.6205817Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts\utils.py to utils.cpython-310.pyc 2023-08-09T16:45:33.6206390Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_tts\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6206978Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2\aligner.py to aligner.cpython-310.pyc 2023-08-09T16:45:33.6207546Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2\impl.py to impl.cpython-310.pyc 2023-08-09T16:45:33.6208126Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2\utils.py to utils.cpython-310.pyc 2023-08-09T16:45:33.6208868Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\_wav2vec2\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6209676Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\pipelines\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6210245Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets\musan.py to musan.cpython-310.pyc 2023-08-09T16:45:33.6210815Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\datasets\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6211434Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\functional\functional.py to functional.cpython-310.pyc 2023-08-09T16:45:33.6212040Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\functional\_dsp.py to _dsp.cpython-310.pyc 2023-08-09T16:45:33.6212616Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\functional\_rir.py to _rir.cpython-310.pyc 2023-08-09T16:45:33.6213198Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\functional\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6213913Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\conv_emformer.py to conv_emformer.cpython-310.pyc 2023-08-09T16:45:33.6214532Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\hifi_gan.py to hifi_gan.cpython-310.pyc 2023-08-09T16:45:33.6215284Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\rnnt.py to rnnt.cpython-310.pyc 2023-08-09T16:45:33.6216108Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-08-09T16:45:33.6217865Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\_conformer_wav2vec2.py to _conformer_wav2vec2.cpython-310.pyc 2023-08-09T16:45:33.6218514Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\_emformer_hubert.py to _emformer_hubert.cpython-310.pyc 2023-08-09T16:45:33.6219122Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\models\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6219766Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\hifigan_pipeline.py to hifigan_pipeline.cpython-310.pyc 2023-08-09T16:45:33.6220430Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-08-09T16:45:33.6221267Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish\_vggish_impl.py to _vggish_impl.cpython-310.pyc 2023-08-09T16:45:33.6222075Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish\_vggish_pipeline.py to _vggish_pipeline.cpython-310.pyc 2023-08-09T16:45:33.6222847Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\_vggish\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6223452Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\pipelines\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6224070Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms\_transforms.py to _transforms.cpython-310.pyc 2023-08-09T16:45:33.6224690Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\transforms\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6225241Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\prototype\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6225818Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\sox_effects\sox_effects.py to sox_effects.cpython-310.pyc 2023-08-09T16:45:33.6226389Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\sox_effects\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6226974Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\transforms\_multi_channel.py to _multi_channel.cpython-310.pyc 2023-08-09T16:45:33.6227729Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\transforms\_transforms.py to _transforms.cpython-310.pyc 2023-08-09T16:45:33.6228470Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\transforms\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6229160Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\utils\download.py to download.cpython-310.pyc 2023-08-09T16:45:33.6229731Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\utils\ffmpeg_utils.py to ffmpeg_utils.cpython-310.pyc 2023-08-09T16:45:33.6230300Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\utils\sox_utils.py to sox_utils.cpython-310.pyc 2023-08-09T16:45:33.6230836Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\utils\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6231349Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\version.py to version.cpython-310.pyc 2023-08-09T16:45:33.6231902Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_backend\ffmpeg.py to ffmpeg.cpython-310.pyc 2023-08-09T16:45:33.6232446Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_backend\utils.py to utils.cpython-310.pyc 2023-08-09T16:45:33.6232985Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_backend\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6233667Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_extension\utils.py to utils.cpython-310.pyc 2023-08-09T16:45:33.6234379Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_extension\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6235183Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_internal\module_utils.py to module_utils.cpython-310.pyc 2023-08-09T16:45:33.6235748Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\_internal\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6236398Z byte-compiling %PREFIX%\Lib\site-packages\torchaudio\__init__.py to __init__.cpython-310.pyc 2023-08-09T16:45:33.6236769Z running install_egg_info 2023-08-09T16:45:33.6236988Z running egg_info 2023-08-09T16:45:33.6237233Z creating torchaudio.egg-info 2023-08-09T16:45:33.6237523Z writing torchaudio.egg-info\PKG-INFO 2023-08-09T16:45:33.6237872Z writing dependency_links to torchaudio.egg-info\dependency_links.txt 2023-08-09T16:45:33.6238271Z writing requirements to torchaudio.egg-info\requires.txt 2023-08-09T16:45:33.6238660Z writing top-level names to torchaudio.egg-info\top_level.txt 2023-08-09T16:45:33.6239035Z writing manifest file 'torchaudio.egg-info\SOURCES.txt' 2023-08-09T16:45:33.6239405Z reading manifest file 'torchaudio.egg-info\SOURCES.txt' 2023-08-09T16:45:33.6239697Z adding license file 'LICENSE' 2023-08-09T16:45:33.6240009Z writing manifest file 'torchaudio.egg-info\SOURCES.txt' 2023-08-09T16:45:33.6240489Z Copying torchaudio.egg-info to %PREFIX%\Lib\site-packages\torchaudio-2.1.0.dev20230809-py3.10.egg-info 2023-08-09T16:45:33.6241055Z running install_scripts 2023-08-09T16:45:33.6241325Z writing list of installed files to 'record.txt' 2023-08-09T16:45:33.6241741Z 2023-08-09T16:45:33.6241906Z Resource usage statistics from building torchaudio: 2023-08-09T16:45:33.6242189Z Process count: 25 2023-08-09T16:45:33.6242446Z CPU time: Sys=0:02:57.1, User=0:28:28.1 2023-08-09T16:45:33.6242672Z Memory: 5.7G 2023-08-09T16:45:33.6242888Z Disk usage: 251.0M 2023-08-09T16:45:33.6243129Z Time elapsed: 0:10:57.9 2023-08-09T16:45:33.6243281Z 2023-08-09T16:45:33.6243287Z 2023-08-09T16:45:33.6243386Z Packaging torchaudio 2023-08-09T16:45:34.2329566Z Packaging torchaudio-2.1.0.dev20230809-py310_cu118 2023-08-09T16:46:30.4759880Z compiling .pyc files... 2023-08-09T16:46:30.4760192Z number of files: 250 2023-08-09T16:46:30.4760579Z INFO: sysroot: 'C:/Windows/' files: '['winhlp32.exe', 'win.ini', 'twain_32/wiatwain.ds', 'twain_32.dll']' 2023-08-09T16:46:30.4761198Z 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-09T16:46:30.4763816Z .. is this binary repackaging? 2023-08-09T16:46:30.4764817Z 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-09T16:46:30.4765742Z .. is this binary repackaging? 2023-08-09T16:46:30.4766719Z 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-09T16:46:30.4767583Z .. is this binary repackaging? 2023-08-09T16:46:30.4768514Z 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-09T16:46:30.4769499Z .. is this binary repackaging? 2023-08-09T16:46:30.4770566Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO bin/cudart64_110.dll found in ['cuda-cudart-dev'] 2023-08-09T16:46:30.4771906Z 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-09T16:46:30.4773184Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:30.4774729Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/VCOMP140.DLL found in $SYSROOT 2023-08-09T16:46:30.4776004Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:30.4777378Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:30.4779015Z 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-09T16:46:30.4780358Z 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-09T16:46:30.4781761Z 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-09T16:46:30.4783142Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:30.4784552Z 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-09T16:46:30.4785484Z .. is this binary repackaging? 2023-08-09T16:46:30.4786422Z 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-09T16:46:30.4787310Z .. is this binary repackaging? 2023-08-09T16:46:30.4788204Z 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-09T16:46:30.4789049Z .. is this binary repackaging? 2023-08-09T16:46:30.4790069Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO bin/cudart64_110.dll found in ['cuda-cudart-dev'] 2023-08-09T16:46:30.4791598Z 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-09T16:46:30.4793034Z 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-09T16:46:30.4793947Z .. is this binary repackaging? 2023-08-09T16:46:30.4794877Z 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-09T16:46:30.4795800Z .. is this binary repackaging? 2023-08-09T16:46:30.4796877Z 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-09T16:46:30.4797903Z .. is this binary repackaging? 2023-08-09T16:46:30.4798961Z 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-09T16:46:30.4799832Z .. is this binary repackaging? 2023-08-09T16:46:30.4800725Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:30.4801984Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:30.4803215Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:30.4804981Z 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-09T16:46:30.4806487Z 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-09T16:46:30.4807901Z 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-09T16:46:30.4809586Z 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-09T16:46:30.4811013Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:30.4812544Z 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-09T16:46:30.4813446Z .. is this binary repackaging? 2023-08-09T16:46:30.4814424Z 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-09T16:46:30.4815325Z .. is this binary repackaging? 2023-08-09T16:46:30.4816279Z 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-09T16:46:30.4817189Z .. is this binary repackaging? 2023-08-09T16:46:30.4818206Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO bin/cudart64_110.dll found in ['cuda-cudart-dev'] 2023-08-09T16:46:30.4819731Z 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-09T16:46:30.4821092Z 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-09T16:46:30.4822027Z .. is this binary repackaging? 2023-08-09T16:46:30.4822984Z 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-09T16:46:30.4823882Z .. is this binary repackaging? 2023-08-09T16:46:30.4824964Z 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-09T16:46:30.4825960Z .. is this binary repackaging? 2023-08-09T16:46:30.4827004Z 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-09T16:46:30.4827891Z .. is this binary repackaging? 2023-08-09T16:46:30.4828760Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:30.4830006Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:30.4831239Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:30.4832781Z 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-09T16:46:30.4834375Z 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-09T16:46:30.4836074Z 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-09T16:46:36.2463750Z 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-09T16:46:36.2464889Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:36.2466130Z 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-09T16:46:36.2466594Z .. is this binary repackaging? 2023-08-09T16:46:36.2467089Z 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-09T16:46:36.2467729Z 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-09T16:46:36.2468175Z .. is this binary repackaging? 2023-08-09T16:46:36.2468649Z 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-09T16:46:36.2469092Z .. is this binary repackaging? 2023-08-09T16:46:36.2469555Z 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-09T16:46:36.2469980Z .. is this binary repackaging? 2023-08-09T16:46:36.2470418Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:36.2471144Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:36.2471750Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:36.2472654Z 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-09T16:46:36.2473336Z 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-09T16:46:36.2474017Z 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-09T16:46:36.2474703Z 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-09T16:46:36.2475323Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:36.2475966Z 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-09T16:46:36.2476407Z .. is this binary repackaging? 2023-08-09T16:46:36.2476896Z 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-09T16:46:36.2477365Z .. is this binary repackaging? 2023-08-09T16:46:36.2477842Z 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-09T16:46:36.2478435Z .. is this binary repackaging? 2023-08-09T16:46:36.2478877Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO bin/cudart64_110.dll found in ['cuda-cudart-dev'] 2023-08-09T16:46:36.2480090Z 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-09T16:46:36.2480834Z 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-09T16:46:36.2481290Z .. is this binary repackaging? 2023-08-09T16:46:36.2481903Z 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-09T16:46:36.2482343Z .. is this binary repackaging? 2023-08-09T16:46:36.2482830Z 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-09T16:46:36.2483287Z .. is this binary repackaging? 2023-08-09T16:46:36.2483774Z 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-09T16:46:36.2484228Z .. is this binary repackaging? 2023-08-09T16:46:36.2484659Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:36.2485427Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:36.2486065Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:36.2486988Z 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-09T16:46:36.2487715Z 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-09T16:46:36.2488423Z 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-09T16:46:36.2489110Z 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-09T16:46:36.2489768Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libtorchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:36.2490720Z 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-09T16:46:36.2491204Z .. is this binary repackaging? 2023-08-09T16:46:36.2491693Z 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-09T16:46:36.2492455Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:36.2493051Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:36.2493934Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:36.2494609Z 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-09T16:46:36.2495324Z 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-09T16:46:36.2496989Z 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-09T16:46:36.2497762Z 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-09T16:46:36.2498395Z INFO (torchaudio,lib/site-packages/torchaudio/lib/pybind11_prefixctc.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:36.2499298Z WARNING (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO bin/cudart64_110.dll found in ['cuda-cudart-dev'] 2023-08-09T16:46:36.2500001Z 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-09T16:46:36.2500932Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:36.2501539Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:36.2502163Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:36.2502832Z 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-09T16:46:36.2503555Z 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-09T16:46:44.5644525Z WARNING: Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away. 2023-08-09T16:46:44.5847820Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T16:46:44.5876110Z 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-09T16:46:44.5877427Z DEBUG:conda_index.index.sqlitecache:noarch listdir 2023-08-09T16:46:44.5878179Z DEBUG:conda_index.index.sqlitecache:noarch save fs state 2023-08-09T16:46:44.5890954Z DEBUG:conda_index.index:noarch find packages to extract 2023-08-09T16:46:44.5895438Z DEBUG:conda_index.index:noarch extract 0 packages 2023-08-09T16:46:44.5896607Z INFO:conda_index.index:noarch cached 0 B from 0 packages at 0 B/second 2023-08-09T16:46:44.5905054Z 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-09T16:46:44.5905888Z DEBUG:conda_index.index.sqlitecache:win-64 listdir 2023-08-09T16:46:44.5906690Z DEBUG:conda_index.index.sqlitecache:win-64 save fs state 2023-08-09T16:46:44.5988299Z DEBUG:conda_index.index:win-64 find packages to extract 2023-08-09T16:46:44.5993791Z DEBUG:conda_index.index:win-64 extract 1 packages 2023-08-09T16:46:44.5995846Z DEBUG:conda_index.index.sqlitecache:cache win-64/torchaudio-2.1.0.dev20230809-py310_cu118.tar.bz2 2023-08-09T16:46:46.0942613Z INFO:conda_index.index:win-64 cached 7.0 MB from 1 packages at 4.6 MB/second 2023-08-09T16:46:46.1060583Z INFO:conda_index.index:Subdir: noarch Gathering repodata 2023-08-09T16:46:46.1063286Z 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-09T16:46:46.1084506Z INFO:conda_index.index:noarch Writing pre-patch repodata 2023-08-09T16:46:46.1089887Z 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-09T16:46:46.1100097Z INFO:conda_index.index:noarch Applying patch instructions 2023-08-09T16:46:46.1102239Z INFO:conda_index.index:noarch Writing patched repodata 2023-08-09T16:46:46.1103188Z DEBUG:conda_index.index:noarch write patched repodata 2023-08-09T16:46:46.1107881Z 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-09T16:46:46.1117309Z INFO:conda_index.index:noarch Building current_repodata subset 2023-08-09T16:46:46.1118029Z DEBUG:conda_index.index:noarch build current_repodata 2023-08-09T16:46:46.1178133Z INFO:conda_index.index:noarch Writing current_repodata subset 2023-08-09T16:46:46.1178762Z DEBUG:conda_index.index:noarch write current_repodata 2023-08-09T16:46:46.1184073Z 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-09T16:46:46.1194024Z INFO:conda_index.index:noarch Writing index HTML 2023-08-09T16:46:46.1194830Z DEBUG:conda_index.index:noarch write index.html 2023-08-09T16:46:46.1338860Z 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-09T16:46:46.1359795Z DEBUG:conda_index.index:noarch finish 2023-08-09T16:46:46.1360754Z INFO:conda_index.index:Completed noarch 2023-08-09T16:46:46.1361526Z INFO:conda_index.index:Subdir: win-64 Gathering repodata 2023-08-09T16:46:46.1364884Z 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-09T16:46:46.1386263Z INFO:conda_index.index:win-64 Writing pre-patch repodata 2023-08-09T16:46:46.1392250Z 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-09T16:46:46.1419788Z 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-09T16:46:46.1439593Z 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-09T16:46:46.1440561Z INFO:conda_index.index:win-64 Applying patch instructions 2023-08-09T16:46:46.1442536Z INFO:conda_index.index:win-64 Writing patched repodata 2023-08-09T16:46:46.1443314Z DEBUG:conda_index.index:win-64 write patched repodata 2023-08-09T16:46:46.1449079Z 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-09T16:46:46.1476670Z 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-09T16:46:46.1494344Z 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-09T16:46:46.1495578Z INFO:conda_index.index:win-64 Building current_repodata subset 2023-08-09T16:46:46.1496436Z DEBUG:conda_index.index:win-64 build current_repodata 2023-08-09T16:46:46.1572889Z INFO:conda_index.index:win-64 Writing current_repodata subset 2023-08-09T16:46:46.1573629Z DEBUG:conda_index.index:win-64 write current_repodata 2023-08-09T16:46:46.1579640Z 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-09T16:46:46.1606682Z 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-09T16:46:46.1624202Z 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-09T16:46:46.1624960Z INFO:conda_index.index:win-64 Writing index HTML 2023-08-09T16:46:46.1625918Z DEBUG:conda_index.index:win-64 write index.html 2023-08-09T16:46:46.1769698Z 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-09T16:46:46.1790919Z DEBUG:conda_index.index:win-64 finish 2023-08-09T16:46:46.1792019Z INFO:conda_index.index:Completed win-64 2023-08-09T16:46:46.1797648Z DEBUG:conda_index.index:found subdirs {'noarch', 'win-64'} 2023-08-09T16:46:46.1802324Z INFO:conda_index.index:Channeldata subdir: noarch 2023-08-09T16:46:46.1802965Z DEBUG:conda_index.index:noarch read repodata 2023-08-09T16:46:46.1809004Z 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-09T16:46:46.1810002Z DEBUG:conda_index.index:noarch channeldata finished 2023-08-09T16:46:46.1810596Z INFO:conda_index.index:Channeldata subdir: win-64 2023-08-09T16:46:46.1811235Z DEBUG:conda_index.index:win-64 read repodata 2023-08-09T16:46:46.1818393Z 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-09T16:46:46.1850181Z DEBUG:conda_index.index:win-64 channeldata finished 2023-08-09T16:46:46.2072907Z 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-09T16:46:46.2097674Z DEBUG:conda_index.index:write channeldata 2023-08-09T16:46:46.2105011Z 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-09T16:46:53.9745011Z 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-09T16:46:53.9746606Z 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-09T16:46:53.9748019Z INFO (torchaudio,lib/site-packages/torchaudio/lib/libctc_prefix_decoder.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:53.9749243Z 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-09T16:46:53.9750093Z .. is this binary repackaging? 2023-08-09T16:46:53.9751488Z 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-09T16:46:53.9752517Z .. is this binary repackaging? 2023-08-09T16:46:53.9753495Z 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-09T16:46:53.9754644Z 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-09T16:46:53.9755890Z .. is this binary repackaging? 2023-08-09T16:46:53.9756877Z 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-09T16:46:53.9757745Z .. is this binary repackaging? 2023-08-09T16:46:53.9758723Z 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-09T16:46:53.9759757Z .. is this binary repackaging? 2023-08-09T16:46:53.9760630Z 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-09T16:46:53.9761446Z .. is this binary repackaging? 2023-08-09T16:46:53.9762019Z 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-09T16:46:53.9762492Z .. is this binary repackaging? 2023-08-09T16:46:53.9762981Z 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-09T16:46:53.9763443Z .. is this binary repackaging? 2023-08-09T16:46:53.9763916Z 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-09T16:46:53.9764372Z .. is this binary repackaging? 2023-08-09T16:46:53.9764857Z 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-09T16:46:53.9765477Z .. is this binary repackaging? 2023-08-09T16:46:53.9765914Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:53.9766682Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:53.9767417Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:53.9768215Z 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-09T16:46:53.9768938Z 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-09T16:46:53.9769649Z 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-09T16:46:53.9770352Z 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-09T16:46:53.9771004Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg4.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:53.9772291Z 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-09T16:46:53.9772913Z .. is this binary repackaging? 2023-08-09T16:46:53.9773411Z 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-09T16:46:53.9774107Z .. is this binary repackaging? 2023-08-09T16:46:53.9774588Z 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-09T16:46:53.9775918Z 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-09T16:46:53.9776369Z .. is this binary repackaging? 2023-08-09T16:46:53.9776852Z 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-09T16:46:53.9777301Z .. is this binary repackaging? 2023-08-09T16:46:53.9777765Z 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-09T16:46:53.9778211Z .. is this binary repackaging? 2023-08-09T16:46:53.9778693Z 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-09T16:46:53.9779150Z .. is this binary repackaging? 2023-08-09T16:46:53.9779752Z 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-09T16:46:53.9780225Z .. is this binary repackaging? 2023-08-09T16:46:53.9780886Z 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-09T16:46:53.9781463Z .. is this binary repackaging? 2023-08-09T16:46:53.9781961Z 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-09T16:46:53.9782393Z .. is this binary repackaging? 2023-08-09T16:46:53.9782880Z 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-09T16:46:53.9783337Z .. is this binary repackaging? 2023-08-09T16:46:53.9783781Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:53.9784396Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:53.9785062Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:53.9785718Z 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-09T16:46:53.9786442Z 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-09T16:46:53.9787327Z 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-09T16:46:53.9788263Z 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-09T16:46:53.9788922Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg6.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:53.9790206Z 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-09T16:46:53.9790707Z .. is this binary repackaging? 2023-08-09T16:46:53.9791200Z 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-09T16:46:53.9792180Z .. is this binary repackaging? 2023-08-09T16:46:53.9792659Z 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-09T16:46:53.9793313Z 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-09T16:46:53.9793745Z .. is this binary repackaging? 2023-08-09T16:46:53.9794237Z 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-09T16:46:53.9794692Z .. is this binary repackaging? 2023-08-09T16:46:53.9795162Z 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-09T16:46:53.9795607Z .. is this binary repackaging? 2023-08-09T16:46:53.9796079Z 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-09T16:46:53.9796529Z .. is this binary repackaging? 2023-08-09T16:46:53.9797007Z 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-09T16:46:53.9797461Z .. is this binary repackaging? 2023-08-09T16:46:53.9798064Z 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-09T16:46:53.9798542Z .. is this binary repackaging? 2023-08-09T16:46:53.9799316Z 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-09T16:46:53.9799998Z .. is this binary repackaging? 2023-08-09T16:46:53.9800711Z 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-09T16:46:53.9801247Z .. is this binary repackaging? 2023-08-09T16:46:53.9801830Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/MSVCP140.dll found in $SYSROOT 2023-08-09T16:46:53.9802520Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140.dll found in $SYSROOT 2023-08-09T16:46:53.9803231Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/VCRUNTIME140_1.dll found in $SYSROOT 2023-08-09T16:46:53.9803974Z 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-09T16:46:53.9826206Z 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-09T16:46:53.9827542Z 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-09T16:46:53.9828739Z 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-09T16:46:53.9830674Z INFO (torchaudio,lib/site-packages/torchaudio/lib/_torchaudio_ffmpeg5.pyd): Needed DSO C:/Windows/System32/KERNEL32.dll found in $SYSROOT 2023-08-09T16:46:53.9832135Z 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-09T16:46:53.9833826Z Fixing permissions 2023-08-09T16:46:53.9834263Z Packaged license file/s. 2023-08-09T16:46:53.9834734Z INFO :: Time taken to mark (prefix) 2023-08-09T16:46:53.9835242Z 0 replacements in 0 files was 0.10 seconds 2023-08-09T16:46:53.9836087Z Renaming work directory 'C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\work' to 'C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\work_moved_torchaudio-2.1.0.dev20230809-py310_cu118_win-64_main_build_loop' 2023-08-09T16:46:53.9836923Z shutil.move(work)=C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\work, dest=C:\Jenkins\Miniconda3\conda-bld\torchaudio_1691598413643\work_moved_torchaudio-2.1.0.dev20230809-py310_cu118_win-64_main_build_loop) 2023-08-09T16:46:57.0143768Z # Automatic uploading is disabled 2023-08-09T16:46:57.0144553Z # If you want to upload package(s) to anaconda.org later, type: 2023-08-09T16:46:57.0144784Z 2023-08-09T16:46:57.0144819Z 2023-08-09T16:46:57.0145002Z # To have conda build upload to anaconda.org automatically, use 2023-08-09T16:46:57.0145385Z # conda config --set anaconda_upload yes 2023-08-09T16:46:57.0145660Z anaconda upload \ 2023-08-09T16:46:57.0145960Z distr/win-64\torchaudio-2.1.0.dev20230809-py310_cu118.tar.bz2 2023-08-09T16:46:57.0146331Z anaconda_upload is not set. Not uploading wheels: [] 2023-08-09T16:46:57.0146530Z 2023-08-09T16:46:57.0146746Z INFO :: The inputs making up the hashes for the built packages are as follows: 2023-08-09T16:46:57.0147044Z { 2023-08-09T16:46:57.0147300Z "torchaudio-2.1.0.dev20230809-py310_cu118": { 2023-08-09T16:46:57.0147565Z "recipe": { 2023-08-09T16:46:57.0147793Z "c_compiler": "vs2019", 2023-08-09T16:46:57.0148043Z "cxx_compiler": "vs2019", 2023-08-09T16:46:57.0148278Z "target_platform": "win-64" 2023-08-09T16:46:57.0148500Z } 2023-08-09T16:46:57.0148682Z } 2023-08-09T16:46:57.0148857Z } 2023-08-09T16:46:57.0148965Z 2023-08-09T16:46:57.0148971Z 2023-08-09T16:46:57.0149091Z #################################################################################### 2023-08-09T16:46:57.0149368Z Resource usage summary: 2023-08-09T16:46:57.0149526Z 2023-08-09T16:46:57.0149712Z Total time: 0:20:03.4 2023-08-09T16:46:57.0150024Z CPU usage: sys=0:02:57.1, user=0:28:28.1 2023-08-09T16:46:57.0150297Z Maximum memory usage observed: 5.7G 2023-08-09T16:46:57.0150799Z Total disk usage observed (not including envs): 251.0M 2023-08-09T16:46:57.0151101Z 2023-08-09T16:46:57.0151107Z 2023-08-09T16:46:57.0151248Z #################################################################################### 2023-08-09T16:46:57.0151759Z Source and build intermediates have been left in C:\Jenkins\Miniconda3\conda-bld. 2023-08-09T16:46:57.0152120Z There are currently 1 accumulated. 2023-08-09T16:46:57.0152418Z To remove them, you can run the ```conda build purge``` command 2023-08-09T16:46:58.1284811Z ##[group]Run actions/upload-artifact@v3 2023-08-09T16:46:58.1285152Z with: 2023-08-09T16:46:58.1285378Z name: pytorch_audio__3.10 2023-08-09T16:46:58.1285636Z path: pytorch/audio/distr/ 2023-08-09T16:46:58.1286046Z if-no-files-found: warn 2023-08-09T16:46:58.1286554Z env: 2023-08-09T16:46:58.1287028Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:46:58.1287515Z PYTHON_VERSION: 3.10 2023-08-09T16:46:58.1288026Z PACKAGE_TYPE: conda 2023-08-09T16:46:58.1288420Z REPOSITORY: pytorch/audio 2023-08-09T16:46:58.1288653Z REF: 2023-08-09T16:46:58.1288834Z CU_VERSION: cu118 2023-08-09T16:46:58.1289052Z CHANNEL: nightly 2023-08-09T16:46:58.1289298Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:46:58.1289618Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T16:46:58.1290008Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:46:58.1290543Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:46:58.1290964Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T16:46:58.1291470Z ##[endgroup] 2023-08-09T16:46:58.2919099Z With the provided path, there will be 19 files uploaded 2023-08-09T16:46:58.2923393Z Starting artifact upload 2023-08-09T16:46:58.2924222Z 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-09T16:46:58.2925238Z Artifact name is valid! 2023-08-09T16:46:58.3600074Z Container for artifact "pytorch_audio__3.10" successfully created. Starting upload of file(s) 2023-08-09T16:47:02.7139758Z Total size of all the files uploaded is 7303815 bytes 2023-08-09T16:47:02.7140687Z File upload process has finished. Finalizing the artifact upload 2023-08-09T16:47:02.7351837Z Artifact has been finalized. All files have been successfully uploaded! 2023-08-09T16:47:02.7352380Z 2023-08-09T16:47:02.7352587Z The raw size of all the files that were specified for upload is 7452652 bytes 2023-08-09T16:47:02.7353138Z The size of all the files that were uploaded is 7303815 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-08-09T16:47:02.7353634Z 2023-08-09T16:47:02.7354215Z 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-09T16:47:02.7354618Z 2023-08-09T16:47:02.7354803Z Artifact pytorch_audio__3.10 has been successfully uploaded! 2023-08-09T16:47:02.7664283Z ##[group]Run set -euxo pipefail 2023-08-09T16:47:02.7664957Z set -euxo pipefail 2023-08-09T16:47:02.7665451Z source "${BUILD_ENV_FILE}" 2023-08-09T16:47:02.7666057Z FULL_PATH_TO_DISTR="file://$(readlink -f pytorch/audio/distr)" 2023-08-09T16:47:02.7666789Z # fix we have to use for windows to make sure drive path is c: not c 2023-08-09T16:47:02.7667670Z CONDA_LOCAL_CHANNEL=$(echo $FULL_PATH_TO_DISTR | sed "s/\/c\//\/c:\//") 2023-08-09T16:47:02.7668431Z  2023-08-09T16:47:02.7669028Z export CONDA_ENV_SMOKE="${RUNNER_TEMP}/pytorch_pkg_helpers_${GITHUB_RUN_ID}_smoke" 2023-08-09T16:47:02.7669807Z conda create --yes --quiet --prefix "${CONDA_ENV_SMOKE}" python="${PYTHON_VERSION}" 2023-08-09T16:47:02.7670604Z export CONDA_RUN_SMOKE="conda run -p ${CONDA_ENV_SMOKE}" 2023-08-09T16:47:02.7671124Z  2023-08-09T16:47:02.7671626Z if [[ "${GPU_ARCH}" = "cuda" ]]; then 2023-08-09T16:47:02.7672250Z  CONSTRAINTS="pytorch-cuda=${GPU_ARCH_VERSION}" 2023-08-09T16:47:02.7672785Z else 2023-08-09T16:47:02.7673228Z  CONSTRAINTS="cpuonly" 2023-08-09T16:47:02.7673755Z fi 2023-08-09T16:47:02.7674600Z ${CONDA_RUN_SMOKE} conda install -v -y -c pytorch-"${CHANNEL}" -c nvidia -c "${CONDA_LOCAL_CHANNEL}" distr::"${PACKAGE_NAME}" ${CONSTRAINTS} 2023-08-09T16:47:02.7675447Z  2023-08-09T16:47:02.7675991Z if [[ ! -f "pytorch/audio"/${SMOKE_TEST_SCRIPT} ]]; then 2023-08-09T16:47:02.7676665Z  echo "pytorch/audio/${SMOKE_TEST_SCRIPT} not found" 2023-08-09T16:47:02.7677478Z  ${CONDA_RUN_SMOKE} python -c "import ${PACKAGE_NAME}; print('package version is ', ${PACKAGE_NAME}.__version__)" 2023-08-09T16:47:02.7678145Z else 2023-08-09T16:47:02.7678637Z  echo "pytorch/audio/${SMOKE_TEST_SCRIPT} found" 2023-08-09T16:47:02.7679076Z  conda install --yes --quiet 'ffmpeg<5' 2023-08-09T16:47:02.7679409Z  ${CONDA_RUN_SMOKE} python "pytorch/audio/${SMOKE_TEST_SCRIPT}" 2023-08-09T16:47:02.7679696Z fi 2023-08-09T16:47:02.7679949Z conda env remove -p "${CONDA_ENV_SMOKE}" 2023-08-09T16:47:02.7712603Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:47:02.7712879Z env: 2023-08-09T16:47:02.7713121Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:47:02.7713633Z PYTHON_VERSION: 3.10 2023-08-09T16:47:02.7714071Z PACKAGE_TYPE: conda 2023-08-09T16:47:02.7714315Z REPOSITORY: pytorch/audio 2023-08-09T16:47:02.7714525Z REF: 2023-08-09T16:47:02.7715048Z CU_VERSION: cu118 2023-08-09T16:47:02.7715274Z CHANNEL: nightly 2023-08-09T16:47:02.7715519Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:47:02.7715838Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T16:47:02.7716232Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:47:02.7716666Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:47:02.7717073Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T16:47:02.7717384Z PACKAGE_NAME: torchaudio 2023-08-09T16:47:02.7717649Z SMOKE_TEST_SCRIPT: test/smoke_test/smoke_test.py 2023-08-09T16:47:02.7717914Z GPU_ARCH: cuda 2023-08-09T16:47:02.7718130Z DESIRED_CUDA: cu118 2023-08-09T16:47:02.7718358Z GPU_ARCH_VERSION: 11.8 2023-08-09T16:47:02.7718576Z ##[endgroup] 2023-08-09T16:47:03.4181221Z + source 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T16:47:03.4183171Z ++ export BUILD_VERSION=2.1.0.dev20230809 2023-08-09T16:47:03.4183745Z ++ BUILD_VERSION=2.1.0.dev20230809 2023-08-09T16:47:03.4184253Z ++ export CMAKE_USE_CUDA=1 2023-08-09T16:47:03.4184710Z ++ CMAKE_USE_CUDA=1 2023-08-09T16:47:03.4185274Z ++ export CONDA_BUILD_VARIANT=cuda 2023-08-09T16:47:03.4185778Z ++ CONDA_BUILD_VARIANT=cuda 2023-08-09T16:47:03.4189604Z ++ export 'CONDA_CUDATOOLKIT_CONSTRAINT=- pytorch-cuda=11.8 # [not osx]' 2023-08-09T16:47:03.4190496Z ++ CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=11.8 # [not osx]' 2023-08-09T16:47:03.4191245Z ++ export 'CONDA_PYTORCH_BUILD_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T16:47:03.4192093Z ++ CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:47:03.4192903Z ++ export 'CONDA_PYTORCH_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T16:47:03.4193705Z ++ CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:47:03.4194317Z ++ export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T16:47:03.4194858Z ++ CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T16:47:03.4195570Z ++ export 'CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:47:03.4196453Z ++ CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:47:03.4197307Z ++ export 'CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:47:03.4198152Z ++ CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:47:03.4198871Z ++ export FORCE_CUDA=1 2023-08-09T16:47:03.4199431Z ++ FORCE_CUDA=1 2023-08-09T16:47:03.4201421Z ++ export 'PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8/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-09T16:47:03.4204813Z ++ PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8/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-09T16:47:03.4206943Z ++ export PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T16:47:03.4207801Z ++ PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T16:47:03.4208329Z ++ export PYTORCH_VERSION_SUFFIX= 2023-08-09T16:47:03.4208804Z ++ PYTORCH_VERSION_SUFFIX= 2023-08-09T16:47:03.4209375Z ++ export 'TORCH_CUDA_ARCH_LIST=3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6' 2023-08-09T16:47:03.4209985Z ++ TORCH_CUDA_ARCH_LIST='3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6' 2023-08-09T16:47:03.4210499Z ++ export VERSION_SUFFIX= 2023-08-09T16:47:03.4210914Z ++ VERSION_SUFFIX= 2023-08-09T16:47:03.4211335Z ++ export WHEEL_DIR= 2023-08-09T16:47:03.4211844Z ++ WHEEL_DIR= 2023-08-09T16:47:03.4299776Z ++ readlink -f pytorch/audio/distr 2023-08-09T16:47:03.4431294Z + FULL_PATH_TO_DISTR=file:///c/actions-runner/_work/audio/audio/pytorch/audio/distr 2023-08-09T16:47:03.4660273Z ++ echo file:///c/actions-runner/_work/audio/audio/pytorch/audio/distr 2023-08-09T16:47:03.4761131Z ++ sed 's/\/c\//\/c:\//' 2023-08-09T16:47:03.4894056Z + CONDA_LOCAL_CHANNEL=file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr 2023-08-09T16:47:03.4895096Z + export 'CONDA_ENV_SMOKE=C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T16:47:03.4895754Z + CONDA_ENV_SMOKE='C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T16:47:03.4896283Z + conda create --yes --quiet --prefix 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' python=3.10 2023-08-09T16:47:06.7248639Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:47:06.7274004Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:47:06.7281971Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:47:06.7283102Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:47:06.7288923Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:47:06.7290014Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:47:06.7894475Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/current_repodata.json HTTP/1.1" 200 None 2023-08-09T16:47:06.7927065Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/current_repodata.json HTTP/1.1" 200 None 2023-08-09T16:47:06.7994498Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/current_repodata.json HTTP/1.1" 200 None 2023-08-09T16:47:06.8004366Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/current_repodata.json HTTP/1.1" 200 None 2023-08-09T16:47:06.8024876Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/current_repodata.json HTTP/1.1" 200 None 2023-08-09T16:47:06.8082967Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/win-64/current_repodata.json HTTP/1.1" 200 None 2023-08-09T16:47:10.8714391Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T16:47:10.9554735Z Solving environment: ...working... done 2023-08-09T16:47:11.0967734Z 2023-08-09T16:47:11.0968306Z ## Package Plan ## 2023-08-09T16:47:11.0968598Z 2023-08-09T16:47:11.0969078Z environment location: C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:47:11.0969536Z 2023-08-09T16:47:11.0969722Z added / updated specs: 2023-08-09T16:47:11.0970228Z - python=3.10 2023-08-09T16:47:11.0970478Z 2023-08-09T16:47:11.0970491Z 2023-08-09T16:47:11.0970773Z The following NEW packages will be INSTALLED: 2023-08-09T16:47:11.0971206Z 2023-08-09T16:47:11.0971660Z bzip2 pkgs/main/win-64::bzip2-1.0.8-he774522_0 2023-08-09T16:47:11.0972386Z ca-certificates pkgs/main/win-64::ca-certificates-2023.05.30-haa95532_0 2023-08-09T16:47:11.0973128Z libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_0 2023-08-09T16:47:11.0973806Z openssl pkgs/main/win-64::openssl-3.0.10-h2bbff1b_0 2023-08-09T16:47:11.0976191Z pip pkgs/main/win-64::pip-23.2.1-py310haa95532_0 2023-08-09T16:47:11.0977061Z python pkgs/main/win-64::python-3.10.12-he1021f5_0 2023-08-09T16:47:11.0977966Z setuptools pkgs/main/win-64::setuptools-68.0.0-py310haa95532_0 2023-08-09T16:47:11.0978718Z sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 2023-08-09T16:47:11.0979356Z tk pkgs/main/win-64::tk-8.6.12-h2bbff1b_0 2023-08-09T16:47:11.0980029Z tzdata pkgs/main/noarch::tzdata-2023c-h04d1e81_0 2023-08-09T16:47:11.0980719Z vc pkgs/main/win-64::vc-14.2-h21ff451_1 2023-08-09T16:47:11.0981402Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 2023-08-09T16:47:11.0982117Z wheel pkgs/main/win-64::wheel-0.38.4-py310haa95532_0 2023-08-09T16:47:11.0982744Z xz pkgs/main/win-64::xz-5.4.2-h8cc25b3_0 2023-08-09T16:47:11.0983501Z zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0 2023-08-09T16:47:11.0983882Z 2023-08-09T16:47:11.0983892Z 2023-08-09T16:47:11.4584515Z Preparing transaction: ...working... done 2023-08-09T16:47:14.2793233Z Verifying transaction: ...working... done 2023-08-09T16:47:19.4327735Z Executing transaction: ...working... done 2023-08-09T16:47:19.8711947Z + export 'CONDA_RUN_SMOKE=conda run -p C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T16:47:19.8713303Z + CONDA_RUN_SMOKE='conda run -p C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T16:47:19.8714001Z + [[ cuda = \c\u\d\a ]] 2023-08-09T16:47:19.8714475Z + CONSTRAINTS=pytorch-cuda=11.8 2023-08-09T16:47:19.8715651Z + 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=11.8 2023-08-09T16:48:24.2979476Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.2979830Z 2023-08-09T16:48:24.2980065Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.2982221Z 2023-08-09T16:48:24.2984834Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.2985335Z 2023-08-09T16:48:24.2985571Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.2985824Z 2023-08-09T16:48:24.2986211Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.2986487Z 2023-08-09T16:48:24.2987352Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/win-64/current_repodata.json HTTP/1.1" 404 None 2023-08-09T16:48:24.2988001Z 2023-08-09T16:48:24.2988420Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.2988894Z 2023-08-09T16:48:24.2989601Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/noarch/current_repodata.json HTTP/1.1" 404 None 2023-08-09T16:48:24.2990263Z 2023-08-09T16:48:24.2990922Z 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-09T16:48:24.2991457Z 2023-08-09T16:48:24.2991889Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /nvidia/win-64/current_repodata.json HTTP/1.1" 200 None 2023-08-09T16:48:24.2992459Z 2023-08-09T16:48:24.2992975Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /nvidia/noarch/current_repodata.json HTTP/1.1" 200 None 2023-08-09T16:48:24.2993526Z 2023-08-09T16:48:24.2994057Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/noarch/current_repodata.json HTTP/1.1" 404 None 2023-08-09T16:48:24.2994545Z 2023-08-09T16:48:24.2994852Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/win-64/current_repodata.json HTTP/1.1" 404 None 2023-08-09T16:48:24.2995581Z 2023-08-09T16:48:24.2996337Z 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-09T16:48:24.2996793Z 2023-08-09T16:48:24.2997179Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/noarch/repodata.json HTTP/1.1" 200 1034 2023-08-09T16:48:24.2997784Z 2023-08-09T16:48:24.2998292Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/win-64/repodata.json HTTP/1.1" 200 None 2023-08-09T16:48:24.2998844Z 2023-08-09T16:48:24.2999368Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/noarch/repodata.json HTTP/1.1" 200 None 2023-08-09T16:48:24.2999931Z 2023-08-09T16:48:24.3000552Z 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-09T16:48:24.3001273Z 2023-08-09T16:48:24.3001911Z 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-09T16:48:24.3002526Z 2023-08-09T16:48:24.3003180Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/win-64/repodata.json HTTP/1.1" 200 None 2023-08-09T16:48:24.3003773Z 2023-08-09T16:48:24.3004642Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.3005145Z 2023-08-09T16:48:24.3005743Z 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-09T16:48:24.3006295Z 2023-08-09T16:48:24.3006707Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.3007204Z 2023-08-09T16:48:24.3007801Z 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-09T16:48:24.3008437Z 2023-08-09T16:48:24.3008835Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.3009279Z 2023-08-09T16:48:24.3009642Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.3010193Z 2023-08-09T16:48:24.3010602Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3011145Z 2023-08-09T16:48:24.3011611Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3012037Z 2023-08-09T16:48:24.3012410Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3012845Z 2023-08-09T16:48:24.3013220Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3013676Z 2023-08-09T16:48:24.3014038Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3014449Z 2023-08-09T16:48:24.3014654Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3014905Z 2023-08-09T16:48:24.3015122Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.3015381Z 2023-08-09T16:48:24.3015600Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 2023-08-09T16:48:24.3016200Z 2023-08-09T16:48:24.3016503Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /nvidia/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3016971Z 2023-08-09T16:48:24.3017254Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3018018Z 2023-08-09T16:48:24.3018314Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3018613Z 2023-08-09T16:48:24.3018868Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3019165Z 2023-08-09T16:48:24.3019436Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3019734Z 2023-08-09T16:48:24.3020011Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3020302Z 2023-08-09T16:48:24.3020568Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /nvidia/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3020860Z 2023-08-09T16:48:24.3021147Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3021472Z 2023-08-09T16:48:24.3021743Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3022039Z 2023-08-09T16:48:24.3022327Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /pytorch-nightly/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3022620Z 2023-08-09T16:48:24.3023096Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/win-64/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3025241Z 2023-08-09T16:48:24.3025839Z DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /distr/noarch/repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:24.3026350Z 2023-08-09T16:48:24.3026698Z INFO conda.core.link:__init__(210): initializing UnlinkLinkTransaction with 2023-08-09T16:48:24.3027137Z 2023-08-09T16:48:24.3027401Z target_prefix: C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3027655Z 2023-08-09T16:48:24.3027761Z unlink_precs: 2023-08-09T16:48:24.3027897Z 2023-08-09T16:48:24.3027954Z 2023-08-09T16:48:24.3028070Z 2023-08-09T16:48:24.3028156Z link_precs: 2023-08-09T16:48:24.3028286Z 2023-08-09T16:48:24.3028429Z defaults/win-64::blas-1.0-mkl 2023-08-09T16:48:24.3028599Z 2023-08-09T16:48:24.3028727Z nvidia/win-64::cuda-cccl-12.2.128-0 2023-08-09T16:48:24.3028896Z 2023-08-09T16:48:24.3029027Z nvidia/win-64::cuda-cudart-11.8.89-0 2023-08-09T16:48:24.3029182Z 2023-08-09T16:48:24.3029318Z nvidia/win-64::cuda-cupti-11.8.87-0 2023-08-09T16:48:24.3029491Z 2023-08-09T16:48:24.3029615Z nvidia/win-64::cuda-nvrtc-11.8.89-0 2023-08-09T16:48:24.3029780Z 2023-08-09T16:48:24.3029905Z nvidia/win-64::cuda-nvtx-11.8.86-0 2023-08-09T16:48:24.3030070Z 2023-08-09T16:48:24.3030226Z nvidia/win-64::cuda-profiler-api-12.2.128-0 2023-08-09T16:48:24.3030591Z 2023-08-09T16:48:24.3030730Z nvidia/win-64::libcublas-11.11.3.6-0 2023-08-09T16:48:24.3030903Z 2023-08-09T16:48:24.3031018Z nvidia/win-64::libcufft-10.9.0.58-0 2023-08-09T16:48:24.3031325Z 2023-08-09T16:48:24.3031618Z nvidia/win-64::libcurand-10.3.3.129-0 2023-08-09T16:48:24.3031801Z 2023-08-09T16:48:24.3031941Z nvidia/win-64::libcusolver-11.4.1.48-0 2023-08-09T16:48:24.3032116Z 2023-08-09T16:48:24.3032252Z nvidia/win-64::libcusparse-11.7.5.86-0 2023-08-09T16:48:24.3032424Z 2023-08-09T16:48:24.3032544Z nvidia/win-64::libnpp-11.8.0.86-0 2023-08-09T16:48:24.3032708Z 2023-08-09T16:48:24.3032827Z nvidia/win-64::libnvjpeg-11.9.0.86-0 2023-08-09T16:48:24.3032998Z 2023-08-09T16:48:24.3033165Z pytorch-nightly/noarch::pytorch-mutex-1.0-cuda 2023-08-09T16:48:24.3033367Z 2023-08-09T16:48:24.3033510Z nvidia/win-64::cuda-cudart-dev-11.8.89-0 2023-08-09T16:48:24.3033694Z 2023-08-09T16:48:24.3033830Z nvidia/win-64::cuda-libraries-11.8.0-0 2023-08-09T16:48:24.3034008Z 2023-08-09T16:48:24.3034149Z nvidia/win-64::cuda-nvrtc-dev-11.8.89-0 2023-08-09T16:48:24.3034495Z 2023-08-09T16:48:24.3034622Z nvidia/win-64::libcublas-dev-11.11.3.6-0 2023-08-09T16:48:24.3034804Z 2023-08-09T16:48:24.3034940Z nvidia/win-64::libcufft-dev-10.9.0.58-0 2023-08-09T16:48:24.3035115Z 2023-08-09T16:48:24.3035257Z nvidia/win-64::libcurand-dev-10.3.3.129-0 2023-08-09T16:48:24.3035438Z 2023-08-09T16:48:24.3035585Z nvidia/win-64::libcusolver-dev-11.4.1.48-0 2023-08-09T16:48:24.3035769Z 2023-08-09T16:48:24.3035918Z nvidia/win-64::libcusparse-dev-11.7.5.86-0 2023-08-09T16:48:24.3036105Z 2023-08-09T16:48:24.3036227Z nvidia/win-64::libnpp-dev-11.8.0.86-0 2023-08-09T16:48:24.3036403Z 2023-08-09T16:48:24.3036542Z nvidia/win-64::libnvjpeg-dev-11.9.0.86-0 2023-08-09T16:48:24.3036721Z 2023-08-09T16:48:24.3037007Z nvidia/win-64::cuda-libraries-dev-11.8.0-0 2023-08-09T16:48:24.3037213Z 2023-08-09T16:48:24.3037351Z nvidia/win-64::cuda-runtime-11.8.0-0 2023-08-09T16:48:24.3037526Z 2023-08-09T16:48:24.3037821Z defaults/win-64::intel-openmp-2023.1.0-h59b6b97_46319 2023-08-09T16:48:24.3038209Z 2023-08-09T16:48:24.3038525Z defaults/win-64::libuv-1.44.2-h2bbff1b_0 2023-08-09T16:48:24.3038718Z 2023-08-09T16:48:24.3038854Z defaults/win-64::tbb-2021.8.0-h59b6b97_0 2023-08-09T16:48:24.3039022Z 2023-08-09T16:48:24.3039154Z defaults/win-64::yaml-0.2.5-he774522_0 2023-08-09T16:48:24.3039322Z 2023-08-09T16:48:24.3039459Z defaults/win-64::mkl-2023.1.0-h6b88ed4_46357 2023-08-09T16:48:24.3039638Z 2023-08-09T16:48:24.3039950Z pytorch-nightly/win-64::pytorch-cuda-11.8-h24eeafa_5 2023-08-09T16:48:24.3040177Z 2023-08-09T16:48:24.3040342Z defaults/win-64::filelock-3.9.0-py310haa95532_0 2023-08-09T16:48:24.3040520Z 2023-08-09T16:48:24.3040684Z defaults/win-64::markupsafe-2.1.1-py310h2bbff1b_0 2023-08-09T16:48:24.3040883Z 2023-08-09T16:48:24.3041047Z defaults/win-64::mkl-service-2.4.0-py310h2bbff1b_1 2023-08-09T16:48:24.3041247Z 2023-08-09T16:48:24.3041398Z defaults/win-64::mpmath-1.3.0-py310haa95532_0 2023-08-09T16:48:24.3041593Z 2023-08-09T16:48:24.3041743Z defaults/win-64::networkx-3.1-py310haa95532_0 2023-08-09T16:48:24.3041931Z 2023-08-09T16:48:24.3042077Z defaults/win-64::pyyaml-6.0-py310h2bbff1b_1 2023-08-09T16:48:24.3042261Z 2023-08-09T16:48:24.3042422Z defaults/win-64::typing_extensions-4.7.1-py310haa95532_0 2023-08-09T16:48:24.3042632Z 2023-08-09T16:48:24.3042776Z defaults/win-64::jinja2-3.1.2-py310haa95532_0 2023-08-09T16:48:24.3042958Z 2023-08-09T16:48:24.3043127Z defaults/win-64::numpy-base-1.25.2-py310h65a83cf_0 2023-08-09T16:48:24.3043326Z 2023-08-09T16:48:24.3043471Z defaults/win-64::sympy-1.11.1-py310haa95532_0 2023-08-09T16:48:24.3043654Z 2023-08-09T16:48:24.3044008Z pytorch-nightly/win-64::pytorch-2.1.0.dev20230808-py3.10_cuda11.8_cudnn8_0 2023-08-09T16:48:24.3044252Z 2023-08-09T16:48:24.3044386Z defaults/win-64::mkl_fft-1.3.6-py310h4ed8f06_1 2023-08-09T16:48:24.3044682Z 2023-08-09T16:48:24.3045002Z defaults/win-64::mkl_random-1.2.2-py310h4ed8f06_1 2023-08-09T16:48:24.3045213Z 2023-08-09T16:48:24.3045363Z defaults/win-64::numpy-1.25.2-py310h055cbcc_0 2023-08-09T16:48:24.3045545Z 2023-08-09T16:48:24.3045818Z file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr/win-64::torchaudio-2.1.0.dev20230809-py310_cu118 2023-08-09T16:48:24.3046106Z 2023-08-09T16:48:24.3046112Z 2023-08-09T16:48:24.3046117Z 2023-08-09T16:48:24.3046341Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3046603Z 2023-08-09T16:48:24.3046823Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3047075Z 2023-08-09T16:48:24.3047289Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3047524Z 2023-08-09T16:48:24.3047734Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3047974Z 2023-08-09T16:48:24.3048326Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:24.3048579Z 2023-08-09T16:48:24.3048891Z 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-09T16:48:24.3049210Z 2023-08-09T16:48:24.3049507Z 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-09T16:48:24.3049831Z 2023-08-09T16:48:24.3050152Z 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-09T16:48:24.3050633Z 2023-08-09T16:48:24.3050939Z 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-09T16:48:24.3051554Z 2023-08-09T16:48:24.3051857Z 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-09T16:48:24.3052204Z 2023-08-09T16:48:24.3052463Z INFO conda.core.link:verify(306): [ClobberError: This transaction has incompatible packages due to a shared path. 2023-08-09T16:48:24.3052741Z 2023-08-09T16:48:24.3053039Z packages: nvidia/win-64::cuda-cupti-11.8.87-0, nvidia/win-64::cuda-nvtx-11.8.86-0, nvidia/win-64::cuda-profiler-api-12.2.128-0 2023-08-09T16:48:24.3053347Z 2023-08-09T16:48:24.3053438Z path: 'license' 2023-08-09T16:48:24.3053576Z 2023-08-09T16:48:24.3053708Z 2023-08-09T16:48:24.3053716Z 2023-08-09T16:48:24.3053940Z , ClobberError: This transaction has incompatible packages due to a shared path. 2023-08-09T16:48:24.3054184Z 2023-08-09T16:48:24.3054401Z packages: nvidia/win-64::cuda-cupti-11.8.87-0, nvidia/win-64::cuda-nvtx-11.8.86-0 2023-08-09T16:48:24.3054638Z 2023-08-09T16:48:24.3054749Z path: 'build_env_setup.bat' 2023-08-09T16:48:24.3054889Z 2023-08-09T16:48:24.3054895Z 2023-08-09T16:48:24.3054925Z 2023-08-09T16:48:24.3055116Z , ClobberError: This transaction has incompatible packages due to a shared path. 2023-08-09T16:48:24.3055357Z 2023-08-09T16:48:24.3055563Z packages: nvidia/win-64::cuda-cupti-11.8.87-0, nvidia/win-64::cuda-nvtx-11.8.86-0 2023-08-09T16:48:24.3055805Z 2023-08-09T16:48:24.3055909Z path: 'conda_build.bat' 2023-08-09T16:48:24.3056062Z 2023-08-09T16:48:24.3056068Z 2023-08-09T16:48:24.3056074Z 2023-08-09T16:48:24.3056284Z , ClobberError: This transaction has incompatible packages due to a shared path. 2023-08-09T16:48:24.3056523Z 2023-08-09T16:48:24.3056879Z packages: nvidia/win-64::cuda-cupti-11.8.87-0, nvidia/win-64::cuda-nvtx-11.8.86-0 2023-08-09T16:48:24.3057123Z 2023-08-09T16:48:24.3057246Z path: 'metadata_conda_debug.yaml' 2023-08-09T16:48:24.3057416Z 2023-08-09T16:48:24.3057424Z 2023-08-09T16:48:24.3057432Z 2023-08-09T16:48:24.3057649Z ] 2023-08-09T16:48:24.3057895Z 2023-08-09T16:48:24.3058135Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::blas-1.0-mkl <=== 2023-08-09T16:48:24.3058392Z 2023-08-09T16:48:24.3058593Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3058830Z 2023-08-09T16:48:24.3058982Z source=C:\Jenkins\Miniconda3\pkgs\blas-1.0-mkl 2023-08-09T16:48:24.3059173Z 2023-08-09T16:48:24.3059179Z 2023-08-09T16:48:24.3059184Z 2023-08-09T16:48:24.3059418Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-cccl-12.2.128-0 <=== 2023-08-09T16:48:24.3059681Z 2023-08-09T16:48:24.3059880Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3060109Z 2023-08-09T16:48:24.3060261Z source=C:\Jenkins\Miniconda3\pkgs\cuda-cccl-12.2.128-0 2023-08-09T16:48:24.3060466Z 2023-08-09T16:48:24.3060472Z 2023-08-09T16:48:24.3060477Z 2023-08-09T16:48:24.3060715Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-cudart-11.8.89-0 <=== 2023-08-09T16:48:24.3061113Z 2023-08-09T16:48:24.3061312Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3061547Z 2023-08-09T16:48:24.3061720Z source=C:\Jenkins\Miniconda3\pkgs\cuda-cudart-11.8.89-0 2023-08-09T16:48:24.3061931Z 2023-08-09T16:48:24.3061937Z 2023-08-09T16:48:24.3061942Z 2023-08-09T16:48:24.3062174Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-cupti-11.8.87-0 <=== 2023-08-09T16:48:24.3062424Z 2023-08-09T16:48:24.3062631Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3062861Z 2023-08-09T16:48:24.3063013Z source=C:\Jenkins\Miniconda3\pkgs\cuda-cupti-11.8.87-0 2023-08-09T16:48:24.3063379Z 2023-08-09T16:48:24.3063384Z 2023-08-09T16:48:24.3063389Z 2023-08-09T16:48:24.3063628Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-nvrtc-11.8.89-0 <=== 2023-08-09T16:48:24.3063961Z 2023-08-09T16:48:24.3064364Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3064620Z 2023-08-09T16:48:24.3064793Z source=C:\Jenkins\Miniconda3\pkgs\cuda-nvrtc-11.8.89-0 2023-08-09T16:48:24.3065001Z 2023-08-09T16:48:24.3065007Z 2023-08-09T16:48:24.3065012Z 2023-08-09T16:48:24.3065244Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-nvtx-11.8.86-0 <=== 2023-08-09T16:48:24.3065498Z 2023-08-09T16:48:24.3065695Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3066049Z 2023-08-09T16:48:24.3066229Z source=C:\Jenkins\Miniconda3\pkgs\cuda-nvtx-11.8.86-0 2023-08-09T16:48:24.3066418Z 2023-08-09T16:48:24.3066423Z 2023-08-09T16:48:24.3066447Z 2023-08-09T16:48:24.3066773Z 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-09T16:48:24.3067137Z 2023-08-09T16:48:24.3067499Z INFO conda.gateways.disk.create:create_link(376): file exists, but clobbering: 'C:\\actions-runner\\_work\\_temp\\pytorch_pkg_helpers_5808497225_smoke\\build_env_setup.bat' 2023-08-09T16:48:24.3067883Z 2023-08-09T16:48:24.3068229Z INFO conda.gateways.disk.create:create_link(376): file exists, but clobbering: 'C:\\actions-runner\\_work\\_temp\\pytorch_pkg_helpers_5808497225_smoke\\conda_build.bat' 2023-08-09T16:48:24.3068591Z 2023-08-09T16:48:24.3068961Z INFO conda.gateways.disk.create:create_link(376): file exists, but clobbering: 'C:\\actions-runner\\_work\\_temp\\pytorch_pkg_helpers_5808497225_smoke\\metadata_conda_debug.yaml' 2023-08-09T16:48:24.3069348Z 2023-08-09T16:48:24.3069761Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-profiler-api-12.2.128-0 <=== 2023-08-09T16:48:24.3070047Z 2023-08-09T16:48:24.3070247Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3070703Z 2023-08-09T16:48:24.3071095Z source=C:\Jenkins\Miniconda3\pkgs\cuda-profiler-api-12.2.128-0 2023-08-09T16:48:24.3071354Z 2023-08-09T16:48:24.3071359Z 2023-08-09T16:48:24.3071365Z 2023-08-09T16:48:24.3071708Z 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-09T16:48:24.3072047Z 2023-08-09T16:48:24.3072284Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcublas-11.11.3.6-0 <=== 2023-08-09T16:48:24.3072542Z 2023-08-09T16:48:24.3072744Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3072977Z 2023-08-09T16:48:24.3073148Z source=C:\Jenkins\Miniconda3\pkgs\libcublas-11.11.3.6-0 2023-08-09T16:48:24.3073357Z 2023-08-09T16:48:24.3073363Z 2023-08-09T16:48:24.3073368Z 2023-08-09T16:48:24.3073598Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcufft-10.9.0.58-0 <=== 2023-08-09T16:48:24.3073848Z 2023-08-09T16:48:24.3074045Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3074423Z 2023-08-09T16:48:24.3074593Z source=C:\Jenkins\Miniconda3\pkgs\libcufft-10.9.0.58-0 2023-08-09T16:48:24.3074781Z 2023-08-09T16:48:24.3074805Z 2023-08-09T16:48:24.3074811Z 2023-08-09T16:48:24.3075029Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcurand-10.3.3.129-0 <=== 2023-08-09T16:48:24.3075284Z 2023-08-09T16:48:24.3075482Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3075724Z 2023-08-09T16:48:24.3075897Z source=C:\Jenkins\Miniconda3\pkgs\libcurand-10.3.3.129-0 2023-08-09T16:48:24.3076204Z 2023-08-09T16:48:24.3076214Z 2023-08-09T16:48:24.3076225Z 2023-08-09T16:48:24.3076509Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcusolver-11.4.1.48-0 <=== 2023-08-09T16:48:24.3076770Z 2023-08-09T16:48:24.3077088Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3077480Z 2023-08-09T16:48:24.3077662Z source=C:\Jenkins\Miniconda3\pkgs\libcusolver-11.4.1.48-0 2023-08-09T16:48:24.3077877Z 2023-08-09T16:48:24.3077883Z 2023-08-09T16:48:24.3077889Z 2023-08-09T16:48:24.3078129Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcusparse-11.7.5.86-0 <=== 2023-08-09T16:48:24.3078367Z 2023-08-09T16:48:24.3078561Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3078792Z 2023-08-09T16:48:24.3079612Z source=C:\Jenkins\Miniconda3\pkgs\libcusparse-11.7.5.86-0 2023-08-09T16:48:24.3079874Z 2023-08-09T16:48:24.3079881Z 2023-08-09T16:48:24.3079886Z 2023-08-09T16:48:24.3080123Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnpp-11.8.0.86-0 <=== 2023-08-09T16:48:24.3080376Z 2023-08-09T16:48:24.3080574Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3080806Z 2023-08-09T16:48:24.3080975Z source=C:\Jenkins\Miniconda3\pkgs\libnpp-11.8.0.86-0 2023-08-09T16:48:24.3081175Z 2023-08-09T16:48:24.3081181Z 2023-08-09T16:48:24.3081186Z 2023-08-09T16:48:24.3081423Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnvjpeg-11.9.0.86-0 <=== 2023-08-09T16:48:24.3081681Z 2023-08-09T16:48:24.3081858Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3082091Z 2023-08-09T16:48:24.3082263Z source=C:\Jenkins\Miniconda3\pkgs\libnvjpeg-11.9.0.86-0 2023-08-09T16:48:24.3082477Z 2023-08-09T16:48:24.3082482Z 2023-08-09T16:48:24.3082488Z 2023-08-09T16:48:24.3082913Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: pytorch-nightly::pytorch-mutex-1.0-cuda <=== 2023-08-09T16:48:24.3083200Z 2023-08-09T16:48:24.3083516Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3083864Z 2023-08-09T16:48:24.3084076Z source=C:\Jenkins\Miniconda3\pkgs\pytorch-mutex-1.0-cuda 2023-08-09T16:48:24.3084303Z 2023-08-09T16:48:24.3084309Z 2023-08-09T16:48:24.3084314Z 2023-08-09T16:48:24.3084565Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-cudart-dev-11.8.89-0 <=== 2023-08-09T16:48:24.3084829Z 2023-08-09T16:48:24.3085028Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3085238Z 2023-08-09T16:48:24.3085424Z source=C:\Jenkins\Miniconda3\pkgs\cuda-cudart-dev-11.8.89-0 2023-08-09T16:48:24.3085644Z 2023-08-09T16:48:24.3085656Z 2023-08-09T16:48:24.3085662Z 2023-08-09T16:48:24.3085901Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-libraries-11.8.0-0 <=== 2023-08-09T16:48:24.3086165Z 2023-08-09T16:48:24.3086359Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3086589Z 2023-08-09T16:48:24.3086766Z source=C:\Jenkins\Miniconda3\pkgs\cuda-libraries-11.8.0-0 2023-08-09T16:48:24.3086985Z 2023-08-09T16:48:24.3087129Z 2023-08-09T16:48:24.3087134Z 2023-08-09T16:48:24.3087396Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-nvrtc-dev-11.8.89-0 <=== 2023-08-09T16:48:24.3087658Z 2023-08-09T16:48:24.3087854Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3088084Z 2023-08-09T16:48:24.3088248Z source=C:\Jenkins\Miniconda3\pkgs\cuda-nvrtc-dev-11.8.89-0 2023-08-09T16:48:24.3088466Z 2023-08-09T16:48:24.3088471Z 2023-08-09T16:48:24.3088477Z 2023-08-09T16:48:24.3088727Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcublas-dev-11.11.3.6-0 <=== 2023-08-09T16:48:24.3088990Z 2023-08-09T16:48:24.3089377Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3089617Z 2023-08-09T16:48:24.3089803Z source=C:\Jenkins\Miniconda3\pkgs\libcublas-dev-11.11.3.6-0 2023-08-09T16:48:24.3090021Z 2023-08-09T16:48:24.3090027Z 2023-08-09T16:48:24.3090040Z 2023-08-09T16:48:24.3090433Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcufft-dev-10.9.0.58-0 <=== 2023-08-09T16:48:24.3090823Z 2023-08-09T16:48:24.3091024Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3091256Z 2023-08-09T16:48:24.3091419Z source=C:\Jenkins\Miniconda3\pkgs\libcufft-dev-10.9.0.58-0 2023-08-09T16:48:24.3091635Z 2023-08-09T16:48:24.3091640Z 2023-08-09T16:48:24.3091645Z 2023-08-09T16:48:24.3092015Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcurand-dev-10.3.3.129-0 <=== 2023-08-09T16:48:24.3092301Z 2023-08-09T16:48:24.3092497Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3092731Z 2023-08-09T16:48:24.3092915Z source=C:\Jenkins\Miniconda3\pkgs\libcurand-dev-10.3.3.129-0 2023-08-09T16:48:24.3093133Z 2023-08-09T16:48:24.3093138Z 2023-08-09T16:48:24.3093144Z 2023-08-09T16:48:24.3093396Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcusolver-dev-11.4.1.48-0 <=== 2023-08-09T16:48:24.3093673Z 2023-08-09T16:48:24.3093870Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3094101Z 2023-08-09T16:48:24.3094286Z source=C:\Jenkins\Miniconda3\pkgs\libcusolver-dev-11.4.1.48-0 2023-08-09T16:48:24.3094492Z 2023-08-09T16:48:24.3094520Z 2023-08-09T16:48:24.3094526Z 2023-08-09T16:48:24.3094763Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libcusparse-dev-11.7.5.86-0 <=== 2023-08-09T16:48:24.3095034Z 2023-08-09T16:48:24.3095228Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3095458Z 2023-08-09T16:48:24.3095646Z source=C:\Jenkins\Miniconda3\pkgs\libcusparse-dev-11.7.5.86-0 2023-08-09T16:48:24.3096012Z 2023-08-09T16:48:24.3096021Z 2023-08-09T16:48:24.3096031Z 2023-08-09T16:48:24.3096280Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnpp-dev-11.8.0.86-0 <=== 2023-08-09T16:48:24.3096547Z 2023-08-09T16:48:24.3096905Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3097265Z 2023-08-09T16:48:24.3097445Z source=C:\Jenkins\Miniconda3\pkgs\libnpp-dev-11.8.0.86-0 2023-08-09T16:48:24.3097660Z 2023-08-09T16:48:24.3097666Z 2023-08-09T16:48:24.3097671Z 2023-08-09T16:48:24.3097916Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::libnvjpeg-dev-11.9.0.86-0 <=== 2023-08-09T16:48:24.3098171Z 2023-08-09T16:48:24.3098365Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3098597Z 2023-08-09T16:48:24.3098778Z source=C:\Jenkins\Miniconda3\pkgs\libnvjpeg-dev-11.9.0.86-0 2023-08-09T16:48:24.3098993Z 2023-08-09T16:48:24.3098999Z 2023-08-09T16:48:24.3099004Z 2023-08-09T16:48:24.3099257Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-libraries-dev-11.8.0-0 <=== 2023-08-09T16:48:24.3099667Z 2023-08-09T16:48:24.3099865Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3100097Z 2023-08-09T16:48:24.3100285Z source=C:\Jenkins\Miniconda3\pkgs\cuda-libraries-dev-11.8.0-0 2023-08-09T16:48:24.3100510Z 2023-08-09T16:48:24.3100516Z 2023-08-09T16:48:24.3100522Z 2023-08-09T16:48:24.3100757Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: nvidia::cuda-runtime-11.8.0-0 <=== 2023-08-09T16:48:24.3101018Z 2023-08-09T16:48:24.3101202Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3101430Z 2023-08-09T16:48:24.3101603Z source=C:\Jenkins\Miniconda3\pkgs\cuda-runtime-11.8.0-0 2023-08-09T16:48:24.3101817Z 2023-08-09T16:48:24.3101823Z 2023-08-09T16:48:24.3101828Z 2023-08-09T16:48:24.3102096Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::intel-openmp-2023.1.0-h59b6b97_46319 <=== 2023-08-09T16:48:24.3102498Z 2023-08-09T16:48:24.3102735Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3102968Z 2023-08-09T16:48:24.3103171Z source=C:\Jenkins\Miniconda3\pkgs\intel-openmp-2023.1.0-h59b6b97_46319 2023-08-09T16:48:24.3103548Z 2023-08-09T16:48:24.3103554Z 2023-08-09T16:48:24.3103563Z 2023-08-09T16:48:24.3103912Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::libuv-1.44.2-h2bbff1b_0 <=== 2023-08-09T16:48:24.3104171Z 2023-08-09T16:48:24.3104482Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3104708Z 2023-08-09T16:48:24.3104885Z source=C:\Jenkins\Miniconda3\pkgs\libuv-1.44.2-h2bbff1b_0 2023-08-09T16:48:24.3105095Z 2023-08-09T16:48:24.3105101Z 2023-08-09T16:48:24.3105107Z 2023-08-09T16:48:24.3105340Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::tbb-2021.8.0-h59b6b97_0 <=== 2023-08-09T16:48:24.3105594Z 2023-08-09T16:48:24.3105789Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3106030Z 2023-08-09T16:48:24.3106196Z source=C:\Jenkins\Miniconda3\pkgs\tbb-2021.8.0-h59b6b97_0 2023-08-09T16:48:24.3106398Z 2023-08-09T16:48:24.3106404Z 2023-08-09T16:48:24.3106409Z 2023-08-09T16:48:24.3106638Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::yaml-0.2.5-he774522_0 <=== 2023-08-09T16:48:24.3106887Z 2023-08-09T16:48:24.3107082Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3107316Z 2023-08-09T16:48:24.3107465Z source=C:\Jenkins\Miniconda3\pkgs\yaml-0.2.5-he774522_0 2023-08-09T16:48:24.3107668Z 2023-08-09T16:48:24.3107674Z 2023-08-09T16:48:24.3107680Z 2023-08-09T16:48:24.3107917Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mkl-2023.1.0-h6b88ed4_46357 <=== 2023-08-09T16:48:24.3108175Z 2023-08-09T16:48:24.3108372Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3108609Z 2023-08-09T16:48:24.3108782Z source=C:\Jenkins\Miniconda3\pkgs\mkl-2023.1.0-h6b88ed4_46357 2023-08-09T16:48:24.3109143Z 2023-08-09T16:48:24.3109148Z 2023-08-09T16:48:24.3109154Z 2023-08-09T16:48:24.3109439Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: pytorch-nightly::pytorch-cuda-11.8-h24eeafa_5 <=== 2023-08-09T16:48:24.3109729Z 2023-08-09T16:48:24.3110066Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3110426Z 2023-08-09T16:48:24.3110634Z source=C:\Jenkins\Miniconda3\pkgs\pytorch-cuda-11.8-h24eeafa_5 2023-08-09T16:48:24.3110849Z 2023-08-09T16:48:24.3110855Z 2023-08-09T16:48:24.3110879Z 2023-08-09T16:48:24.3111118Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::filelock-3.9.0-py310haa95532_0 <=== 2023-08-09T16:48:24.3111395Z 2023-08-09T16:48:24.3111591Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3111959Z 2023-08-09T16:48:24.3112155Z source=C:\Jenkins\Miniconda3\pkgs\filelock-3.9.0-py310haa95532_0 2023-08-09T16:48:24.3112385Z 2023-08-09T16:48:24.3112391Z 2023-08-09T16:48:24.3112397Z 2023-08-09T16:48:24.3112664Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::markupsafe-2.1.1-py310h2bbff1b_0 <=== 2023-08-09T16:48:24.3112947Z 2023-08-09T16:48:24.3113139Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3113370Z 2023-08-09T16:48:24.3113578Z source=C:\Jenkins\Miniconda3\pkgs\markupsafe-2.1.1-py310h2bbff1b_0 2023-08-09T16:48:24.3113816Z 2023-08-09T16:48:24.3113822Z 2023-08-09T16:48:24.3113828Z 2023-08-09T16:48:24.3114089Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mkl-service-2.4.0-py310h2bbff1b_1 <=== 2023-08-09T16:48:24.3114355Z 2023-08-09T16:48:24.3114551Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3114778Z 2023-08-09T16:48:24.3114989Z source=C:\Jenkins\Miniconda3\pkgs\mkl-service-2.4.0-py310h2bbff1b_1 2023-08-09T16:48:24.3115225Z 2023-08-09T16:48:24.3115231Z 2023-08-09T16:48:24.3115236Z 2023-08-09T16:48:24.3115484Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mpmath-1.3.0-py310haa95532_0 <=== 2023-08-09T16:48:24.3115898Z 2023-08-09T16:48:24.3116097Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3116331Z 2023-08-09T16:48:24.3116833Z source=C:\Jenkins\Miniconda3\pkgs\mpmath-1.3.0-py310haa95532_0 2023-08-09T16:48:24.3117128Z 2023-08-09T16:48:24.3117134Z 2023-08-09T16:48:24.3117139Z 2023-08-09T16:48:24.3117398Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::networkx-3.1-py310haa95532_0 <=== 2023-08-09T16:48:24.3117665Z 2023-08-09T16:48:24.3117843Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3118074Z 2023-08-09T16:48:24.3118262Z source=C:\Jenkins\Miniconda3\pkgs\networkx-3.1-py310haa95532_0 2023-08-09T16:48:24.3118497Z 2023-08-09T16:48:24.3118502Z 2023-08-09T16:48:24.3118508Z 2023-08-09T16:48:24.3118761Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::pyyaml-6.0-py310h2bbff1b_1 <=== 2023-08-09T16:48:24.3119031Z 2023-08-09T16:48:24.3119227Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3119458Z 2023-08-09T16:48:24.3119643Z source=C:\Jenkins\Miniconda3\pkgs\pyyaml-6.0-py310h2bbff1b_1 2023-08-09T16:48:24.3119873Z 2023-08-09T16:48:24.3119879Z 2023-08-09T16:48:24.3119885Z 2023-08-09T16:48:24.3120157Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::typing_extensions-4.7.1-py310haa95532_0 <=== 2023-08-09T16:48:24.3120445Z 2023-08-09T16:48:24.3120639Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3120853Z 2023-08-09T16:48:24.3121061Z source=C:\Jenkins\Miniconda3\pkgs\typing_extensions-4.7.1-py310haa95532_0 2023-08-09T16:48:24.3121311Z 2023-08-09T16:48:24.3121316Z 2023-08-09T16:48:24.3121322Z 2023-08-09T16:48:24.3121572Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::jinja2-3.1.2-py310haa95532_0 <=== 2023-08-09T16:48:24.3121836Z 2023-08-09T16:48:24.3122030Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3122416Z 2023-08-09T16:48:24.3122607Z source=C:\Jenkins\Miniconda3\pkgs\jinja2-3.1.2-py310haa95532_0 2023-08-09T16:48:24.3122838Z 2023-08-09T16:48:24.3122843Z 2023-08-09T16:48:24.3122849Z 2023-08-09T16:48:24.3123257Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::numpy-base-1.25.2-py310h65a83cf_0 <=== 2023-08-09T16:48:24.3123665Z 2023-08-09T16:48:24.3123867Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3124098Z 2023-08-09T16:48:24.3124278Z source=C:\Jenkins\Miniconda3\pkgs\numpy-base-1.25.2-py310h65a83cf_0 2023-08-09T16:48:24.3124647Z 2023-08-09T16:48:24.3124653Z 2023-08-09T16:48:24.3124658Z 2023-08-09T16:48:24.3124909Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::sympy-1.11.1-py310haa95532_0 <=== 2023-08-09T16:48:24.3125174Z 2023-08-09T16:48:24.3125369Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3125642Z 2023-08-09T16:48:24.3125828Z source=C:\Jenkins\Miniconda3\pkgs\sympy-1.11.1-py310haa95532_0 2023-08-09T16:48:24.3126051Z 2023-08-09T16:48:24.3126064Z 2023-08-09T16:48:24.3126070Z 2023-08-09T16:48:24.3126373Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: pytorch-nightly::pytorch-2.1.0.dev20230808-py3.10_cuda11.8_cudnn8_0 <=== 2023-08-09T16:48:24.3126856Z 2023-08-09T16:48:24.3127061Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3127295Z 2023-08-09T16:48:24.3127518Z source=C:\Jenkins\Miniconda3\pkgs\pytorch-2.1.0.dev20230808-py3.10_cuda11.8_cudnn8_0 2023-08-09T16:48:24.3127783Z 2023-08-09T16:48:24.3127788Z 2023-08-09T16:48:24.3127794Z 2023-08-09T16:48:24.3128045Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mkl_fft-1.3.6-py310h4ed8f06_1 <=== 2023-08-09T16:48:24.3128293Z 2023-08-09T16:48:24.3128489Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3128719Z 2023-08-09T16:48:24.3129048Z source=C:\Jenkins\Miniconda3\pkgs\mkl_fft-1.3.6-py310h4ed8f06_1 2023-08-09T16:48:24.3129391Z 2023-08-09T16:48:24.3129398Z 2023-08-09T16:48:24.3129404Z 2023-08-09T16:48:24.3129669Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::mkl_random-1.2.2-py310h4ed8f06_1 <=== 2023-08-09T16:48:24.3130088Z 2023-08-09T16:48:24.3130387Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3130623Z 2023-08-09T16:48:24.3130820Z source=C:\Jenkins\Miniconda3\pkgs\mkl_random-1.2.2-py310h4ed8f06_1 2023-08-09T16:48:24.3131056Z 2023-08-09T16:48:24.3131062Z 2023-08-09T16:48:24.3131068Z 2023-08-09T16:48:24.3131317Z INFO conda.core.link:_execute_actions(998): ===> LINKING PACKAGE: defaults::numpy-1.25.2-py310h055cbcc_0 <=== 2023-08-09T16:48:24.3131584Z 2023-08-09T16:48:24.3131759Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3131986Z 2023-08-09T16:48:24.3132167Z source=C:\Jenkins\Miniconda3\pkgs\numpy-1.25.2-py310h055cbcc_0 2023-08-09T16:48:24.3132389Z 2023-08-09T16:48:24.3132402Z 2023-08-09T16:48:24.3132407Z 2023-08-09T16:48:24.3132764Z 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_cu118 <=== 2023-08-09T16:48:24.3133121Z 2023-08-09T16:48:24.3133312Z prefix=C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3133545Z 2023-08-09T16:48:24.3133755Z source=C:\Jenkins\Miniconda3\pkgs\torchaudio-2.1.0.dev20230809-py310_cu118 2023-08-09T16:48:24.3134006Z 2023-08-09T16:48:24.3134012Z 2023-08-09T16:48:24.3134018Z 2023-08-09T16:48:24.3134023Z 2023-08-09T16:48:24.3134326Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T16:48:24.3134557Z 2023-08-09T16:48:24.3134809Z Solving environment: ...working... unsuccessful initial attempt using frozen solve. Retrying with flexible solve. 2023-08-09T16:48:24.3135090Z 2023-08-09T16:48:24.3135384Z Solving environment: ...working... unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. 2023-08-09T16:48:24.3135858Z 2023-08-09T16:48:24.3136042Z Collecting package metadata (repodata.json): ...working... done 2023-08-09T16:48:24.3136258Z 2023-08-09T16:48:24.3136385Z Solving environment: ...working... done 2023-08-09T16:48:24.3136684Z 2023-08-09T16:48:24.3136691Z 2023-08-09T16:48:24.3136696Z 2023-08-09T16:48:24.3136945Z ## Package Plan ## 2023-08-09T16:48:24.3137209Z 2023-08-09T16:48:24.3137215Z 2023-08-09T16:48:24.3137239Z 2023-08-09T16:48:24.3137453Z environment location: C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke 2023-08-09T16:48:24.3137711Z 2023-08-09T16:48:24.3137717Z 2023-08-09T16:48:24.3137722Z 2023-08-09T16:48:24.3137825Z added / updated specs: 2023-08-09T16:48:24.3137975Z 2023-08-09T16:48:24.3138080Z - distr::torchaudio 2023-08-09T16:48:24.3138223Z 2023-08-09T16:48:24.3138323Z - pytorch-cuda=11.8 2023-08-09T16:48:24.3138478Z 2023-08-09T16:48:24.3138484Z 2023-08-09T16:48:24.3138489Z 2023-08-09T16:48:24.3138495Z 2023-08-09T16:48:24.3138500Z 2023-08-09T16:48:24.3138640Z The following packages will be downloaded: 2023-08-09T16:48:24.3138819Z 2023-08-09T16:48:24.3138825Z 2023-08-09T16:48:24.3138831Z 2023-08-09T16:48:24.3138949Z package | build 2023-08-09T16:48:24.3139110Z 2023-08-09T16:48:24.3139228Z ---------------------------|----------------- 2023-08-09T16:48:24.3139411Z 2023-08-09T16:48:24.3139570Z mkl-service-2.4.0 | py310h2bbff1b_1 44 KB 2023-08-09T16:48:24.3139765Z 2023-08-09T16:48:24.3139905Z mkl_fft-1.3.6 | py310h4ed8f06_1 157 KB 2023-08-09T16:48:24.3140081Z 2023-08-09T16:48:24.3140225Z mkl_random-1.2.2 | py310h4ed8f06_1 210 KB 2023-08-09T16:48:24.3140406Z 2023-08-09T16:48:24.3140547Z numpy-1.25.2 | py310h055cbcc_0 13 KB 2023-08-09T16:48:24.3140834Z 2023-08-09T16:48:24.3141001Z numpy-base-1.25.2 | py310h65a83cf_0 6.2 MB 2023-08-09T16:48:24.3141169Z 2023-08-09T16:48:24.3141426Z torchaudio-2.1.0.dev20230809| py310_cu118 7.0 MB file:///c:/actions-runner/_work/audio/audio/pytorch/audio/distr 2023-08-09T16:48:24.3141704Z 2023-08-09T16:48:24.3141868Z ------------------------------------------------------------ 2023-08-09T16:48:24.3142067Z 2023-08-09T16:48:24.3142347Z Total: 13.6 MB 2023-08-09T16:48:24.3142514Z 2023-08-09T16:48:24.3142520Z 2023-08-09T16:48:24.3142525Z 2023-08-09T16:48:24.3142672Z The following NEW packages will be INSTALLED: 2023-08-09T16:48:24.3142860Z 2023-08-09T16:48:24.3142866Z 2023-08-09T16:48:24.3142871Z 2023-08-09T16:48:24.3143140Z blas pkgs/main/win-64::blas-1.0-mkl 2023-08-09T16:48:24.3143441Z 2023-08-09T16:48:24.3143635Z cuda-cccl nvidia/win-64::cuda-cccl-12.2.128-0 2023-08-09T16:48:24.3143823Z 2023-08-09T16:48:24.3143994Z cuda-cudart nvidia/win-64::cuda-cudart-11.8.89-0 2023-08-09T16:48:24.3144194Z 2023-08-09T16:48:24.3144383Z cuda-cudart-dev nvidia/win-64::cuda-cudart-dev-11.8.89-0 2023-08-09T16:48:24.3144601Z 2023-08-09T16:48:24.3144766Z cuda-cupti nvidia/win-64::cuda-cupti-11.8.87-0 2023-08-09T16:48:24.3144959Z 2023-08-09T16:48:24.3145141Z cuda-libraries nvidia/win-64::cuda-libraries-11.8.0-0 2023-08-09T16:48:24.3145355Z 2023-08-09T16:48:24.3145552Z cuda-libraries-dev nvidia/win-64::cuda-libraries-dev-11.8.0-0 2023-08-09T16:48:24.3145783Z 2023-08-09T16:48:24.3145926Z cuda-nvrtc nvidia/win-64::cuda-nvrtc-11.8.89-0 2023-08-09T16:48:24.3146119Z 2023-08-09T16:48:24.3146298Z cuda-nvrtc-dev nvidia/win-64::cuda-nvrtc-dev-11.8.89-0 2023-08-09T16:48:24.3146507Z 2023-08-09T16:48:24.3146663Z cuda-nvtx nvidia/win-64::cuda-nvtx-11.8.86-0 2023-08-09T16:48:24.3146857Z 2023-08-09T16:48:24.3147066Z cuda-profiler-api nvidia/win-64::cuda-profiler-api-12.2.128-0 2023-08-09T16:48:24.3147301Z 2023-08-09T16:48:24.3147471Z cuda-runtime nvidia/win-64::cuda-runtime-11.8.0-0 2023-08-09T16:48:24.3147674Z 2023-08-09T16:48:24.3147854Z filelock pkgs/main/win-64::filelock-3.9.0-py310haa95532_0 2023-08-09T16:48:24.3148067Z 2023-08-09T16:48:24.3148248Z intel-openmp pkgs/main/win-64::intel-openmp-2023.1.0-h59b6b97_46319 2023-08-09T16:48:24.3148612Z 2023-08-09T16:48:24.3148930Z jinja2 pkgs/main/win-64::jinja2-3.1.2-py310haa95532_0 2023-08-09T16:48:24.3149139Z 2023-08-09T16:48:24.3149306Z libcublas nvidia/win-64::libcublas-11.11.3.6-0 2023-08-09T16:48:24.3149600Z 2023-08-09T16:48:24.3149804Z libcublas-dev nvidia/win-64::libcublas-dev-11.11.3.6-0 2023-08-09T16:48:24.3150016Z 2023-08-09T16:48:24.3150172Z libcufft nvidia/win-64::libcufft-10.9.0.58-0 2023-08-09T16:48:24.3150497Z 2023-08-09T16:48:24.3150690Z libcufft-dev nvidia/win-64::libcufft-dev-10.9.0.58-0 2023-08-09T16:48:24.3150882Z 2023-08-09T16:48:24.3151045Z libcurand nvidia/win-64::libcurand-10.3.3.129-0 2023-08-09T16:48:24.3151241Z 2023-08-09T16:48:24.3151418Z libcurand-dev nvidia/win-64::libcurand-dev-10.3.3.129-0 2023-08-09T16:48:24.3151628Z 2023-08-09T16:48:24.3151797Z libcusolver nvidia/win-64::libcusolver-11.4.1.48-0 2023-08-09T16:48:24.3151996Z 2023-08-09T16:48:24.3152192Z libcusolver-dev nvidia/win-64::libcusolver-dev-11.4.1.48-0 2023-08-09T16:48:24.3152412Z 2023-08-09T16:48:24.3152580Z libcusparse nvidia/win-64::libcusparse-11.7.5.86-0 2023-08-09T16:48:24.3152781Z 2023-08-09T16:48:24.3152951Z libcusparse-dev nvidia/win-64::libcusparse-dev-11.7.5.86-0 2023-08-09T16:48:24.3153170Z 2023-08-09T16:48:24.3153324Z libnpp nvidia/win-64::libnpp-11.8.0.86-0 2023-08-09T16:48:24.3153511Z 2023-08-09T16:48:24.3153792Z libnpp-dev nvidia/win-64::libnpp-dev-11.8.0.86-0 2023-08-09T16:48:24.3154006Z 2023-08-09T16:48:24.3154170Z libnvjpeg nvidia/win-64::libnvjpeg-11.9.0.86-0 2023-08-09T16:48:24.3154366Z 2023-08-09T16:48:24.3154541Z libnvjpeg-dev nvidia/win-64::libnvjpeg-dev-11.9.0.86-0 2023-08-09T16:48:24.3154755Z 2023-08-09T16:48:24.3154917Z libuv pkgs/main/win-64::libuv-1.44.2-h2bbff1b_0 2023-08-09T16:48:24.3155110Z 2023-08-09T16:48:24.3155286Z markupsafe pkgs/main/win-64::markupsafe-2.1.1-py310h2bbff1b_0 2023-08-09T16:48:24.3155521Z 2023-08-09T16:48:24.3155818Z mkl pkgs/main/win-64::mkl-2023.1.0-h6b88ed4_46357 2023-08-09T16:48:24.3156032Z 2023-08-09T16:48:24.3156233Z mkl-service pkgs/main/win-64::mkl-service-2.4.0-py310h2bbff1b_1 2023-08-09T16:48:24.3156463Z 2023-08-09T16:48:24.3156760Z mkl_fft pkgs/main/win-64::mkl_fft-1.3.6-py310h4ed8f06_1 2023-08-09T16:48:24.3157074Z 2023-08-09T16:48:24.3157271Z mkl_random pkgs/main/win-64::mkl_random-1.2.2-py310h4ed8f06_1 2023-08-09T16:48:24.3157484Z 2023-08-09T16:48:24.3157661Z mpmath pkgs/main/win-64::mpmath-1.3.0-py310haa95532_0 2023-08-09T16:48:24.3157872Z 2023-08-09T16:48:24.3158034Z networkx pkgs/main/win-64::networkx-3.1-py310haa95532_0 2023-08-09T16:48:24.3158243Z 2023-08-09T16:48:24.3158410Z numpy pkgs/main/win-64::numpy-1.25.2-py310h055cbcc_0 2023-08-09T16:48:24.3158610Z 2023-08-09T16:48:24.3158803Z numpy-base pkgs/main/win-64::numpy-base-1.25.2-py310h65a83cf_0 2023-08-09T16:48:24.3159035Z 2023-08-09T16:48:24.3159261Z pytorch pytorch-nightly/win-64::pytorch-2.1.0.dev20230808-py3.10_cuda11.8_cudnn8_0 2023-08-09T16:48:24.3159511Z 2023-08-09T16:48:24.3159719Z pytorch-cuda pytorch-nightly/win-64::pytorch-cuda-11.8-h24eeafa_5 2023-08-09T16:48:24.3159960Z 2023-08-09T16:48:24.3160160Z pytorch-mutex pytorch-nightly/noarch::pytorch-mutex-1.0-cuda 2023-08-09T16:48:24.3160391Z 2023-08-09T16:48:24.3160554Z pyyaml pkgs/main/win-64::pyyaml-6.0-py310h2bbff1b_1 2023-08-09T16:48:24.3160763Z 2023-08-09T16:48:24.3160934Z sympy pkgs/main/win-64::sympy-1.11.1-py310haa95532_0 2023-08-09T16:48:24.3161135Z 2023-08-09T16:48:24.3161289Z tbb pkgs/main/win-64::tbb-2021.8.0-h59b6b97_0 2023-08-09T16:48:24.3161475Z 2023-08-09T16:48:24.3161667Z torchaudio distr/win-64::torchaudio-2.1.0.dev20230809-py310_cu118 2023-08-09T16:48:24.3162025Z 2023-08-09T16:48:24.3162238Z typing_extensions pkgs/main/win-64::typing_extensions-4.7.1-py310haa95532_0 2023-08-09T16:48:24.3162629Z 2023-08-09T16:48:24.3162790Z yaml pkgs/main/win-64::yaml-0.2.5-he774522_0 2023-08-09T16:48:24.3162959Z 2023-08-09T16:48:24.3162983Z 2023-08-09T16:48:24.3162988Z 2023-08-09T16:48:24.3162994Z 2023-08-09T16:48:24.3162999Z 2023-08-09T16:48:24.3163133Z Preparing transaction: ...working... done 2023-08-09T16:48:24.3163318Z 2023-08-09T16:48:24.3163604Z Verifying transaction: ...working... done 2023-08-09T16:48:24.3163868Z 2023-08-09T16:48:24.3164003Z Executing transaction: ...working... done 2023-08-09T16:48:24.3164179Z 2023-08-09T16:48:24.3164185Z 2023-08-09T16:48:24.4452816Z + [[ ! -f pytorch/audio/test/smoke_test/smoke_test.py ]] 2023-08-09T16:48:24.4455165Z + echo 'pytorch/audio/test/smoke_test/smoke_test.py found' 2023-08-09T16:48:24.4455892Z pytorch/audio/test/smoke_test/smoke_test.py found 2023-08-09T16:48:24.4456967Z + conda install --yes --quiet 'ffmpeg<5' 2023-08-09T16:48:28.4603941Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:28.4615030Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:28.4619094Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:28.4625530Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:28.4626997Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:28.4630450Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:28.5100947Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/current_repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:28.5506681Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/current_repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:28.5524973Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/current_repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:28.5543167Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/current_repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:28.6068919Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/win-64/current_repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:28.6154628Z DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/current_repodata.json HTTP/1.1" 304 0 2023-08-09T16:48:32.5402847Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T16:48:35.4375388Z Solving environment: ...working... done 2023-08-09T16:48:36.0303524Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 2023-08-09T16:48:36.0743198Z 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-09T16:48:36.8375759Z 2023-08-09T16:48:36.8376336Z ## Package Plan ## 2023-08-09T16:48:36.8376655Z 2023-08-09T16:48:36.8376902Z environment location: C:\Jenkins\Miniconda3 2023-08-09T16:48:36.8377257Z 2023-08-09T16:48:36.8377437Z added / updated specs: 2023-08-09T16:48:36.8377873Z - ffmpeg[version='<5'] 2023-08-09T16:48:36.8378035Z 2023-08-09T16:48:36.8378044Z 2023-08-09T16:48:36.8378186Z The following packages will be downloaded: 2023-08-09T16:48:36.8378373Z 2023-08-09T16:48:36.8378520Z package | build 2023-08-09T16:48:36.8378797Z ---------------------------|----------------- 2023-08-09T16:48:36.8379124Z ffmpeg-4.2.2 | he774522_0 17.6 MB 2023-08-09T16:48:36.8379458Z ------------------------------------------------------------ 2023-08-09T16:48:36.8379778Z Total: 17.6 MB 2023-08-09T16:48:36.8379945Z 2023-08-09T16:48:36.8380411Z The following NEW packages will be INSTALLED: 2023-08-09T16:48:36.8380581Z 2023-08-09T16:48:36.8380775Z ffmpeg pkgs/main/win-64::ffmpeg-4.2.2-he774522_0 2023-08-09T16:48:36.8380973Z 2023-08-09T16:48:36.8380980Z 2023-08-09T16:48:36.8497679Z Preparing transaction: ...working... done 2023-08-09T16:48:36.9064726Z Verifying transaction: ...working... done 2023-08-09T16:48:37.0035454Z Executing transaction: ...working... done 2023-08-09T16:48:37.4570265Z + conda run -p 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' python pytorch/audio/test/smoke_test/smoke_test.py 2023-08-09T16:48:45.2816440Z Smoke test passed. 2023-08-09T16:48:45.2816769Z 2023-08-09T16:48:45.2816783Z 2023-08-09T16:48:45.4076981Z + conda env remove -p 'C:\actions-runner\_work\_temp/pytorch_pkg_helpers_5808497225_smoke' 2023-08-09T16:48:55.5842239Z 2023-08-09T16:48:55.5843336Z Remove all packages in environment C:\actions-runner\_work\_temp\pytorch_pkg_helpers_5808497225_smoke: 2023-08-09T16:48:55.5843953Z 2023-08-09T16:48:55.8292841Z ##[group]Run set -euxo pipefail 2023-08-09T16:48:55.8293158Z set -euxo pipefail 2023-08-09T16:48:55.8293415Z source "${BUILD_ENV_FILE}" 2023-08-09T16:48:55.8293739Z ${CONDA_RUN} conda install --yes --quiet anaconda-client 2023-08-09T16:48:55.8294412Z ${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-09T16:48:55.8326112Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2023-08-09T16:48:55.8326381Z env: 2023-08-09T16:48:55.8326624Z CONDA_PACKAGE_DIRECTORY: packaging/torchaudio 2023-08-09T16:48:55.8326903Z PYTHON_VERSION: 3.10 2023-08-09T16:48:55.8327137Z PACKAGE_TYPE: conda 2023-08-09T16:48:55.8327374Z REPOSITORY: pytorch/audio 2023-08-09T16:48:55.8327583Z REF: 2023-08-09T16:48:55.8327781Z CU_VERSION: cu118 2023-08-09T16:48:55.8327992Z CHANNEL: nightly 2023-08-09T16:48:55.8328295Z ARTIFACT_NAME: pytorch_audio__3.10 2023-08-09T16:48:55.8328642Z BUILD_ENV_FILE: C:\actions-runner\_work\_temp/build_env_5808497225 2023-08-09T16:48:55.8329018Z CONDA_ENV: C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:48:55.8329738Z CONDA_RUN: conda run -p C:\actions-runner\_work\_temp/conda_environment_5808497225 2023-08-09T16:48:55.8330531Z SOURCE_ROOT_DIR: C:/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T16:48:55.8331231Z PACKAGE_NAME: torchaudio 2023-08-09T16:48:55.8332591Z CONDA_PYTORCHBOT_TOKEN: *** 2023-08-09T16:48:55.8332853Z ##[endgroup] 2023-08-09T16:48:56.1570394Z + source 'C:\actions-runner\_work\_temp/build_env_5808497225' 2023-08-09T16:48:56.1572035Z ++ export BUILD_VERSION=2.1.0.dev20230809 2023-08-09T16:48:56.1572604Z ++ BUILD_VERSION=2.1.0.dev20230809 2023-08-09T16:48:56.1573196Z ++ export CMAKE_USE_CUDA=1 2023-08-09T16:48:56.1573653Z ++ CMAKE_USE_CUDA=1 2023-08-09T16:48:56.1574298Z ++ export CONDA_BUILD_VARIANT=cuda 2023-08-09T16:48:56.1574851Z ++ CONDA_BUILD_VARIANT=cuda 2023-08-09T16:48:56.1575485Z ++ export 'CONDA_CUDATOOLKIT_CONSTRAINT=- pytorch-cuda=11.8 # [not osx]' 2023-08-09T16:48:56.1576222Z ++ CONDA_CUDATOOLKIT_CONSTRAINT='- pytorch-cuda=11.8 # [not osx]' 2023-08-09T16:48:56.1576841Z ++ export 'CONDA_PYTORCH_BUILD_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T16:48:56.1577220Z ++ CONDA_PYTORCH_BUILD_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:48:56.1577704Z ++ export 'CONDA_PYTORCH_CONSTRAINT=- pytorch==2.1.0.dev20230808' 2023-08-09T16:48:56.1578324Z ++ CONDA_PYTORCH_CONSTRAINT='- pytorch==2.1.0.dev20230808' 2023-08-09T16:48:56.1578731Z ++ export CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T16:48:56.1579018Z ++ CUDATOOLKIT_CHANNEL=nvidia 2023-08-09T16:48:56.1579375Z ++ export 'CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:48:56.1579967Z ++ CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:48:56.1581173Z ++ export 'CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:48:56.1582044Z ++ CUDA_PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' 2023-08-09T16:48:56.1582519Z ++ export FORCE_CUDA=1 2023-08-09T16:48:56.1582732Z ++ FORCE_CUDA=1 2023-08-09T16:48:56.1583774Z ++ export 'PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8/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-09T16:48:56.1588181Z ++ PATH='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8/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-09T16:48:56.1589278Z ++ export PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T16:48:56.1589563Z ++ PYTORCH_VERSION=2.1.0.dev20230808 2023-08-09T16:48:56.1589835Z ++ export PYTORCH_VERSION_SUFFIX= 2023-08-09T16:48:56.1590095Z ++ PYTORCH_VERSION_SUFFIX= 2023-08-09T16:48:56.1590375Z ++ export 'TORCH_CUDA_ARCH_LIST=3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6' 2023-08-09T16:48:56.1590692Z ++ TORCH_CUDA_ARCH_LIST='3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6' 2023-08-09T16:48:56.1590979Z ++ export VERSION_SUFFIX= 2023-08-09T16:48:56.1591206Z ++ VERSION_SUFFIX= 2023-08-09T16:48:56.1591425Z ++ export WHEEL_DIR= 2023-08-09T16:48:56.1591639Z ++ WHEEL_DIR= 2023-08-09T16:48:56.1592036Z + conda run -p 'C:\actions-runner\_work\_temp/conda_environment_5808497225' conda install --yes --quiet anaconda-client 2023-08-09T16:49:18.3869281Z Collecting package metadata (current_repodata.json): ...working... done 2023-08-09T16:49:18.3869887Z 2023-08-09T16:49:18.3870149Z Solving environment: ...working... done 2023-08-09T16:49:18.3870657Z 2023-08-09T16:49:18.3870670Z 2023-08-09T16:49:18.3870681Z 2023-08-09T16:49:18.3870880Z ## Package Plan ## 2023-08-09T16:49:18.3871122Z 2023-08-09T16:49:18.3871133Z 2023-08-09T16:49:18.3871144Z 2023-08-09T16:49:18.3871512Z environment location: C:\actions-runner\_work\_temp\conda_environment_5808497225 2023-08-09T16:49:18.3871930Z 2023-08-09T16:49:18.3871942Z 2023-08-09T16:49:18.3871953Z 2023-08-09T16:49:18.3872153Z added / updated specs: 2023-08-09T16:49:18.3872404Z 2023-08-09T16:49:18.3872508Z - anaconda-client 2023-08-09T16:49:18.3872706Z 2023-08-09T16:49:18.3872712Z 2023-08-09T16:49:18.3872717Z 2023-08-09T16:49:18.3872722Z 2023-08-09T16:49:18.3872727Z 2023-08-09T16:49:18.3872873Z The following packages will be downloaded: 2023-08-09T16:49:18.3873041Z 2023-08-09T16:49:18.3873066Z 2023-08-09T16:49:18.3873071Z 2023-08-09T16:49:18.3873173Z package | build 2023-08-09T16:49:18.3873338Z 2023-08-09T16:49:18.3873471Z ---------------------------|----------------- 2023-08-09T16:49:18.3873648Z 2023-08-09T16:49:18.3873812Z anaconda-client-1.12.0 | py310haa95532_0 168 KB 2023-08-09T16:49:18.3874012Z 2023-08-09T16:49:18.3874151Z attrs-22.1.0 | py310haa95532_0 85 KB 2023-08-09T16:49:18.3874330Z 2023-08-09T16:49:18.3874469Z clyent-1.2.2 | py310haa95532_1 20 KB 2023-08-09T16:49:18.3874641Z 2023-08-09T16:49:18.3874775Z defusedxml-0.7.1 | pyhd3eb1b0_0 23 KB 2023-08-09T16:49:18.3876342Z 2023-08-09T16:49:18.3876520Z jsonschema-4.17.3 | py310haa95532_0 158 KB 2023-08-09T16:49:18.3876711Z 2023-08-09T16:49:18.3876948Z jupyter_core-5.3.0 | py310haa95532_0 108 KB 2023-08-09T16:49:18.3877173Z 2023-08-09T16:49:18.3877429Z nbformat-5.7.0 | py310haa95532_0 153 KB 2023-08-09T16:49:18.3877618Z 2023-08-09T16:49:18.3877770Z platformdirs-2.5.2 | py310haa95532_0 24 KB 2023-08-09T16:49:18.3877956Z 2023-08-09T16:49:18.3878105Z pyrsistent-0.18.0 | py310h2bbff1b_0 87 KB 2023-08-09T16:49:18.3878274Z 2023-08-09T16:49:18.3878434Z python-dateutil-2.8.2 | pyhd3eb1b0_0 233 KB 2023-08-09T16:49:18.3878631Z 2023-08-09T16:49:18.3878803Z python-fastjsonschema-2.16.2| py310haa95532_0 232 KB 2023-08-09T16:49:18.3879010Z 2023-08-09T16:49:18.3879151Z pywin32-305 | py310h2bbff1b_0 10.7 MB 2023-08-09T16:49:18.3879338Z 2023-08-09T16:49:18.3880207Z requests-toolbelt-1.0.0 | py310haa95532_0 71 KB 2023-08-09T16:49:18.3880447Z 2023-08-09T16:49:18.3880598Z traitlets-5.7.1 | py310haa95532_0 208 KB 2023-08-09T16:49:18.3880760Z 2023-08-09T16:49:18.3880925Z ------------------------------------------------------------ 2023-08-09T16:49:18.3881127Z 2023-08-09T16:49:18.3881252Z Total: 12.2 MB 2023-08-09T16:49:18.3881411Z 2023-08-09T16:49:18.3881417Z 2023-08-09T16:49:18.3881422Z 2023-08-09T16:49:18.3881563Z The following NEW packages will be INSTALLED: 2023-08-09T16:49:18.3881745Z 2023-08-09T16:49:18.3881750Z 2023-08-09T16:49:18.3881756Z 2023-08-09T16:49:18.3881999Z anaconda-client pkgs/main/win-64::anaconda-client-1.12.0-py310haa95532_0 2023-08-09T16:49:18.3882251Z 2023-08-09T16:49:18.3882424Z attrs pkgs/main/win-64::attrs-22.1.0-py310haa95532_0 2023-08-09T16:49:18.3882803Z 2023-08-09T16:49:18.3883005Z clyent pkgs/main/win-64::clyent-1.2.2-py310haa95532_1 2023-08-09T16:49:18.3883214Z 2023-08-09T16:49:18.3883390Z defusedxml pkgs/main/noarch::defusedxml-0.7.1-pyhd3eb1b0_0 2023-08-09T16:49:18.3883756Z 2023-08-09T16:49:18.3884066Z jsonschema pkgs/main/win-64::jsonschema-4.17.3-py310haa95532_0 2023-08-09T16:49:18.3884298Z 2023-08-09T16:49:18.3884483Z jupyter_core pkgs/main/win-64::jupyter_core-5.3.0-py310haa95532_0 2023-08-09T16:49:18.3884700Z 2023-08-09T16:49:18.3884877Z nbformat pkgs/main/win-64::nbformat-5.7.0-py310haa95532_0 2023-08-09T16:49:18.3885086Z 2023-08-09T16:49:18.3885282Z platformdirs pkgs/main/win-64::platformdirs-2.5.2-py310haa95532_0 2023-08-09T16:49:18.3885509Z 2023-08-09T16:49:18.3885698Z pyrsistent pkgs/main/win-64::pyrsistent-0.18.0-py310h2bbff1b_0 2023-08-09T16:49:18.3885917Z 2023-08-09T16:49:18.3886113Z python-dateutil pkgs/main/noarch::python-dateutil-2.8.2-pyhd3eb1b0_0 2023-08-09T16:49:18.3886373Z 2023-08-09T16:49:18.3886615Z python-fastjsonsc~ pkgs/main/win-64::python-fastjsonschema-2.16.2-py310haa95532_0 2023-08-09T16:49:18.3886882Z 2023-08-09T16:49:18.3887051Z pywin32 pkgs/main/win-64::pywin32-305-py310h2bbff1b_0 2023-08-09T16:49:18.3887253Z 2023-08-09T16:49:18.3887474Z requests-toolbelt pkgs/main/win-64::requests-toolbelt-1.0.0-py310haa95532_0 2023-08-09T16:49:18.3887724Z 2023-08-09T16:49:18.3887906Z traitlets pkgs/main/win-64::traitlets-5.7.1-py310haa95532_0 2023-08-09T16:49:18.3888119Z 2023-08-09T16:49:18.3888125Z 2023-08-09T16:49:18.3888131Z 2023-08-09T16:49:18.3888137Z 2023-08-09T16:49:18.3888143Z 2023-08-09T16:49:18.3888279Z Preparing transaction: ...working... done 2023-08-09T16:49:18.3888461Z 2023-08-09T16:49:18.3888590Z Verifying transaction: ...working... done 2023-08-09T16:49:18.3888751Z 2023-08-09T16:49:18.3888878Z Executing transaction: ...working... done 2023-08-09T16:49:18.3889364Z 2023-08-09T16:49:18.3889374Z 2023-08-09T16:49:18.5545547Z + 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-09T16:49:40.3416481Z Using Anaconda API: https://api.anaconda.org 2023-08-09T16:49:40.3416938Z 2023-08-09T16:49:40.3417239Z Using "pytorch-nightly" as upload username 2023-08-09T16:49:40.3417594Z 2023-08-09T16:49:40.3417980Z Processing "distr/win-64\torchaudio-2.1.0.dev20230809-py310_cu118.tar.bz2" 2023-08-09T16:49:40.3419111Z 2023-08-09T16:49:40.3419493Z Detecting file type... 2023-08-09T16:49:40.3419774Z 2023-08-09T16:49:40.3419861Z File type is "Conda" 2023-08-09T16:49:40.3420008Z 2023-08-09T16:49:40.3420166Z Extracting conda attributes for upload 2023-08-09T16:49:40.3420348Z 2023-08-09T16:49:40.3420467Z Creating package "torchaudio" 2023-08-09T16:49:40.3420634Z 2023-08-09T16:49:40.3420749Z Creating release "2.1.0.dev20230809" 2023-08-09T16:49:40.3420939Z 2023-08-09T16:49:40.3421486Z Uploading file "pytorch-nightly/torchaudio/2.1.0.dev20230809/win-64/torchaudio-2.1.0.dev20230809-py310_cu118.tar.bz2" 2023-08-09T16:49:40.3421795Z 2023-08-09T16:49:40.3422027Z [WARNING] Distribution "win-64/torchaudio-2.1.0.dev20230809-py310_cu118.tar.bz2" already exists. Removing. 2023-08-09T16:49:40.3422298Z 2023-08-09T16:49:40.3422304Z 2023-08-09T16:49:40.3422411Z 0%| | 0.00/6.95M [00:00