2023-07-13T14:16:04.0889014Z Requested labels: linux.12xlarge 2023-07-13T14:16:04.0889231Z Job defined at: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main 2023-07-13T14:16:04.0889583Z Reusable workflow chain: 2023-07-13T14:16:04.0889766Z pytorch/audio/.github/workflows/unittest-linux-cpu.yml@refs/pull/306/merge (7182816322bf05c53164d9767907a1dc4818bc40) 2023-07-13T14:16:04.0889935Z -> pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:04.0890125Z Waiting for a runner to pick up this job... 2023-07-13T14:16:05.7397588Z Job is about to start running on the runner: i-0a28321f2bc24dd94 (organization) 2023-07-13T14:16:12.1309920Z Current runner version: '2.306.0' 2023-07-13T14:16:12.1314997Z Runner name: 'i-0a28321f2bc24dd94' 2023-07-13T14:16:12.1315459Z Runner group name: 'Default' 2023-07-13T14:16:12.1315950Z Machine name: 'ip-10-0-1-199' 2023-07-13T14:16:12.1318118Z ##[group]GITHUB_TOKEN Permissions 2023-07-13T14:16:12.1318757Z Actions: write 2023-07-13T14:16:12.1319175Z Checks: write 2023-07-13T14:16:12.1319458Z Contents: write 2023-07-13T14:16:12.1319782Z Deployments: write 2023-07-13T14:16:12.1320114Z Discussions: write 2023-07-13T14:16:12.1320389Z Issues: write 2023-07-13T14:16:12.1320724Z Metadata: read 2023-07-13T14:16:12.1321046Z Packages: write 2023-07-13T14:16:12.1321317Z Pages: write 2023-07-13T14:16:12.1321646Z PullRequests: write 2023-07-13T14:16:12.1322017Z RepositoryProjects: write 2023-07-13T14:16:12.1322393Z SecurityEvents: write 2023-07-13T14:16:12.1322723Z Statuses: write 2023-07-13T14:16:12.1323042Z ##[endgroup] 2023-07-13T14:16:12.1325913Z Secret source: Actions 2023-07-13T14:16:12.1326742Z Prepare workflow directory 2023-07-13T14:16:12.2543848Z Prepare all required actions 2023-07-13T14:16:12.2702931Z Getting action download info 2023-07-13T14:16:12.5562793Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-07-13T14:16:12.7542539Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-07-13T14:16:12.8769513Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2023-07-13T14:16:13.0172606Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-07-13T14:16:13.1607764Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-07-13T14:16:14.4375025Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:14.4376625Z ##[group] Inputs 2023-07-13T14:16:14.4378240Z script: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:14.4380220Z timeout: 120 2023-07-13T14:16:14.4380402Z runner: linux.12xlarge 2023-07-13T14:16:14.4380704Z upload-artifact: 2023-07-13T14:16:14.4380878Z download-artifact: 2023-07-13T14:16:14.4381253Z repository: pytorch/audio 2023-07-13T14:16:14.4381465Z fetch-depth: 1 2023-07-13T14:16:14.4381640Z ref: 2023-07-13T14:16:14.4381843Z test-infra-repository: pytorch/test-infra 2023-07-13T14:16:14.4382074Z test-infra-ref: 2023-07-13T14:16:14.4382288Z docker-image: pytorch/conda-builder 2023-07-13T14:16:14.4382495Z gpu-arch-type: cpu 2023-07-13T14:16:14.4382863Z gpu-arch-version: 2023-07-13T14:16:14.4383142Z job-name: linux-job 2023-07-13T14:16:14.4383703Z continue-on-error: false 2023-07-13T14:16:14.4383907Z binary-matrix: 2023-07-13T14:16:14.4384097Z run-with-docker: true 2023-07-13T14:16:14.4384279Z secrets-env: 2023-07-13T14:16:14.4384471Z no-sudo: false 2023-07-13T14:16:14.4384667Z ##[endgroup] 2023-07-13T14:16:14.4385062Z Complete job name: tests (3.10) / linux-job 2023-07-13T14:16:14.5184595Z ##[group]Run if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-13T14:16:14.5185063Z if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-13T14:16:14.5185469Z  echo "::group::Cleanup with-sudo debug output" 2023-07-13T14:16:14.5185805Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2023-07-13T14:16:14.5186028Z else 2023-07-13T14:16:14.5186350Z  echo "::group::Cleanup no-sudo debug output" 2023-07-13T14:16:14.5186681Z  rm -rfv "${GITHUB_WORKSPACE}" 2023-07-13T14:16:14.5186899Z fi 2023-07-13T14:16:14.5187142Z  2023-07-13T14:16:14.5187397Z mkdir -p "${GITHUB_WORKSPACE}" 2023-07-13T14:16:14.5187782Z echo "::endgroup::" 2023-07-13T14:16:14.5200986Z shell: /usr/bin/bash -e {0} 2023-07-13T14:16:14.5201278Z env: 2023-07-13T14:16:14.5201534Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.5201767Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.5202074Z PR_NUMBER: 306 2023-07-13T14:16:14.5203739Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:14.5205494Z NO_SUDO: false 2023-07-13T14:16:14.5205751Z ##[endgroup] 2023-07-13T14:16:14.5388629Z ##[group]Cleanup with-sudo debug output 2023-07-13T14:16:14.5417884Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio’ 2023-07-13T14:16:14.5436004Z ##[endgroup] 2023-07-13T14:16:14.5647195Z ##[group]Run actions/checkout@v3 2023-07-13T14:16:14.5647508Z with: 2023-07-13T14:16:14.5647775Z repository: pytorch/test-infra 2023-07-13T14:16:14.5648003Z path: test-infra 2023-07-13T14:16:14.5648320Z submodules: recursive 2023-07-13T14:16:14.5648759Z token: *** 2023-07-13T14:16:14.5648962Z ssh-strict: true 2023-07-13T14:16:14.5649227Z persist-credentials: true 2023-07-13T14:16:14.5649523Z clean: true 2023-07-13T14:16:14.5649777Z sparse-checkout-cone-mode: true 2023-07-13T14:16:14.5650050Z fetch-depth: 1 2023-07-13T14:16:14.5650282Z lfs: false 2023-07-13T14:16:14.5650635Z set-safe-directory: true 2023-07-13T14:16:14.5650829Z env: 2023-07-13T14:16:14.5651097Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.5651363Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.5651565Z PR_NUMBER: 306 2023-07-13T14:16:14.5653417Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:14.5655145Z ##[endgroup] 2023-07-13T14:16:14.6600233Z Syncing repository: pytorch/test-infra 2023-07-13T14:16:14.6600966Z ##[group]Getting Git version info 2023-07-13T14:16:14.6601399Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/test-infra' 2023-07-13T14:16:14.6601940Z [command]/usr/bin/git version 2023-07-13T14:16:14.6602160Z git version 2.40.1 2023-07-13T14:16:14.6603221Z ##[endgroup] 2023-07-13T14:16:14.6613851Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/274db4fe-59d3-4993-bc18-3b8cac32648a' before making global git config changes 2023-07-13T14:16:14.6734062Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:16:14.6734889Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:16:14.6736383Z ##[group]Initializing the repository 2023-07-13T14:16:14.6736784Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:16:14.6737211Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-13T14:16:14.6737531Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-13T14:16:14.6737902Z hint: of your new repositories, which will suppress this warning, call: 2023-07-13T14:16:14.6738189Z hint: 2023-07-13T14:16:14.6738510Z hint: git config --global init.defaultBranch 2023-07-13T14:16:14.6738745Z hint: 2023-07-13T14:16:14.6739080Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-13T14:16:14.6739531Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-13T14:16:14.6739978Z hint: 2023-07-13T14:16:14.6740227Z hint: git branch -m 2023-07-13T14:16:14.6740777Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/ 2023-07-13T14:16:14.6741633Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2023-07-13T14:16:14.6742301Z ##[endgroup] 2023-07-13T14:16:14.6742682Z ##[group]Disabling automatic garbage collection 2023-07-13T14:16:14.6742994Z [command]/usr/bin/git config --local gc.auto 0 2023-07-13T14:16:14.6743630Z ##[endgroup] 2023-07-13T14:16:14.6743962Z ##[group]Setting up auth 2023-07-13T14:16:14.6744309Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:16:14.6760300Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2023-07-13T14:16:14.7004161Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:16:14.7027476Z [command]/usr/bin/git 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-07-13T14:16:14.7272895Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:14.7320377Z ##[endgroup] 2023-07-13T14:16:14.7320779Z ##[group]Determining the default branch 2023-07-13T14:16:14.7322851Z Retrieving the default branch name 2023-07-13T14:16:14.9100289Z Default branch 'main' 2023-07-13T14:16:14.9101312Z ##[endgroup] 2023-07-13T14:16:14.9101786Z ##[group]Fetching the repository 2023-07-13T14:16:14.9104064Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2023-07-13T14:16:15.1507684Z remote: Enumerating objects: 1049, done. 2023-07-13T14:16:15.1508445Z remote: Counting objects: 0% (1/1049) 2023-07-13T14:16:15.1508718Z remote: Counting objects: 1% (11/1049) 2023-07-13T14:16:15.1508946Z remote: Counting objects: 2% (21/1049) 2023-07-13T14:16:15.1509202Z remote: Counting objects: 3% (32/1049) 2023-07-13T14:16:15.1509438Z remote: Counting objects: 4% (42/1049) 2023-07-13T14:16:15.1509696Z remote: Counting objects: 5% (53/1049) 2023-07-13T14:16:15.1509913Z remote: Counting objects: 6% (63/1049) 2023-07-13T14:16:15.1510145Z remote: Counting objects: 7% (74/1049) 2023-07-13T14:16:15.1510373Z remote: Counting objects: 8% (84/1049) 2023-07-13T14:16:15.1510588Z remote: Counting objects: 9% (95/1049) 2023-07-13T14:16:15.1510822Z remote: Counting objects: 10% (105/1049) 2023-07-13T14:16:15.1511061Z remote: Counting objects: 11% (116/1049) 2023-07-13T14:16:15.1511295Z remote: Counting objects: 12% (126/1049) 2023-07-13T14:16:15.1511543Z remote: Counting objects: 13% (137/1049) 2023-07-13T14:16:15.1511777Z remote: Counting objects: 14% (147/1049) 2023-07-13T14:16:15.1511994Z remote: Counting objects: 15% (158/1049) 2023-07-13T14:16:15.1512224Z remote: Counting objects: 16% (168/1049) 2023-07-13T14:16:15.1512454Z remote: Counting objects: 17% (179/1049) 2023-07-13T14:16:15.1512682Z remote: Counting objects: 18% (189/1049) 2023-07-13T14:16:15.1512895Z remote: Counting objects: 19% (200/1049) 2023-07-13T14:16:15.1513123Z remote: Counting objects: 20% (210/1049) 2023-07-13T14:16:15.1513350Z remote: Counting objects: 21% (221/1049) 2023-07-13T14:16:15.1513563Z remote: Counting objects: 22% (231/1049) 2023-07-13T14:16:15.1513785Z remote: Counting objects: 23% (242/1049) 2023-07-13T14:16:15.1514011Z remote: Counting objects: 24% (252/1049) 2023-07-13T14:16:15.1514229Z remote: Counting objects: 25% (263/1049) 2023-07-13T14:16:15.1514673Z remote: Counting objects: 26% (273/1049) 2023-07-13T14:16:15.1514986Z remote: Counting objects: 27% (284/1049) 2023-07-13T14:16:15.1515218Z remote: Counting objects: 28% (294/1049) 2023-07-13T14:16:15.1515448Z remote: Counting objects: 29% (305/1049) 2023-07-13T14:16:15.1515663Z remote: Counting objects: 30% (315/1049) 2023-07-13T14:16:15.1515894Z remote: Counting objects: 31% (326/1049) 2023-07-13T14:16:15.1516122Z remote: Counting objects: 32% (336/1049) 2023-07-13T14:16:15.1516349Z remote: Counting objects: 33% (347/1049) 2023-07-13T14:16:15.1516565Z remote: Counting objects: 34% (357/1049) 2023-07-13T14:16:15.1516791Z remote: Counting objects: 35% (368/1049) 2023-07-13T14:16:15.1517020Z remote: Counting objects: 36% (378/1049) 2023-07-13T14:16:15.1517239Z remote: Counting objects: 37% (389/1049) 2023-07-13T14:16:15.1517706Z remote: Counting objects: 38% (399/1049) 2023-07-13T14:16:15.1517946Z remote: Counting objects: 39% (410/1049) 2023-07-13T14:16:15.1518163Z remote: Counting objects: 40% (420/1049) 2023-07-13T14:16:15.1518463Z remote: Counting objects: 41% (431/1049) 2023-07-13T14:16:15.1518693Z remote: Counting objects: 42% (441/1049) 2023-07-13T14:16:15.1518920Z remote: Counting objects: 43% (452/1049) 2023-07-13T14:16:15.1519135Z remote: Counting objects: 44% (462/1049) 2023-07-13T14:16:15.1519360Z remote: Counting objects: 45% (473/1049) 2023-07-13T14:16:15.1519589Z remote: Counting objects: 46% (483/1049) 2023-07-13T14:16:15.1519804Z remote: Counting objects: 47% (494/1049) 2023-07-13T14:16:15.1520028Z remote: Counting objects: 48% (504/1049) 2023-07-13T14:16:15.1520253Z remote: Counting objects: 49% (515/1049) 2023-07-13T14:16:15.1520465Z remote: Counting objects: 50% (525/1049) 2023-07-13T14:16:15.1520695Z remote: Counting objects: 51% (535/1049) 2023-07-13T14:16:15.1520925Z remote: Counting objects: 52% (546/1049) 2023-07-13T14:16:15.1521138Z remote: Counting objects: 53% (556/1049) 2023-07-13T14:16:15.1521364Z remote: Counting objects: 54% (567/1049) 2023-07-13T14:16:15.1521588Z remote: Counting objects: 55% (577/1049) 2023-07-13T14:16:15.1521817Z remote: Counting objects: 56% (588/1049) 2023-07-13T14:16:15.1522031Z remote: Counting objects: 57% (598/1049) 2023-07-13T14:16:15.1522258Z remote: Counting objects: 58% (609/1049) 2023-07-13T14:16:15.1522482Z remote: Counting objects: 59% (619/1049) 2023-07-13T14:16:15.1522695Z remote: Counting objects: 60% (630/1049) 2023-07-13T14:16:15.1522953Z remote: Counting objects: 61% (640/1049) 2023-07-13T14:16:15.1523176Z remote: Counting objects: 62% (651/1049) 2023-07-13T14:16:15.1523390Z remote: Counting objects: 63% (661/1049) 2023-07-13T14:16:15.1523685Z remote: Counting objects: 64% (672/1049) 2023-07-13T14:16:15.1523922Z remote: Counting objects: 65% (682/1049) 2023-07-13T14:16:15.1524154Z remote: Counting objects: 66% (693/1049) 2023-07-13T14:16:15.1524370Z remote: Counting objects: 67% (703/1049) 2023-07-13T14:16:15.1524597Z remote: Counting objects: 68% (714/1049) 2023-07-13T14:16:15.1524826Z remote: Counting objects: 69% (724/1049) 2023-07-13T14:16:15.1525054Z remote: Counting objects: 70% (735/1049) 2023-07-13T14:16:15.1525269Z remote: Counting objects: 71% (745/1049) 2023-07-13T14:16:15.1525499Z remote: Counting objects: 72% (756/1049) 2023-07-13T14:16:15.1525730Z remote: Counting objects: 73% (766/1049) 2023-07-13T14:16:15.1525943Z remote: Counting objects: 74% (777/1049) 2023-07-13T14:16:15.1526173Z remote: Counting objects: 75% (787/1049) 2023-07-13T14:16:15.1526397Z remote: Counting objects: 76% (798/1049) 2023-07-13T14:16:15.1526617Z remote: Counting objects: 77% (808/1049) 2023-07-13T14:16:15.1526937Z remote: Counting objects: 78% (819/1049) 2023-07-13T14:16:15.1527170Z remote: Counting objects: 79% (829/1049) 2023-07-13T14:16:15.1527398Z remote: Counting objects: 80% (840/1049) 2023-07-13T14:16:15.1527613Z remote: Counting objects: 81% (850/1049) 2023-07-13T14:16:15.1527841Z remote: Counting objects: 82% (861/1049) 2023-07-13T14:16:15.1528072Z remote: Counting objects: 83% (871/1049) 2023-07-13T14:16:15.1528287Z remote: Counting objects: 84% (882/1049) 2023-07-13T14:16:15.1528514Z remote: Counting objects: 85% (892/1049) 2023-07-13T14:16:15.1528742Z remote: Counting objects: 86% (903/1049) 2023-07-13T14:16:15.1528958Z remote: Counting objects: 87% (913/1049) 2023-07-13T14:16:15.1529183Z remote: Counting objects: 88% (924/1049) 2023-07-13T14:16:15.1529411Z remote: Counting objects: 89% (934/1049) 2023-07-13T14:16:15.1529699Z remote: Counting objects: 90% (945/1049) 2023-07-13T14:16:15.1529929Z remote: Counting objects: 91% (955/1049) 2023-07-13T14:16:15.1530155Z remote: Counting objects: 92% (966/1049) 2023-07-13T14:16:15.1530378Z remote: Counting objects: 93% (976/1049) 2023-07-13T14:16:15.1530596Z remote: Counting objects: 94% (987/1049) 2023-07-13T14:16:15.1530820Z remote: Counting objects: 95% (997/1049) 2023-07-13T14:16:15.1531051Z remote: Counting objects: 96% (1008/1049) 2023-07-13T14:16:15.1531279Z remote: Counting objects: 97% (1018/1049) 2023-07-13T14:16:15.1531517Z remote: Counting objects: 98% (1029/1049) 2023-07-13T14:16:15.1531756Z remote: Counting objects: 99% (1039/1049) 2023-07-13T14:16:15.1531975Z remote: Counting objects: 100% (1049/1049) 2023-07-13T14:16:15.1532221Z remote: Counting objects: 100% (1049/1049), done. 2023-07-13T14:16:15.1532478Z remote: Compressing objects: 0% (1/848) 2023-07-13T14:16:15.1532724Z remote: Compressing objects: 1% (9/848) 2023-07-13T14:16:15.1532955Z remote: Compressing objects: 2% (17/848) 2023-07-13T14:16:15.1533197Z remote: Compressing objects: 3% (26/848) 2023-07-13T14:16:15.1533439Z remote: Compressing objects: 4% (34/848) 2023-07-13T14:16:15.1533667Z remote: Compressing objects: 5% (43/848) 2023-07-13T14:16:15.1533905Z remote: Compressing objects: 6% (51/848) 2023-07-13T14:16:15.1534148Z remote: Compressing objects: 7% (60/848) 2023-07-13T14:16:15.1534372Z remote: Compressing objects: 8% (68/848) 2023-07-13T14:16:15.1534616Z remote: Compressing objects: 9% (77/848) 2023-07-13T14:16:15.1534855Z remote: Compressing objects: 10% (85/848) 2023-07-13T14:16:15.1535082Z remote: Compressing objects: 11% (94/848) 2023-07-13T14:16:15.1535323Z remote: Compressing objects: 12% (102/848) 2023-07-13T14:16:15.1535570Z remote: Compressing objects: 13% (111/848) 2023-07-13T14:16:15.1535821Z remote: Compressing objects: 14% (119/848) 2023-07-13T14:16:15.1536047Z remote: Compressing objects: 15% (128/848) 2023-07-13T14:16:15.1536291Z remote: Compressing objects: 16% (136/848) 2023-07-13T14:16:15.1536535Z remote: Compressing objects: 17% (145/848) 2023-07-13T14:16:15.1536763Z remote: Compressing objects: 18% (153/848) 2023-07-13T14:16:15.1537006Z remote: Compressing objects: 19% (162/848) 2023-07-13T14:16:15.1537245Z remote: Compressing objects: 20% (170/848) 2023-07-13T14:16:15.1537471Z remote: Compressing objects: 21% (179/848) 2023-07-13T14:16:15.1537708Z remote: Compressing objects: 22% (187/848) 2023-07-13T14:16:15.1537950Z remote: Compressing objects: 23% (196/848) 2023-07-13T14:16:15.1538191Z remote: Compressing objects: 24% (204/848) 2023-07-13T14:16:15.1538418Z remote: Compressing objects: 25% (212/848) 2023-07-13T14:16:15.1538661Z remote: Compressing objects: 26% (221/848) 2023-07-13T14:16:15.1538964Z remote: Compressing objects: 27% (229/848) 2023-07-13T14:16:15.1539190Z remote: Compressing objects: 28% (238/848) 2023-07-13T14:16:15.1539435Z remote: Compressing objects: 29% (246/848) 2023-07-13T14:16:15.1539676Z remote: Compressing objects: 30% (255/848) 2023-07-13T14:16:15.1539901Z remote: Compressing objects: 31% (263/848) 2023-07-13T14:16:15.1540139Z remote: Compressing objects: 32% (272/848) 2023-07-13T14:16:15.1540378Z remote: Compressing objects: 33% (280/848) 2023-07-13T14:16:15.1540724Z remote: Compressing objects: 34% (289/848) 2023-07-13T14:16:15.1540950Z remote: Compressing objects: 35% (297/848) 2023-07-13T14:16:15.1541191Z remote: Compressing objects: 36% (306/848) 2023-07-13T14:16:15.1541433Z remote: Compressing objects: 37% (314/848) 2023-07-13T14:16:15.1541737Z remote: Compressing objects: 38% (323/848) 2023-07-13T14:16:15.1541978Z remote: Compressing objects: 39% (331/848) 2023-07-13T14:16:15.1542218Z remote: Compressing objects: 40% (340/848) 2023-07-13T14:16:15.1542443Z remote: Compressing objects: 41% (348/848) 2023-07-13T14:16:15.1542682Z remote: Compressing objects: 42% (357/848) 2023-07-13T14:16:15.1542923Z remote: Compressing objects: 43% (365/848) 2023-07-13T14:16:15.1543149Z remote: Compressing objects: 44% (374/848) 2023-07-13T14:16:15.1543383Z remote: Compressing objects: 45% (382/848) 2023-07-13T14:16:15.1543621Z remote: Compressing objects: 46% (391/848) 2023-07-13T14:16:15.1543859Z remote: Compressing objects: 47% (399/848) 2023-07-13T14:16:15.1544084Z remote: Compressing objects: 48% (408/848) 2023-07-13T14:16:15.1544324Z remote: Compressing objects: 49% (416/848) 2023-07-13T14:16:15.1544565Z remote: Compressing objects: 50% (424/848) 2023-07-13T14:16:15.1544795Z remote: Compressing objects: 51% (433/848) 2023-07-13T14:16:15.1545039Z remote: Compressing objects: 52% (441/848) 2023-07-13T14:16:15.1545276Z remote: Compressing objects: 53% (450/848) 2023-07-13T14:16:15.1545500Z remote: Compressing objects: 54% (458/848) 2023-07-13T14:16:15.1545739Z remote: Compressing objects: 55% (467/848) 2023-07-13T14:16:15.1545979Z remote: Compressing objects: 56% (475/848) 2023-07-13T14:16:15.1546218Z remote: Compressing objects: 57% (484/848) 2023-07-13T14:16:15.1546444Z remote: Compressing objects: 58% (492/848) 2023-07-13T14:16:15.1546680Z remote: Compressing objects: 59% (501/848) 2023-07-13T14:16:15.1546919Z remote: Compressing objects: 60% (509/848) 2023-07-13T14:16:15.1547142Z remote: Compressing objects: 61% (518/848) 2023-07-13T14:16:15.1547381Z remote: Compressing objects: 62% (526/848) 2023-07-13T14:16:15.1547620Z remote: Compressing objects: 63% (535/848) 2023-07-13T14:16:15.1547851Z remote: Compressing objects: 64% (543/848) 2023-07-13T14:16:15.1548089Z remote: Compressing objects: 65% (552/848) 2023-07-13T14:16:15.1548326Z remote: Compressing objects: 66% (560/848) 2023-07-13T14:16:15.1548550Z remote: Compressing objects: 67% (569/848) 2023-07-13T14:16:15.1548785Z remote: Compressing objects: 68% (577/848) 2023-07-13T14:16:15.1549022Z remote: Compressing objects: 69% (586/848) 2023-07-13T14:16:15.1549266Z remote: Compressing objects: 70% (594/848) 2023-07-13T14:16:15.1549490Z remote: Compressing objects: 71% (603/848) 2023-07-13T14:16:15.1549728Z remote: Compressing objects: 72% (611/848) 2023-07-13T14:16:15.1549966Z remote: Compressing objects: 73% (620/848) 2023-07-13T14:16:15.1550190Z remote: Compressing objects: 74% (628/848) 2023-07-13T14:16:15.1550430Z remote: Compressing objects: 75% (636/848) 2023-07-13T14:16:15.1550673Z remote: Compressing objects: 76% (645/848) 2023-07-13T14:16:15.1550963Z remote: Compressing objects: 77% (653/848) 2023-07-13T14:16:15.1551204Z remote: Compressing objects: 78% (662/848) 2023-07-13T14:16:15.1551445Z remote: Compressing objects: 79% (670/848) 2023-07-13T14:16:15.1551682Z remote: Compressing objects: 80% (679/848) 2023-07-13T14:16:15.1551905Z remote: Compressing objects: 81% (687/848) 2023-07-13T14:16:15.1552145Z remote: Compressing objects: 82% (696/848) 2023-07-13T14:16:15.1552383Z remote: Compressing objects: 83% (704/848) 2023-07-13T14:16:15.1552610Z remote: Compressing objects: 84% (713/848) 2023-07-13T14:16:15.1552852Z remote: Compressing objects: 85% (721/848) 2023-07-13T14:16:15.1553095Z remote: Compressing objects: 86% (730/848) 2023-07-13T14:16:15.1553321Z remote: Compressing objects: 87% (738/848) 2023-07-13T14:16:15.1553560Z remote: Compressing objects: 88% (747/848) 2023-07-13T14:16:15.1553882Z remote: Compressing objects: 89% (755/848) 2023-07-13T14:16:15.1554131Z remote: Compressing objects: 90% (764/848) 2023-07-13T14:16:15.1554369Z remote: Compressing objects: 91% (772/848) 2023-07-13T14:16:15.1554595Z remote: Compressing objects: 92% (781/848) 2023-07-13T14:16:15.1554831Z remote: Compressing objects: 93% (789/848) 2023-07-13T14:16:15.1555071Z remote: Compressing objects: 94% (798/848) 2023-07-13T14:16:15.1555309Z remote: Compressing objects: 95% (806/848) 2023-07-13T14:16:15.1555535Z remote: Compressing objects: 96% (815/848) 2023-07-13T14:16:15.1555778Z remote: Compressing objects: 97% (823/848) 2023-07-13T14:16:15.1556017Z remote: Compressing objects: 98% (832/848) 2023-07-13T14:16:15.1556245Z remote: Compressing objects: 99% (840/848) 2023-07-13T14:16:15.1556485Z remote: Compressing objects: 100% (848/848) 2023-07-13T14:16:15.1556737Z remote: Compressing objects: 100% (848/848), done. 2023-07-13T14:16:15.1556977Z Receiving objects: 0% (1/1049) 2023-07-13T14:16:15.1557194Z Receiving objects: 1% (11/1049) 2023-07-13T14:16:15.1557407Z Receiving objects: 2% (21/1049) 2023-07-13T14:16:15.1631295Z Receiving objects: 3% (32/1049) 2023-07-13T14:16:15.1635894Z Receiving objects: 4% (42/1049) 2023-07-13T14:16:15.1652028Z Receiving objects: 5% (53/1049) 2023-07-13T14:16:15.1652424Z Receiving objects: 6% (63/1049) 2023-07-13T14:16:15.1653091Z Receiving objects: 7% (74/1049) 2023-07-13T14:16:15.1655721Z Receiving objects: 8% (84/1049) 2023-07-13T14:16:15.1662544Z Receiving objects: 9% (95/1049) 2023-07-13T14:16:15.1663273Z Receiving objects: 10% (105/1049) 2023-07-13T14:16:15.1664914Z Receiving objects: 11% (116/1049) 2023-07-13T14:16:15.1679986Z Receiving objects: 12% (126/1049) 2023-07-13T14:16:15.1680235Z Receiving objects: 13% (137/1049) 2023-07-13T14:16:15.1680452Z Receiving objects: 14% (147/1049) 2023-07-13T14:16:15.1681907Z Receiving objects: 15% (158/1049) 2023-07-13T14:16:15.1691426Z Receiving objects: 16% (168/1049) 2023-07-13T14:16:15.1698096Z Receiving objects: 17% (179/1049) 2023-07-13T14:16:15.1706517Z Receiving objects: 18% (189/1049) 2023-07-13T14:16:15.1709254Z Receiving objects: 19% (200/1049) 2023-07-13T14:16:15.1710077Z Receiving objects: 20% (210/1049) 2023-07-13T14:16:15.1711140Z Receiving objects: 21% (221/1049) 2023-07-13T14:16:15.1786862Z Receiving objects: 22% (231/1049) 2023-07-13T14:16:15.1788064Z Receiving objects: 23% (242/1049) 2023-07-13T14:16:15.1798898Z Receiving objects: 24% (252/1049) 2023-07-13T14:16:15.1799627Z Receiving objects: 25% (263/1049) 2023-07-13T14:16:15.1815604Z Receiving objects: 26% (273/1049) 2023-07-13T14:16:15.1815959Z Receiving objects: 27% (284/1049) 2023-07-13T14:16:15.1816460Z Receiving objects: 28% (294/1049) 2023-07-13T14:16:15.1827258Z Receiving objects: 29% (305/1049) 2023-07-13T14:16:15.1828422Z Receiving objects: 30% (315/1049) 2023-07-13T14:16:15.1833718Z Receiving objects: 31% (326/1049) 2023-07-13T14:16:15.1851314Z Receiving objects: 32% (336/1049) 2023-07-13T14:16:15.1855939Z Receiving objects: 33% (347/1049) 2023-07-13T14:16:15.1857149Z Receiving objects: 34% (357/1049) 2023-07-13T14:16:15.1858292Z Receiving objects: 35% (368/1049) 2023-07-13T14:16:15.1858694Z Receiving objects: 36% (378/1049) 2023-07-13T14:16:15.1862290Z Receiving objects: 37% (389/1049) 2023-07-13T14:16:15.1863005Z Receiving objects: 38% (399/1049) 2023-07-13T14:16:15.1864891Z Receiving objects: 39% (410/1049) 2023-07-13T14:16:15.1872043Z Receiving objects: 40% (420/1049) 2023-07-13T14:16:15.1875274Z Receiving objects: 41% (431/1049) 2023-07-13T14:16:15.1878522Z Receiving objects: 42% (441/1049) 2023-07-13T14:16:15.1882849Z Receiving objects: 43% (452/1049) 2023-07-13T14:16:15.1886275Z Receiving objects: 44% (462/1049) 2023-07-13T14:16:15.1890851Z Receiving objects: 45% (473/1049) 2023-07-13T14:16:15.1892079Z Receiving objects: 46% (483/1049) 2023-07-13T14:16:15.1893048Z Receiving objects: 47% (494/1049) 2023-07-13T14:16:15.1896077Z Receiving objects: 48% (504/1049) 2023-07-13T14:16:15.1897768Z Receiving objects: 49% (515/1049) 2023-07-13T14:16:15.1899100Z Receiving objects: 50% (525/1049) 2023-07-13T14:16:15.1899735Z Receiving objects: 51% (535/1049) 2023-07-13T14:16:15.1900371Z Receiving objects: 52% (546/1049) 2023-07-13T14:16:15.1900974Z Receiving objects: 53% (556/1049) 2023-07-13T14:16:15.1902606Z Receiving objects: 54% (567/1049) 2023-07-13T14:16:15.1904354Z Receiving objects: 55% (577/1049) 2023-07-13T14:16:15.1906029Z Receiving objects: 56% (588/1049) 2023-07-13T14:16:15.1908118Z Receiving objects: 57% (598/1049) 2023-07-13T14:16:15.1910690Z Receiving objects: 58% (609/1049) 2023-07-13T14:16:15.1912739Z Receiving objects: 59% (619/1049) 2023-07-13T14:16:15.1915035Z Receiving objects: 60% (630/1049) 2023-07-13T14:16:15.1921621Z Receiving objects: 61% (640/1049) 2023-07-13T14:16:15.1925850Z Receiving objects: 62% (651/1049) 2023-07-13T14:16:15.1962849Z Receiving objects: 63% (661/1049) 2023-07-13T14:16:15.1963121Z Receiving objects: 64% (672/1049) 2023-07-13T14:16:15.1964767Z Receiving objects: 65% (682/1049) 2023-07-13T14:16:15.2043751Z Receiving objects: 66% (693/1049) 2023-07-13T14:16:15.2044008Z Receiving objects: 67% (703/1049) 2023-07-13T14:16:15.2045518Z Receiving objects: 68% (714/1049) 2023-07-13T14:16:15.2047414Z Receiving objects: 69% (724/1049) 2023-07-13T14:16:15.2048032Z Receiving objects: 70% (735/1049) 2023-07-13T14:16:15.2048762Z Receiving objects: 71% (745/1049) 2023-07-13T14:16:15.2054443Z Receiving objects: 72% (756/1049) 2023-07-13T14:16:15.2057203Z Receiving objects: 73% (766/1049) 2023-07-13T14:16:15.2061436Z Receiving objects: 74% (777/1049) 2023-07-13T14:16:15.2063604Z Receiving objects: 75% (787/1049) 2023-07-13T14:16:15.2064896Z Receiving objects: 76% (798/1049) 2023-07-13T14:16:15.2066629Z Receiving objects: 77% (808/1049) 2023-07-13T14:16:15.2068145Z Receiving objects: 78% (819/1049) 2023-07-13T14:16:15.2069286Z Receiving objects: 79% (829/1049) 2023-07-13T14:16:15.2069593Z Receiving objects: 80% (840/1049) 2023-07-13T14:16:15.2069869Z Receiving objects: 81% (850/1049) 2023-07-13T14:16:15.2070156Z Receiving objects: 82% (861/1049) 2023-07-13T14:16:15.2071203Z Receiving objects: 83% (871/1049) 2023-07-13T14:16:15.2072618Z Receiving objects: 84% (882/1049) 2023-07-13T14:16:15.2073693Z Receiving objects: 85% (892/1049) 2023-07-13T14:16:15.2074918Z Receiving objects: 86% (903/1049) 2023-07-13T14:16:15.2075314Z Receiving objects: 87% (913/1049) 2023-07-13T14:16:15.2075592Z Receiving objects: 88% (924/1049) 2023-07-13T14:16:15.2075810Z Receiving objects: 89% (934/1049) 2023-07-13T14:16:15.2076514Z Receiving objects: 90% (945/1049) 2023-07-13T14:16:15.2077538Z Receiving objects: 91% (955/1049) 2023-07-13T14:16:15.2078404Z Receiving objects: 92% (966/1049) 2023-07-13T14:16:15.2078931Z Receiving objects: 93% (976/1049) 2023-07-13T14:16:15.2085259Z Receiving objects: 94% (987/1049) 2023-07-13T14:16:15.2088606Z Receiving objects: 95% (997/1049) 2023-07-13T14:16:15.2094274Z Receiving objects: 96% (1008/1049) 2023-07-13T14:16:15.2102969Z Receiving objects: 97% (1018/1049) 2023-07-13T14:16:15.2106546Z Receiving objects: 98% (1029/1049) 2023-07-13T14:16:15.2131171Z Receiving objects: 99% (1039/1049) 2023-07-13T14:16:15.2131630Z remote: Total 1049 (delta 176), reused 613 (delta 91), pack-reused 0 2023-07-13T14:16:15.2142933Z Receiving objects: 100% (1049/1049) 2023-07-13T14:16:15.2143204Z Receiving objects: 100% (1049/1049), 1.42 MiB | 23.39 MiB/s, done. 2023-07-13T14:16:15.2146723Z Resolving deltas: 0% (0/176) 2023-07-13T14:16:15.2147186Z Resolving deltas: 1% (2/176) 2023-07-13T14:16:15.2147648Z Resolving deltas: 2% (5/176) 2023-07-13T14:16:15.2148887Z Resolving deltas: 3% (7/176) 2023-07-13T14:16:15.2149879Z Resolving deltas: 5% (9/176) 2023-07-13T14:16:15.2150394Z Resolving deltas: 6% (11/176) 2023-07-13T14:16:15.2150659Z Resolving deltas: 7% (13/176) 2023-07-13T14:16:15.2150971Z Resolving deltas: 8% (15/176) 2023-07-13T14:16:15.2151416Z Resolving deltas: 9% (16/176) 2023-07-13T14:16:15.2151636Z Resolving deltas: 10% (18/176) 2023-07-13T14:16:15.2151833Z Resolving deltas: 11% (20/176) 2023-07-13T14:16:15.2152036Z Resolving deltas: 12% (22/176) 2023-07-13T14:16:15.2152243Z Resolving deltas: 13% (24/176) 2023-07-13T14:16:15.2152535Z Resolving deltas: 14% (25/176) 2023-07-13T14:16:15.2152825Z Resolving deltas: 15% (27/176) 2023-07-13T14:16:15.2153367Z Resolving deltas: 16% (29/176) 2023-07-13T14:16:15.2153919Z Resolving deltas: 17% (30/176) 2023-07-13T14:16:15.2154226Z Resolving deltas: 18% (32/176) 2023-07-13T14:16:15.2154573Z Resolving deltas: 19% (34/176) 2023-07-13T14:16:15.2155433Z Resolving deltas: 20% (36/176) 2023-07-13T14:16:15.2156058Z Resolving deltas: 21% (37/176) 2023-07-13T14:16:15.2156323Z Resolving deltas: 22% (40/176) 2023-07-13T14:16:15.2157020Z Resolving deltas: 23% (41/176) 2023-07-13T14:16:15.2158103Z Resolving deltas: 24% (43/176) 2023-07-13T14:16:15.2159264Z Resolving deltas: 26% (46/176) 2023-07-13T14:16:15.2159462Z Resolving deltas: 27% (48/176) 2023-07-13T14:16:15.2161979Z Resolving deltas: 28% (50/176) 2023-07-13T14:16:15.2162188Z Resolving deltas: 29% (52/176) 2023-07-13T14:16:15.2171664Z Resolving deltas: 30% (53/176) 2023-07-13T14:16:15.2172692Z Resolving deltas: 31% (55/176) 2023-07-13T14:16:15.2174502Z Resolving deltas: 32% (57/176) 2023-07-13T14:16:15.2174710Z Resolving deltas: 33% (59/176) 2023-07-13T14:16:15.2176678Z Resolving deltas: 34% (60/176) 2023-07-13T14:16:15.2177128Z Resolving deltas: 35% (62/176) 2023-07-13T14:16:15.2177401Z Resolving deltas: 36% (64/176) 2023-07-13T14:16:15.2177611Z Resolving deltas: 37% (66/176) 2023-07-13T14:16:15.2177806Z Resolving deltas: 38% (67/176) 2023-07-13T14:16:15.2178009Z Resolving deltas: 39% (69/176) 2023-07-13T14:16:15.2178214Z Resolving deltas: 40% (71/176) 2023-07-13T14:16:15.2178839Z Resolving deltas: 42% (75/176) 2023-07-13T14:16:15.2179255Z Resolving deltas: 44% (78/176) 2023-07-13T14:16:15.2179513Z Resolving deltas: 45% (80/176) 2023-07-13T14:16:15.2179718Z Resolving deltas: 46% (81/176) 2023-07-13T14:16:15.2179925Z Resolving deltas: 47% (83/176) 2023-07-13T14:16:15.2182259Z Resolving deltas: 48% (85/176) 2023-07-13T14:16:15.2182505Z Resolving deltas: 50% (88/176) 2023-07-13T14:16:15.2182804Z Resolving deltas: 51% (90/176) 2023-07-13T14:16:15.2182991Z Resolving deltas: 52% (92/176) 2023-07-13T14:16:15.2183254Z Resolving deltas: 53% (94/176) 2023-07-13T14:16:15.2183602Z Resolving deltas: 54% (96/176) 2023-07-13T14:16:15.2183800Z Resolving deltas: 55% (97/176) 2023-07-13T14:16:15.2184027Z Resolving deltas: 56% (100/176) 2023-07-13T14:16:15.2184332Z Resolving deltas: 57% (102/176) 2023-07-13T14:16:15.2184588Z Resolving deltas: 60% (106/176) 2023-07-13T14:16:15.2184856Z Resolving deltas: 61% (108/176) 2023-07-13T14:16:15.2185160Z Resolving deltas: 63% (111/176) 2023-07-13T14:16:15.2185396Z Resolving deltas: 64% (113/176) 2023-07-13T14:16:15.2185586Z Resolving deltas: 65% (116/176) 2023-07-13T14:16:15.2185838Z Resolving deltas: 66% (117/176) 2023-07-13T14:16:15.2186046Z Resolving deltas: 68% (120/176) 2023-07-13T14:16:15.2186464Z Resolving deltas: 69% (122/176) 2023-07-13T14:16:15.2186752Z Resolving deltas: 70% (124/176) 2023-07-13T14:16:15.2187047Z Resolving deltas: 71% (125/176) 2023-07-13T14:16:15.2187237Z Resolving deltas: 73% (129/176) 2023-07-13T14:16:15.2187435Z Resolving deltas: 75% (133/176) 2023-07-13T14:16:15.2187639Z Resolving deltas: 76% (134/176) 2023-07-13T14:16:15.2187827Z Resolving deltas: 77% (136/176) 2023-07-13T14:16:15.2188026Z Resolving deltas: 78% (138/176) 2023-07-13T14:16:15.2188228Z Resolving deltas: 79% (140/176) 2023-07-13T14:16:15.2188416Z Resolving deltas: 80% (142/176) 2023-07-13T14:16:15.2188628Z Resolving deltas: 81% (143/176) 2023-07-13T14:16:15.2188831Z Resolving deltas: 82% (145/176) 2023-07-13T14:16:15.2189031Z Resolving deltas: 84% (148/176) 2023-07-13T14:16:15.2189218Z Resolving deltas: 85% (150/176) 2023-07-13T14:16:15.2189526Z Resolving deltas: 86% (152/176) 2023-07-13T14:16:15.2189727Z Resolving deltas: 87% (154/176) 2023-07-13T14:16:15.2189919Z Resolving deltas: 88% (155/176) 2023-07-13T14:16:15.2190127Z Resolving deltas: 89% (157/176) 2023-07-13T14:16:15.2190324Z Resolving deltas: 90% (160/176) 2023-07-13T14:16:15.2190513Z Resolving deltas: 91% (161/176) 2023-07-13T14:16:15.2190713Z Resolving deltas: 92% (162/176) 2023-07-13T14:16:15.2190913Z Resolving deltas: 93% (165/176) 2023-07-13T14:16:15.2191182Z Resolving deltas: 94% (166/176) 2023-07-13T14:16:15.2192784Z Resolving deltas: 96% (169/176) 2023-07-13T14:16:15.2193934Z Resolving deltas: 97% (172/176) 2023-07-13T14:16:15.2194196Z Resolving deltas: 98% (174/176) 2023-07-13T14:16:15.2196590Z Resolving deltas: 99% (175/176) 2023-07-13T14:16:15.2197216Z Resolving deltas: 100% (176/176) 2023-07-13T14:16:15.2197457Z Resolving deltas: 100% (176/176), done. 2023-07-13T14:16:15.2324211Z From https://github.com/pytorch/test-infra 2023-07-13T14:16:15.2324553Z * [new branch] main -> origin/main 2023-07-13T14:16:15.2341330Z ##[endgroup] 2023-07-13T14:16:15.2341836Z ##[group]Determining the checkout info 2023-07-13T14:16:15.2342233Z ##[endgroup] 2023-07-13T14:16:15.2342614Z ##[group]Checking out the ref 2023-07-13T14:16:15.2344863Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2023-07-13T14:16:15.2792027Z Switched to a new branch 'main' 2023-07-13T14:16:15.2792381Z branch 'main' set up to track 'origin/main'. 2023-07-13T14:16:15.2795906Z ##[endgroup] 2023-07-13T14:16:15.2796358Z ##[group]Setting up auth for fetching submodules 2023-07-13T14:16:15.2801027Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:15.2845253Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-07-13T14:16:15.2870007Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-07-13T14:16:15.2896393Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-07-13T14:16:15.2921699Z ##[endgroup] 2023-07-13T14:16:15.2922103Z ##[group]Fetching submodules 2023-07-13T14:16:15.2923385Z [command]/usr/bin/git submodule sync --recursive 2023-07-13T14:16:15.3174570Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-07-13T14:16:15.3416923Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-07-13T14:16:15.3652718Z ##[endgroup] 2023-07-13T14:16:15.3653152Z ##[group]Persisting credentials for submodules 2023-07-13T14:16:15.3655522Z [command]/usr/bin/git 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-07-13T14:16:15.3894494Z [command]/usr/bin/git 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-07-13T14:16:15.4135173Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-07-13T14:16:15.4371268Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-07-13T14:16:15.4612029Z ##[endgroup] 2023-07-13T14:16:15.4639949Z [command]/usr/bin/git log -1 --format='%H' 2023-07-13T14:16:15.4662330Z 'f1766167e55a3952a5eef0755a94cc78aaabbdc2' 2023-07-13T14:16:15.4881415Z Prepare all required actions 2023-07-13T14:16:15.4881693Z Getting action download info 2023-07-13T14:16:15.6450439Z Download action repository 'pytorch/test-infra@main' (SHA:f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:15.8921557Z Getting action download info 2023-07-13T14:16:16.0069531Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-07-13T14:16:16.1694683Z ##[group]Run ./test-infra/.github/actions/setup-linux 2023-07-13T14:16:16.1694883Z env: 2023-07-13T14:16:16.1695079Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.1695290Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.1695470Z PR_NUMBER: 306 2023-07-13T14:16:16.1697012Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.1698633Z ##[endgroup] 2023-07-13T14:16:16.1876219Z ##[group]Run set -euo pipefail 2023-07-13T14:16:16.1876430Z set -euo pipefail 2023-07-13T14:16:16.1876632Z function get_ec2_metadata() { 2023-07-13T14:16:16.1876888Z  # Pulled from instance metadata endpoint for EC2 2023-07-13T14:16:16.1877236Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-07-13T14:16:16.1877515Z  category=$1 2023-07-13T14:16:16.1878049Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-07-13T14:16:16.1878284Z } 2023-07-13T14:16:16.1878489Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-07-13T14:16:16.1878761Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-07-13T14:16:16.1879063Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-07-13T14:16:16.1879324Z echo "system info $(uname -a)" 2023-07-13T14:16:16.1891538Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.1891750Z env: 2023-07-13T14:16:16.1891944Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.1892149Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.1892346Z PR_NUMBER: 306 2023-07-13T14:16:16.1893966Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.1895625Z ##[endgroup] 2023-07-13T14:16:16.1983989Z ami-id: ami-096198a0bccc6bad4 2023-07-13T14:16:16.2037016Z instance-id: i-0a28321f2bc24dd94 2023-07-13T14:16:16.2093519Z instance-type: c5.12xlarge 2023-07-13T14:16:16.2101364Z system info Linux ip-10-0-1-199.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2023-07-13T14:16:16.2123034Z ##[group]Run if systemctl is-active --quiet docker; then 2023-07-13T14:16:16.2123323Z if systemctl is-active --quiet docker; then 2023-07-13T14:16:16.2123588Z  echo "Docker daemon is running..."; 2023-07-13T14:16:16.2123792Z else 2023-07-13T14:16:16.2124195Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-07-13T14:16:16.2124424Z fi 2023-07-13T14:16:16.2134014Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.2134216Z env: 2023-07-13T14:16:16.2134412Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.2134633Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.2134812Z PR_NUMBER: 306 2023-07-13T14:16:16.2136482Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.2138108Z ##[endgroup] 2023-07-13T14:16:16.2180074Z Docker daemon is running... 2023-07-13T14:16:16.2195638Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-13T14:16:16.2195991Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-13T14:16:16.2196278Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:16.2196648Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-07-13T14:16:16.2197253Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-07-13T14:16:16.2207191Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.2207415Z env: 2023-07-13T14:16:16.2207623Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.2207840Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.2208037Z PR_NUMBER: 306 2023-07-13T14:16:16.2209649Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.2211638Z AWS_RETRY_MODE: standard 2023-07-13T14:16:16.2211807Z AWS_MAX_ATTEMPTS: 5 2023-07-13T14:16:16.2211998Z AWS_DEFAULT_REGION: us-east-1 2023-07-13T14:16:16.2212184Z ##[endgroup] 2023-07-13T14:16:16.9308924Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2023-07-13T14:16:16.9309410Z Configure a credential helper to remove this warning. See 2023-07-13T14:16:16.9309876Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-07-13T14:16:16.9310081Z 2023-07-13T14:16:16.9310156Z Login Succeeded 2023-07-13T14:16:16.9340006Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:16.9340331Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:16.9340719Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:16.9352007Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.9352201Z env: 2023-07-13T14:16:16.9352394Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.9352606Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.9352777Z PR_NUMBER: 306 2023-07-13T14:16:16.9354399Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.9356079Z ##[endgroup] 2023-07-13T14:16:16.9416754Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-13T14:16:16.9417045Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-13T14:16:16.9417294Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2023-07-13T14:16:16.9417564Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:16.9417796Z  2023-07-13T14:16:16.9418007Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2023-07-13T14:16:16.9418281Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2023-07-13T14:16:16.9418560Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:16.9418784Z  2023-07-13T14:16:16.9418983Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2023-07-13T14:16:16.9419213Z mkdir -p "${RUNNER_DOCS_DIR}" 2023-07-13T14:16:16.9419459Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:16.9429423Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.9429652Z env: 2023-07-13T14:16:16.9429853Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.9430068Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.9430266Z PR_NUMBER: 306 2023-07-13T14:16:16.9431865Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.9433634Z ##[endgroup] 2023-07-13T14:16:16.9496800Z ##[group]Run needs=0 2023-07-13T14:16:16.9496984Z needs=0 2023-07-13T14:16:16.9497217Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2023-07-13T14:16:16.9497446Z  needs=1 2023-07-13T14:16:16.9497606Z fi 2023-07-13T14:16:16.9497791Z echo "does=${needs}" >> $GITHUB_OUTPUT 2023-07-13T14:16:16.9507803Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.9508010Z env: 2023-07-13T14:16:16.9508211Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.9508437Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.9508617Z PR_NUMBER: 306 2023-07-13T14:16:16.9510313Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.9512150Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:16.9512475Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:16.9512766Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:16.9512997Z ##[endgroup] 2023-07-13T14:16:16.9664908Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:16:16.9665235Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:16:16.9665498Z # shellcheck disable=SC2046 2023-07-13T14:16:16.9665735Z docker stop $(docker ps -q) || true 2023-07-13T14:16:16.9665968Z # Prune all of the docker images 2023-07-13T14:16:16.9666195Z docker system prune -af 2023-07-13T14:16:16.9675260Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.9675456Z env: 2023-07-13T14:16:16.9675647Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.9675862Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.9676036Z PR_NUMBER: 306 2023-07-13T14:16:16.9677540Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.9679611Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:16.9680060Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:16.9680363Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:16.9680597Z ##[endgroup] 2023-07-13T14:16:16.9988201Z "docker stop" requires at least 1 argument. 2023-07-13T14:16:16.9988591Z See 'docker stop --help'. 2023-07-13T14:16:16.9988715Z 2023-07-13T14:16:16.9988850Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2023-07-13T14:16:16.9989210Z 2023-07-13T14:16:16.9989311Z Stop one or more running containers 2023-07-13T14:16:17.0158222Z Total reclaimed space: 0B 2023-07-13T14:16:17.0217422Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-07-13T14:16:17.0217628Z with: 2023-07-13T14:16:17.0217936Z github-secret: *** 2023-07-13T14:16:17.0218139Z activate-with-label: false 2023-07-13T14:16:17.0218338Z label: with-ssh 2023-07-13T14:16:17.0218518Z remove-existing-keys: true 2023-07-13T14:16:17.0218705Z env: 2023-07-13T14:16:17.0218899Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:17.0219107Z REPOSITORY: pytorch/audio 2023-07-13T14:16:17.0219300Z PR_NUMBER: 306 2023-07-13T14:16:17.0221168Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:17.0222978Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:17.0223312Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:17.0223628Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:17.0223860Z ##[endgroup] 2023-07-13T14:16:17.0848879Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-07-13T14:16:17.6331958Z Grabbing public ssh keys from https://github.com/pytorchbot.keys 2023-07-13T14:16:17.7190720Z No SSH keys found for user pytorchbot 2023-07-13T14:16:17.7191157Z Grabbing public ssh keys from https://github.com/ezyang.keys 2023-07-13T14:16:17.8044277Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2023-07-13T14:16:17.8057300Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2023-07-13T14:16:17.8081041Z Login using: ssh ec2-user@ec2-3-237-81-215.compute-1.amazonaws.com 2023-07-13T14:16:17.8132527Z Prepare all required actions 2023-07-13T14:16:17.8153721Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2023-07-13T14:16:17.8153949Z with: 2023-07-13T14:16:17.8154149Z docker-image: pytorch/conda-builder:cpu 2023-07-13T14:16:17.8154335Z env: 2023-07-13T14:16:17.8154525Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:17.8154744Z REPOSITORY: pytorch/audio 2023-07-13T14:16:17.8154925Z PR_NUMBER: 306 2023-07-13T14:16:17.8156539Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:17.8158761Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:17.8159098Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:17.8159411Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:17.8159628Z ##[endgroup] 2023-07-13T14:16:17.8173011Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:17.8173287Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:17.8173554Z # ignore output since only exit code is used for conditional 2023-07-13T14:16:17.8173839Z # only pull docker image if it's not available locally 2023-07-13T14:16:17.8174128Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-07-13T14:16:17.8174408Z  retry docker pull "${DOCKER_IMAGE}" 2023-07-13T14:16:17.8174611Z fi 2023-07-13T14:16:17.8185277Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:17.8185488Z env: 2023-07-13T14:16:17.8185701Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:17.8185930Z REPOSITORY: pytorch/audio 2023-07-13T14:16:17.8186116Z PR_NUMBER: 306 2023-07-13T14:16:17.8187834Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:17.8189612Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:17.8189943Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:17.8190260Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:17.8190557Z ##[endgroup] 2023-07-13T14:16:18.0106220Z cpu: Pulling from pytorch/conda-builder 2023-07-13T14:16:18.0106508Z 2d473b07cdd5: Pulling fs layer 2023-07-13T14:16:18.0106731Z a8b26fd4c094: Pulling fs layer 2023-07-13T14:16:18.0106944Z 84c6cf1d6f59: Pulling fs layer 2023-07-13T14:16:18.0107138Z 61262e1bf819: Pulling fs layer 2023-07-13T14:16:18.0107344Z 4efc3c05171d: Pulling fs layer 2023-07-13T14:16:18.0107549Z ea9360dffc62: Pulling fs layer 2023-07-13T14:16:18.0107757Z 010e93ddf672: Pulling fs layer 2023-07-13T14:16:18.0107949Z 3fd52e1a53de: Pulling fs layer 2023-07-13T14:16:18.0108152Z 8ff5e07ece19: Pulling fs layer 2023-07-13T14:16:18.0108354Z 4f4fb700ef54: Pulling fs layer 2023-07-13T14:16:18.0108542Z 7b5bec086082: Pulling fs layer 2023-07-13T14:16:18.0108730Z 61262e1bf819: Waiting 2023-07-13T14:16:18.0108922Z d69607978f53: Pulling fs layer 2023-07-13T14:16:18.0109119Z c2194ff41419: Pulling fs layer 2023-07-13T14:16:18.0109305Z 010e93ddf672: Waiting 2023-07-13T14:16:18.0109493Z 4efc3c05171d: Waiting 2023-07-13T14:16:18.0109668Z a6179e01f02a: Pulling fs layer 2023-07-13T14:16:18.0109864Z ea9360dffc62: Waiting 2023-07-13T14:16:18.0110043Z 3fd52e1a53de: Waiting 2023-07-13T14:16:18.0110214Z 9537185b9a27: Pulling fs layer 2023-07-13T14:16:18.0110402Z 8ff5e07ece19: Waiting 2023-07-13T14:16:18.0110592Z bab1df3a3158: Pulling fs layer 2023-07-13T14:16:18.0110770Z a6179e01f02a: Waiting 2023-07-13T14:16:18.0110959Z 5876cd757b6e: Pulling fs layer 2023-07-13T14:16:18.0111147Z d69607978f53: Waiting 2023-07-13T14:16:18.0111305Z 9537185b9a27: Waiting 2023-07-13T14:16:18.0111478Z bab1df3a3158: Waiting 2023-07-13T14:16:18.0111653Z c2194ff41419: Waiting 2023-07-13T14:16:18.0111811Z 7b5bec086082: Waiting 2023-07-13T14:16:18.0111987Z 5876cd757b6e: Waiting 2023-07-13T14:16:18.0552343Z 84c6cf1d6f59: Verifying Checksum 2023-07-13T14:16:18.0552598Z 84c6cf1d6f59: Download complete 2023-07-13T14:16:18.1455366Z 61262e1bf819: Verifying Checksum 2023-07-13T14:16:18.1455613Z 61262e1bf819: Download complete 2023-07-13T14:16:18.2416416Z 4efc3c05171d: Verifying Checksum 2023-07-13T14:16:18.2416715Z 4efc3c05171d: Download complete 2023-07-13T14:16:18.7955462Z 2d473b07cdd5: Verifying Checksum 2023-07-13T14:16:18.7955774Z 2d473b07cdd5: Download complete 2023-07-13T14:16:18.8889515Z 010e93ddf672: Verifying Checksum 2023-07-13T14:16:18.8889824Z 010e93ddf672: Download complete 2023-07-13T14:16:19.0363433Z a8b26fd4c094: Verifying Checksum 2023-07-13T14:16:19.0363709Z a8b26fd4c094: Download complete 2023-07-13T14:16:19.1577848Z 8ff5e07ece19: Verifying Checksum 2023-07-13T14:16:19.1578183Z 8ff5e07ece19: Download complete 2023-07-13T14:16:19.2157882Z 4f4fb700ef54: Verifying Checksum 2023-07-13T14:16:19.2158192Z 4f4fb700ef54: Download complete 2023-07-13T14:16:19.2820981Z ea9360dffc62: Verifying Checksum 2023-07-13T14:16:19.2821365Z ea9360dffc62: Download complete 2023-07-13T14:16:19.3274523Z d69607978f53: Download complete 2023-07-13T14:16:19.3385515Z 7b5bec086082: Verifying Checksum 2023-07-13T14:16:19.3385809Z 7b5bec086082: Download complete 2023-07-13T14:16:19.3789280Z a6179e01f02a: Download complete 2023-07-13T14:16:19.4452330Z 3fd52e1a53de: Verifying Checksum 2023-07-13T14:16:19.4452617Z 3fd52e1a53de: Download complete 2023-07-13T14:16:19.4973799Z bab1df3a3158: Verifying Checksum 2023-07-13T14:16:19.4974096Z bab1df3a3158: Download complete 2023-07-13T14:16:19.5130462Z 9537185b9a27: Verifying Checksum 2023-07-13T14:16:19.5130719Z 9537185b9a27: Download complete 2023-07-13T14:16:20.1440606Z 2d473b07cdd5: Pull complete 2023-07-13T14:16:21.4631020Z a8b26fd4c094: Pull complete 2023-07-13T14:16:21.5734215Z 84c6cf1d6f59: Pull complete 2023-07-13T14:16:21.7444491Z 61262e1bf819: Pull complete 2023-07-13T14:16:21.8643424Z 4efc3c05171d: Pull complete 2023-07-13T14:16:23.1415397Z c2194ff41419: Verifying Checksum 2023-07-13T14:16:23.1415811Z c2194ff41419: Download complete 2023-07-13T14:16:23.3202248Z ea9360dffc62: Pull complete 2023-07-13T14:16:23.5211500Z 010e93ddf672: Pull complete 2023-07-13T14:16:24.5401807Z 3fd52e1a53de: Pull complete 2023-07-13T14:16:24.7701475Z 5876cd757b6e: Verifying Checksum 2023-07-13T14:16:24.7701760Z 5876cd757b6e: Download complete 2023-07-13T14:16:24.7901691Z 8ff5e07ece19: Pull complete 2023-07-13T14:16:24.8890700Z 4f4fb700ef54: Pull complete 2023-07-13T14:16:25.1147450Z 7b5bec086082: Pull complete 2023-07-13T14:16:25.2332705Z d69607978f53: Pull complete 2023-07-13T14:16:30.9651819Z c2194ff41419: Pull complete 2023-07-13T14:16:31.2709042Z a6179e01f02a: Pull complete 2023-07-13T14:16:31.7658621Z 9537185b9a27: Pull complete 2023-07-13T14:16:32.3239414Z bab1df3a3158: Pull complete 2023-07-13T14:16:39.8053924Z 5876cd757b6e: Pull complete 2023-07-13T14:16:39.8160035Z Digest: sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-13T14:16:39.8194608Z Status: Downloaded newer image for pytorch/conda-builder:cpu 2023-07-13T14:16:39.8216011Z docker.io/pytorch/conda-builder:cpu 2023-07-13T14:16:39.8282687Z ##[group]Run actions/checkout@v3 2023-07-13T14:16:39.8282992Z with: 2023-07-13T14:16:39.8283244Z repository: pytorch/audio 2023-07-13T14:16:39.8283466Z ref: refs/pull/306/merge 2023-07-13T14:16:39.8283716Z path: pytorch/audio 2023-07-13T14:16:39.8284078Z fetch-depth: 1 2023-07-13T14:16:39.8284473Z token: *** 2023-07-13T14:16:39.8284662Z ssh-strict: true 2023-07-13T14:16:39.8284915Z persist-credentials: true 2023-07-13T14:16:39.8285163Z clean: true 2023-07-13T14:16:39.8285388Z sparse-checkout-cone-mode: true 2023-07-13T14:16:39.8285667Z lfs: false 2023-07-13T14:16:39.8285892Z submodules: false 2023-07-13T14:16:39.8286109Z set-safe-directory: true 2023-07-13T14:16:39.8351084Z env: 2023-07-13T14:16:39.8351347Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:39.8351582Z REPOSITORY: pytorch/audio 2023-07-13T14:16:39.8351768Z PR_NUMBER: 306 2023-07-13T14:16:39.8353461Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:39.8355132Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:39.8355438Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:39.8355727Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:39.8355929Z ##[endgroup] 2023-07-13T14:16:39.9143754Z Syncing repository: pytorch/audio 2023-07-13T14:16:39.9151845Z ##[group]Getting Git version info 2023-07-13T14:16:39.9152496Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio' 2023-07-13T14:16:39.9172705Z [command]/usr/bin/git version 2023-07-13T14:16:39.9206756Z git version 2.40.1 2023-07-13T14:16:39.9226704Z ##[endgroup] 2023-07-13T14:16:39.9239032Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/456e7ab8-52a2-4a30-9185-75b97d2bf8a0' before making global git config changes 2023-07-13T14:16:39.9239469Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:16:39.9243795Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:16:39.9270796Z ##[group]Initializing the repository 2023-07-13T14:16:39.9273409Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:16:39.9299392Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-13T14:16:39.9299868Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-13T14:16:39.9300216Z hint: of your new repositories, which will suppress this warning, call: 2023-07-13T14:16:39.9300640Z hint: 2023-07-13T14:16:39.9300955Z hint: git config --global init.defaultBranch 2023-07-13T14:16:39.9301170Z hint: 2023-07-13T14:16:39.9302229Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-13T14:16:39.9302651Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-13T14:16:39.9302902Z hint: 2023-07-13T14:16:39.9303107Z hint: git branch -m 2023-07-13T14:16:39.9303507Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-07-13T14:16:39.9306134Z [command]/usr/bin/git remote add origin https://github.com/pytorch/audio 2023-07-13T14:16:39.9333395Z ##[endgroup] 2023-07-13T14:16:39.9333775Z ##[group]Disabling automatic garbage collection 2023-07-13T14:16:39.9335109Z [command]/usr/bin/git config --local gc.auto 0 2023-07-13T14:16:39.9359771Z ##[endgroup] 2023-07-13T14:16:39.9360108Z ##[group]Setting up auth 2023-07-13T14:16:39.9363860Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:16:39.9389208Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2023-07-13T14:16:39.9631188Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:16:39.9655114Z [command]/usr/bin/git 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-07-13T14:16:39.9898525Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:39.9942484Z ##[endgroup] 2023-07-13T14:16:39.9948417Z ##[group]Fetching the repository 2023-07-13T14:16:39.9949024Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/306/merge:refs/remotes/pull/306/merge 2023-07-13T14:16:40.2469597Z remote: Enumerating objects: 985, done. 2023-07-13T14:16:40.2469889Z remote: Counting objects: 0% (1/985) 2023-07-13T14:16:40.2470117Z remote: Counting objects: 1% (10/985) 2023-07-13T14:16:40.2470353Z remote: Counting objects: 2% (20/985) 2023-07-13T14:16:40.2470584Z remote: Counting objects: 3% (30/985) 2023-07-13T14:16:40.2470826Z remote: Counting objects: 4% (40/985) 2023-07-13T14:16:40.2471039Z remote: Counting objects: 5% (50/985) 2023-07-13T14:16:40.2471265Z remote: Counting objects: 6% (60/985) 2023-07-13T14:16:40.2471493Z remote: Counting objects: 7% (69/985) 2023-07-13T14:16:40.2471708Z remote: Counting objects: 8% (79/985) 2023-07-13T14:16:40.2471937Z remote: Counting objects: 9% (89/985) 2023-07-13T14:16:40.2472167Z remote: Counting objects: 10% (99/985) 2023-07-13T14:16:40.2472398Z remote: Counting objects: 11% (109/985) 2023-07-13T14:16:40.2472637Z remote: Counting objects: 12% (119/985) 2023-07-13T14:16:40.2473073Z remote: Counting objects: 13% (129/985) 2023-07-13T14:16:40.2473311Z remote: Counting objects: 14% (138/985) 2023-07-13T14:16:40.2473531Z remote: Counting objects: 15% (148/985) 2023-07-13T14:16:40.2473763Z remote: Counting objects: 16% (158/985) 2023-07-13T14:16:40.2473994Z remote: Counting objects: 17% (168/985) 2023-07-13T14:16:40.2474214Z remote: Counting objects: 18% (178/985) 2023-07-13T14:16:40.2474445Z remote: Counting objects: 19% (188/985) 2023-07-13T14:16:40.2474680Z remote: Counting objects: 20% (197/985) 2023-07-13T14:16:40.2474905Z remote: Counting objects: 21% (207/985) 2023-07-13T14:16:40.2475142Z remote: Counting objects: 22% (217/985) 2023-07-13T14:16:40.2482647Z remote: Counting objects: 23% (227/985) 2023-07-13T14:16:40.2483161Z remote: Counting objects: 24% (237/985) 2023-07-13T14:16:40.2483415Z remote: Counting objects: 25% (247/985) 2023-07-13T14:16:40.2483664Z remote: Counting objects: 26% (257/985) 2023-07-13T14:16:40.2483889Z remote: Counting objects: 27% (266/985) 2023-07-13T14:16:40.2484123Z remote: Counting objects: 28% (276/985) 2023-07-13T14:16:40.2484357Z remote: Counting objects: 29% (286/985) 2023-07-13T14:16:40.2484576Z remote: Counting objects: 30% (296/985) 2023-07-13T14:16:40.2484839Z remote: Counting objects: 31% (306/985) 2023-07-13T14:16:40.2485080Z remote: Counting objects: 32% (316/985) 2023-07-13T14:16:40.2485315Z remote: Counting objects: 33% (326/985) 2023-07-13T14:16:40.2485532Z remote: Counting objects: 34% (335/985) 2023-07-13T14:16:40.2485761Z remote: Counting objects: 35% (345/985) 2023-07-13T14:16:40.2485998Z remote: Counting objects: 36% (355/985) 2023-07-13T14:16:40.2486221Z remote: Counting objects: 37% (365/985) 2023-07-13T14:16:40.2486453Z remote: Counting objects: 38% (375/985) 2023-07-13T14:16:40.2486701Z remote: Counting objects: 39% (385/985) 2023-07-13T14:16:40.2486932Z remote: Counting objects: 40% (394/985) 2023-07-13T14:16:40.2487149Z remote: Counting objects: 41% (404/985) 2023-07-13T14:16:40.2487379Z remote: Counting objects: 42% (414/985) 2023-07-13T14:16:40.2487611Z remote: Counting objects: 43% (424/985) 2023-07-13T14:16:40.2487823Z remote: Counting objects: 44% (434/985) 2023-07-13T14:16:40.2488048Z remote: Counting objects: 45% (444/985) 2023-07-13T14:16:40.2488277Z remote: Counting objects: 46% (454/985) 2023-07-13T14:16:40.2488493Z remote: Counting objects: 47% (463/985) 2023-07-13T14:16:40.2488722Z remote: Counting objects: 48% (473/985) 2023-07-13T14:16:40.2488952Z remote: Counting objects: 49% (483/985) 2023-07-13T14:16:40.2489177Z remote: Counting objects: 50% (493/985) 2023-07-13T14:16:40.2489397Z remote: Counting objects: 51% (503/985) 2023-07-13T14:16:40.2489632Z remote: Counting objects: 52% (513/985) 2023-07-13T14:16:40.2489862Z remote: Counting objects: 53% (523/985) 2023-07-13T14:16:40.2490080Z remote: Counting objects: 54% (532/985) 2023-07-13T14:16:40.2490311Z remote: Counting objects: 55% (542/985) 2023-07-13T14:16:40.2490889Z remote: Counting objects: 56% (552/985) 2023-07-13T14:16:40.2491161Z remote: Counting objects: 57% (562/985) 2023-07-13T14:16:40.2491403Z remote: Counting objects: 58% (572/985) 2023-07-13T14:16:40.2491639Z remote: Counting objects: 59% (582/985) 2023-07-13T14:16:40.2491858Z remote: Counting objects: 60% (591/985) 2023-07-13T14:16:40.2492088Z remote: Counting objects: 61% (601/985) 2023-07-13T14:16:40.2492322Z remote: Counting objects: 62% (611/985) 2023-07-13T14:16:40.2492539Z remote: Counting objects: 63% (621/985) 2023-07-13T14:16:40.2492780Z remote: Counting objects: 64% (631/985) 2023-07-13T14:16:40.2493148Z remote: Counting objects: 65% (641/985) 2023-07-13T14:16:40.2493383Z remote: Counting objects: 66% (651/985) 2023-07-13T14:16:40.2493602Z remote: Counting objects: 67% (660/985) 2023-07-13T14:16:40.2493836Z remote: Counting objects: 68% (670/985) 2023-07-13T14:16:40.2494066Z remote: Counting objects: 69% (680/985) 2023-07-13T14:16:40.2494283Z remote: Counting objects: 70% (690/985) 2023-07-13T14:16:40.2494510Z remote: Counting objects: 71% (700/985) 2023-07-13T14:16:40.2494739Z remote: Counting objects: 72% (710/985) 2023-07-13T14:16:40.2494956Z remote: Counting objects: 73% (720/985) 2023-07-13T14:16:40.2495184Z remote: Counting objects: 74% (729/985) 2023-07-13T14:16:40.2495410Z remote: Counting objects: 75% (739/985) 2023-07-13T14:16:40.2495623Z remote: Counting objects: 76% (749/985) 2023-07-13T14:16:40.2495922Z remote: Counting objects: 77% (759/985) 2023-07-13T14:16:40.2496162Z remote: Counting objects: 78% (769/985) 2023-07-13T14:16:40.2496389Z remote: Counting objects: 79% (779/985) 2023-07-13T14:16:40.2496599Z remote: Counting objects: 80% (788/985) 2023-07-13T14:16:40.2496825Z remote: Counting objects: 81% (798/985) 2023-07-13T14:16:40.2497053Z remote: Counting objects: 82% (808/985) 2023-07-13T14:16:40.2497267Z remote: Counting objects: 83% (818/985) 2023-07-13T14:16:40.2497495Z remote: Counting objects: 84% (828/985) 2023-07-13T14:16:40.2497723Z remote: Counting objects: 85% (838/985) 2023-07-13T14:16:40.2497936Z remote: Counting objects: 86% (848/985) 2023-07-13T14:16:40.2498179Z remote: Counting objects: 87% (857/985) 2023-07-13T14:16:40.2498406Z remote: Counting objects: 88% (867/985) 2023-07-13T14:16:40.2498633Z remote: Counting objects: 89% (877/985) 2023-07-13T14:16:40.2498857Z remote: Counting objects: 90% (887/985) 2023-07-13T14:16:40.2499084Z remote: Counting objects: 91% (897/985) 2023-07-13T14:16:40.2499315Z remote: Counting objects: 92% (907/985) 2023-07-13T14:16:40.2499642Z remote: Counting objects: 93% (917/985) 2023-07-13T14:16:40.2499871Z remote: Counting objects: 94% (926/985) 2023-07-13T14:16:40.2500101Z remote: Counting objects: 95% (936/985) 2023-07-13T14:16:40.2500319Z remote: Counting objects: 96% (946/985) 2023-07-13T14:16:40.2500543Z remote: Counting objects: 97% (956/985) 2023-07-13T14:16:40.2500767Z remote: Counting objects: 98% (966/985) 2023-07-13T14:16:40.2500996Z remote: Counting objects: 99% (976/985) 2023-07-13T14:16:40.2501208Z remote: Counting objects: 100% (985/985) 2023-07-13T14:16:40.2501449Z remote: Counting objects: 100% (985/985), done. 2023-07-13T14:16:40.2528387Z remote: Compressing objects: 0% (1/854) 2023-07-13T14:16:40.2528855Z remote: Compressing objects: 1% (9/854) 2023-07-13T14:16:40.2529110Z remote: Compressing objects: 2% (18/854) 2023-07-13T14:16:40.2583588Z remote: Compressing objects: 3% (26/854) 2023-07-13T14:16:40.2584354Z remote: Compressing objects: 4% (35/854) 2023-07-13T14:16:40.2585055Z remote: Compressing objects: 5% (43/854) 2023-07-13T14:16:40.2585873Z remote: Compressing objects: 6% (52/854) 2023-07-13T14:16:40.2586118Z remote: Compressing objects: 7% (60/854) 2023-07-13T14:16:40.2601735Z remote: Compressing objects: 8% (69/854) 2023-07-13T14:16:40.2627395Z remote: Compressing objects: 9% (77/854) 2023-07-13T14:16:40.2653765Z remote: Compressing objects: 10% (86/854) 2023-07-13T14:16:40.2679311Z remote: Compressing objects: 11% (94/854) 2023-07-13T14:16:40.2718166Z remote: Compressing objects: 12% (103/854) 2023-07-13T14:16:40.2718572Z remote: Compressing objects: 13% (112/854) 2023-07-13T14:16:40.2721995Z remote: Compressing objects: 14% (120/854) 2023-07-13T14:16:40.2722414Z remote: Compressing objects: 15% (129/854) 2023-07-13T14:16:40.2731231Z remote: Compressing objects: 16% (137/854) 2023-07-13T14:16:40.2759755Z remote: Compressing objects: 17% (146/854) 2023-07-13T14:16:40.2796280Z remote: Compressing objects: 18% (154/854) 2023-07-13T14:16:40.2818409Z remote: Compressing objects: 19% (163/854) 2023-07-13T14:16:40.2839445Z remote: Compressing objects: 20% (171/854) 2023-07-13T14:16:40.2855792Z remote: Compressing objects: 21% (180/854) 2023-07-13T14:16:40.2863655Z remote: Compressing objects: 22% (188/854) 2023-07-13T14:16:40.2895726Z remote: Compressing objects: 23% (197/854) 2023-07-13T14:16:40.2918071Z remote: Compressing objects: 24% (205/854) 2023-07-13T14:16:40.2954404Z remote: Compressing objects: 25% (214/854) 2023-07-13T14:16:40.3007008Z remote: Compressing objects: 26% (223/854) 2023-07-13T14:16:40.3054112Z remote: Compressing objects: 27% (231/854) 2023-07-13T14:16:40.3108543Z remote: Compressing objects: 28% (240/854) 2023-07-13T14:16:40.3132621Z remote: Compressing objects: 29% (248/854) 2023-07-13T14:16:40.3150444Z remote: Compressing objects: 30% (257/854) 2023-07-13T14:16:40.3170659Z remote: Compressing objects: 31% (265/854) 2023-07-13T14:16:40.3206258Z remote: Compressing objects: 32% (274/854) 2023-07-13T14:16:40.3269948Z remote: Compressing objects: 33% (282/854) 2023-07-13T14:16:40.3316732Z remote: Compressing objects: 34% (291/854) 2023-07-13T14:16:40.3372910Z remote: Compressing objects: 35% (299/854) 2023-07-13T14:16:40.3411267Z remote: Compressing objects: 36% (308/854) 2023-07-13T14:16:40.3521579Z remote: Compressing objects: 37% (316/854) 2023-07-13T14:16:40.3618493Z remote: Compressing objects: 38% (325/854) 2023-07-13T14:16:40.3729691Z remote: Compressing objects: 39% (334/854) 2023-07-13T14:16:40.3768041Z remote: Compressing objects: 40% (342/854) 2023-07-13T14:16:40.3816422Z remote: Compressing objects: 41% (351/854) 2023-07-13T14:16:40.3830434Z remote: Compressing objects: 42% (359/854) 2023-07-13T14:16:40.3849314Z remote: Compressing objects: 43% (368/854) 2023-07-13T14:16:40.3877151Z remote: Compressing objects: 44% (376/854) 2023-07-13T14:16:40.3897495Z remote: Compressing objects: 45% (385/854) 2023-07-13T14:16:40.3898244Z remote: Compressing objects: 46% (393/854) 2023-07-13T14:16:40.3898957Z remote: Compressing objects: 47% (402/854) 2023-07-13T14:16:40.3901854Z remote: Compressing objects: 48% (410/854) 2023-07-13T14:16:40.3902695Z remote: Compressing objects: 49% (419/854) 2023-07-13T14:16:40.3914736Z remote: Compressing objects: 50% (427/854) 2023-07-13T14:16:40.3942078Z remote: Compressing objects: 51% (436/854) 2023-07-13T14:16:40.3954533Z remote: Compressing objects: 52% (445/854) 2023-07-13T14:16:40.3982431Z remote: Compressing objects: 53% (453/854) 2023-07-13T14:16:40.3983221Z remote: Compressing objects: 54% (462/854) 2023-07-13T14:16:40.3983938Z remote: Compressing objects: 55% (470/854) 2023-07-13T14:16:40.3984632Z remote: Compressing objects: 56% (479/854) 2023-07-13T14:16:40.4013551Z remote: Compressing objects: 57% (487/854) 2023-07-13T14:16:40.4014323Z remote: Compressing objects: 58% (496/854) 2023-07-13T14:16:40.4034677Z remote: Compressing objects: 59% (504/854) 2023-07-13T14:16:40.4051331Z remote: Compressing objects: 60% (513/854) 2023-07-13T14:16:40.4060666Z remote: Compressing objects: 61% (521/854) 2023-07-13T14:16:40.4102805Z remote: Compressing objects: 62% (530/854) 2023-07-13T14:16:40.4112452Z remote: Compressing objects: 63% (539/854) 2023-07-13T14:16:40.4113194Z remote: Compressing objects: 64% (547/854) 2023-07-13T14:16:40.4138521Z remote: Compressing objects: 65% (556/854) 2023-07-13T14:16:40.4156303Z remote: Compressing objects: 66% (564/854) 2023-07-13T14:16:40.4158774Z remote: Compressing objects: 67% (573/854) 2023-07-13T14:16:40.4159612Z remote: Compressing objects: 68% (581/854) 2023-07-13T14:16:40.4159864Z remote: Compressing objects: 69% (590/854) 2023-07-13T14:16:40.4171920Z remote: Compressing objects: 70% (598/854) 2023-07-13T14:16:40.4180427Z remote: Compressing objects: 71% (607/854) 2023-07-13T14:16:40.4183288Z remote: Compressing objects: 72% (615/854) 2023-07-13T14:16:40.4301212Z remote: Compressing objects: 73% (624/854) 2023-07-13T14:16:40.4302603Z remote: Compressing objects: 74% (632/854) 2023-07-13T14:16:40.4317388Z remote: Compressing objects: 75% (641/854) 2023-07-13T14:16:40.4327251Z remote: Compressing objects: 76% (650/854) 2023-07-13T14:16:40.4333272Z remote: Compressing objects: 77% (658/854) 2023-07-13T14:16:40.4340220Z remote: Compressing objects: 78% (667/854) 2023-07-13T14:16:40.4352080Z remote: Compressing objects: 79% (675/854) 2023-07-13T14:16:40.4363390Z remote: Compressing objects: 80% (684/854) 2023-07-13T14:16:40.4364583Z remote: Compressing objects: 81% (692/854) 2023-07-13T14:16:40.4364839Z remote: Compressing objects: 82% (701/854) 2023-07-13T14:16:40.4365180Z remote: Compressing objects: 83% (709/854) 2023-07-13T14:16:40.4365410Z remote: Compressing objects: 84% (718/854) 2023-07-13T14:16:40.4365880Z remote: Compressing objects: 85% (726/854) 2023-07-13T14:16:40.4366226Z remote: Compressing objects: 86% (735/854) 2023-07-13T14:16:40.4366472Z remote: Compressing objects: 87% (743/854) 2023-07-13T14:16:40.4369337Z remote: Compressing objects: 88% (752/854) 2023-07-13T14:16:40.4369595Z remote: Compressing objects: 89% (761/854) 2023-07-13T14:16:40.4370158Z remote: Compressing objects: 90% (769/854) 2023-07-13T14:16:40.4370398Z remote: Compressing objects: 91% (778/854) 2023-07-13T14:16:40.4373066Z remote: Compressing objects: 92% (786/854) 2023-07-13T14:16:40.4377036Z remote: Compressing objects: 93% (795/854) 2023-07-13T14:16:40.4377284Z remote: Compressing objects: 94% (803/854) 2023-07-13T14:16:40.4377514Z remote: Compressing objects: 95% (812/854) 2023-07-13T14:16:40.4377758Z remote: Compressing objects: 96% (820/854) 2023-07-13T14:16:40.4378000Z remote: Compressing objects: 97% (829/854) 2023-07-13T14:16:40.4378537Z remote: Compressing objects: 98% (837/854) 2023-07-13T14:16:40.4378776Z remote: Compressing objects: 99% (846/854) 2023-07-13T14:16:40.4380426Z remote: Compressing objects: 100% (854/854) 2023-07-13T14:16:40.4380726Z remote: Compressing objects: 100% (854/854), done. 2023-07-13T14:16:40.4410501Z Receiving objects: 0% (1/985) 2023-07-13T14:16:40.4412042Z Receiving objects: 1% (10/985) 2023-07-13T14:16:40.4413365Z Receiving objects: 2% (20/985) 2023-07-13T14:16:40.4414642Z Receiving objects: 3% (30/985) 2023-07-13T14:16:40.4416141Z Receiving objects: 4% (40/985) 2023-07-13T14:16:40.4420458Z Receiving objects: 5% (50/985) 2023-07-13T14:16:40.4439614Z Receiving objects: 6% (60/985) 2023-07-13T14:16:40.4453908Z Receiving objects: 7% (69/985) 2023-07-13T14:16:40.4454242Z Receiving objects: 8% (79/985) 2023-07-13T14:16:40.4842029Z Receiving objects: 9% (89/985) 2023-07-13T14:16:40.4998147Z Receiving objects: 10% (99/985) 2023-07-13T14:16:40.4998392Z Receiving objects: 11% (109/985) 2023-07-13T14:16:40.5001377Z Receiving objects: 12% (119/985) 2023-07-13T14:16:40.5002233Z Receiving objects: 13% (129/985) 2023-07-13T14:16:40.5004416Z Receiving objects: 14% (138/985) 2023-07-13T14:16:40.5008815Z Receiving objects: 15% (148/985) 2023-07-13T14:16:40.5011871Z Receiving objects: 16% (158/985) 2023-07-13T14:16:40.5014019Z Receiving objects: 17% (168/985) 2023-07-13T14:16:40.5016993Z Receiving objects: 18% (178/985) 2023-07-13T14:16:40.5018452Z Receiving objects: 19% (188/985) 2023-07-13T14:16:40.5020954Z Receiving objects: 20% (197/985) 2023-07-13T14:16:40.5024537Z Receiving objects: 21% (207/985) 2023-07-13T14:16:40.5030176Z Receiving objects: 22% (217/985) 2023-07-13T14:16:40.5032695Z Receiving objects: 23% (227/985) 2023-07-13T14:16:40.5033818Z Receiving objects: 24% (237/985) 2023-07-13T14:16:40.5053315Z Receiving objects: 25% (247/985) 2023-07-13T14:16:40.5054130Z Receiving objects: 26% (257/985) 2023-07-13T14:16:40.5059685Z Receiving objects: 27% (266/985) 2023-07-13T14:16:40.5062131Z Receiving objects: 28% (276/985) 2023-07-13T14:16:40.5063565Z Receiving objects: 29% (286/985) 2023-07-13T14:16:40.5064911Z Receiving objects: 30% (296/985) 2023-07-13T14:16:40.5068653Z Receiving objects: 31% (306/985) 2023-07-13T14:16:40.5074123Z Receiving objects: 32% (316/985) 2023-07-13T14:16:40.5083230Z Receiving objects: 33% (326/985) 2023-07-13T14:16:40.5093535Z Receiving objects: 34% (335/985) 2023-07-13T14:16:40.5097185Z Receiving objects: 35% (345/985) 2023-07-13T14:16:40.5104872Z Receiving objects: 36% (355/985) 2023-07-13T14:16:40.5106315Z Receiving objects: 37% (365/985) 2023-07-13T14:16:40.5121900Z Receiving objects: 38% (375/985) 2023-07-13T14:16:40.5163402Z Receiving objects: 39% (385/985) 2023-07-13T14:16:40.5163749Z Receiving objects: 40% (394/985) 2023-07-13T14:16:40.5177813Z Receiving objects: 41% (404/985) 2023-07-13T14:16:40.5407367Z Receiving objects: 42% (414/985) 2023-07-13T14:16:40.5601685Z Receiving objects: 43% (424/985) 2023-07-13T14:16:40.5601938Z Receiving objects: 44% (434/985) 2023-07-13T14:16:40.5602144Z Receiving objects: 45% (444/985) 2023-07-13T14:16:40.5602395Z Receiving objects: 46% (454/985) 2023-07-13T14:16:40.5602808Z Receiving objects: 47% (463/985) 2023-07-13T14:16:40.5606911Z Receiving objects: 48% (473/985) 2023-07-13T14:16:40.5609334Z Receiving objects: 49% (483/985) 2023-07-13T14:16:40.5610712Z Receiving objects: 50% (493/985) 2023-07-13T14:16:40.5613416Z Receiving objects: 51% (503/985) 2023-07-13T14:16:40.5616106Z Receiving objects: 52% (513/985) 2023-07-13T14:16:40.5619683Z Receiving objects: 53% (523/985) 2023-07-13T14:16:40.5622828Z Receiving objects: 54% (532/985) 2023-07-13T14:16:40.5624516Z Receiving objects: 55% (542/985) 2023-07-13T14:16:40.5625970Z Receiving objects: 56% (552/985) 2023-07-13T14:16:40.5629179Z Receiving objects: 57% (562/985) 2023-07-13T14:16:40.5634415Z Receiving objects: 58% (572/985) 2023-07-13T14:16:40.5641995Z Receiving objects: 59% (582/985) 2023-07-13T14:16:40.5643416Z Receiving objects: 60% (591/985) 2023-07-13T14:16:40.5644555Z Receiving objects: 61% (601/985) 2023-07-13T14:16:40.5645913Z Receiving objects: 62% (611/985) 2023-07-13T14:16:40.5649536Z Receiving objects: 63% (621/985) 2023-07-13T14:16:40.5650948Z Receiving objects: 64% (631/985) 2023-07-13T14:16:40.5652954Z Receiving objects: 65% (641/985) 2023-07-13T14:16:40.5655242Z Receiving objects: 66% (651/985) 2023-07-13T14:16:40.5657241Z Receiving objects: 67% (660/985) 2023-07-13T14:16:40.5660013Z Receiving objects: 68% (670/985) 2023-07-13T14:16:40.5661747Z Receiving objects: 69% (680/985) 2023-07-13T14:16:40.5663827Z Receiving objects: 70% (690/985) 2023-07-13T14:16:40.5672338Z Receiving objects: 71% (700/985) 2023-07-13T14:16:40.5674512Z Receiving objects: 72% (710/985) 2023-07-13T14:16:40.5677717Z Receiving objects: 73% (720/985) 2023-07-13T14:16:40.5683283Z Receiving objects: 74% (729/985) 2023-07-13T14:16:40.5684567Z Receiving objects: 75% (739/985) 2023-07-13T14:16:40.5692747Z Receiving objects: 76% (749/985) 2023-07-13T14:16:40.5695847Z Receiving objects: 77% (759/985) 2023-07-13T14:16:40.5699366Z Receiving objects: 78% (769/985) 2023-07-13T14:16:40.5705416Z Receiving objects: 79% (779/985) 2023-07-13T14:16:40.5711322Z Receiving objects: 80% (788/985) 2023-07-13T14:16:40.5713810Z Receiving objects: 81% (798/985) 2023-07-13T14:16:40.5716098Z Receiving objects: 82% (808/985) 2023-07-13T14:16:40.5718995Z Receiving objects: 83% (818/985) 2023-07-13T14:16:40.5720679Z Receiving objects: 84% (828/985) 2023-07-13T14:16:40.5722505Z Receiving objects: 85% (838/985) 2023-07-13T14:16:40.5725049Z Receiving objects: 86% (848/985) 2023-07-13T14:16:40.5727989Z Receiving objects: 87% (857/985) 2023-07-13T14:16:40.5732291Z Receiving objects: 88% (867/985) 2023-07-13T14:16:40.5736341Z Receiving objects: 89% (877/985) 2023-07-13T14:16:40.5750759Z Receiving objects: 90% (887/985) 2023-07-13T14:16:40.5766598Z Receiving objects: 91% (897/985) 2023-07-13T14:16:40.5796989Z Receiving objects: 92% (907/985) 2023-07-13T14:16:40.5838939Z Receiving objects: 93% (917/985) 2023-07-13T14:16:40.5868274Z Receiving objects: 94% (926/985) 2023-07-13T14:16:40.5875634Z Receiving objects: 95% (936/985) 2023-07-13T14:16:40.5892073Z Receiving objects: 96% (946/985) 2023-07-13T14:16:40.5929337Z Receiving objects: 97% (956/985) 2023-07-13T14:16:40.5948585Z Receiving objects: 98% (966/985) 2023-07-13T14:16:40.6008359Z Receiving objects: 99% (976/985) 2023-07-13T14:16:40.6008928Z remote: Total 985 (delta 165), reused 462 (delta 96), pack-reused 0 2023-07-13T14:16:40.6010458Z Receiving objects: 100% (985/985) 2023-07-13T14:16:40.6010735Z Receiving objects: 100% (985/985), 4.96 MiB | 30.97 MiB/s, done. 2023-07-13T14:16:40.6014460Z Resolving deltas: 0% (0/165) 2023-07-13T14:16:40.6014939Z Resolving deltas: 1% (2/165) 2023-07-13T14:16:40.6015308Z Resolving deltas: 2% (4/165) 2023-07-13T14:16:40.6015824Z Resolving deltas: 3% (5/165) 2023-07-13T14:16:40.6016355Z Resolving deltas: 4% (7/165) 2023-07-13T14:16:40.6017295Z Resolving deltas: 5% (9/165) 2023-07-13T14:16:40.6018356Z Resolving deltas: 6% (10/165) 2023-07-13T14:16:40.6018807Z Resolving deltas: 7% (12/165) 2023-07-13T14:16:40.6019581Z Resolving deltas: 9% (15/165) 2023-07-13T14:16:40.6020007Z Resolving deltas: 10% (17/165) 2023-07-13T14:16:40.6020830Z Resolving deltas: 12% (20/165) 2023-07-13T14:16:40.6021191Z Resolving deltas: 13% (22/165) 2023-07-13T14:16:40.6021499Z Resolving deltas: 14% (24/165) 2023-07-13T14:16:40.6022104Z Resolving deltas: 15% (25/165) 2023-07-13T14:16:40.6023090Z Resolving deltas: 16% (27/165) 2023-07-13T14:16:40.6023675Z Resolving deltas: 17% (29/165) 2023-07-13T14:16:40.6024032Z Resolving deltas: 18% (31/165) 2023-07-13T14:16:40.6024309Z Resolving deltas: 19% (32/165) 2023-07-13T14:16:40.6024586Z Resolving deltas: 20% (33/165) 2023-07-13T14:16:40.6025521Z Resolving deltas: 21% (35/165) 2023-07-13T14:16:40.6025726Z Resolving deltas: 22% (37/165) 2023-07-13T14:16:40.6027068Z Resolving deltas: 23% (38/165) 2023-07-13T14:16:40.6028360Z Resolving deltas: 24% (40/165) 2023-07-13T14:16:40.6028729Z Resolving deltas: 25% (42/165) 2023-07-13T14:16:40.6031142Z Resolving deltas: 26% (43/165) 2023-07-13T14:16:40.6031432Z Resolving deltas: 27% (45/165) 2023-07-13T14:16:40.6031645Z Resolving deltas: 28% (47/165) 2023-07-13T14:16:40.6031850Z Resolving deltas: 29% (48/165) 2023-07-13T14:16:40.6032052Z Resolving deltas: 30% (50/165) 2023-07-13T14:16:40.6032318Z Resolving deltas: 31% (52/165) 2023-07-13T14:16:40.6032517Z Resolving deltas: 32% (54/165) 2023-07-13T14:16:40.6032721Z Resolving deltas: 33% (55/165) 2023-07-13T14:16:40.6033686Z Resolving deltas: 35% (58/165) 2023-07-13T14:16:40.6034733Z Resolving deltas: 36% (60/165) 2023-07-13T14:16:40.6035388Z Resolving deltas: 37% (62/165) 2023-07-13T14:16:40.6035988Z Resolving deltas: 40% (67/165) 2023-07-13T14:16:40.6036545Z Resolving deltas: 41% (69/165) 2023-07-13T14:16:40.6037024Z Resolving deltas: 43% (72/165) 2023-07-13T14:16:40.6037480Z Resolving deltas: 44% (74/165) 2023-07-13T14:16:40.6037884Z Resolving deltas: 46% (77/165) 2023-07-13T14:16:40.6038205Z Resolving deltas: 47% (78/165) 2023-07-13T14:16:40.6038539Z Resolving deltas: 48% (80/165) 2023-07-13T14:16:40.6038769Z Resolving deltas: 49% (82/165) 2023-07-13T14:16:40.6038966Z Resolving deltas: 50% (83/165) 2023-07-13T14:16:40.6039172Z Resolving deltas: 51% (85/165) 2023-07-13T14:16:40.6039419Z Resolving deltas: 52% (87/165) 2023-07-13T14:16:40.6039759Z Resolving deltas: 53% (88/165) 2023-07-13T14:16:40.6039945Z Resolving deltas: 54% (90/165) 2023-07-13T14:16:40.6040189Z Resolving deltas: 55% (91/165) 2023-07-13T14:16:40.6040392Z Resolving deltas: 56% (93/165) 2023-07-13T14:16:40.6040621Z Resolving deltas: 57% (95/165) 2023-07-13T14:16:40.6040843Z Resolving deltas: 58% (96/165) 2023-07-13T14:16:40.6041041Z Resolving deltas: 59% (98/165) 2023-07-13T14:16:40.6041795Z Resolving deltas: 60% (99/165) 2023-07-13T14:16:40.6042395Z Resolving deltas: 61% (101/165) 2023-07-13T14:16:40.6042603Z Resolving deltas: 62% (103/165) 2023-07-13T14:16:40.6042811Z Resolving deltas: 63% (104/165) 2023-07-13T14:16:40.6043056Z Resolving deltas: 64% (107/165) 2023-07-13T14:16:40.6043259Z Resolving deltas: 65% (108/165) 2023-07-13T14:16:40.6043461Z Resolving deltas: 66% (109/165) 2023-07-13T14:16:40.6043648Z Resolving deltas: 67% (112/165) 2023-07-13T14:16:40.6044391Z Resolving deltas: 68% (113/165) 2023-07-13T14:16:40.6044672Z Resolving deltas: 69% (115/165) 2023-07-13T14:16:40.6044876Z Resolving deltas: 70% (116/165) 2023-07-13T14:16:40.6045101Z Resolving deltas: 71% (118/165) 2023-07-13T14:16:40.6045463Z Resolving deltas: 72% (120/165) 2023-07-13T14:16:40.6045694Z Resolving deltas: 73% (121/165) 2023-07-13T14:16:40.6045884Z Resolving deltas: 74% (123/165) 2023-07-13T14:16:40.6046083Z Resolving deltas: 76% (126/165) 2023-07-13T14:16:40.6046332Z Resolving deltas: 77% (128/165) 2023-07-13T14:16:40.6046521Z Resolving deltas: 78% (130/165) 2023-07-13T14:16:40.6046717Z Resolving deltas: 79% (131/165) 2023-07-13T14:16:40.6046919Z Resolving deltas: 80% (132/165) 2023-07-13T14:16:40.6048372Z Resolving deltas: 81% (134/165) 2023-07-13T14:16:40.6049186Z Resolving deltas: 83% (137/165) 2023-07-13T14:16:40.6049501Z Resolving deltas: 84% (139/165) 2023-07-13T14:16:40.6049776Z Resolving deltas: 85% (141/165) 2023-07-13T14:16:40.6050083Z Resolving deltas: 86% (142/165) 2023-07-13T14:16:40.6050638Z Resolving deltas: 87% (144/165) 2023-07-13T14:16:40.6051228Z Resolving deltas: 88% (146/165) 2023-07-13T14:16:40.6051476Z Resolving deltas: 89% (147/165) 2023-07-13T14:16:40.6052508Z Resolving deltas: 90% (149/165) 2023-07-13T14:16:40.6053406Z Resolving deltas: 91% (151/165) 2023-07-13T14:16:40.6054201Z Resolving deltas: 92% (152/165) 2023-07-13T14:16:40.6054978Z Resolving deltas: 93% (154/165) 2023-07-13T14:16:40.6055323Z Resolving deltas: 94% (156/165) 2023-07-13T14:16:40.6055533Z Resolving deltas: 95% (157/165) 2023-07-13T14:16:40.6055725Z Resolving deltas: 96% (159/165) 2023-07-13T14:16:40.6056585Z Resolving deltas: 97% (161/165) 2023-07-13T14:16:40.6060562Z Resolving deltas: 98% (162/165) 2023-07-13T14:16:40.6061505Z Resolving deltas: 99% (164/165) 2023-07-13T14:16:40.6062434Z Resolving deltas: 100% (165/165) 2023-07-13T14:16:40.6062644Z Resolving deltas: 100% (165/165), done. 2023-07-13T14:16:40.6268414Z From https://github.com/pytorch/audio 2023-07-13T14:16:40.6268806Z * [new ref] refs/pull/306/merge -> pull/306/merge 2023-07-13T14:16:40.6284192Z ##[endgroup] 2023-07-13T14:16:40.6284544Z ##[group]Determining the checkout info 2023-07-13T14:16:40.6285965Z ##[endgroup] 2023-07-13T14:16:40.6286298Z ##[group]Checking out the ref 2023-07-13T14:16:40.6289240Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/306/merge 2023-07-13T14:16:40.6936006Z Note: switching to 'refs/remotes/pull/306/merge'. 2023-07-13T14:16:40.6936323Z 2023-07-13T14:16:40.6936776Z You are in 'detached HEAD' state. You can look around, make experimental 2023-07-13T14:16:40.6937107Z changes and commit them, and you can discard any commits you make in this 2023-07-13T14:16:40.6937428Z state without impacting any branches by switching back to a branch. 2023-07-13T14:16:40.6937601Z 2023-07-13T14:16:40.6937745Z If you want to create a new branch to retain commits you create, you may 2023-07-13T14:16:40.6938134Z do so (now or later) by using -c with the switch command. Example: 2023-07-13T14:16:40.6938303Z 2023-07-13T14:16:40.6938440Z git switch -c 2023-07-13T14:16:40.6938779Z 2023-07-13T14:16:40.6938870Z Or undo this operation with: 2023-07-13T14:16:40.6938999Z 2023-07-13T14:16:40.6939072Z git switch - 2023-07-13T14:16:40.6939182Z 2023-07-13T14:16:40.6939341Z Turn off this advice by setting config variable advice.detachedHead to false 2023-07-13T14:16:40.6939649Z 2023-07-13T14:16:40.6939837Z HEAD is now at 7182816 Merge 83d75edafc2f9246e62b01722f52eb5484fbe13e into 155d1baeb22ecbcd8f15c86a76918c35dc1b754b 2023-07-13T14:16:40.6940648Z ##[endgroup] 2023-07-13T14:16:40.6971784Z [command]/usr/bin/git log -1 --format='%H' 2023-07-13T14:16:40.6995557Z '7182816322bf05c53164d9767907a1dc4818bc40' 2023-07-13T14:16:40.7127214Z ##[group]Run set -ex 2023-07-13T14:16:40.7127425Z set -ex 2023-07-13T14:16:40.7127582Z { 2023-07-13T14:16:40.7127769Z  echo "#!/usr/bin/env bash"; 2023-07-13T14:16:40.7127983Z  echo "set -eou pipefail"; 2023-07-13T14:16:40.7128195Z  # shellcheck disable=SC2016 2023-07-13T14:16:40.7128440Z  echo 'eval "$(conda shell.bash hook)"'; 2023-07-13T14:16:40.7128657Z  echo "set -x"; 2023-07-13T14:16:40.7128852Z  echo "${SCRIPT}"; 2023-07-13T14:16:40.7129052Z } > "${RUNNER_TEMP}/exec_script" 2023-07-13T14:16:40.7129283Z chmod +x "${RUNNER_TEMP}/exec_script" 2023-07-13T14:16:40.7129634Z python3 "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py" "" 2023-07-13T14:16:40.7140683Z shell: /usr/bin/bash -e {0} 2023-07-13T14:16:40.7140929Z env: 2023-07-13T14:16:40.7141134Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:40.7141405Z REPOSITORY: pytorch/audio 2023-07-13T14:16:40.7141592Z PR_NUMBER: 306 2023-07-13T14:16:40.7143207Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:40.7144998Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:40.7145334Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:40.7145634Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:40.7146034Z ALL_SECRETS: { "github_token": "***" } 2023-07-13T14:16:40.7146240Z ##[endgroup] 2023-07-13T14:16:40.7170499Z + echo '#!/usr/bin/env bash' 2023-07-13T14:16:40.7170773Z + echo 'set -eou pipefail' 2023-07-13T14:16:40.7171106Z + echo 'eval "$(conda shell.bash hook)"' 2023-07-13T14:16:40.7171476Z + echo 'set -x' 2023-07-13T14:16:40.7182211Z + echo 'echo '\''::group::Setup Environment Variables'\'' 2023-07-13T14:16:40.7182487Z # Mark Build Directory Safe 2023-07-13T14:16:40.7182995Z git config --global --add safe.directory /__w/audio/audio 2023-07-13T14:16:40.7183160Z 2023-07-13T14:16:40.7183285Z # Set up Environment Variables 2023-07-13T14:16:40.7183490Z export PYTHON_VERSION="3.10" 2023-07-13T14:16:40.7183704Z export CUDA_TESTS_ONLY="0" 2023-07-13T14:16:40.7183899Z unset CUDA_VERSION 2023-07-13T14:16:40.7184013Z 2023-07-13T14:16:40.7184069Z # Set CHANNEL 2023-07-13T14:16:40.7184504Z if [[(${GITHUB_EVENT_NAME} = '\''pull_request'\'' && (${GITHUB_BASE_REF} = '\''release'\''*)) || (${GITHUB_REF} = '\''refs/heads/release'\''*) ]]; then 2023-07-13T14:16:40.7184824Z export UPLOAD_CHANNEL=test 2023-07-13T14:16:40.7185008Z else 2023-07-13T14:16:40.7185270Z export UPLOAD_CHANNEL=nightly 2023-07-13T14:16:40.7185466Z fi 2023-07-13T14:16:40.7185560Z 2023-07-13T14:16:40.7185687Z export PATH="${PWD}/third_party/install/bin/:${PATH}" 2023-07-13T14:16:40.7185969Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:16:40.7186282Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:16:40.7186610Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:16:40.7186916Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:16:40.7187235Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:16:40.7187529Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:16:40.7187794Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:16:40.7188047Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:16:40.7188320Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:16:40.7188608Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:16:40.7188871Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:16:40.7189170Z echo '\''::endgroup::'\'' 2023-07-13T14:16:40.7189292Z 2023-07-13T14:16:40.7189396Z set -euxo pipefail 2023-07-13T14:16:40.7189511Z 2023-07-13T14:16:40.7189692Z echo '\''::group::Install PyTorch and Torchaudio'\'' 2023-07-13T14:16:40.7190006Z ./.github/scripts/unittest-linux/install.sh 2023-07-13T14:16:40.7190279Z echo '\''::endgroup::'\'' 2023-07-13T14:16:40.7190400Z 2023-07-13T14:16:40.7190540Z echo '\''::group::Run Tests'\'' 2023-07-13T14:16:40.7190802Z ./.github/scripts/unittest-linux/run_test.sh 2023-07-13T14:16:40.7191074Z echo '\''::endgroup::'\'' 2023-07-13T14:16:40.7191265Z ' 2023-07-13T14:16:40.7191531Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2023-07-13T14:16:40.7192000Z + python3 /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py '' 2023-07-13T14:17:08.5729650Z Running command: 2023-07-13T14:17:08.5732345Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_5544197659" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 -v "/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio:/work" -v "/home/ec2-user/actions-runner/_work/audio/audio/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_f894ff0d-c94c-4372-8d97-2db6932cdf88":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_f894ff0d-c94c-4372-8d97-2db6932cdf88" -w /work "pytorch/conda-builder:cpu" 2023-07-13T14:17:08.5734274Z 2023-07-13T14:17:08.5734517Z 4b28d0bbc2127a9b685ba5c4d10a1901d457daeae97c2acad7d92a2c5330f863 2023-07-13T14:17:08.5735029Z Running command: docker exec -t 4b28d0bbc2127a9b685ba5c4d10a1901d457daeae97c2acad7d92a2c5330f863 /exec 2023-07-13T14:17:08.5735530Z + echo '::group::Setup Environment Variables' 2023-07-13T14:17:08.5736060Z ##[group]Setup Environment Variables 2023-07-13T14:17:08.5736380Z + git config --global --add safe.directory /__w/audio/audio 2023-07-13T14:17:08.5736640Z + export PYTHON_VERSION=3.10 2023-07-13T14:17:08.5736844Z + PYTHON_VERSION=3.10 2023-07-13T14:17:08.5737173Z + export CUDA_TESTS_ONLY=0 2023-07-13T14:17:08.5737372Z + CUDA_TESTS_ONLY=0 2023-07-13T14:17:08.5737557Z + unset CUDA_VERSION 2023-07-13T14:17:08.5737761Z + [[ pull_request = \p\u\l\l\_\r\e\q\u\e\s\t ]] 2023-07-13T14:17:08.5742999Z + [[ main = \r\e\l\e\a\s\e* ]] 2023-07-13T14:17:08.5743363Z + [[ refs/pull/306/merge = \r\e\f\s\/\h\e\a\d\s\/\r\e\l\e\a\s\e* ]] 2023-07-13T14:17:08.5743750Z + export UPLOAD_CHANNEL=nightly 2023-07-13T14:17:08.5744051Z + UPLOAD_CHANNEL=nightly 2023-07-13T14:17:08.5744950Z + export PATH=/work/third_party/install/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-07-13T14:17:08.5745800Z + PATH=/work/third_party/install/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-07-13T14:17:08.5746216Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:17:08.5746530Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:17:08.5746833Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:17:08.5747124Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:17:08.5747432Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:17:08.5747750Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:17:08.5748041Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:17:08.5748335Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:17:08.5748643Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:17:08.5748956Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:17:08.5749228Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:17:08.5749486Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:17:08.5749748Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:17:08.5749989Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:17:08.5750247Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:17:08.5750509Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:17:08.5750762Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:17:08.5751033Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:17:08.5751308Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:17:08.5751576Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:17:08.5751845Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:17:08.5752099Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:17:08.5752328Z + echo ::endgroup:: 2023-07-13T14:17:08.5752766Z ##[endgroup] 2023-07-13T14:17:08.5752982Z + set -euxo pipefail 2023-07-13T14:17:08.5753282Z + echo '::group::Install PyTorch and Torchaudio' 2023-07-13T14:17:08.5753756Z ##[group]Install PyTorch and Torchaudio 2023-07-13T14:17:08.5754053Z + ./.github/scripts/unittest-linux/install.sh 2023-07-13T14:17:08.5754278Z Installing PyTorch with cpuonly 2023-07-13T14:17:08.5754508Z + [[ -z cpuonly ]] 2023-07-13T14:17:08.5754816Z + conda install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:08.5755185Z + local cmd=install 2023-07-13T14:17:08.5755364Z + case "$cmd" in 2023-07-13T14:17:08.5755675Z + __conda_exe install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:08.5756071Z + /opt/conda/bin/conda install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:08.5756564Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2023-07-13T14:17:08.5756943Z Solving environment: / - \ | / - \ | / 2023-07-13T14:17:08.5757314Z The environment is inconsistent, please check the package plan carefully 2023-07-13T14:17:08.5757774Z The following packages are causing the inconsistency: 2023-07-13T14:17:08.5757940Z 2023-07-13T14:17:08.5758323Z - defaults/linux-64::conda-build==3.25.0=py310h06a4308_0 2023-07-13T14:17:08.5758609Z - \ | / - \ | / - \ | done 2023-07-13T14:17:08.5758737Z 2023-07-13T14:17:08.5758823Z ## Package Plan ## 2023-07-13T14:17:08.5758926Z 2023-07-13T14:17:08.5759024Z environment location: /opt/conda 2023-07-13T14:17:08.5759158Z 2023-07-13T14:17:08.5759242Z added / updated specs: 2023-07-13T14:17:08.5759453Z - cpuonly 2023-07-13T14:17:08.5759632Z - pytorch 2023-07-13T14:17:08.5759739Z 2023-07-13T14:17:08.5759744Z 2023-07-13T14:17:08.5759855Z The following packages will be downloaded: 2023-07-13T14:17:08.5760001Z 2023-07-13T14:17:08.5760096Z package | build 2023-07-13T14:17:08.5760378Z ---------------------------|----------------- 2023-07-13T14:17:08.5760669Z blas-1.0 | mkl 6 KB 2023-07-13T14:17:08.5760973Z conda-23.5.1 | py310h06a4308_0 1.0 MB 2023-07-13T14:17:08.5761303Z cpuonly-2.0 | 0 2 KB pytorch-nightly 2023-07-13T14:17:08.5761601Z gmp-6.2.1 | h295c915_3 544 KB 2023-07-13T14:17:08.5761903Z gmpy2-2.1.2 | py310heeb90bb_0 517 KB 2023-07-13T14:17:08.5762218Z intel-openmp-2023.1.0 | hdb19cb5_46305 17.1 MB 2023-07-13T14:17:08.5762514Z mkl-2023.1.0 | h6d00ec8_46342 171.5 MB 2023-07-13T14:17:08.5762802Z mpc-1.1.0 | h10f8cd9_1 90 KB 2023-07-13T14:17:08.5763091Z mpfr-4.0.2 | hb69a4c5_1 487 KB 2023-07-13T14:17:08.5763383Z mpmath-1.2.1 | py310h06a4308_0 769 KB 2023-07-13T14:17:08.5763670Z networkx-2.8.4 | py310h06a4308_1 2.7 MB 2023-07-13T14:17:08.5764023Z pytorch-2.1.0.dev20230713 | py3.10_cpu_0 77.4 MB pytorch-nightly 2023-07-13T14:17:08.5764393Z pytorch-mutex-1.0 | cpu 3 KB pytorch-nightly 2023-07-13T14:17:08.5764711Z sympy-1.11.1 | py310h06a4308_0 11.8 MB 2023-07-13T14:17:08.5765004Z tbb-2021.8.0 | hdb19cb5_0 1.6 MB 2023-07-13T14:17:08.5765314Z typing_extensions-4.6.3 | py310h06a4308_0 53 KB 2023-07-13T14:17:08.5765629Z ------------------------------------------------------------ 2023-07-13T14:17:08.5765882Z Total: 285.6 MB 2023-07-13T14:17:08.5766009Z 2023-07-13T14:17:08.5766123Z The following NEW packages will be INSTALLED: 2023-07-13T14:17:08.5766272Z 2023-07-13T14:17:08.5766467Z blas pkgs/main/linux-64::blas-1.0-mkl 2023-07-13T14:17:08.5766812Z cpuonly pytorch-nightly/noarch::cpuonly-2.0-0 2023-07-13T14:17:08.5767179Z gmp pkgs/main/linux-64::gmp-6.2.1-h295c915_3 2023-07-13T14:17:08.5767552Z gmpy2 pkgs/main/linux-64::gmpy2-2.1.2-py310heeb90bb_0 2023-07-13T14:17:08.5767965Z intel-openmp pkgs/main/linux-64::intel-openmp-2023.1.0-hdb19cb5_46305 2023-07-13T14:17:08.5768352Z mkl pkgs/main/linux-64::mkl-2023.1.0-h6d00ec8_46342 2023-07-13T14:17:08.5768840Z mpc pkgs/main/linux-64::mpc-1.1.0-h10f8cd9_1 2023-07-13T14:17:08.5769201Z mpfr pkgs/main/linux-64::mpfr-4.0.2-hb69a4c5_1 2023-07-13T14:17:08.5769565Z mpmath pkgs/main/linux-64::mpmath-1.2.1-py310h06a4308_0 2023-07-13T14:17:08.5769966Z networkx pkgs/main/linux-64::networkx-2.8.4-py310h06a4308_1 2023-07-13T14:17:08.5770358Z patchelf pkgs/main/linux-64::patchelf-0.17.2-h6a678d5_0 2023-07-13T14:17:08.5770818Z pytorch pytorch-nightly/linux-64::pytorch-2.1.0.dev20230713-py3.10_cpu_0 2023-07-13T14:17:08.5771333Z pytorch-mutex pytorch-nightly/noarch::pytorch-mutex-1.0-cpu 2023-07-13T14:17:08.5771733Z sympy pkgs/main/linux-64::sympy-1.11.1-py310h06a4308_0 2023-07-13T14:17:08.5772099Z tbb pkgs/main/linux-64::tbb-2021.8.0-hdb19cb5_0 2023-07-13T14:17:08.5772507Z typing_extensions pkgs/main/linux-64::typing_extensions-4.6.3-py310h06a4308_0 2023-07-13T14:17:08.5772709Z 2023-07-13T14:17:08.5772812Z The following packages will be UPDATED: 2023-07-13T14:17:08.5772943Z 2023-07-13T14:17:08.5773148Z conda 23.5.0-py310h06a4308_0 --> 23.5.1-py310h06a4308_0 2023-07-13T14:17:08.5773304Z 2023-07-13T14:17:08.5773309Z 2023-07-13T14:17:08.5773313Z 2023-07-13T14:17:08.5773414Z Downloading and Extracting Packages 2023-07-13T14:17:08.5773552Z 2023-07-13T14:17:08.5773713Z gmp-6.2.1 | 544 KB | : 0% 0/1 [00:00=4.1'] 2023-07-13T14:17:45.5876217Z - ninja 2023-07-13T14:17:45.5876318Z 2023-07-13T14:17:45.5876323Z 2023-07-13T14:17:45.5876433Z The following packages will be downloaded: 2023-07-13T14:17:45.5876580Z 2023-07-13T14:17:45.5876662Z package | build 2023-07-13T14:17:45.5876935Z ---------------------------|----------------- 2023-07-13T14:17:45.5877249Z ffmpeg-4.2.2 | h20bf706_0 59.6 MB 2023-07-13T14:17:45.5877556Z freetype-2.12.1 | h4a9f257_0 626 KB 2023-07-13T14:17:45.5878051Z gnutls-3.6.15 | he1e5248_0 1.0 MB 2023-07-13T14:17:45.5878342Z lame-3.100 | h7b6447c_0 323 KB 2023-07-13T14:17:45.5878637Z libidn2-2.3.4 | h5eee18b_0 146 KB 2023-07-13T14:17:45.5878922Z libopus-1.3.1 | h7b6447c_0 491 KB 2023-07-13T14:17:45.5879222Z libpng-1.6.39 | h5eee18b_0 304 KB 2023-07-13T14:17:45.5879520Z libtasn1-4.19.0 | h5eee18b_0 63 KB 2023-07-13T14:17:45.5879811Z libunistring-0.9.10 | h27cfd23_0 536 KB 2023-07-13T14:17:45.5880114Z libvpx-1.7.0 | h439df22_0 1.2 MB 2023-07-13T14:17:45.5880406Z nettle-3.7.3 | hbbd107a_1 809 KB 2023-07-13T14:17:45.5880710Z openh264-2.1.1 | h4ff587b_0 711 KB 2023-07-13T14:17:45.5880986Z x264-1!157.20191217 | h7b6447c_0 922 KB 2023-07-13T14:17:45.5881290Z ------------------------------------------------------------ 2023-07-13T14:17:45.5881542Z Total: 66.7 MB 2023-07-13T14:17:45.5881673Z 2023-07-13T14:17:45.5881777Z The following NEW packages will be INSTALLED: 2023-07-13T14:17:45.5881926Z 2023-07-13T14:17:45.5882196Z ffmpeg pkgs/main/linux-64::ffmpeg-4.2.2-h20bf706_0 2023-07-13T14:17:45.5882582Z freetype pkgs/main/linux-64::freetype-2.12.1-h4a9f257_0 2023-07-13T14:17:45.5882966Z gnutls pkgs/main/linux-64::gnutls-3.6.15-he1e5248_0 2023-07-13T14:17:45.5883314Z lame pkgs/main/linux-64::lame-3.100-h7b6447c_0 2023-07-13T14:17:45.5883676Z libidn2 pkgs/main/linux-64::libidn2-2.3.4-h5eee18b_0 2023-07-13T14:17:45.5884053Z libopus pkgs/main/linux-64::libopus-1.3.1-h7b6447c_0 2023-07-13T14:17:45.5884421Z libpng pkgs/main/linux-64::libpng-1.6.39-h5eee18b_0 2023-07-13T14:17:45.5884787Z libtasn1 pkgs/main/linux-64::libtasn1-4.19.0-h5eee18b_0 2023-07-13T14:17:45.5885192Z libunistring pkgs/main/linux-64::libunistring-0.9.10-h27cfd23_0 2023-07-13T14:17:45.5885583Z libvpx pkgs/main/linux-64::libvpx-1.7.0-h439df22_0 2023-07-13T14:17:45.5885936Z nettle pkgs/main/linux-64::nettle-3.7.3-hbbd107a_1 2023-07-13T14:17:45.5886311Z openh264 pkgs/main/linux-64::openh264-2.1.1-h4ff587b_0 2023-07-13T14:17:45.5886684Z x264 pkgs/main/linux-64::x264-1!157.20191217-h7b6447c_0 2023-07-13T14:17:45.5886834Z 2023-07-13T14:17:45.5886839Z 2023-07-13T14:17:45.5886952Z Preparing transaction: ...working... done 2023-07-13T14:17:45.5887189Z Verifying transaction: ...working... done 2023-07-13T14:17:45.5887428Z Executing transaction: ...working... done 2023-07-13T14:17:45.5887779Z * Installing torchaudio 2023-07-13T14:17:45.5887989Z -- Git branch: HEAD 2023-07-13T14:17:45.5888262Z -- Git SHA: 7182816322bf05c53164d9767907a1dc4818bc40 2023-07-13T14:17:45.5888498Z -- Git tag: None 2023-07-13T14:17:45.5888716Z -- PyTorch dependency: torch 2023-07-13T14:17:45.5888976Z -- Building version 2.1.0a0+7182816 2023-07-13T14:17:45.5889250Z --- Fetching opencore-amr-0.1.5.tar.gz 2023-07-13T14:17:45.5889508Z --- Fetching lame-3.99.5.tar.gz 2023-07-13T14:17:45.5889765Z --- Fetching libogg-1.3.3.tar.gz 2023-07-13T14:17:45.5890013Z --- Fetching flac-1.3.2.tar.xz 2023-07-13T14:17:45.5890353Z --- Fetching libvorbis-1.3.6.tar.gz 2023-07-13T14:17:45.5890614Z --- Fetching opus-1.3.1.tar.gz 2023-07-13T14:17:45.5890873Z --- Fetching opusfile-0.12.tar.gz 2023-07-13T14:17:45.5891127Z --- Fetching sox-14.4.2.tar.bz2 2023-07-13T14:17:45.5891309Z running install 2023-07-13T14:17:45.5891858Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2023-07-13T14:17:45.5892261Z warnings.warn( 2023-07-13T14:17:45.5892810Z /opt/conda/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2023-07-13T14:17:45.5893215Z warnings.warn( 2023-07-13T14:17:45.5893400Z running bdist_egg 2023-07-13T14:17:45.5893570Z running egg_info 2023-07-13T14:17:45.5893804Z creating torchaudio.egg-info 2023-07-13T14:17:45.5894079Z writing torchaudio.egg-info/PKG-INFO 2023-07-13T14:17:45.5894421Z writing dependency_links to torchaudio.egg-info/dependency_links.txt 2023-07-13T14:17:45.5894788Z writing requirements to torchaudio.egg-info/requires.txt 2023-07-13T14:17:45.5895148Z writing top-level names to torchaudio.egg-info/top_level.txt 2023-07-13T14:17:45.5895498Z writing manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:45.5895834Z reading manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:45.5896179Z adding license file 'LICENSE' 2023-07-13T14:17:45.5896487Z writing manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:45.5896812Z installing library code to build/bdist.linux-x86_64/egg 2023-07-13T14:17:45.5897042Z running install_lib 2023-07-13T14:17:45.5897225Z running build_py 2023-07-13T14:17:45.5897389Z creating build 2023-07-13T14:17:45.5897650Z creating build/lib.linux-x86_64-cpython-310 2023-07-13T14:17:45.5897967Z creating build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:45.5898334Z copying torchaudio/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:45.5898736Z copying torchaudio/kaldi_io.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:45.5899132Z copying torchaudio/version.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:45.5899506Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:45.5899914Z copying torchaudio/_backend/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:45.5900448Z copying torchaudio/_backend/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:45.5900844Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:45.5901255Z copying torchaudio/_extension/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:45.5901713Z copying torchaudio/_extension/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:45.5902117Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:45.5946049Z copying torchaudio/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:45.5946687Z copying torchaudio/_internal/module_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:45.5947375Z creating build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:45.5948192Z copying torchaudio/backend/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:45.5948860Z copying torchaudio/backend/common.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:45.5949302Z copying torchaudio/backend/no_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:45.5949769Z copying torchaudio/backend/soundfile_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:45.5950238Z copying torchaudio/backend/sox_io_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:45.5950776Z copying torchaudio/backend/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:45.5951160Z creating build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:45.5951590Z copying torchaudio/compliance/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:45.5952058Z copying torchaudio/compliance/kaldi.py -> build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:45.5952444Z creating build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5952863Z copying torchaudio/datasets/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5953322Z copying torchaudio/datasets/cmuarctic.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5953784Z copying torchaudio/datasets/cmudict.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5954239Z copying torchaudio/datasets/commonvoice.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5954700Z copying torchaudio/datasets/dr_vctk.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5955172Z copying torchaudio/datasets/fluentcommands.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5955634Z copying torchaudio/datasets/gtzan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5956078Z copying torchaudio/datasets/iemocap.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5956553Z copying torchaudio/datasets/librilight_limited.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5957024Z copying torchaudio/datasets/librimix.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5957476Z copying torchaudio/datasets/librispeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5958134Z copying torchaudio/datasets/librispeech_biasing.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5958604Z copying torchaudio/datasets/libritts.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5959058Z copying torchaudio/datasets/ljspeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5959497Z copying torchaudio/datasets/musdb_hq.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5959943Z copying torchaudio/datasets/quesst14.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5960424Z copying torchaudio/datasets/snips.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5960890Z copying torchaudio/datasets/speechcommands.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5961348Z copying torchaudio/datasets/tedlium.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5961800Z copying torchaudio/datasets/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5962247Z copying torchaudio/datasets/vctk.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5962697Z copying torchaudio/datasets/voxceleb1.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5963152Z copying torchaudio/datasets/yesno.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:45.5963630Z creating build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:45.5964056Z copying torchaudio/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:45.5964520Z copying torchaudio/functional/filtering.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:45.5965000Z copying torchaudio/functional/functional.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:45.5965393Z creating build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:45.5965854Z copying torchaudio/io/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:45.5966276Z copying torchaudio/io/_compat.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:45.5966725Z copying torchaudio/io/_effector.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:45.5967156Z copying torchaudio/io/_playback.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:45.5967590Z copying torchaudio/io/_stream_reader.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:45.5968013Z copying torchaudio/io/_stream_writer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:45.5968393Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5968793Z copying torchaudio/models/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5969223Z copying torchaudio/models/_hdemucs.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5969667Z copying torchaudio/models/conformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5970120Z copying torchaudio/models/conv_tasnet.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5970570Z copying torchaudio/models/deepspeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5971007Z copying torchaudio/models/emformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5971439Z copying torchaudio/models/rnnt.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5971879Z copying torchaudio/models/rnnt_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5972321Z copying torchaudio/models/tacotron2.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5972769Z copying torchaudio/models/wav2letter.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5973215Z copying torchaudio/models/wavernn.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:45.5973608Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:45.5974019Z copying torchaudio/pipelines/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:45.5974530Z copying torchaudio/pipelines/_source_separation_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:45.5975032Z copying torchaudio/pipelines/rnnt_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:45.5975440Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype 2023-07-13T14:17:45.5975850Z copying torchaudio/prototype/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype 2023-07-13T14:17:45.5976245Z creating build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:45.5976677Z copying torchaudio/sox_effects/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:45.5977137Z copying torchaudio/sox_effects/sox_effects.py -> build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:45.5977539Z creating build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:45.5977961Z copying torchaudio/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:45.5978515Z copying torchaudio/transforms/_multi_channel.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:45.5978987Z copying torchaudio/transforms/_transforms.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:45.5979382Z creating build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:45.5979786Z copying torchaudio/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:45.5980296Z copying torchaudio/utils/download.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:45.5980810Z copying torchaudio/utils/ffmpeg_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:45.5981256Z copying torchaudio/utils/sox_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:45.5981655Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:45.5982089Z copying torchaudio/models/decoder/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:45.5982722Z copying torchaudio/models/decoder/_ctc_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:45.5983321Z copying torchaudio/models/decoder/_cuda_ctc_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:45.5983806Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:45.5984315Z copying torchaudio/models/wav2vec2/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:45.5984877Z copying torchaudio/models/wav2vec2/components.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:45.5985389Z copying torchaudio/models/wav2vec2/model.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:45.5985984Z copying torchaudio/models/wav2vec2/wavlm_attention.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:45.5986500Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:45.5987035Z copying torchaudio/models/wav2vec2/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:47.2377713Z copying torchaudio/models/wav2vec2/utils/import_fairseq.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:47.2379333Z copying torchaudio/models/wav2vec2/utils/import_huggingface.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:47.2381044Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:47.2383344Z copying torchaudio/pipelines/_tts/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:47.2384188Z copying torchaudio/pipelines/_tts/impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:47.2385014Z copying torchaudio/pipelines/_tts/interface.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:47.2385778Z copying torchaudio/pipelines/_tts/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:47.2386528Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:47.2387247Z copying torchaudio/pipelines/_wav2vec2/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:47.2388015Z copying torchaudio/pipelines/_wav2vec2/impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:47.2388803Z copying torchaudio/pipelines/_wav2vec2/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:47.2389461Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:47.2390214Z copying torchaudio/prototype/datasets/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:47.2391940Z copying torchaudio/prototype/datasets/musan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:47.2392793Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:47.2393664Z copying torchaudio/prototype/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:47.2394620Z copying torchaudio/prototype/functional/_dsp.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:47.2395775Z copying torchaudio/prototype/functional/_rir.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:47.2396628Z copying torchaudio/prototype/functional/functional.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:47.2397372Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:47.2398207Z copying torchaudio/prototype/models/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:47.2398974Z copying torchaudio/prototype/models/_conformer_wav2vec2.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:47.2399764Z copying torchaudio/prototype/models/_emformer_hubert.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:47.2400562Z copying torchaudio/prototype/models/conv_emformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:47.2401424Z copying torchaudio/prototype/models/hifi_gan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:47.2402236Z copying torchaudio/prototype/models/rnnt.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:47.2403073Z copying torchaudio/prototype/models/rnnt_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:47.2403707Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:47.2404495Z copying torchaudio/prototype/pipelines/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:47.2405336Z copying torchaudio/prototype/pipelines/hifigan_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:47.2406232Z copying torchaudio/prototype/pipelines/rnnt_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:47.2407045Z copying torchaudio/prototype/pipelines/squim_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:47.2407784Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:47.2408507Z copying torchaudio/prototype/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:47.2409390Z copying torchaudio/prototype/transforms/_transforms.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:47.2521255Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:47.2522684Z copying torchaudio/prototype/models/squim/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:47.2524057Z copying torchaudio/prototype/models/squim/objective.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:47.2525795Z copying torchaudio/prototype/models/squim/subjective.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:47.2526335Z running build_ext 2023-07-13T14:17:47.2526861Z -- The C compiler identification is GNU 9.3.1 2023-07-13T14:17:47.2527324Z -- The CXX compiler identification is GNU 9.3.1 2023-07-13T14:17:47.2527722Z -- Detecting C compiler ABI info 2023-07-13T14:17:47.2528200Z -- Detecting C compiler ABI info - done 2023-07-13T14:17:47.2528822Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2023-07-13T14:17:47.2529626Z -- Detecting C compile features 2023-07-13T14:17:47.2530036Z -- Detecting C compile features - done 2023-07-13T14:17:47.2530434Z -- Detecting CXX compiler ABI info 2023-07-13T14:17:47.2530856Z -- Detecting CXX compiler ABI info - done 2023-07-13T14:17:47.2531409Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2023-07-13T14:17:47.2531927Z -- Detecting CXX compile features 2023-07-13T14:17:47.2532346Z -- Detecting CXX compile features - done 2023-07-13T14:17:47.2569187Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2023-07-13T14:17:47.2569869Z static library kineto_LIBRARY-NOTFOUND not found. 2023-07-13T14:17:47.2570296Z Call Stack (most recent call first): 2023-07-13T14:17:47.2571172Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2023-07-13T14:17:47.2571778Z cmake/TorchAudioHelper.cmake:1 (find_package) 2023-07-13T14:17:47.2572184Z CMakeLists.txt:93 (include) 2023-07-13T14:17:47.2572397Z 2023-07-13T14:17:47.2572403Z 2023-07-13T14:17:47.2572797Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2023-07-13T14:17:47.2573336Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2023-07-13T14:17:47.2573795Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2023-07-13T14:17:47.2574248Z -- Found OpenMP: TRUE (found version "4.5") 2023-07-13T14:17:47.2574816Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2023-07-13T14:17:47.2575400Z -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1") 2023-07-13T14:17:47.2575953Z -- Building FFmpeg integration with multi version support 2023-07-13T14:17:47.2576351Z -- Configuring done 2023-07-13T14:17:47.2576714Z -- Generating done 2023-07-13T14:17:47.2577320Z -- Build files have been written to: /work/build/temp.linux-x86_64-cpython-310 2023-07-13T14:17:47.2579848Z [1/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-mkdir 2023-07-13T14:17:47.2583375Z [2/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-mkdir 2023-07-13T14:17:47.2587360Z [3/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-mkdir 2023-07-13T14:17:59.0178506Z [4/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download 2023-07-13T14:17:59.0179858Z -- lame download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download-*.log 2023-07-13T14:17:59.0181455Z [5/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download 2023-07-13T14:17:59.0182652Z -- ogg download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download-*.log 2023-07-13T14:17:59.0183771Z [6/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-update 2023-07-13T14:17:59.0184987Z [7/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-update 2023-07-13T14:17:59.0186492Z [8/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download 2023-07-13T14:17:59.0187657Z -- amr download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download-*.log 2023-07-13T14:17:59.0188755Z [9/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-update 2023-07-13T14:17:59.0190290Z [10/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-patch 2023-07-13T14:17:59.0192048Z [11/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-patch 2023-07-13T14:17:59.0193737Z [12/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-patch 2023-07-13T14:17:59.0197101Z [13/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-07-13T14:17:59.0204338Z [14/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure 2023-07-13T14:17:59.0205641Z -- ogg configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure-*.log 2023-07-13T14:17:59.0207957Z [15/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o -c ../../torchaudio/csrc/utils.cpp 2023-07-13T14:17:59.0212031Z [16/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-07-13T14:17:59.0215672Z [17/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-07-13T14:17:59.0219516Z [18/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o -c ../../torchaudio/csrc/ffmpeg/hw_context.cpp 2023-07-13T14:17:59.0224374Z [19/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-07-13T14:17:59.0228223Z [20/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o -c ../../torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-07-13T14:17:59.2594422Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp: In member function ‘torchaudio::io::FilterGraphOutputInfo torchaudio::io::FilterGraph::get_output_info() const’: 2023-07-13T14:17:59.2595896Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.2596758Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:17:59.2597241Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.2597829Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:17:59.2598315Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:17:59.2598793Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:17:59.2599496Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:17:59.2599939Z 542 | uint64_t channel_layout; 2023-07-13T14:17:59.2600296Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.2601198Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.2602017Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:17:59.2602494Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.2602936Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:17:59.2603439Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:17:59.2603943Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:17:59.2604584Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:17:59.2605055Z 542 | uint64_t channel_layout; 2023-07-13T14:17:59.2605369Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.2606302Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.2607154Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:17:59.2607916Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.2608322Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:17:59.2608842Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:17:59.2609335Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:17:59.2609982Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:17:59.2610461Z 542 | uint64_t channel_layout; 2023-07-13T14:17:59.2610992Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.2611886Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:77: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.2612824Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:17:59.2613345Z | ^ 2023-07-13T14:17:59.2613929Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:17:59.2614578Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:17:59.2615086Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.2615558Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:17:59.2616061Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:17:59.2616771Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:17:59.2617363Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:17:59.2617813Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:17:59.2618683Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:77: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.2619638Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:17:59.2620166Z | ^ 2023-07-13T14:17:59.2620916Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:17:59.2621540Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:17:59.2622042Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.2622560Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:17:59.2623069Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:17:59.2623742Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:17:59.2624331Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:17:59.2624766Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:17:59.2627837Z [21/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-07-13T14:17:59.2632259Z [22/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o -c ../../torchaudio/csrc/ffmpeg/hw_context.cpp 2023-07-13T14:17:59.2637018Z [23/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-07-13T14:17:59.2652474Z [24/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-07-13T14:17:59.2656949Z [25/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o -c ../../torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-07-13T14:17:59.2660894Z [26/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o -c ../../torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-07-13T14:17:59.4829948Z [27/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o -c ../../torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-07-13T14:17:59.4834671Z [28/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-07-13T14:17:59.4837462Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:48:20: warning: ‘AVPixelFormat torchaudio::io::{anonymous}::get_hw_format(AVCodecContext*, const AVPixelFormat*)’ defined but not used [-Wunused-function] 2023-07-13T14:17:59.4838443Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:17:59.4838808Z | ^~~~~~~~~~~~~ 2023-07-13T14:17:59.4840138Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:30:24: warning: ‘const AVCodecHWConfig* torchaudio::io::{anonymous}::get_cuda_config(const AVCodec*)’ defined but not used [-Wunused-function] 2023-07-13T14:17:59.4840943Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:17:59.4841366Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:17:59.4844229Z [29/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-07-13T14:17:59.4846926Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: In function ‘void torchaudio::io::{anonymous}::open_codec(AVCodecContext*, const c10::optional, std::basic_string > >&)’: 2023-07-13T14:17:59.4848264Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4848994Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:17:59.4849359Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4849776Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.4850247Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.4850779Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.4851436Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:17:59.4851895Z 1100 | uint64_t channel_layout; 2023-07-13T14:17:59.4852207Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4853165Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4854073Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:17:59.4854873Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4855269Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.4855748Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.4856261Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.4856889Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:17:59.4857328Z 1100 | uint64_t channel_layout; 2023-07-13T14:17:59.4857651Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4858734Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4859478Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:17:59.4859821Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4860346Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.4860814Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.4861330Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.4861970Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:17:59.4862380Z 1100 | uint64_t channel_layout; 2023-07-13T14:17:59.4862707Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4863644Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4864367Z 142 | codec_ctx->channel_layout = 2023-07-13T14:17:59.4864700Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4865123Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.4865603Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.4866100Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.4866895Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:17:59.4867343Z 1100 | uint64_t channel_layout; 2023-07-13T14:17:59.4867658Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4868604Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4869319Z 142 | codec_ctx->channel_layout = 2023-07-13T14:17:59.4869665Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4870075Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.4870571Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.4871101Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.4871742Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:17:59.4872204Z 1100 | uint64_t channel_layout; 2023-07-13T14:17:59.4872539Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4873465Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4874195Z 142 | codec_ctx->channel_layout = 2023-07-13T14:17:59.4874535Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4874948Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.4875422Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.4875972Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.4876656Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:17:59.4877081Z 1100 | uint64_t channel_layout; 2023-07-13T14:17:59.4877401Z | ^~~~~~~~~~~~~~ 2023-07-13T14:17:59.4878577Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4879663Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:17:59.4880080Z | ^~~~~~~~ 2023-07-13T14:17:59.4880517Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.4881008Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.4881523Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.4882339Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:17:59.4882758Z 1042 | int channels; 2023-07-13T14:17:59.4883039Z | ^~~~~~~~ 2023-07-13T14:17:59.4883949Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4884768Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:17:59.4885187Z | ^~~~~~~~ 2023-07-13T14:17:59.4885597Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.4886201Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.4886709Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.4887331Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:17:59.4887743Z 1042 | int channels; 2023-07-13T14:17:59.4888058Z | ^~~~~~~~ 2023-07-13T14:17:59.4888920Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.4889726Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:17:59.7789931Z | ^~~~~~~~ 2023-07-13T14:17:59.7790550Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.7791093Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.7795071Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.7795946Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:17:59.7796409Z 1042 | int channels; 2023-07-13T14:17:59.7796760Z | ^~~~~~~~ 2023-07-13T14:17:59.7797940Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:58: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.7798863Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:17:59.7799325Z | ^ 2023-07-13T14:17:59.7799916Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:17:59.7800583Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:17:59.7801085Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.7801579Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.7802137Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.7802882Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:17:59.7803443Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:17:59.7803933Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:17:59.7804852Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:58: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.7805725Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:17:59.7806185Z | ^ 2023-07-13T14:17:59.7807155Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:17:59.7807773Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:17:59.7808280Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.7808791Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.7809295Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.7810064Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:17:59.7810853Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:17:59.7811273Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:17:59.7812317Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: In member function ‘int torchaudio::io::StreamProcessor::process_packet(AVPacket*)’: 2023-07-13T14:17:59.7813643Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.7814408Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:17:59.7814782Z | ^~~~~~~~~~~~ 2023-07-13T14:17:59.7815244Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.7815787Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.7816281Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.7816977Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:17:59.7817435Z 1076 | int frame_number; 2023-07-13T14:17:59.7817729Z | ^~~~~~~~~~~~ 2023-07-13T14:17:59.7818784Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.7819638Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:17:59.7820046Z | ^~~~~~~~~~~~ 2023-07-13T14:17:59.7820704Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.7821247Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.7821832Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.7822540Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:17:59.7823020Z 1076 | int frame_number; 2023-07-13T14:17:59.7823397Z | ^~~~~~~~~~~~ 2023-07-13T14:17:59.7824427Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:17:59.7825261Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:17:59.7825706Z | ^~~~~~~~~~~~ 2023-07-13T14:17:59.7826198Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:17:59.7826713Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:17:59.7827271Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:17:59.7827993Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:17:59.7828455Z 1076 | int frame_number; 2023-07-13T14:17:59.7828792Z | ^~~~~~~~~~~~ 2023-07-13T14:17:59.7829295Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: At global scope: 2023-07-13T14:17:59.7830664Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:48:20: warning: ‘AVPixelFormat torchaudio::io::{anonymous}::get_hw_format(AVCodecContext*, const AVPixelFormat*)’ defined but not used [-Wunused-function] 2023-07-13T14:17:59.7831434Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:17:59.7831831Z | ^~~~~~~~~~~~~ 2023-07-13T14:17:59.7833301Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:30:24: warning: ‘const AVCodecHWConfig* torchaudio::io::{anonymous}::get_cuda_config(const AVCodec*)’ defined but not used [-Wunused-function] 2023-07-13T14:17:59.7834158Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:17:59.7834610Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:17:59.7837529Z [30/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-07-13T14:17:59.7842470Z [31/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-07-13T14:17:59.7844594Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:17:59.7845451Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:17:59.7846277Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:17:59.7847020Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:17:59.7847773Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:17:59.7848551Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:17:59.7849178Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:17:59.7849767Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:17:59.7851885Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:17:59.7853624Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:69:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:17:59.7854440Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:17:59.7854827Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:17:59.7856702Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:00.1208810Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:105:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1209673Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1210052Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1211964Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_frame_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:00.1213727Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:149:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1214522Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1215001Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1217078Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_frame_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:00.1218954Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:186:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1219821Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1220416Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1221475Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-07-13T14:18:00.1222645Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:223:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1223414Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1223813Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1226567Z [32/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-07-13T14:18:00.1229175Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:00.1229987Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:00.1230773Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:00.1231534Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:00.1232443Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:00.1233239Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:00.1233901Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:18:00.1234480Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:18:00.1236497Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:00.1238466Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:69:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1239311Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1239760Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1241880Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:00.1243757Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:105:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1244634Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1245105Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1247010Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_frame_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:00.1248685Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:149:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1249491Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1249909Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1252020Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_frame_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:00.1254450Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:186:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1255306Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1255738Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1256821Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-07-13T14:18:00.1258051Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:223:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:00.1258886Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:00.1259276Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.1262233Z [33/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-07-13T14:18:00.7306904Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:00.7308028Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:61:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 2023-07-13T14:18:00.7308727Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:00.7309021Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.7310071Z [34/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure 2023-07-13T14:18:00.7311127Z -- amr configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure-*.log 2023-07-13T14:18:00.7313400Z [35/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-07-13T14:18:00.7315453Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:00.7316433Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:61:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 2023-07-13T14:18:00.7317054Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:00.7317353Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:00.7318569Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In member function ‘torchaudio::io::SrcStreamInfo torchaudio::io::StreamReader::get_src_stream_info(int) const’: 2023-07-13T14:18:00.7319701Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7320287Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:00.7320596Z | ^~~~~~~~ 2023-07-13T14:18:00.7321029Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:00.7321425Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7321810Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:00.7322331Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:00.7322674Z 173 | int channels; 2023-07-13T14:18:00.7322935Z | ^~~~~~~~ 2023-07-13T14:18:00.7323661Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7324253Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:00.7324546Z | ^~~~~~~~ 2023-07-13T14:18:00.7324997Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:00.7325404Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7325815Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:00.7326327Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:00.7326691Z 173 | int channels; 2023-07-13T14:18:00.7326942Z | ^~~~~~~~ 2023-07-13T14:18:00.7327695Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7328283Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:00.7328594Z | ^~~~~~~~ 2023-07-13T14:18:00.7329029Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:00.7329404Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7329823Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:00.7330337Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:00.7330661Z 173 | int channels; 2023-07-13T14:18:00.7330915Z | ^~~~~~~~ 2023-07-13T14:18:00.7333195Z [36/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-07-13T14:18:00.7335357Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-07-13T14:18:00.7336601Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp:97:41: warning: comparison of integer expressions of different signedness: ‘std::deque::size_type’ {aka ‘long unsigned int’} and ‘const int64_t’ {aka ‘const long int’} [-Wsign-compare] 2023-07-13T14:18:00.7337392Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:00.7337707Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:00.7339942Z [37/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-07-13T14:18:00.7342105Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-07-13T14:18:00.7343595Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp:97:41: warning: comparison of integer expressions of different signedness: ‘std::deque::size_type’ {aka ‘long unsigned int’} and ‘const int64_t’ {aka ‘const long int’} [-Wsign-compare] 2023-07-13T14:18:00.7344426Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:00.7344737Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:00.7346918Z [38/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-07-13T14:18:00.7348476Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:00.7349091Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:00.7349682Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:00.7350267Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:00.7350826Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:00.7351426Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:00.7351892Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:00.7352507Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7353375Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp: In function ‘void torchaudio::io::{anonymous}::validate_audio_input(const at::Tensor&, AVFrame*, c10::ScalarType)’: 2023-07-13T14:18:00.7354252Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7354780Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:00.7355062Z | ^~~~~~~~ 2023-07-13T14:18:00.7355612Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:00.7355986Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7356380Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:00.7356810Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7357309Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:00.7357816Z 662 | int channels; 2023-07-13T14:18:00.7358062Z | ^~~~~~~~ 2023-07-13T14:18:00.7358542Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:00.7359157Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:00.7359762Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:00.7360359Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:00.7360903Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:00.7361518Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:00.7362006Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:00.7362612Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7363415Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7363972Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:00.7364259Z | ^~~~~~~~ 2023-07-13T14:18:00.7364674Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:00.7365088Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7365497Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:00.7365936Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7366448Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:00.7366785Z 662 | int channels; 2023-07-13T14:18:00.7367039Z | ^~~~~~~~ 2023-07-13T14:18:00.7367533Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:00.7368161Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:00.7368789Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:00.7369362Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:00.7369949Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:00.7370586Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:00.7371061Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:00.7371800Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7372622Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7373182Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:00.7373455Z | ^~~~~~~~ 2023-07-13T14:18:00.7373899Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:00.7374292Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7374851Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:00.7375294Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7375818Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:00.7376147Z 662 | int channels; 2023-07-13T14:18:00.7376390Z | ^~~~~~~~ 2023-07-13T14:18:00.7376906Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:00.7377556Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:00.7378158Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:00.7378712Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:00.7379357Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:00.7379855Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:00.7380419Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7381250Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7381780Z 35 | buffer->channels, 2023-07-13T14:18:00.7382040Z | ^~~~~~~~ 2023-07-13T14:18:00.7382453Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:00.7382854Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7383259Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:00.7383685Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7384210Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:00.7384540Z 662 | int channels; 2023-07-13T14:18:00.7384775Z | ^~~~~~~~ 2023-07-13T14:18:00.7385288Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:00.7385934Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:00.7386561Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:00.7387111Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:00.7387732Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:00.7388224Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:00.7388681Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7389486Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7390008Z 35 | buffer->channels, 2023-07-13T14:18:00.7390269Z | ^~~~~~~~ 2023-07-13T14:18:00.7390670Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:00.7391266Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7391676Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:00.7392110Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7392623Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:00.7392949Z 662 | int channels; 2023-07-13T14:18:00.7393201Z | ^~~~~~~~ 2023-07-13T14:18:00.7393810Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:00.7394463Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:00.7395055Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:00.7395599Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:00.7396520Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:00.7396992Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:00.7397422Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7399090Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:00.7399612Z 35 | buffer->channels, 2023-07-13T14:18:00.7399869Z | ^~~~~~~~ 2023-07-13T14:18:00.7400272Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:00.7400660Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:00.7401048Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:00.7401493Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:00.7401983Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:00.7402305Z 662 | int channels; 2023-07-13T14:18:00.7402546Z | ^~~~~~~~ 2023-07-13T14:18:00.7403031Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:00.7403669Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:00.7404260Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:01.5835294Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:01.5836802Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:01.5837502Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:01.5839397Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:01.5840620Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp: In function ‘void torchaudio::io::{anonymous}::convert_func_(const at::Tensor&, AVFrame*)’: 2023-07-13T14:18:01.5841826Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5842700Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:01.5843208Z | ^~~~~~~~ 2023-07-13T14:18:01.5843800Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5844339Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5844883Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:01.5845827Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:01.5846495Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:01.5846924Z 662 | int channels; 2023-07-13T14:18:01.5847257Z | ^~~~~~~~ 2023-07-13T14:18:01.5847942Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:01.5848942Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:01.5850151Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:01.5850950Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:01.5851810Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:01.5852488Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:01.5853075Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:01.5854202Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5855226Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:01.5855695Z | ^~~~~~~~ 2023-07-13T14:18:01.5856289Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5856787Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5857321Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:01.5857910Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:01.5858580Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:01.5859007Z 662 | int channels; 2023-07-13T14:18:01.5859315Z | ^~~~~~~~ 2023-07-13T14:18:01.5860004Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:01.5860971Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:01.5861775Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:01.5862534Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:01.5863310Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:01.5863949Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:01.5864554Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:01.5865640Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5866484Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:01.5866955Z | ^~~~~~~~ 2023-07-13T14:18:01.5867552Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5868056Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5868609Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:01.5869190Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:01.5869849Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:01.5870507Z 662 | int channels; 2023-07-13T14:18:01.5870824Z | ^~~~~~~~ 2023-07-13T14:18:01.5873727Z [39/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-07-13T14:18:01.5876500Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:530:6: warning: ‘void torchaudio::io::{anonymous}::configure_hw_accel(AVCodecContext*, const string&)’ defined but not used [-Wunused-function] 2023-07-13T14:18:01.5877344Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:01.5878139Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5880975Z [40/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-07-13T14:18:01.5883387Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘std::string torchaudio::io::{anonymous}::get_supported_channels(const uint64_t*)’: 2023-07-13T14:18:01.5884557Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:318:61: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5885407Z 318 | ss << av_get_channel_layout_nb_channels(*channel_layouts); 2023-07-13T14:18:01.5885857Z | ^ 2023-07-13T14:18:01.5886455Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.5887266Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5887775Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5888268Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5888810Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5889528Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:01.5890096Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:01.5890517Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5891460Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:318:61: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5892219Z 318 | ss << av_get_channel_layout_nb_channels(*channel_layouts); 2023-07-13T14:18:01.5892663Z | ^ 2023-07-13T14:18:01.5893235Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.5893876Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5894696Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5895179Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5895731Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5896454Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:01.5897008Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:01.5897427Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5898520Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:319:55: warning: ‘const char* av_get_channel_name(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5899240Z 319 | ss << " (" << av_get_channel_name(*channel_layouts) << ")"; 2023-07-13T14:18:01.5899651Z | ^ 2023-07-13T14:18:01.5900380Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.5901055Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5901554Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5902036Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5902566Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5903267Z _deps/f6-src/include/libavutil/channel_layout.h:515:13: note: declared here 2023-07-13T14:18:01.5903936Z 515 | const char *av_get_channel_name(uint64_t channel); 2023-07-13T14:18:01.5904329Z | ^~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5905189Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:319:55: warning: ‘const char* av_get_channel_name(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5905748Z 319 | ss << " (" << av_get_channel_name(*channel_layouts) << ")"; 2023-07-13T14:18:01.5906074Z | ^ 2023-07-13T14:18:01.5906573Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.5907154Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5907583Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5908039Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5908557Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5909217Z _deps/f6-src/include/libavutil/channel_layout.h:515:13: note: declared here 2023-07-13T14:18:01.5909738Z 515 | const char *av_get_channel_name(uint64_t channel); 2023-07-13T14:18:01.5910109Z | ^~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5911044Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘uint64_t torchaudio::io::{anonymous}::get_channel_layout(uint64_t, c10::optional, const AVCodec*)’: 2023-07-13T14:18:01.5912193Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5912926Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:01.5913255Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5913805Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.5914304Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5914772Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5915278Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5915915Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.5916561Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.5917068Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5918429Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5919134Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:01.5919498Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5920045Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.5920542Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5921017Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5921752Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5922406Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.5923042Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.5923567Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5924498Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5925196Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:01.5925546Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5926082Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.5926555Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5927026Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5927565Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5928230Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.5928833Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.5929361Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5930240Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:336:69: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5930959Z 336 | return static_cast(av_get_default_channel_layout(val)); 2023-07-13T14:18:01.5931425Z | ^ 2023-07-13T14:18:01.5931970Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.5932603Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5933068Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5933537Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5934057Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5934721Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:01.5935254Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:01.5935667Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5936541Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:336:69: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5937224Z 336 | return static_cast(av_get_default_channel_layout(val)); 2023-07-13T14:18:01.5937674Z | ^ 2023-07-13T14:18:01.5938245Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.5938843Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5939315Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5939786Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5940717Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5941371Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:01.5941898Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:01.5942310Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5943237Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5944044Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:01.5944555Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5945114Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.5945606Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5946078Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5946610Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5947236Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.5947870Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.5948385Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5949318Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5950132Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:01.5950566Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5951119Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.5951605Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5952090Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5952602Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5953252Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.5953865Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.5954378Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5955316Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5956112Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:01.5956551Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5957112Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.5957776Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5958247Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5958778Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5959435Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.5960060Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.5960567Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5961446Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:339:48: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5962160Z 339 | if (av_get_channel_layout_nb_channels(*it) == val) { 2023-07-13T14:18:01.5962560Z | ^ 2023-07-13T14:18:01.5963355Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.5963972Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5964431Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5964904Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5965427Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5966102Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:01.5966790Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:01.5967223Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5968128Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:339:48: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5968823Z 339 | if (av_get_channel_layout_nb_channels(*it) == val) { 2023-07-13T14:18:01.5969249Z | ^ 2023-07-13T14:18:01.5969788Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.5970399Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.5970885Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5971358Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5971887Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5972561Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:01.5973100Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:01.5973515Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5974169Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:01.5975016Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:01.5975792Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:01.5976520Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:01.5977291Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:01.5977852Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:01.5978320Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5978833Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5979877Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5980822Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:01.5981251Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5981802Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.5982313Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5982796Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5983296Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5983955Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.5984559Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.5985060Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5985721Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:01.5986718Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:01.5987463Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:01.5988180Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:01.5988968Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:01.5989539Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:01.5990106Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5990596Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5991633Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.5992449Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:01.5992878Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5993417Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.5993920Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.5994395Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.5994904Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.5995570Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.5996203Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.5996723Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.5997372Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:01.5998340Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:01.5999094Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:01.5999800Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:01.6000599Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:01.6001162Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:01.6001642Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6002154Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6003192Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6004000Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:01.6004410Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6004966Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6005480Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6005962Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6006476Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6007141Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6007778Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6008349Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6009266Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6010237Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:01.6010601Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6011138Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6011647Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6012119Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6012625Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6013432Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6014066Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6014588Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6015486Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6016205Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:01.6016561Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6017089Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6017593Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6018073Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6018602Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6019252Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6019869Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6020493Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6021371Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6022078Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:01.6022446Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6022992Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6023484Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6023962Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6024502Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6025134Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6025760Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6026277Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6027201Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6027996Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:01.6028423Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6028973Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6029469Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6029935Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6030474Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6031115Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6031743Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6032441Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6033365Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6034146Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:01.6034556Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6035112Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6035591Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6036162Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6036690Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6037344Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6038138Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6038669Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6039592Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6040386Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:01.6040799Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6041349Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6041870Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6042327Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6042852Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6043490Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6044121Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6044628Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6045531Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6046249Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:01.6046583Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6047135Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6047651Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6048105Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6048618Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6049275Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6049881Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6050365Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6051278Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6052009Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:01.6052358Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6052913Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6053420Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6053903Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6054418Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6055325Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6055945Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6056443Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6057679Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6058415Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:01.6058796Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6059480Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:01.6060008Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6060639Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6061162Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6061835Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:01.6062485Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:01.6063152Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6064298Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘void torchaudio::io::{anonymous}::configure_audio_codec_ctx(AVCodecContext*, AVSampleFormat, int, uint64_t, const c10::optional&)’: 2023-07-13T14:18:01.6065652Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6066507Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:01.6066940Z | ^~~~~~~~ 2023-07-13T14:18:01.6067344Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6067836Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6068372Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6069017Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:01.6069439Z 1042 | int channels; 2023-07-13T14:18:01.6069753Z | ^~~~~~~~ 2023-07-13T14:18:01.6070647Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6071493Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:01.6071934Z | ^~~~~~~~ 2023-07-13T14:18:01.6072370Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6072841Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6073361Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6074035Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:01.6074448Z 1042 | int channels; 2023-07-13T14:18:01.6074768Z | ^~~~~~~~ 2023-07-13T14:18:01.6075681Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6076539Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:01.6076959Z | ^~~~~~~~ 2023-07-13T14:18:01.6077390Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6080923Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6081446Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6082117Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:01.6082795Z 1042 | int channels; 2023-07-13T14:18:01.6083119Z | ^~~~~~~~ 2023-07-13T14:18:01.6083974Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:73: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6084852Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:01.6085337Z | ^ 2023-07-13T14:18:01.6085879Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.6086611Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6087097Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6087572Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6088070Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6088755Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:01.6089289Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:01.6089690Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6090573Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:73: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6091439Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:01.6091928Z | ^ 2023-07-13T14:18:01.6092458Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.6093074Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6093558Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6094023Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6094544Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6095212Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:01.6095720Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:01.6096123Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6097084Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6097856Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:01.6098223Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6098650Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6099144Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6099663Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6100462Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.6100910Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.6101248Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6102173Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6102943Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:01.6103324Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6103739Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6104242Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6104760Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6105399Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.6106018Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.6106353Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6107292Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6108039Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:01.6108421Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6108845Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6109325Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6109947Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6110609Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.6111048Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.6111378Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6112396Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘torchaudio::io::AVFramePtr torchaudio::io::{anonymous}::get_audio_frame(AVSampleFormat, int, int, uint64_t, int)’: 2023-07-13T14:18:01.6113606Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6114334Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:01.6114705Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6115255Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6115774Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6116236Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6116765Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6117419Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:01.6118025Z 524 | uint64_t channel_layout; 2023-07-13T14:18:01.6118345Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6119247Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6119962Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:01.6120339Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6120872Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6121375Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6121848Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6122370Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6123020Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:01.6123438Z 524 | uint64_t channel_layout; 2023-07-13T14:18:01.6123798Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6124696Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6125415Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:01.6125779Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6126324Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6126833Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6127412Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6128134Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6128800Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:01.6129213Z 524 | uint64_t channel_layout; 2023-07-13T14:18:01.6129562Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6130732Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6131452Z 711 | frame->channels = num_channels; 2023-07-13T14:18:01.6131790Z | ^~~~~~~~ 2023-07-13T14:18:01.6132337Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6132863Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6133491Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6134011Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6134770Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:01.6135179Z 662 | int channels; 2023-07-13T14:18:01.6135501Z | ^~~~~~~~ 2023-07-13T14:18:01.6136376Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6137077Z 711 | frame->channels = num_channels; 2023-07-13T14:18:01.6137409Z | ^~~~~~~~ 2023-07-13T14:18:01.6137940Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6138434Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6138892Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6139420Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6140059Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:01.6140603Z 662 | int channels; 2023-07-13T14:18:01.6140924Z | ^~~~~~~~ 2023-07-13T14:18:01.6141804Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6142496Z 711 | frame->channels = num_channels; 2023-07-13T14:18:01.6142836Z | ^~~~~~~~ 2023-07-13T14:18:01.6143363Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6143871Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6144333Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6144847Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6145482Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:01.6145876Z 662 | int channels; 2023-07-13T14:18:01.6146192Z | ^~~~~~~~ 2023-07-13T14:18:01.6148102Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘torchaudio::io::EncodeProcess torchaudio::io::get_audio_encode_process(AVFormatContext*, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, bool)’: 2023-07-13T14:18:01.6149836Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:769:75: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6150565Z 769 | static_cast(av_get_default_channel_layout(src_num_channels)); 2023-07-13T14:18:01.6151008Z | ^ 2023-07-13T14:18:01.6151584Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.6152199Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6152672Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6153146Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.6153670Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:01.6154513Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:01.6155022Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:01.6155430Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6156297Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:769:75: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6157028Z 769 | static_cast(av_get_default_channel_layout(src_num_channels)); 2023-07-13T14:18:01.6157853Z | ^ 2023-07-13T14:18:01.6158443Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.6159056Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6159526Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.5975777Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:02.5976316Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:02.5977103Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:02.5977681Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:02.5978060Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.5978552Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In lambda function: 2023-07-13T14:18:02.5979868Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:789:67: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:02.5980610Z 789 | return static_cast(av_get_default_channel_layout(2)); 2023-07-13T14:18:02.5981057Z | ^ 2023-07-13T14:18:02.5981423Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:02.5981787Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:02.5982058Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.5982334Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:02.5982637Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:02.5983007Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:02.5983326Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:02.5983676Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.5984187Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:789:67: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:02.5984588Z 789 | return static_cast(av_get_default_channel_layout(2)); 2023-07-13T14:18:02.5984864Z | ^ 2023-07-13T14:18:02.5985194Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:02.5985538Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:02.5985824Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.5986098Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:02.5986398Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:02.5986780Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:02.5987080Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:02.5987315Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.5987571Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: At global scope: 2023-07-13T14:18:02.5988526Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:530:6: warning: ‘void torchaudio::io::{anonymous}::configure_hw_accel(AVCodecContext*, const string&)’ defined but not used [-Wunused-function] 2023-07-13T14:18:02.5989065Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:02.5989331Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.5990619Z [41/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure 2023-07-13T14:18:02.5991530Z -- lame configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure-*.log 2023-07-13T14:18:02.5992534Z [42/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build 2023-07-13T14:18:02.5993401Z -- ogg build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build-*.log 2023-07-13T14:18:02.5994471Z [43/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install 2023-07-13T14:18:02.5995710Z -- ogg install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install-*.log 2023-07-13T14:18:02.5997415Z [44/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/ogg-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-done 2023-07-13T14:18:02.6000928Z [45/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-mkdir 2023-07-13T14:18:02.6004347Z [46/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-mkdir 2023-07-13T14:18:02.6007210Z [47/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-mkdir 2023-07-13T14:18:02.6009705Z [48/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-07-13T14:18:02.6011304Z [49/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download 2023-07-13T14:18:04.2061440Z -- opus download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download-*.log 2023-07-13T14:18:04.2063379Z [50/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download 2023-07-13T14:18:04.2064717Z -- vorbis download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download-*.log 2023-07-13T14:18:04.2065966Z [51/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-update 2023-07-13T14:18:04.2067333Z [52/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-update 2023-07-13T14:18:04.2069223Z [53/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-patch 2023-07-13T14:18:04.2071280Z [54/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-patch 2023-07-13T14:18:04.2073560Z [55/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download 2023-07-13T14:18:04.2075207Z -- flac download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download-*.log 2023-07-13T14:18:04.2076516Z [56/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-update 2023-07-13T14:18:04.2081615Z [57/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-patch 2023-07-13T14:18:04.2084908Z [58/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-07-13T14:18:04.2087453Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp: In function ‘torchaudio::io::detail::{anonymous}::FilterGraphFactory torchaudio::io::detail::{anonymous}::get_audio_factory(AVRational, AVCodecContext*)’: 2023-07-13T14:18:04.2088829Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.2089540Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:04.2089908Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:04.2090321Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.2090833Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:04.2091387Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:04.2092044Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:04.2092479Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:04.2092809Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:04.2093762Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.2094578Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:04.2094983Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:04.2095483Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.2096107Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:04.2096751Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:04.2097466Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:04.2098277Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:04.2098667Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:04.2099659Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.2100466Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:04.2100847Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:04.2101253Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.2102060Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:04.2102652Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:04.2103364Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:04.2103857Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:04.2104226Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:04.2106657Z [59/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o -c ../../torchaudio/csrc/rnnt/compute_betas.cpp 2023-07-13T14:18:04.2110554Z [60/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o -c ../../torchaudio/csrc/forced_align/compute.cpp 2023-07-13T14:18:04.2114502Z [61/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o -c ../../torchaudio/csrc/rnnt/compute.cpp 2023-07-13T14:18:04.2118361Z [62/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o -c ../../torchaudio/csrc/rnnt/compute_alphas.cpp 2023-07-13T14:18:08.3284275Z [63/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o -c ../../torchaudio/csrc/rnnt/cpu/compute_betas.cpp 2023-07-13T14:18:08.3286912Z [64/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o -c ../../torchaudio/csrc/ffmpeg/compat.cpp 2023-07-13T14:18:08.3289046Z [65/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o -c ../../torchaudio/csrc/rnnt/cpu/compute_alphas.cpp 2023-07-13T14:18:08.3290527Z [66/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build 2023-07-13T14:18:08.3291289Z -- lame build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build-*.log 2023-07-13T14:18:08.3292803Z [67/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure 2023-07-13T14:18:08.3294133Z -- vorbis configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure-*.log 2023-07-13T14:18:08.3295833Z [68/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install 2023-07-13T14:18:08.3297240Z -- lame install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install-*.log 2023-07-13T14:18:08.3299067Z [69/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/lame-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-done 2023-07-13T14:18:08.3302185Z [70/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o -c ../../torchaudio/csrc/rnnt/autograd.cpp 2023-07-13T14:18:08.3303704Z [71/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure 2023-07-13T14:18:08.3304508Z -- opus configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure-*.log 2023-07-13T14:18:08.3306219Z [72/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-07-13T14:18:08.3307761Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:48:20: warning: ‘AVPixelFormat torchaudio::io::{anonymous}::get_hw_format(AVCodecContext*, const AVPixelFormat*)’ defined but not used [-Wunused-function] 2023-07-13T14:18:08.3308194Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:18:08.3308405Z | ^~~~~~~~~~~~~ 2023-07-13T14:18:08.3309000Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:30:24: warning: ‘const AVCodecHWConfig* torchaudio::io::{anonymous}::get_cuda_config(const AVCodec*)’ defined but not used [-Wunused-function] 2023-07-13T14:18:08.3309470Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:18:08.3309722Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:08.3311117Z [73/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o -c ../../torchaudio/csrc/rnnt/cpu/compute.cpp 2023-07-13T14:18:08.3313382Z [74/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-07-13T14:18:08.3314624Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:08.3315149Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:09.1260259Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:09.1260981Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:09.1261505Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:09.1262022Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:09.1262447Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:18:09.1262830Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:18:09.1264067Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:09.1265196Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:69:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:09.1265752Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:09.1266057Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:09.1267230Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:09.1268289Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:105:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:09.1268805Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:09.1269139Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:09.1270235Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_frame_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:09.1271244Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:149:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:09.1271720Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:09.1272042Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:09.1273386Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_frame_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:09.1274518Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:186:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:09.1275034Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:09.1275290Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:09.1275974Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-07-13T14:18:09.1276721Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:223:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:09.1277274Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:09.1277530Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:09.1279460Z [75/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-07-13T14:18:09.1297828Z [76/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-07-13T14:18:09.1299543Z [77/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure 2023-07-13T14:18:09.1300464Z -- flac configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure-*.log 2023-07-13T14:18:09.1301989Z [78/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o -c ../../torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-07-13T14:18:09.1304450Z [79/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o -c ../../torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-07-13T14:18:09.1306705Z [80/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-07-13T14:18:11.1619025Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:11.1619771Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:61:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 2023-07-13T14:18:11.1620405Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:11.1620637Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:11.1622234Z [81/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-07-13T14:18:11.1625598Z [82/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o -c ../../torchaudio/csrc/ffmpeg/hw_context.cpp 2023-07-13T14:18:11.1628264Z [83/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-07-13T14:18:11.1630629Z [84/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-07-13T14:18:11.1633009Z [85/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-07-13T14:18:11.1634384Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-07-13T14:18:11.1635264Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp:97:41: warning: comparison of integer expressions of different signedness: ‘std::deque::size_type’ {aka ‘long unsigned int’} and ‘const int64_t’ {aka ‘const long int’} [-Wsign-compare] 2023-07-13T14:18:11.1635737Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:11.1635973Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:11.1637541Z [86/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-07-13T14:18:11.1639129Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:530:6: warning: ‘void torchaudio::io::{anonymous}::configure_hw_accel(AVCodecContext*, const string&)’ defined but not used [-Wunused-function] 2023-07-13T14:18:11.1639711Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:11.1639970Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:11.1641559Z [87/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-07-13T14:18:11.1643930Z [88/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-07-13T14:18:11.1646225Z [89/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-07-13T14:18:11.1647710Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1648169Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1648612Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1649025Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1649479Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1649950Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1650396Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1650857Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1651342Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1651821Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1652280Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1652706Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1653313Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In member function ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&)’: 2023-07-13T14:18:11.1653976Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1654424Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1654749Z | ^~~~~~~~ 2023-07-13T14:18:11.1655078Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1655356Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1655649Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1655972Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1656334Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1656559Z 662 | int channels; 2023-07-13T14:18:11.1656738Z | ^~~~~~~~ 2023-07-13T14:18:11.1657097Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1657537Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1657978Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1658399Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1658854Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1659310Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1659774Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1660342Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1660818Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1661287Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1661757Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1662110Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1662653Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1663119Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1663390Z | ^~~~~~~~ 2023-07-13T14:18:11.1663714Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1663990Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1664278Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1664601Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1664953Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1665189Z 662 | int channels; 2023-07-13T14:18:11.1665372Z | ^~~~~~~~ 2023-07-13T14:18:11.1665731Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1666275Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1666715Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1667140Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1667580Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1668046Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1668598Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1669066Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1669526Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1670005Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1670479Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1670830Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1671369Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1671833Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1672101Z | ^~~~~~~~ 2023-07-13T14:18:11.1672412Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1672703Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1672998Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1673312Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1673658Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1673895Z 662 | int channels; 2023-07-13T14:18:11.1674074Z | ^~~~~~~~ 2023-07-13T14:18:11.1674418Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1674876Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1675313Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1675733Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1676171Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1676646Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1677112Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1677676Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1678202Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1678687Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1679166Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1679503Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1680381Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Byte; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1680923Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:75:16: required from here 2023-07-13T14:18:11.1681490Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1682028Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1682300Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1682625Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1682917Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1683196Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1683520Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1683886Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1684112Z 662 | int channels; 2023-07-13T14:18:11.1684295Z | ^~~~~~~~ 2023-07-13T14:18:11.1684654Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1685111Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1685537Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1685954Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1686406Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1686863Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1687325Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1687783Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1688263Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1688730Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1689208Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1689560Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1690119Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1690569Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1690834Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1691156Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1691429Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1691718Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1692041Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1692409Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1692631Z 662 | int channels; 2023-07-13T14:18:11.1692810Z | ^~~~~~~~ 2023-07-13T14:18:11.1693166Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1693675Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1694107Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1694529Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1694982Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1695492Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1695960Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1696422Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1696880Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1697360Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1697834Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1698187Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1698731Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1699201Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1699467Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1699790Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1700144Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1700440Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1700755Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1701108Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1701345Z 662 | int channels; 2023-07-13T14:18:11.1701526Z | ^~~~~~~~ 2023-07-13T14:18:11.1701871Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1702330Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1702769Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1703188Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1703628Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1704100Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1704562Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1705021Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1705481Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1705962Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1706430Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1706781Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1707607Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Byte; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1708132Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:76:16: required from here 2023-07-13T14:18:11.1708694Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1709228Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1709482Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1709809Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1710101Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1710385Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1710700Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1711061Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1711301Z 662 | int channels; 2023-07-13T14:18:11.1711468Z | ^~~~~~~~ 2023-07-13T14:18:11.1711829Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1712284Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1712712Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1713132Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1713582Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1714054Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1714497Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1714965Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1715448Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1715919Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1716392Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1716740Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1717301Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1717867Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1718132Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1718459Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1718755Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1719034Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1719359Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1719723Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1719948Z 662 | int channels; 2023-07-13T14:18:11.1720128Z | ^~~~~~~~ 2023-07-13T14:18:11.1720488Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1721037Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1721474Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1721893Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1722351Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1722881Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1723346Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1723814Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1724296Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1724757Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1725228Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1725582Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1726149Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1726592Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1726857Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1727179Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1727464Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1727754Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1728071Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1728416Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1728652Z 662 | int channels; 2023-07-13T14:18:11.1728833Z | ^~~~~~~~ 2023-07-13T14:18:11.1729189Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1729633Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1730068Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1730489Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1730928Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1731392Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1731853Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1732314Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1732780Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1733250Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1733751Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1734099Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1734943Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Short; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1735473Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:77:16: required from here 2023-07-13T14:18:11.1736034Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1736548Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1736804Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1737127Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1737418Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1737703Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1738017Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1738381Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1738618Z 662 | int channels; 2023-07-13T14:18:11.1738784Z | ^~~~~~~~ 2023-07-13T14:18:11.1739143Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1739606Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1740116Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1740536Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1740988Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1741459Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1741903Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1742365Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1742843Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1743323Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1743780Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1744130Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1744686Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1745126Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1745394Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1745718Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1746010Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1746294Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1746608Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1746966Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1747190Z 662 | int channels; 2023-07-13T14:18:11.1747368Z | ^~~~~~~~ 2023-07-13T14:18:11.1747801Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1748254Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1748677Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1749099Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1749550Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1750057Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1750523Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1750985Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1751467Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1751929Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1752401Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1752755Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1753316Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1753761Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1754023Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1754347Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1754629Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1754921Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1755239Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1755598Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1755825Z 662 | int channels; 2023-07-13T14:18:11.1756004Z | ^~~~~~~~ 2023-07-13T14:18:11.1756359Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1756803Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1757238Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1757801Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1758263Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1758715Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1759179Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1759644Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1760124Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1760586Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1761055Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1761520Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1762270Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Short; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1762795Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:78:16: required from here 2023-07-13T14:18:11.1763356Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1763888Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1764143Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1764466Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1764756Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1765053Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1765352Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1765716Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1765952Z 662 | int channels; 2023-07-13T14:18:11.1766120Z | ^~~~~~~~ 2023-07-13T14:18:11.1766480Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1766941Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1767379Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1767783Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1768236Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1768709Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1769157Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1769617Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1770092Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1770568Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1771026Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1771377Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1771936Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1772393Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1772645Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1772972Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1773263Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1773545Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1773858Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1774219Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1774455Z 662 | int channels; 2023-07-13T14:18:11.1774621Z | ^~~~~~~~ 2023-07-13T14:18:11.1775043Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1775498Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1775921Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1776333Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1776785Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1777308Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1777758Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1778217Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1778704Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1779169Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1779641Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1780071Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1780641Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1781087Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1781350Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1781680Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1781979Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1782256Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1782575Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1782939Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1783162Z 662 | int channels; 2023-07-13T14:18:11.1783343Z | ^~~~~~~~ 2023-07-13T14:18:11.1783707Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1784147Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1784581Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1784995Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1785453Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1785904Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1786365Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1786825Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1787300Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1787760Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1788227Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1788652Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1789402Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Int; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1789918Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:79:16: required from here 2023-07-13T14:18:11.1790544Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1791006Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1791271Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1791580Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1791878Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1792166Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1792466Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1792828Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1793067Z 662 | int channels; 2023-07-13T14:18:11.1793233Z | ^~~~~~~~ 2023-07-13T14:18:11.1793588Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1794045Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1794481Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1794883Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1795337Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1795801Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1796258Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1796703Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1797184Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1797798Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1798332Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1798683Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1799244Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1799703Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1799955Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1800281Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1800574Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1800874Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1801173Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1801531Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1801764Z 662 | int channels; 2023-07-13T14:18:11.1802038Z | ^~~~~~~~ 2023-07-13T14:18:11.1802395Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1802846Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1803270Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1803684Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1804223Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1804691Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1805138Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1805598Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1806082Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1806558Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1807016Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1807369Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1807926Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1808383Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1808635Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1808967Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1809257Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1809536Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1809849Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1810213Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1810436Z 662 | int channels; 2023-07-13T14:18:11.1810616Z | ^~~~~~~~ 2023-07-13T14:18:11.1810981Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1811434Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1811858Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1812276Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1812733Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1813185Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1813648Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1814110Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1814591Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1815049Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1815519Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1815940Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1816691Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Int; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1817201Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:80:16: required from here 2023-07-13T14:18:11.1817824Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1818284Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1818548Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1818862Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1819161Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1819450Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1819758Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1820192Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1820428Z 662 | int channels; 2023-07-13T14:18:11.1820608Z | ^~~~~~~~ 2023-07-13T14:18:11.1820952Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1821416Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1821855Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1822261Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1822718Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1823191Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1823653Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1824101Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1824580Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1825054Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1825526Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1825864Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1826422Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1826875Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1827126Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1827449Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1827739Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1828036Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1828336Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1828698Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1828935Z 662 | int channels; 2023-07-13T14:18:11.1829176Z | ^~~~~~~~ 2023-07-13T14:18:11.1829534Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1829991Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1830427Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1830832Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1831337Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1831803Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1832250Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1832709Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1833191Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1833667Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1834126Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1834476Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1835035Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1835492Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1835743Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1836075Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1836365Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1836641Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1836957Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1837317Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1837666Z 662 | int channels; 2023-07-13T14:18:11.1837862Z | ^~~~~~~~ 2023-07-13T14:18:11.1838230Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1838695Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1839117Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1839542Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1839997Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1840462Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1840912Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1841369Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1841850Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1842323Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1842783Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1843264Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1844033Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Long; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1844557Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:81:16: required from here 2023-07-13T14:18:11.1845178Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1845640Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1845904Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1846215Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1846579Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1846871Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1847184Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1847530Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1847762Z 662 | int channels; 2023-07-13T14:18:11.1847941Z | ^~~~~~~~ 2023-07-13T14:18:11.1848294Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1848746Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1849181Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1849596Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1850038Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1850505Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1850965Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1851412Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1851888Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1852362Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1852833Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1853171Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1853726Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1854178Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1854442Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1854750Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1855045Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1855334Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1855635Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1855991Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1856307Z 662 | int channels; 2023-07-13T14:18:11.1856482Z | ^~~~~~~~ 2023-07-13T14:18:11.1856827Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1857276Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1857708Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1858113Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1858633Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1859105Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1859563Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1860109Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1860589Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1861066Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1861539Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1861883Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1862442Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1862896Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1863144Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1863473Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1863764Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1864053Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1864352Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1864713Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1864946Z 662 | int channels; 2023-07-13T14:18:11.1865113Z | ^~~~~~~~ 2023-07-13T14:18:11.1865474Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1865930Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1866367Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1866778Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1867225Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1867688Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1868136Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1868598Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1869074Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1869545Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1870001Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1870432Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1871183Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Long; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1871718Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:82:16: required from here 2023-07-13T14:18:11.1872322Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1872778Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1873039Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1873368Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1873640Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1873929Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1874241Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1874588Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1874823Z 662 | int channels; 2023-07-13T14:18:11.1875001Z | ^~~~~~~~ 2023-07-13T14:18:11.1875350Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1875804Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1876237Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1876653Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1877096Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1877671Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1878134Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1878595Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1879057Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1879532Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1880001Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1880356Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1880904Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1881357Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1881620Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1881929Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1882226Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1882514Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1882824Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1883171Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1883548Z 662 | int channels; 2023-07-13T14:18:11.1883727Z | ^~~~~~~~ 2023-07-13T14:18:11.1884074Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1884528Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1884965Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1885369Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1885890Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1886360Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1886820Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1887268Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1887737Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1888211Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1888678Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1889021Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1889571Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1890028Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1890296Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1890614Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1890899Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1891187Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1891483Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1891839Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1892072Z 662 | int channels; 2023-07-13T14:18:11.1892237Z | ^~~~~~~~ 2023-07-13T14:18:11.1892600Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1893053Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1893485Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1893896Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1894348Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1894812Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1895267Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1895714Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1896190Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1896669Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1897196Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1897543Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1898316Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Float; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1898835Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:83:16: required from here 2023-07-13T14:18:11.1899461Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1900038Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1900400Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1900728Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1901023Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1901317Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1901619Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1901982Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1902220Z 662 | int channels; 2023-07-13T14:18:11.1902404Z | ^~~~~~~~ 2023-07-13T14:18:11.1902757Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1903217Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1903655Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1904068Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1904523Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1904991Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1905452Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1905898Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1906382Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1906861Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1907333Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1907676Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1908239Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1908699Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1908964Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1909277Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1909575Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1909868Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1910170Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1910532Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1910855Z 662 | int channels; 2023-07-13T14:18:11.1911020Z | ^~~~~~~~ 2023-07-13T14:18:11.1911380Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1911833Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1912272Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1912679Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1913190Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1913657Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1914104Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1914572Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1915050Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1915532Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1915990Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1916351Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1916909Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1917367Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1917764Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1918090Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1918379Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1918658Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1918976Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1919340Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1919575Z 662 | int channels; 2023-07-13T14:18:11.1919751Z | ^~~~~~~~ 2023-07-13T14:18:11.1920113Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1920566Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1920990Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1921411Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1921868Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1922331Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1922773Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1923237Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1923714Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1924188Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1924749Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1925101Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1925860Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Float; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1926466Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:84:16: required from here 2023-07-13T14:18:11.1927017Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1927474Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1927738Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1928055Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1928343Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1928638Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1928954Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1929300Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1929536Z 662 | int channels; 2023-07-13T14:18:11.1929717Z | ^~~~~~~~ 2023-07-13T14:18:11.1930065Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1930521Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1930954Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1931377Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1931810Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1932276Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1932736Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1933188Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1933663Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1934142Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1934613Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1934951Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1935506Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1935966Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1936235Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1936551Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1936840Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1937131Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1937433Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1937876Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1938113Z 662 | int channels; 2023-07-13T14:18:11.1938293Z | ^~~~~~~~ 2023-07-13T14:18:11.1938640Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1939095Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1939530Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1940090Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1940552Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1941023Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1941491Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1941946Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1942421Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1942902Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1943376Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1943720Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1944280Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1944744Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1945002Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1945322Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1945611Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1945905Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1946205Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1946567Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1946809Z 662 | int channels; 2023-07-13T14:18:11.1946976Z | ^~~~~~~~ 2023-07-13T14:18:11.1947330Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1947785Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1948223Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1948630Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1949083Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1949548Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1949996Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1950460Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1950937Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1951410Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1951960Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1952310Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1953073Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Double; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1953668Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:85:16: required from here 2023-07-13T14:18:11.1954220Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1954678Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1954948Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1955271Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1955544Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1955832Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1956146Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1956493Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1956729Z 662 | int channels; 2023-07-13T14:18:11.1956914Z | ^~~~~~~~ 2023-07-13T14:18:11.1957264Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1958318Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1958759Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1959187Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1959625Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1960094Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1960555Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1961026Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1961488Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1961966Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1962451Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1962808Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1963354Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1963814Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1964082Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1964399Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1964690Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1964983Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1965299Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1965775Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1966015Z 662 | int channels; 2023-07-13T14:18:11.1966198Z | ^~~~~~~~ 2023-07-13T14:18:11.1966543Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1966999Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1967437Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1967917Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1968374Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1968843Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1969312Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1969764Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1970238Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1970714Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1971202Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1971619Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1972164Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1972627Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1972900Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1973228Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1973509Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1973802Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1974120Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1974471Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1974719Z 662 | int channels; 2023-07-13T14:18:11.1974904Z | ^~~~~~~~ 2023-07-13T14:18:11.1975252Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1975706Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1976151Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1976572Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1977013Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1977481Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1977944Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1978406Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1978864Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1979340Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1979886Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1980327Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1981079Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Double; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:11.1981711Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:86:16: required from here 2023-07-13T14:18:11.1982278Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1982737Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1982997Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1983323Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1983619Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1983896Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1984212Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1984574Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1984799Z 662 | int channels; 2023-07-13T14:18:11.1984985Z | ^~~~~~~~ 2023-07-13T14:18:11.1985341Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1985794Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1986219Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1986638Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1987095Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1987562Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1988008Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1988473Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1988948Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1989410Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1989892Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1990242Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1990791Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.1991235Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.1991496Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.1991826Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.1992118Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.1992393Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.1992706Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.1993134Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.1993357Z 662 | int channels; 2023-07-13T14:18:11.1993539Z | ^~~~~~~~ 2023-07-13T14:18:11.1993895Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:11.1994336Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:11.1994770Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:11.1995271Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:11.1995725Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:11.1996176Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:11.1996638Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:11.1997094Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:11.1997682Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:11.1998148Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:11.1998627Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:11.1999024Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:11.1999572Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:11.2000038Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:11.2000302Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:11.2000627Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:11.2000902Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:11.2001193Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:11.2001506Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:11.2001863Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:11.2002097Z 662 | int channels; 2023-07-13T14:18:11.2002280Z | ^~~~~~~~ 2023-07-13T14:18:11.2002537Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: At global scope: 2023-07-13T14:18:11.2003204Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:101:15: warning: ‘at::Tensor torchaudio::io::{anonymous}::get_image_buffer(at::IntArrayRef, c10::Device, torch::Dtype)’ defined but not used [-Wunused-function] 2023-07-13T14:18:11.2003623Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:11.2003824Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:11.2005365Z [90/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-07-13T14:18:14.2367635Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:101:15: warning: ‘at::Tensor torchaudio::io::{anonymous}::get_image_buffer(at::IntArrayRef, c10::Device, torch::Dtype)’ defined but not used [-Wunused-function] 2023-07-13T14:18:14.2368443Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:14.2368782Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:14.2376177Z [91/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_ffmpeg6.so -o torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg6.so torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f6-src/lib/libavutil.so.58 _deps/f6-src/lib/libavcodec.so.60 _deps/f6-src/lib/libavformat.so.60 _deps/f6-src/lib/libavdevice.so.60 _deps/f6-src/lib/libavfilter.so.9 && : 2023-07-13T14:18:14.2383396Z [92/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o -c ../../torchaudio/csrc/ffmpeg/compat.cpp 2023-07-13T14:18:14.2387024Z [93/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o -c ../../torchaudio/csrc/overdrive.cpp 2023-07-13T14:18:14.2390732Z [94/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o -c ../../torchaudio/csrc/ffmpeg/compat.cpp 2023-07-13T14:18:14.2400381Z [95/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_ffmpeg5.so -o torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg5.so torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f5-src/lib/libavutil.so.57 _deps/f5-src/lib/libavcodec.so.59 _deps/f5-src/lib/libavformat.so.59 _deps/f5-src/lib/libavdevice.so.59 _deps/f5-src/lib/libavfilter.so.8 && : 2023-07-13T14:18:14.2407049Z [96/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o -c ../../torchaudio/csrc/rir.cpp 2023-07-13T14:18:14.2410846Z [97/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o -c ../../torchaudio/csrc/forced_align/cpu/compute.cpp 2023-07-13T14:18:14.2413773Z [98/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build 2023-07-13T14:18:19.1501997Z -- vorbis build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build-*.log 2023-07-13T14:18:19.1503037Z [99/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install 2023-07-13T14:18:19.1503984Z -- vorbis install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install-*.log 2023-07-13T14:18:19.1505015Z [100/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/vorbis-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-done 2023-07-13T14:18:19.1506759Z [101/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_EXPORTS -I../../ -I/opt/conda/include/python3.10 -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/pybind/pybind.cpp 2023-07-13T14:18:19.1508798Z [102/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o -c ../../torchaudio/csrc/lfilter.cpp 2023-07-13T14:18:19.1512043Z [103/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio.so -o torchaudio/csrc/libtorchaudio.so torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lgomp -lpthread && : 2023-07-13T14:18:19.1515296Z [104/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio.so -o torchaudio/csrc/_torchaudio.so torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc:/opt/conda/lib/python3.10/site-packages/torch/lib: torchaudio/csrc/libtorchaudio.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lgomp -lpthread && : 2023-07-13T14:18:19.1517746Z [105/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-07-13T14:18:19.1519253Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:101:15: warning: ‘at::Tensor torchaudio::io::{anonymous}::get_image_buffer(at::IntArrayRef, c10::Device, torch::Dtype)’ defined but not used [-Wunused-function] 2023-07-13T14:18:19.1519677Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:19.1519887Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:19.1523877Z [106/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_ffmpeg4.so -o torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg4.so torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f4-src/lib/libavutil.so.56 _deps/f4-src/lib/libavcodec.so.58 _deps/f4-src/lib/libavformat.so.58 _deps/f4-src/lib/libavdevice.so.58 _deps/f4-src/lib/libavfilter.so.7 && : 2023-07-13T14:18:19.1528157Z [107/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg4 -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_ffmpeg4_EXPORTS -I../../ -I/opt/conda/include/python3.10 -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-07-13T14:18:19.9091328Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:19.9092313Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:19.9093189Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:19.9094100Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:19.9094882Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:19.9095713Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:19.9096612Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:19.9097481Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:19.9098339Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:19.9099215Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:19.9100237Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:19.9101065Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:19.9101636Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:19.9102687Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:19.9103890Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:19.9104564Z 125 | chunk_len <= request, 2023-07-13T14:18:19.9104894Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:19.9107889Z [108/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg6 -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_ffmpeg6_EXPORTS -I../../ -I/opt/conda/include/python3.10 -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-07-13T14:18:19.9110465Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:19.9111272Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:19.9112093Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:19.9113045Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:19.9113840Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:19.9114696Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:19.9115574Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:19.9116438Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:19.9117308Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:19.9118495Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:19.9119397Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:19.9120233Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:19.9120821Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:19.9121807Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:19.9122968Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:19.9123615Z 125 | chunk_len <= request, 2023-07-13T14:18:19.9123965Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:19.9127569Z [109/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio_ffmpeg4.so -o torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg4.so torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg:/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib: torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg4.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f4-src/lib/libavutil.so.56 _deps/f4-src/lib/libavcodec.so.58 _deps/f4-src/lib/libavformat.so.58 _deps/f4-src/lib/libavdevice.so.58 _deps/f4-src/lib/libavfilter.so.7 && : 2023-07-13T14:18:19.9133096Z [110/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio_ffmpeg6.so -o torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg6.so torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg:/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib: torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg6.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f6-src/lib/libavutil.so.58 _deps/f6-src/lib/libavcodec.so.60 _deps/f6-src/lib/libavformat.so.60 _deps/f6-src/lib/libavdevice.so.60 _deps/f6-src/lib/libavfilter.so.9 && : 2023-07-13T14:18:19.9138196Z [111/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg5 -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_ffmpeg5_EXPORTS -I../../ -I/opt/conda/include/python3.10 -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-07-13T14:18:19.9140543Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:19.9141357Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:19.9142184Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:19.9143000Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:19.9143773Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:19.9144617Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:19.9145487Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:19.9146378Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:19.9147245Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:19.9148097Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:19.9148986Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:30.9026023Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:30.9026406Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:30.9027031Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:30.9027695Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:30.9028063Z 125 | chunk_len <= request, 2023-07-13T14:18:30.9028260Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:30.9030174Z [112/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio_ffmpeg5.so -o torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg5.so torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg:/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib: torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg5.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f5-src/lib/libavutil.so.57 _deps/f5-src/lib/libavcodec.so.59 _deps/f5-src/lib/libavformat.so.59 _deps/f5-src/lib/libavdevice.so.59 _deps/f5-src/lib/libavfilter.so.8 && : 2023-07-13T14:18:30.9032308Z [113/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build 2023-07-13T14:18:30.9033080Z -- opus build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build-*.log 2023-07-13T14:18:30.9033976Z [114/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install 2023-07-13T14:18:30.9034753Z -- opus install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install-*.log 2023-07-13T14:18:30.9035756Z [115/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opus-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-done 2023-07-13T14:18:30.9038073Z [116/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-mkdir 2023-07-13T14:18:30.9039777Z [117/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download 2023-07-13T14:18:30.9040579Z -- opusfile download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download-*.log 2023-07-13T14:18:30.9041333Z [118/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-update 2023-07-13T14:18:30.9042357Z [119/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-patch 2023-07-13T14:18:30.9043525Z [120/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure 2023-07-13T14:18:30.9044463Z -- opusfile configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure-*.log 2023-07-13T14:18:30.9045498Z [121/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build 2023-07-13T14:18:30.9046315Z -- opusfile build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build-*.log 2023-07-13T14:18:30.9047267Z [122/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install 2023-07-13T14:18:30.9048092Z -- opusfile install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install-*.log 2023-07-13T14:18:30.9049152Z [123/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opusfile-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-done 2023-07-13T14:18:30.9050425Z [124/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build 2023-07-13T14:18:30.9051163Z -- flac build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build-*.log 2023-07-13T14:18:30.9052036Z [125/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install 2023-07-13T14:18:30.9052779Z -- flac install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install-*.log 2023-07-13T14:18:30.9053754Z [126/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/flac-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-done 2023-07-13T14:19:31.2461493Z [127/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build 2023-07-13T14:19:31.2462313Z -- amr build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build-*.log 2023-07-13T14:19:31.2463888Z [128/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install 2023-07-13T14:19:31.2464961Z -- amr install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install-*.log 2023-07-13T14:19:31.2466092Z [129/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/amr-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-done 2023-07-13T14:19:31.2468146Z [130/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-mkdir 2023-07-13T14:19:31.2469719Z [131/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download 2023-07-13T14:19:31.2470479Z -- sox download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download-*.log 2023-07-13T14:19:31.2471178Z [132/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-update 2023-07-13T14:19:31.2472147Z [133/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-patch 2023-07-13T14:19:31.2473219Z [134/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure 2023-07-13T14:19:31.2473980Z -- sox configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure-*.log 2023-07-13T14:19:31.2474856Z [135/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build 2023-07-13T14:19:31.2475586Z -- sox build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build-*.log 2023-07-13T14:19:31.2476457Z [136/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install 2023-07-13T14:19:31.2477264Z -- sox install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install-*.log 2023-07-13T14:19:31.2478528Z [137/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/sox-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-done 2023-07-13T14:19:31.2480252Z [138/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o -c ../../torchaudio/csrc/sox/types.cpp 2023-07-13T14:19:31.2482314Z [139/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o -c ../../torchaudio/csrc/sox/effects_chain.cpp 2023-07-13T14:19:31.2484344Z [140/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o -c ../../torchaudio/csrc/sox/utils.cpp 2023-07-13T14:19:31.2486302Z [141/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o -c ../../torchaudio/csrc/sox/io.cpp 2023-07-13T14:19:31.2488315Z [142/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o -c ../../torchaudio/csrc/sox/effects.cpp 2023-07-13T14:19:38.8224962Z [143/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_sox.so -o torchaudio/csrc/sox/libtorchaudio_sox.so torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so ../../third_party/sox/../install/lib/libsox.a ../../third_party/sox/../install/lib/libopencore-amrnb.a ../../third_party/sox/../install/lib/libopencore-amrwb.a ../../third_party/sox/../install/lib/libmp3lame.a ../../third_party/sox/../install/lib/libFLAC.a ../../third_party/sox/../install/lib/libopusfile.a ../../third_party/sox/../install/lib/libopus.a ../../third_party/sox/../install/lib/libvorbisenc.a ../../third_party/sox/../install/lib/libvorbisfile.a ../../third_party/sox/../install/lib/libvorbis.a ../../third_party/sox/../install/lib/libogg.a && : 2023-07-13T14:19:38.8227969Z [144/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_sox_EXPORTS -I../../ -I/opt/conda/include/python3.10 -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/sox/pybind/pybind.cpp 2023-07-13T14:19:38.8230982Z [145/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio_sox.so -o torchaudio/csrc/sox/_torchaudio_sox.so torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox:/opt/conda/lib/python3.10/site-packages/torch/lib: torchaudio/csrc/sox/libtorchaudio_sox.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so ../../third_party/sox/../install/lib/libsox.a ../../third_party/sox/../install/lib/libopencore-amrnb.a ../../third_party/sox/../install/lib/libopencore-amrwb.a ../../third_party/sox/../install/lib/libmp3lame.a ../../third_party/sox/../install/lib/libFLAC.a ../../third_party/sox/../install/lib/libopusfile.a ../../third_party/sox/../install/lib/libopus.a ../../third_party/sox/../install/lib/libvorbisenc.a ../../third_party/sox/../install/lib/libvorbisfile.a ../../third_party/sox/../install/lib/libvorbis.a ../../third_party/sox/../install/lib/libogg.a && : 2023-07-13T14:19:38.8232707Z [145/146] cd /work/build/temp.linux-x86_64-cpython-310 && /opt/conda/bin/cmake -P cmake_install.cmake 2023-07-13T14:19:38.8233048Z -- Install configuration: "Release" 2023-07-13T14:19:38.8233410Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so 2023-07-13T14:19:38.8233971Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so" to "" 2023-07-13T14:19:38.8234411Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so 2023-07-13T14:19:38.8234858Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so" to "" 2023-07-13T14:19:38.8235294Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so 2023-07-13T14:19:38.8235829Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so" to "" 2023-07-13T14:19:38.8236280Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so 2023-07-13T14:19:38.8236738Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so" to "" 2023-07-13T14:19:38.8237183Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so 2023-07-13T14:19:38.8237905Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so" to "" 2023-07-13T14:19:38.8238372Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so 2023-07-13T14:19:38.8238835Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so" to "" 2023-07-13T14:19:38.8239301Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so 2023-07-13T14:19:38.8239777Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so" to "" 2023-07-13T14:19:38.8240233Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so 2023-07-13T14:19:38.8240688Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so" to "" 2023-07-13T14:19:38.8241148Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so 2023-07-13T14:19:38.8241613Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so" to "" 2023-07-13T14:19:38.8242063Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so 2023-07-13T14:19:38.8242513Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so" to "" 2023-07-13T14:19:38.8242866Z creating build/bdist.linux-x86_64 2023-07-13T14:19:38.8243141Z creating build/bdist.linux-x86_64/egg 2023-07-13T14:19:38.8243434Z creating build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:38.8243858Z copying build/lib.linux-x86_64-cpython-310/torchaudio/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:38.8244348Z copying build/lib.linux-x86_64-cpython-310/torchaudio/kaldi_io.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:38.8244836Z copying build/lib.linux-x86_64-cpython-310/torchaudio/version.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:38.8245216Z creating build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:38.8245678Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:38.8246207Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:38.8246611Z creating build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:38.8247081Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_extension/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:38.8247623Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_extension/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:38.8248039Z creating build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-07-13T14:19:38.8248570Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_internal/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-07-13T14:19:38.8249105Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_internal/module_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-07-13T14:19:38.8249524Z creating build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:38.8249976Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:38.8250563Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/common.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:38.8251099Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/no_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:38.8251648Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/soundfile_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:38.8252204Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/sox_io_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:38.8252718Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:38.8253134Z creating build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:38.8253602Z copying build/lib.linux-x86_64-cpython-310/torchaudio/compliance/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:38.8254133Z copying build/lib.linux-x86_64-cpython-310/torchaudio/compliance/kaldi.py -> build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:38.8254544Z creating build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8255002Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8284094Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmuarctic.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8284703Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmudict.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8285268Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/commonvoice.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8285813Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/dr_vctk.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8286378Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/fluentcommands.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8286925Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/gtzan.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8287445Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/iemocap.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8288018Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librilight_limited.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8288578Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librimix.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8289124Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8289667Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech_biasing.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8307222Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/libritts.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8307835Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/ljspeech.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8308362Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/musdb_hq.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8309084Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/quesst14.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8309617Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/snips.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8310164Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/speechcommands.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8310785Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/tedlium.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8311300Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8311821Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/vctk.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8312360Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/voxceleb1.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8312890Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/yesno.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:38.8313282Z creating build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:38.8313753Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:38.8314302Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/filtering.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:38.8314859Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/functional.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:38.8315248Z creating build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:38.8315679Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:38.8316180Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_compat.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:38.8316682Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_effector.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:38.8317170Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_playback.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:38.8317828Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_stream_reader.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:38.8318348Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_stream_writer.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:38.8318744Z creating build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8319180Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8319709Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/_hdemucs.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8320233Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/conformer.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8320750Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/conv_tasnet.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8321278Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/deepspeech.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8321808Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/emformer.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8322320Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8322827Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8323437Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/tacotron2.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8323958Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2letter.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8324476Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wavernn.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:38.8324876Z creating build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:38.8325431Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:38.8326001Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/_ctc_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:38.8326587Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/_cuda_ctc_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:38.8327026Z creating build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:38.8327517Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:38.8328093Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/components.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:38.8328667Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/model.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:38.8329231Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/wavlm_attention.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:38.8329691Z creating build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:38.8330210Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:38.8330826Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/import_fairseq.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:38.8331441Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/import_huggingface.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:38.8331890Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:38.8332364Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:38.8332941Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_source_separation_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:38.8333507Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/rnnt_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:38.8333944Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:38.8334435Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:38.8334995Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/impl.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:38.8335561Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/interface.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:38.8336128Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:38.8457367Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:38.8457954Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:38.8458858Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/impl.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:38.8459456Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:38.8459896Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype 2023-07-13T14:19:38.8460560Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype 2023-07-13T14:19:38.8461006Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-07-13T14:19:38.8461521Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-07-13T14:19:38.8462121Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets/musan.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-07-13T14:19:38.8462592Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:38.8463098Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:38.8463694Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/_dsp.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:38.8464297Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/_rir.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:38.8464929Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/functional.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:38.8465387Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:38.8465879Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:38.8466480Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/_conformer_wav2vec2.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:38.8467082Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/_emformer_hubert.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:38.8467690Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/conv_emformer.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:38.8468267Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/hifi_gan.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:38.8468842Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/rnnt.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:38.8469430Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/rnnt_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:38.8469890Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:38.8470406Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:38.8471015Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/objective.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:38.8471635Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/subjective.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:38.8472102Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:38.8472608Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:38.8473319Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/hifigan_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:38.8473947Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/rnnt_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:38.8474575Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/squim_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:38.8475106Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-07-13T14:19:38.8475626Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-07-13T14:19:38.8476235Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms/_transforms.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-07-13T14:19:38.8476687Z creating build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-07-13T14:19:38.8477141Z copying build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-07-13T14:19:38.8477883Z copying build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects/sox_effects.py -> build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-07-13T14:19:38.8478353Z creating build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:38.8478825Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:38.8479367Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_multi_channel.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:38.8479925Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_transforms.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:38.8480342Z creating build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:38.8480787Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:38.8481287Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/download.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:38.8481812Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/ffmpeg_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:38.8482341Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/sox_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:38.8482723Z creating build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8483172Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8483697Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8484216Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8484728Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8485259Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8485802Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8486338Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8486861Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8487481Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8488002Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:38.8488482Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.8488926Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/kaldi_io.py to kaldi_io.cpython-310.pyc 2023-07-13T14:19:38.8489451Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/version.py to version.cpython-310.pyc 2023-07-13T14:19:38.8489935Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.8490408Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:38.8490876Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_extension/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.8491358Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_extension/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:38.8491837Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_internal/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.8492320Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_internal/module_utils.py to module_utils.cpython-310.pyc 2023-07-13T14:19:38.8492808Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.8493282Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/common.py to common.cpython-310.pyc 2023-07-13T14:19:38.8493775Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/no_backend.py to no_backend.cpython-310.pyc 2023-07-13T14:19:38.9439213Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/soundfile_backend.py to soundfile_backend.cpython-310.pyc 2023-07-13T14:19:38.9439861Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/sox_io_backend.py to sox_io_backend.cpython-310.pyc 2023-07-13T14:19:38.9440394Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:38.9440886Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/compliance/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9441368Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/compliance/kaldi.py to kaldi.cpython-310.pyc 2023-07-13T14:19:38.9441850Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9442340Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/cmuarctic.py to cmuarctic.cpython-310.pyc 2023-07-13T14:19:38.9442844Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/cmudict.py to cmudict.cpython-310.pyc 2023-07-13T14:19:38.9443352Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/commonvoice.py to commonvoice.cpython-310.pyc 2023-07-13T14:19:38.9443839Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/dr_vctk.py to dr_vctk.cpython-310.pyc 2023-07-13T14:19:38.9444363Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/fluentcommands.py to fluentcommands.cpython-310.pyc 2023-07-13T14:19:38.9444871Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/gtzan.py to gtzan.cpython-310.pyc 2023-07-13T14:19:38.9445341Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/iemocap.py to iemocap.cpython-310.pyc 2023-07-13T14:19:38.9445881Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librilight_limited.py to librilight_limited.cpython-310.pyc 2023-07-13T14:19:38.9446402Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librimix.py to librimix.cpython-310.pyc 2023-07-13T14:19:38.9446916Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librispeech.py to librispeech.cpython-310.pyc 2023-07-13T14:19:38.9447634Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librispeech_biasing.py to librispeech_biasing.cpython-310.pyc 2023-07-13T14:19:38.9448158Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/libritts.py to libritts.cpython-310.pyc 2023-07-13T14:19:38.9448659Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/ljspeech.py to ljspeech.cpython-310.pyc 2023-07-13T14:19:38.9449147Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/musdb_hq.py to musdb_hq.cpython-310.pyc 2023-07-13T14:19:38.9449698Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/quesst14.py to quesst14.cpython-310.pyc 2023-07-13T14:19:38.9450180Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/snips.py to snips.cpython-310.pyc 2023-07-13T14:19:38.9450701Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/speechcommands.py to speechcommands.cpython-310.pyc 2023-07-13T14:19:38.9451217Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/tedlium.py to tedlium.cpython-310.pyc 2023-07-13T14:19:38.9451681Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:38.9452142Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/vctk.py to vctk.cpython-310.pyc 2023-07-13T14:19:38.9452631Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/voxceleb1.py to voxceleb1.cpython-310.pyc 2023-07-13T14:19:38.9453098Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/yesno.py to yesno.cpython-310.pyc 2023-07-13T14:19:38.9453575Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9454068Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/filtering.py to filtering.cpython-310.pyc 2023-07-13T14:19:38.9454587Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/functional.py to functional.cpython-310.pyc 2023-07-13T14:19:38.9455059Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9455514Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_compat.py to _compat.cpython-310.pyc 2023-07-13T14:19:38.9455990Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_effector.py to _effector.cpython-310.pyc 2023-07-13T14:19:38.9456472Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_playback.py to _playback.cpython-310.pyc 2023-07-13T14:19:38.9457053Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_stream_reader.py to _stream_reader.cpython-310.pyc 2023-07-13T14:19:38.9457542Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_stream_writer.py to _stream_writer.cpython-310.pyc 2023-07-13T14:19:38.9458008Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9458455Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/_hdemucs.py to _hdemucs.cpython-310.pyc 2023-07-13T14:19:38.9459195Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/conformer.py to conformer.cpython-310.pyc 2023-07-13T14:19:38.9459694Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/conv_tasnet.py to conv_tasnet.cpython-310.pyc 2023-07-13T14:19:38.9460198Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/deepspeech.py to deepspeech.cpython-310.pyc 2023-07-13T14:19:38.9460798Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/emformer.py to emformer.cpython-310.pyc 2023-07-13T14:19:38.9461255Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/rnnt.py to rnnt.cpython-310.pyc 2023-07-13T14:19:38.9461749Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-07-13T14:19:38.9462246Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/tacotron2.py to tacotron2.cpython-310.pyc 2023-07-13T14:19:38.9462733Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2letter.py to wav2letter.cpython-310.pyc 2023-07-13T14:19:38.9463295Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wavernn.py to wavernn.cpython-310.pyc 2023-07-13T14:19:38.9463782Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9464287Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/_ctc_decoder.py to _ctc_decoder.cpython-310.pyc 2023-07-13T14:19:38.9464821Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/_cuda_ctc_decoder.py to _cuda_ctc_decoder.cpython-310.pyc 2023-07-13T14:19:38.9465400Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9465913Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/components.py to components.cpython-310.pyc 2023-07-13T14:19:38.9466424Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/model.py to model.cpython-310.pyc 2023-07-13T14:19:38.9466949Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/wavlm_attention.py to wavlm_attention.cpython-310.pyc 2023-07-13T14:19:38.9467471Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9468007Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/import_fairseq.py to import_fairseq.cpython-310.pyc 2023-07-13T14:19:38.9468583Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/import_huggingface.py to import_huggingface.cpython-310.pyc 2023-07-13T14:19:38.9469102Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9469666Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_source_separation_pipeline.py to _source_separation_pipeline.cpython-310.pyc 2023-07-13T14:19:38.9470235Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-07-13T14:19:38.9470750Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9471221Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/impl.py to impl.cpython-310.pyc 2023-07-13T14:19:38.9471728Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/interface.py to interface.cpython-310.pyc 2023-07-13T14:19:38.9472232Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:38.9472737Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9473224Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/impl.py to impl.cpython-310.pyc 2023-07-13T14:19:38.9473727Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:38.9474216Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9474694Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9475194Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets/musan.py to musan.cpython-310.pyc 2023-07-13T14:19:38.9475703Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:38.9476484Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/_dsp.py to _dsp.cpython-310.pyc 2023-07-13T14:19:38.9476969Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/_rir.py to _rir.cpython-310.pyc 2023-07-13T14:19:38.9477499Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/functional.py to functional.cpython-310.pyc 2023-07-13T14:19:38.9478292Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:39.9186833Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/_conformer_wav2vec2.py to _conformer_wav2vec2.cpython-310.pyc 2023-07-13T14:19:39.9187467Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/_emformer_hubert.py to _emformer_hubert.cpython-310.pyc 2023-07-13T14:19:39.9188014Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/conv_emformer.py to conv_emformer.cpython-310.pyc 2023-07-13T14:19:39.9188835Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/hifi_gan.py to hifi_gan.cpython-310.pyc 2023-07-13T14:19:39.9189331Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/rnnt.py to rnnt.cpython-310.pyc 2023-07-13T14:19:39.9189857Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-07-13T14:19:39.9190388Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:39.9190925Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/objective.py to objective.cpython-310.pyc 2023-07-13T14:19:39.9191481Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/subjective.py to subjective.cpython-310.pyc 2023-07-13T14:19:39.9192007Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:39.9192571Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/hifigan_pipeline.py to hifigan_pipeline.cpython-310.pyc 2023-07-13T14:19:39.9193134Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-07-13T14:19:39.9193706Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/squim_pipeline.py to squim_pipeline.cpython-310.pyc 2023-07-13T14:19:39.9194255Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:39.9194787Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms/_transforms.py to _transforms.cpython-310.pyc 2023-07-13T14:19:39.9195289Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/sox_effects/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:39.9195791Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/sox_effects/sox_effects.py to sox_effects.cpython-310.pyc 2023-07-13T14:19:39.9196294Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:39.9196809Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/_multi_channel.py to _multi_channel.cpython-310.pyc 2023-07-13T14:19:39.9197327Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/_transforms.py to _transforms.cpython-310.pyc 2023-07-13T14:19:39.9197988Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:39.9198470Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/download.py to download.cpython-310.pyc 2023-07-13T14:19:39.9198975Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/ffmpeg_utils.py to ffmpeg_utils.cpython-310.pyc 2023-07-13T14:19:39.9199459Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/sox_utils.py to sox_utils.cpython-310.pyc 2023-07-13T14:19:39.9199810Z creating stub loader for torchaudio/lib/libtorchaudio.so 2023-07-13T14:19:39.9200098Z creating stub loader for torchaudio/lib/_torchaudio.so 2023-07-13T14:19:39.9200384Z creating stub loader for torchaudio/lib/libtorchaudio_sox.so 2023-07-13T14:19:39.9200677Z creating stub loader for torchaudio/lib/_torchaudio_sox.so 2023-07-13T14:19:39.9200985Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg4.so 2023-07-13T14:19:39.9201294Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg4.so 2023-07-13T14:19:39.9201703Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg5.so 2023-07-13T14:19:39.9202009Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg5.so 2023-07-13T14:19:39.9202308Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg6.so 2023-07-13T14:19:39.9202599Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg6.so 2023-07-13T14:19:39.9203066Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio.py to libtorchaudio.cpython-310.pyc 2023-07-13T14:19:39.9203590Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio.py to _torchaudio.cpython-310.pyc 2023-07-13T14:19:39.9204180Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_sox.py to libtorchaudio_sox.cpython-310.pyc 2023-07-13T14:19:39.9204704Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_sox.py to _torchaudio_sox.cpython-310.pyc 2023-07-13T14:19:39.9205237Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg4.py to libtorchaudio_ffmpeg4.cpython-310.pyc 2023-07-13T14:19:39.9205797Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg4.py to _torchaudio_ffmpeg4.cpython-310.pyc 2023-07-13T14:19:39.9206338Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg5.py to libtorchaudio_ffmpeg5.cpython-310.pyc 2023-07-13T14:19:39.9206889Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg5.py to _torchaudio_ffmpeg5.cpython-310.pyc 2023-07-13T14:19:39.9207443Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg6.py to libtorchaudio_ffmpeg6.cpython-310.pyc 2023-07-13T14:19:39.9207991Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg6.py to _torchaudio_ffmpeg6.cpython-310.pyc 2023-07-13T14:19:39.9208375Z creating build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:19:39.9208751Z copying torchaudio.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:19:39.9209178Z copying torchaudio.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:19:39.9209625Z copying torchaudio.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:19:39.9210050Z copying torchaudio.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:19:39.9210469Z copying torchaudio.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:19:39.9210893Z copying torchaudio.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:19:39.9211260Z writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt 2023-07-13T14:19:39.9211502Z creating dist 2023-07-13T14:19:39.9211909Z creating 'dist/torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it 2023-07-13T14:19:39.9212331Z removing 'build/bdist.linux-x86_64/egg' (and everything under it) 2023-07-13T14:19:39.9212689Z Processing torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:19:39.9213146Z creating /opt/conda/lib/python3.10/site-packages/torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:19:39.9213650Z Extracting torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg to /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9214038Z Adding torchaudio 2.1.0a0+7182816 to easy-install.pth file 2023-07-13T14:19:39.9214201Z 2023-07-13T14:19:39.9214479Z Installed /opt/conda/lib/python3.10/site-packages/torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:19:39.9214824Z Processing dependencies for torchaudio==2.1.0a0+7182816 2023-07-13T14:19:39.9215063Z Searching for fsspec 2023-07-13T14:19:39.9215295Z Reading https://pypi.org/simple/fsspec/ 2023-07-13T14:19:39.9215842Z /opt/conda/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2023-07-13T14:19:39.9216218Z warnings.warn( 2023-07-13T14:19:39.9216866Z Downloading https://files.pythonhosted.org/packages/e3/bd/4c0a4619494188a9db5d77e2100ab7d544a42e76b2447869d8e124e981d8/fsspec-2023.6.0-py3-none-any.whl#sha256=1cbad1faef3e391fba6dc005ae9b5bdcbf43005c9167ce78c915549c352c869a 2023-07-13T14:19:39.9217396Z Best match: fsspec 2023.6.0 2023-07-13T14:19:39.9217681Z Processing fsspec-2023.6.0-py3-none-any.whl 2023-07-13T14:19:39.9218078Z Installing fsspec-2023.6.0-py3-none-any.whl to /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9218426Z Adding fsspec 2023.6.0 to easy-install.pth file 2023-07-13T14:19:39.9218577Z 2023-07-13T14:19:39.9218804Z Installed /opt/conda/lib/python3.10/site-packages/fsspec-2023.6.0-py3.10.egg 2023-07-13T14:19:39.9219143Z Searching for torch==2.1.0.dev20230713 2023-07-13T14:19:39.9219349Z Best match: torch 2.1.0.dev20230713 2023-07-13T14:19:39.9219652Z Adding torch 2.1.0.dev20230713 to easy-install.pth file 2023-07-13T14:19:39.9219995Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2023-07-13T14:19:39.9220339Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2023-07-13T14:19:39.9220700Z Installing torchrun script to /opt/conda/bin 2023-07-13T14:19:39.9220845Z 2023-07-13T14:19:39.9221009Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9221244Z Searching for Jinja2==3.1.2 2023-07-13T14:19:39.9221514Z Best match: Jinja2 3.1.2 2023-07-13T14:19:39.9221788Z Adding Jinja2 3.1.2 to easy-install.pth file 2023-07-13T14:19:39.9221938Z 2023-07-13T14:19:39.9222096Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9222315Z Searching for networkx==2.8.4 2023-07-13T14:19:39.9222527Z Best match: networkx 2.8.4 2023-07-13T14:19:39.9222807Z Adding networkx 2.8.4 to easy-install.pth file 2023-07-13T14:19:39.9222967Z 2023-07-13T14:19:39.9223112Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9223341Z Searching for sympy==1.11.1 2023-07-13T14:19:39.9223545Z Best match: sympy 1.11.1 2023-07-13T14:19:39.9223804Z Adding sympy 1.11.1 to easy-install.pth file 2023-07-13T14:19:39.9224055Z Installing isympy script to /opt/conda/bin 2023-07-13T14:19:39.9224204Z 2023-07-13T14:19:39.9224358Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9224650Z Searching for typing-extensions==4.6.3 2023-07-13T14:19:39.9224919Z Best match: typing-extensions 4.6.3 2023-07-13T14:19:39.9225241Z Adding typing-extensions 4.6.3 to easy-install.pth file 2023-07-13T14:19:39.9225409Z 2023-07-13T14:19:39.9225565Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9225783Z Searching for filelock==3.9.0 2023-07-13T14:19:39.9225991Z Best match: filelock 3.9.0 2023-07-13T14:19:39.9226268Z Adding filelock 3.9.0 to easy-install.pth file 2023-07-13T14:19:39.9226416Z 2023-07-13T14:19:39.9226564Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9226800Z Searching for MarkupSafe==2.1.1 2023-07-13T14:19:39.9227020Z Best match: MarkupSafe 2.1.1 2023-07-13T14:19:39.9227295Z Adding MarkupSafe 2.1.1 to easy-install.pth file 2023-07-13T14:19:39.9227449Z 2023-07-13T14:19:39.9227606Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:19:39.9227840Z Searching for mpmath==1.2.1 2023-07-13T14:19:39.9228045Z Best match: mpmath 1.2.1 2023-07-13T14:19:39.9228292Z Processing mpmath-1.2.1-py3.10.egg 2023-07-13T14:19:39.9228584Z Adding mpmath 1.2.1 to easy-install.pth file 2023-07-13T14:19:39.9228731Z 2023-07-13T14:19:39.9228942Z Using /opt/conda/lib/python3.10/site-packages/mpmath-1.2.1-py3.10.egg 2023-07-13T14:19:39.9229244Z Finished processing dependencies for torchaudio==2.1.0a0+7182816 2023-07-13T14:22:42.6128744Z * Installing test tools 2023-07-13T14:22:42.6129309Z + conda install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:22:42.6132871Z Traceback (most recent call last): 2023-07-13T14:22:42.6133874Z File "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py", line 95, in 2023-07-13T14:22:42.6134445Z main() 2023-07-13T14:22:42.6135265Z File "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py", line 91, in main 2023-07-13T14:22:42.6136446Z run_cmd_or_die(f"docker exec -t {container_name} /exec") 2023-07-13T14:22:42.6136886Z + local cmd=install 2023-07-13T14:22:42.6137215Z + case "$cmd" in 2023-07-13T14:22:42.6139659Z File "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py", line 37, in run_cmd_or_die 2023-07-13T14:22:42.6140066Z raise RuntimeError(f"Command {cmd} failed with exit code {exit_code}") 2023-07-13T14:22:42.6140941Z RuntimeError: Command docker exec -t 4b28d0bbc2127a9b685ba5c4d10a1901d457daeae97c2acad7d92a2c5330f863 /exec failed with exit code 1 2023-07-13T14:22:42.6141487Z + __conda_exe install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:22:42.6142405Z + /opt/conda/bin/conda install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:22:42.6143604Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2023-07-13T14:22:42.6147913Z Solving environment: | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / unsuccessful initial attempt using frozen solve. Retrying with flexible solve. 2023-07-13T14:22:42.6151764Z Solving environment: \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. 2023-07-13T14:22:42.6152854Z 2023-07-13T14:22:42.6152957Z ResolvePackageNotFound: 2023-07-13T14:22:42.6153184Z - conda==23.3.1 2023-07-13T14:22:42.6153301Z 2023-07-13T14:22:42.6153368Z + return 2023-07-13T14:22:42.6189814Z ##[error]Process completed with exit code 1. 2023-07-13T14:22:42.6242974Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2023-07-13T14:22:42.6243210Z with: 2023-07-13T14:22:42.6243447Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:42.6243783Z fail-on-empty: false 2023-07-13T14:22:42.6243964Z env: 2023-07-13T14:22:42.6244162Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:42.6244377Z REPOSITORY: pytorch/audio 2023-07-13T14:22:42.6244574Z PR_NUMBER: 306 2023-07-13T14:22:42.6246232Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:42.6247986Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:42.6248321Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:42.6248638Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:42.6248869Z ##[endgroup] 2023-07-13T14:22:42.6831944Z Prepare all required actions 2023-07-13T14:22:42.6852430Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-13T14:22:42.6852641Z with: 2023-07-13T14:22:42.6852841Z directory: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-13T14:22:42.6853130Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:22:42.6853353Z env: 2023-07-13T14:22:42.6853526Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:42.6853734Z REPOSITORY: pytorch/audio 2023-07-13T14:22:42.6853918Z PR_NUMBER: 306 2023-07-13T14:22:42.6855430Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:42.6857188Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:42.6857497Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:42.6857791Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:42.6858034Z ##[endgroup] 2023-07-13T14:22:42.6872009Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:22:42.6872349Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:22:42.6883658Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:22:42.6883989Z env: 2023-07-13T14:22:42.6884172Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:42.6884386Z REPOSITORY: pytorch/audio 2023-07-13T14:22:42.6884572Z PR_NUMBER: 306 2023-07-13T14:22:42.6886146Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:42.6887807Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:42.6888100Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:42.6888389Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:42.6888678Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:22:42.6888962Z DIRECTORY: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-13T14:22:42.6889166Z ##[endgroup] 2023-07-13T14:22:42.7086437Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2023-07-13T14:22:42.9264894Z latest: Pulling from tool/alpine 2023-07-13T14:22:42.9265143Z 540db60ca938: Pulling fs layer 2023-07-13T14:22:43.0167804Z 540db60ca938: Download complete 2023-07-13T14:22:43.1511798Z 540db60ca938: Pull complete 2023-07-13T14:22:43.1614012Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-13T14:22:43.1650264Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-13T14:22:44.0176579Z Prepare all required actions 2023-07-13T14:22:44.0196279Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-13T14:22:44.0196494Z with: 2023-07-13T14:22:44.0196744Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:22:44.0196986Z env: 2023-07-13T14:22:44.0197176Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:44.0197409Z REPOSITORY: pytorch/audio 2023-07-13T14:22:44.0197781Z PR_NUMBER: 306 2023-07-13T14:22:44.0199439Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:44.0201389Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:44.0201723Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:44.0202025Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:44.0202258Z ##[endgroup] 2023-07-13T14:22:44.0215485Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:22:44.0215824Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:22:44.0227059Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:22:44.0227282Z env: 2023-07-13T14:22:44.0227486Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:44.0227705Z REPOSITORY: pytorch/audio 2023-07-13T14:22:44.0227902Z PR_NUMBER: 306 2023-07-13T14:22:44.0229612Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:44.0231391Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:44.0231719Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:44.0232031Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:44.0232420Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:22:44.0232667Z DIRECTORY: 2023-07-13T14:22:44.0232845Z ##[endgroup] 2023-07-13T14:22:44.9246722Z Prepare all required actions 2023-07-13T14:22:44.9292542Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2023-07-13T14:22:44.9292765Z with: 2023-07-13T14:22:44.9292916Z env: 2023-07-13T14:22:44.9293101Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:44.9293323Z REPOSITORY: pytorch/audio 2023-07-13T14:22:44.9293520Z PR_NUMBER: 306 2023-07-13T14:22:44.9295131Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:44.9296906Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:44.9297231Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:44.9297536Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:44.9297761Z ##[endgroup] 2023-07-13T14:22:44.9312908Z ##[group]Run set -eou pipefail 2023-07-13T14:22:44.9313162Z set -eou pipefail 2023-07-13T14:22:44.9313336Z  2023-07-13T14:22:44.9313567Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-07-13T14:22:44.9313796Z for _ in $(seq 1440); do 2023-07-13T14:22:44.9314006Z  # Break if no ssh session exists anymore 2023-07-13T14:22:44.9314217Z  if [ "$(who)" = "" ]; then 2023-07-13T14:22:44.9314380Z  break 2023-07-13T14:22:44.9314539Z  fi 2023-07-13T14:22:44.9314697Z  echo "." 2023-07-13T14:22:44.9314861Z  sleep 5 2023-07-13T14:22:44.9315021Z done 2023-07-13T14:22:44.9325836Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:22:44.9326056Z env: 2023-07-13T14:22:44.9326258Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:44.9326486Z REPOSITORY: pytorch/audio 2023-07-13T14:22:44.9326670Z PR_NUMBER: 306 2023-07-13T14:22:44.9328378Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:44.9330491Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:44.9330784Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:44.9331084Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:44.9331302Z ##[endgroup] 2023-07-13T14:22:44.9353807Z Holding runner for 2 hours until all ssh sessions have logged out 2023-07-13T14:22:44.9395035Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:22:44.9395352Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:22:44.9395604Z # shellcheck disable=SC2046 2023-07-13T14:22:44.9395831Z docker stop $(docker ps -q) || true 2023-07-13T14:22:44.9396046Z # Prune all of the docker images 2023-07-13T14:22:44.9396264Z docker system prune -af 2023-07-13T14:22:44.9406311Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:22:44.9406519Z env: 2023-07-13T14:22:44.9406725Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:44.9406951Z REPOSITORY: pytorch/audio 2023-07-13T14:22:44.9407134Z PR_NUMBER: 306 2023-07-13T14:22:44.9408781Z SCRIPT: echo '::group::Setup Environment Variables' # Mark Build Directory Safe git config --global --add safe.directory /__w/audio/audio # Set up Environment Variables export PYTHON_VERSION="3.10" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:44.9410766Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:44.9411070Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:44.9411358Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:44.9411572Z ##[endgroup] 2023-07-13T14:22:55.3032557Z 4b28d0bbc212 2023-07-13T14:22:56.1755073Z Deleted Containers: 2023-07-13T14:22:56.1755456Z 4b28d0bbc2127a9b685ba5c4d10a1901d457daeae97c2acad7d92a2c5330f863 2023-07-13T14:22:56.1755953Z 2023-07-13T14:22:58.0313292Z Deleted Images: 2023-07-13T14:22:58.0313939Z untagged: pytorch/conda-builder:cpu 2023-07-13T14:22:58.0315202Z untagged: pytorch/conda-builder@sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-13T14:22:58.0315600Z deleted: sha256:64672554fb11d1fd3e66941ac18ba8d2f9d45bb5483193dfbdd491421cfc671f 2023-07-13T14:22:58.0315949Z deleted: sha256:348b0b3e6ff13daeea3098227afa88ee6a3d5baa9207e8d05b54692a6f24ccd2 2023-07-13T14:22:58.0316308Z deleted: sha256:b133b14f7af12ab5a5c6ca861b8eb8837586532bcc0d4218cea8851e9d66834c 2023-07-13T14:22:58.0316667Z deleted: sha256:a02c0b7c75fa3b3925e9f054a538cf93eda4c1a4553c6eb9e6de859509751f58 2023-07-13T14:22:58.0317081Z deleted: sha256:d324d5ccf1539728006b7388c6c558d5e81f50073e7cf4339a72e8979ac78be1 2023-07-13T14:22:58.0317424Z deleted: sha256:3ec0e3b953f56a3b11d86b1bff49fdc948be3c1fbc19332ff68641d62fab09b2 2023-07-13T14:22:58.0318005Z deleted: sha256:82f680cdf579789a2dfb18f8b1123a3adc43639ea15687d0abee0e4af701b9eb 2023-07-13T14:22:58.0318377Z deleted: sha256:4058af928c16a258f0d65f9e292fe94caeb21ceda82ede0774705073f0d25657 2023-07-13T14:22:58.0318733Z deleted: sha256:ebc3d517bf28f1e71620526f05cd4d8bbcad27275b39e6371ad5ce09eb3d8b66 2023-07-13T14:22:58.0319069Z deleted: sha256:e08320869bddf81c422e82a5c6676ac15277154975aa02b400d849c349589eb8 2023-07-13T14:22:58.0319404Z deleted: sha256:c45f0966a8c36ce86e04551aa116accb4b07e4af2705c3e5a5b0e5f36f974dc8 2023-07-13T14:22:58.0319745Z deleted: sha256:d58c6f9130c7488e676336d1740e3d551ea56c5748f3caffe24c9e7c935b6824 2023-07-13T14:22:58.0320079Z deleted: sha256:b849eac51ebd23ca42a10b0efe93ed7f02a2a59979c10ff71a5928ec42ab40db 2023-07-13T14:22:58.0320424Z deleted: sha256:e35336f0c171349f53edf1f6626f252f4f038ec00ccd45a565a61dc7c37e951c 2023-07-13T14:22:58.0320754Z deleted: sha256:1ae264c1c49d901918386ab5058401483b5c6107d5aa2ad7d6abec08b5029298 2023-07-13T14:22:58.0321076Z deleted: sha256:bc5ef403a5a09796e6c7d8a70cd6ca93181da48b287219d38021953fe952ac77 2023-07-13T14:22:58.0321411Z deleted: sha256:1901b8761fb00bc9bb866db4497393a3e349df37c8493aba6938df26689ba3db 2023-07-13T14:22:58.0321743Z deleted: sha256:0163bca380fb74804d563f59833594a8eb2a3f23ba57084267d6d9961f62315d 2023-07-13T14:22:58.0322056Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2023-07-13T14:22:58.0322465Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-13T14:22:58.0323005Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-13T14:22:58.0323432Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2023-07-13T14:22:58.0323787Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2023-07-13T14:22:58.0323989Z 2023-07-13T14:22:58.0329038Z Total reclaimed space: 5.664GB 2023-07-13T14:22:58.0383945Z Post job cleanup. 2023-07-13T14:22:58.1178665Z [command]/usr/bin/git version 2023-07-13T14:22:58.1219036Z git version 2.40.1 2023-07-13T14:22:58.1256369Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/09b39b34-65ce-4641-9d3d-6d0af54b4be1' before making global git config changes 2023-07-13T14:22:58.1256970Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:22:58.1260639Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:22:58.1290540Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:22:58.1319023Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2023-07-13T14:22:58.1563254Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:22:58.1583495Z http.https://github.com/.extraheader 2023-07-13T14:22:58.1590519Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-13T14:22:58.1617963Z [command]/usr/bin/git 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-07-13T14:22:58.1940098Z Post job cleanup. 2023-07-13T14:22:58.2721282Z [command]/usr/bin/git version 2023-07-13T14:22:58.2757811Z git version 2.40.1 2023-07-13T14:22:58.2791978Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/42cac8a3-6339-4467-8238-d912af8db526' before making global git config changes 2023-07-13T14:22:58.2792678Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:22:58.2797115Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:22:58.2826598Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:22:58.2854029Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2023-07-13T14:22:58.3099878Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:22:58.3120398Z http.https://github.com/.extraheader 2023-07-13T14:22:58.3126245Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-13T14:22:58.3152363Z [command]/usr/bin/git 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-07-13T14:22:58.3570203Z Cleaning up orphan processes