2023-08-09T11:34:20.2227470Z Requested labels: linux.12xlarge 2023-08-09T11:34:20.2227615Z Job defined at: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main 2023-08-09T11:34:20.2227817Z Reusable workflow chain: 2023-08-09T11:34:20.2227915Z pytorch/audio/.github/workflows/unittest-linux-cpu.yml@refs/heads/nightly (fe9b9ff75edebf1e0e326f64577d64df3b5858db) 2023-08-09T11:34:20.2227993Z -> pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T11:34:20.2228093Z Waiting for a runner to pick up this job... 2023-08-09T11:34:22.4300371Z Job is about to start running on the runner: i-0df68501f1e17af78 (organization) 2023-08-09T11:34:25.1605264Z Current runner version: '2.307.1' 2023-08-09T11:34:25.1610505Z Runner name: 'i-0df68501f1e17af78' 2023-08-09T11:34:25.1610970Z Runner group name: 'Default' 2023-08-09T11:34:25.1611463Z Machine name: 'ip-10-0-2-79' 2023-08-09T11:34:25.1613433Z ##[group]GITHUB_TOKEN Permissions 2023-08-09T11:34:25.1614013Z Actions: write 2023-08-09T11:34:25.1614339Z Checks: write 2023-08-09T11:34:25.1614584Z Contents: write 2023-08-09T11:34:25.1614886Z Deployments: write 2023-08-09T11:34:25.1615185Z Discussions: write 2023-08-09T11:34:25.1615450Z Issues: write 2023-08-09T11:34:25.1615748Z Metadata: read 2023-08-09T11:34:25.1616042Z Packages: write 2023-08-09T11:34:25.1616284Z Pages: write 2023-08-09T11:34:25.1616578Z PullRequests: write 2023-08-09T11:34:25.1616931Z RepositoryProjects: write 2023-08-09T11:34:25.1617229Z SecurityEvents: write 2023-08-09T11:34:25.1617528Z Statuses: write 2023-08-09T11:34:25.1617811Z ##[endgroup] 2023-08-09T11:34:25.1620690Z Secret source: Actions 2023-08-09T11:34:25.1621486Z Prepare workflow directory 2023-08-09T11:34:25.2632157Z Prepare all required actions 2023-08-09T11:34:25.2782713Z Getting action download info 2023-08-09T11:34:25.6452435Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-08-09T11:34:25.8541953Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-08-09T11:34:25.9907802Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2023-08-09T11:34:26.2226180Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-08-09T11:34:26.3803690Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-08-09T11:34:26.6576552Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T11:34:26.6578292Z ##[group] Inputs 2023-08-09T11:34:26.6580222Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:26.6582611Z timeout: 120 2023-08-09T11:34:26.6582820Z runner: linux.12xlarge 2023-08-09T11:34:26.6583023Z upload-artifact: 2023-08-09T11:34:26.6583234Z download-artifact: 2023-08-09T11:34:26.6583468Z repository: pytorch/audio 2023-08-09T11:34:26.6583679Z fetch-depth: 1 2023-08-09T11:34:26.6583873Z submodules: 2023-08-09T11:34:26.6584059Z ref: 2023-08-09T11:34:26.6584436Z test-infra-repository: pytorch/test-infra 2023-08-09T11:34:26.6584774Z test-infra-ref: 2023-08-09T11:34:26.6584997Z docker-image: pytorch/conda-builder 2023-08-09T11:34:26.6585228Z docker-build-dir: .ci/docker 2023-08-09T11:34:26.6585448Z gpu-arch-type: cpu 2023-08-09T11:34:26.6585658Z gpu-arch-version: 2023-08-09T11:34:26.6585853Z job-name: linux-job 2023-08-09T11:34:26.6586400Z continue-on-error: false 2023-08-09T11:34:26.6586621Z binary-matrix: 2023-08-09T11:34:26.6586831Z run-with-docker: true 2023-08-09T11:34:26.6587038Z secrets-env: 2023-08-09T11:34:26.6587230Z no-sudo: false 2023-08-09T11:34:26.6587424Z ##[endgroup] 2023-08-09T11:34:26.6587843Z Complete job name: tests (3.10) / linux-job 2023-08-09T11:34:26.7420607Z ##[group]Run if [[ "${NO_SUDO}" == "false" ]]; then 2023-08-09T11:34:26.7421134Z if [[ "${NO_SUDO}" == "false" ]]; then 2023-08-09T11:34:26.7421421Z  echo "::group::Cleanup with-sudo debug output" 2023-08-09T11:34:26.7421703Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2023-08-09T11:34:26.7421957Z else 2023-08-09T11:34:26.7422202Z  echo "::group::Cleanup no-sudo debug output" 2023-08-09T11:34:26.7422456Z  rm -rfv "${GITHUB_WORKSPACE}" 2023-08-09T11:34:26.7422683Z fi 2023-08-09T11:34:26.7422971Z  2023-08-09T11:34:26.7423200Z mkdir -p "${GITHUB_WORKSPACE}" 2023-08-09T11:34:26.7423433Z echo "::endgroup::" 2023-08-09T11:34:26.7437293Z shell: /usr/bin/bash -e {0} 2023-08-09T11:34:26.7437519Z env: 2023-08-09T11:34:26.7437793Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:26.7438028Z REPOSITORY: pytorch/audio 2023-08-09T11:34:26.7438259Z PR_NUMBER: 2023-08-09T11:34:26.7439986Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:26.7441823Z NO_SUDO: false 2023-08-09T11:34:26.7442029Z ##[endgroup] 2023-08-09T11:34:26.7625400Z ##[group]Cleanup with-sudo debug output 2023-08-09T11:34:26.7673309Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio’ 2023-08-09T11:34:26.7692555Z ##[endgroup] 2023-08-09T11:34:26.7891190Z ##[group]Run actions/checkout@v3 2023-08-09T11:34:26.7891434Z with: 2023-08-09T11:34:26.7891629Z repository: pytorch/test-infra 2023-08-09T11:34:26.7891847Z path: test-infra 2023-08-09T11:34:26.7892080Z submodules: recursive 2023-08-09T11:34:26.7892447Z token: *** 2023-08-09T11:34:26.7892629Z ssh-strict: true 2023-08-09T11:34:26.7892834Z persist-credentials: true 2023-08-09T11:34:26.7893027Z clean: true 2023-08-09T11:34:26.7893370Z sparse-checkout-cone-mode: true 2023-08-09T11:34:26.7893588Z fetch-depth: 1 2023-08-09T11:34:26.7893750Z lfs: false 2023-08-09T11:34:26.7893944Z set-safe-directory: true 2023-08-09T11:34:26.7894137Z env: 2023-08-09T11:34:26.7894327Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:26.7894555Z REPOSITORY: pytorch/audio 2023-08-09T11:34:26.7894750Z PR_NUMBER: 2023-08-09T11:34:26.7896570Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:26.7898485Z ##[endgroup] 2023-08-09T11:34:26.8824121Z Syncing repository: pytorch/test-infra 2023-08-09T11:34:26.8824720Z ##[group]Getting Git version info 2023-08-09T11:34:26.8825228Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/test-infra' 2023-08-09T11:34:26.8825773Z [command]/usr/bin/git version 2023-08-09T11:34:26.8825996Z git version 2.40.1 2023-08-09T11:34:26.8827046Z ##[endgroup] 2023-08-09T11:34:26.8837539Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/696b00a5-cb12-41a5-96ac-cc5b100da844' before making global git config changes 2023-08-09T11:34:26.8838061Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:34:26.8838746Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-08-09T11:34:26.8855815Z ##[group]Initializing the repository 2023-08-09T11:34:26.8858226Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-08-09T11:34:26.8881740Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-08-09T11:34:26.8882195Z hint: is subject to change. To configure the initial branch name to use in all 2023-08-09T11:34:26.8882717Z hint: of your new repositories, which will suppress this warning, call: 2023-08-09T11:34:26.8883053Z hint: 2023-08-09T11:34:26.8883412Z hint: git config --global init.defaultBranch 2023-08-09T11:34:26.8883716Z hint: 2023-08-09T11:34:26.8884197Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-08-09T11:34:26.8884659Z hint: 'development'. The just-created branch can be renamed via this command: 2023-08-09T11:34:26.8884962Z hint: 2023-08-09T11:34:26.8885269Z hint: git branch -m 2023-08-09T11:34:26.8885680Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/ 2023-08-09T11:34:26.8889339Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2023-08-09T11:34:26.8913155Z ##[endgroup] 2023-08-09T11:34:26.8913639Z ##[group]Disabling automatic garbage collection 2023-08-09T11:34:26.8915480Z [command]/usr/bin/git config --local gc.auto 0 2023-08-09T11:34:26.8937937Z ##[endgroup] 2023-08-09T11:34:26.8938312Z ##[group]Setting up auth 2023-08-09T11:34:26.8943534Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:34:26.8968135Z [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-08-09T11:34:26.9246107Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:34:26.9268506Z [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-08-09T11:34:26.9512167Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-08-09T11:34:26.9553778Z ##[endgroup] 2023-08-09T11:34:26.9554409Z ##[group]Determining the default branch 2023-08-09T11:34:26.9556069Z Retrieving the default branch name 2023-08-09T11:34:27.1752809Z Default branch 'main' 2023-08-09T11:34:27.1753309Z ##[endgroup] 2023-08-09T11:34:27.1753876Z ##[group]Fetching the repository 2023-08-09T11:34:27.1756449Z [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-08-09T11:34:27.4332951Z remote: Enumerating objects: 1076, done. 2023-08-09T11:34:27.4334342Z remote: Counting objects: 0% (1/1076) 2023-08-09T11:34:27.4334705Z remote: Counting objects: 1% (11/1076) 2023-08-09T11:34:27.4334982Z remote: Counting objects: 2% (22/1076) 2023-08-09T11:34:27.4335277Z remote: Counting objects: 3% (33/1076) 2023-08-09T11:34:27.4335602Z remote: Counting objects: 4% (44/1076) 2023-08-09T11:34:27.4335854Z remote: Counting objects: 5% (54/1076) 2023-08-09T11:34:27.4336172Z remote: Counting objects: 6% (65/1076) 2023-08-09T11:34:27.4336464Z remote: Counting objects: 7% (76/1076) 2023-08-09T11:34:27.4337211Z remote: Counting objects: 8% (87/1076) 2023-08-09T11:34:27.4337503Z remote: Counting objects: 9% (97/1076) 2023-08-09T11:34:27.4337836Z remote: Counting objects: 10% (108/1076) 2023-08-09T11:34:27.4338224Z remote: Counting objects: 11% (119/1076) 2023-08-09T11:34:27.4338484Z remote: Counting objects: 12% (130/1076) 2023-08-09T11:34:27.4338785Z remote: Counting objects: 13% (140/1076) 2023-08-09T11:34:27.4339079Z remote: Counting objects: 14% (151/1076) 2023-08-09T11:34:27.4339352Z remote: Counting objects: 15% (162/1076) 2023-08-09T11:34:27.4339638Z remote: Counting objects: 16% (173/1076) 2023-08-09T11:34:27.4339932Z remote: Counting objects: 17% (183/1076) 2023-08-09T11:34:27.4340222Z remote: Counting objects: 18% (194/1076) 2023-08-09T11:34:27.4340484Z remote: Counting objects: 19% (205/1076) 2023-08-09T11:34:27.4340790Z remote: Counting objects: 20% (216/1076) 2023-08-09T11:34:27.4341074Z remote: Counting objects: 21% (226/1076) 2023-08-09T11:34:27.4341333Z remote: Counting objects: 22% (237/1076) 2023-08-09T11:34:27.4341622Z remote: Counting objects: 23% (248/1076) 2023-08-09T11:34:27.4342071Z remote: Counting objects: 24% (259/1076) 2023-08-09T11:34:27.4342324Z remote: Counting objects: 25% (269/1076) 2023-08-09T11:34:27.4342627Z remote: Counting objects: 26% (280/1076) 2023-08-09T11:34:27.4342917Z remote: Counting objects: 27% (291/1076) 2023-08-09T11:34:27.4343199Z remote: Counting objects: 28% (302/1076) 2023-08-09T11:34:27.4343464Z remote: Counting objects: 29% (313/1076) 2023-08-09T11:34:27.4343852Z remote: Counting objects: 30% (323/1076) 2023-08-09T11:34:27.4344135Z remote: Counting objects: 31% (334/1076) 2023-08-09T11:34:27.4344378Z remote: Counting objects: 32% (345/1076) 2023-08-09T11:34:27.4344661Z remote: Counting objects: 33% (356/1076) 2023-08-09T11:34:27.4344981Z remote: Counting objects: 34% (366/1076) 2023-08-09T11:34:27.4345226Z remote: Counting objects: 35% (377/1076) 2023-08-09T11:34:27.4345530Z remote: Counting objects: 36% (388/1076) 2023-08-09T11:34:27.4345818Z remote: Counting objects: 37% (399/1076) 2023-08-09T11:34:27.4346128Z remote: Counting objects: 38% (409/1076) 2023-08-09T11:34:27.4346381Z remote: Counting objects: 39% (420/1076) 2023-08-09T11:34:27.4346662Z remote: Counting objects: 40% (431/1076) 2023-08-09T11:34:27.4346944Z remote: Counting objects: 41% (442/1076) 2023-08-09T11:34:27.4347192Z remote: Counting objects: 42% (452/1076) 2023-08-09T11:34:27.4347499Z remote: Counting objects: 43% (463/1076) 2023-08-09T11:34:27.4347781Z remote: Counting objects: 44% (474/1076) 2023-08-09T11:34:27.4348023Z remote: Counting objects: 45% (485/1076) 2023-08-09T11:34:27.4348447Z remote: Counting objects: 46% (495/1076) 2023-08-09T11:34:27.4348751Z remote: Counting objects: 47% (506/1076) 2023-08-09T11:34:27.4349050Z remote: Counting objects: 48% (517/1076) 2023-08-09T11:34:27.4349295Z remote: Counting objects: 49% (528/1076) 2023-08-09T11:34:27.4349624Z remote: Counting objects: 50% (538/1076) 2023-08-09T11:34:27.4349907Z remote: Counting objects: 51% (549/1076) 2023-08-09T11:34:27.4350244Z remote: Counting objects: 52% (560/1076) 2023-08-09T11:34:27.4350557Z remote: Counting objects: 53% (571/1076) 2023-08-09T11:34:27.4350848Z remote: Counting objects: 54% (582/1076) 2023-08-09T11:34:27.4351130Z remote: Counting objects: 55% (592/1076) 2023-08-09T11:34:27.4351403Z remote: Counting objects: 56% (603/1076) 2023-08-09T11:34:27.4351695Z remote: Counting objects: 57% (614/1076) 2023-08-09T11:34:27.4351983Z remote: Counting objects: 58% (625/1076) 2023-08-09T11:34:27.4352225Z remote: Counting objects: 59% (635/1076) 2023-08-09T11:34:27.4352504Z remote: Counting objects: 60% (646/1076) 2023-08-09T11:34:27.4352812Z remote: Counting objects: 61% (657/1076) 2023-08-09T11:34:27.4353065Z remote: Counting objects: 62% (668/1076) 2023-08-09T11:34:27.4353353Z remote: Counting objects: 63% (678/1076) 2023-08-09T11:34:27.4353730Z remote: Counting objects: 64% (689/1076) 2023-08-09T11:34:27.4354037Z remote: Counting objects: 65% (700/1076) 2023-08-09T11:34:27.4354297Z remote: Counting objects: 66% (711/1076) 2023-08-09T11:34:27.4354589Z remote: Counting objects: 67% (721/1076) 2023-08-09T11:34:27.4354871Z remote: Counting objects: 68% (732/1076) 2023-08-09T11:34:27.4355163Z remote: Counting objects: 69% (743/1076) 2023-08-09T11:34:27.4355423Z remote: Counting objects: 70% (754/1076) 2023-08-09T11:34:27.4355711Z remote: Counting objects: 71% (764/1076) 2023-08-09T11:34:27.4355996Z remote: Counting objects: 72% (775/1076) 2023-08-09T11:34:27.4356239Z remote: Counting objects: 73% (786/1076) 2023-08-09T11:34:27.4356519Z remote: Counting objects: 74% (797/1076) 2023-08-09T11:34:27.4356919Z remote: Counting objects: 75% (807/1076) 2023-08-09T11:34:27.4357165Z remote: Counting objects: 76% (818/1076) 2023-08-09T11:34:27.4357457Z remote: Counting objects: 77% (829/1076) 2023-08-09T11:34:27.4357748Z remote: Counting objects: 78% (840/1076) 2023-08-09T11:34:27.4358195Z remote: Counting objects: 79% (851/1076) 2023-08-09T11:34:27.4358440Z remote: Counting objects: 80% (861/1076) 2023-08-09T11:34:27.4358723Z remote: Counting objects: 81% (872/1076) 2023-08-09T11:34:27.4359086Z remote: Counting objects: 82% (883/1076) 2023-08-09T11:34:27.4359345Z remote: Counting objects: 83% (894/1076) 2023-08-09T11:34:27.4359646Z remote: Counting objects: 84% (904/1076) 2023-08-09T11:34:27.4359926Z remote: Counting objects: 85% (915/1076) 2023-08-09T11:34:27.4360175Z remote: Counting objects: 86% (926/1076) 2023-08-09T11:34:27.4360461Z remote: Counting objects: 87% (937/1076) 2023-08-09T11:34:27.4360748Z remote: Counting objects: 88% (947/1076) 2023-08-09T11:34:27.4361010Z remote: Counting objects: 89% (958/1076) 2023-08-09T11:34:27.4361299Z remote: Counting objects: 90% (969/1076) 2023-08-09T11:34:27.4361580Z remote: Counting objects: 91% (980/1076) 2023-08-09T11:34:27.4361871Z remote: Counting objects: 92% (990/1076) 2023-08-09T11:34:27.4362120Z remote: Counting objects: 93% (1001/1076) 2023-08-09T11:34:27.4362440Z remote: Counting objects: 94% (1012/1076) 2023-08-09T11:34:27.4362737Z remote: Counting objects: 95% (1023/1076) 2023-08-09T11:34:27.4362988Z remote: Counting objects: 96% (1033/1076) 2023-08-09T11:34:27.4363281Z remote: Counting objects: 97% (1044/1076) 2023-08-09T11:34:27.4363596Z remote: Counting objects: 98% (1055/1076) 2023-08-09T11:34:27.4363847Z remote: Counting objects: 99% (1066/1076) 2023-08-09T11:34:27.4364138Z remote: Counting objects: 100% (1076/1076) 2023-08-09T11:34:27.4364447Z remote: Counting objects: 100% (1076/1076), done. 2023-08-09T11:34:27.4364771Z remote: Compressing objects: 0% (1/864) 2023-08-09T11:34:27.4371758Z remote: Compressing objects: 1% (9/864) 2023-08-09T11:34:27.4392201Z remote: Compressing objects: 2% (18/864) 2023-08-09T11:34:27.4409790Z remote: Compressing objects: 3% (26/864) 2023-08-09T11:34:27.4419827Z remote: Compressing objects: 4% (35/864) 2023-08-09T11:34:27.4447965Z remote: Compressing objects: 5% (44/864) 2023-08-09T11:34:27.4475656Z remote: Compressing objects: 6% (52/864) 2023-08-09T11:34:27.4498460Z remote: Compressing objects: 7% (61/864) 2023-08-09T11:34:27.4500431Z remote: Compressing objects: 8% (70/864) 2023-08-09T11:34:27.4521089Z remote: Compressing objects: 9% (78/864) 2023-08-09T11:34:27.4536895Z remote: Compressing objects: 10% (87/864) 2023-08-09T11:34:27.4563145Z remote: Compressing objects: 11% (96/864) 2023-08-09T11:34:27.4571162Z remote: Compressing objects: 12% (104/864) 2023-08-09T11:34:27.4579435Z remote: Compressing objects: 13% (113/864) 2023-08-09T11:34:27.4597634Z remote: Compressing objects: 14% (121/864) 2023-08-09T11:34:27.4608584Z remote: Compressing objects: 15% (130/864) 2023-08-09T11:34:27.4631003Z remote: Compressing objects: 16% (139/864) 2023-08-09T11:34:27.4635605Z remote: Compressing objects: 17% (147/864) 2023-08-09T11:34:27.4650329Z remote: Compressing objects: 18% (156/864) 2023-08-09T11:34:27.4655820Z remote: Compressing objects: 19% (165/864) 2023-08-09T11:34:27.4671463Z remote: Compressing objects: 20% (173/864) 2023-08-09T11:34:27.4681336Z remote: Compressing objects: 21% (182/864) 2023-08-09T11:34:27.4684149Z remote: Compressing objects: 22% (191/864) 2023-08-09T11:34:27.4684484Z remote: Compressing objects: 23% (199/864) 2023-08-09T11:34:27.4689680Z remote: Compressing objects: 24% (208/864) 2023-08-09T11:34:27.4698211Z remote: Compressing objects: 25% (216/864) 2023-08-09T11:34:27.4713523Z remote: Compressing objects: 26% (225/864) 2023-08-09T11:34:27.4739151Z remote: Compressing objects: 27% (234/864) 2023-08-09T11:34:27.4831023Z remote: Compressing objects: 28% (242/864) 2023-08-09T11:34:27.4865590Z remote: Compressing objects: 29% (251/864) 2023-08-09T11:34:27.4889784Z remote: Compressing objects: 30% (260/864) 2023-08-09T11:34:27.4894772Z remote: Compressing objects: 31% (268/864) 2023-08-09T11:34:27.4912775Z remote: Compressing objects: 32% (277/864) 2023-08-09T11:34:27.5035509Z remote: Compressing objects: 33% (286/864) 2023-08-09T11:34:27.5036815Z remote: Compressing objects: 34% (294/864) 2023-08-09T11:34:27.5037120Z remote: Compressing objects: 35% (303/864) 2023-08-09T11:34:27.5037387Z remote: Compressing objects: 36% (312/864) 2023-08-09T11:34:27.5037739Z remote: Compressing objects: 37% (320/864) 2023-08-09T11:34:27.5037975Z remote: Compressing objects: 38% (329/864) 2023-08-09T11:34:27.5038220Z remote: Compressing objects: 39% (337/864) 2023-08-09T11:34:27.5038465Z remote: Compressing objects: 40% (346/864) 2023-08-09T11:34:27.5038694Z remote: Compressing objects: 41% (355/864) 2023-08-09T11:34:27.5038940Z remote: Compressing objects: 42% (363/864) 2023-08-09T11:34:27.5039193Z remote: Compressing objects: 43% (372/864) 2023-08-09T11:34:27.5145030Z remote: Compressing objects: 44% (381/864) 2023-08-09T11:34:27.5150168Z remote: Compressing objects: 45% (389/864) 2023-08-09T11:34:27.5152661Z remote: Compressing objects: 46% (398/864) 2023-08-09T11:34:27.5153245Z remote: Compressing objects: 47% (407/864) 2023-08-09T11:34:27.5153756Z remote: Compressing objects: 48% (415/864) 2023-08-09T11:34:27.5155915Z remote: Compressing objects: 49% (424/864) 2023-08-09T11:34:27.5158818Z remote: Compressing objects: 50% (432/864) 2023-08-09T11:34:27.5161862Z remote: Compressing objects: 51% (441/864) 2023-08-09T11:34:27.5164068Z remote: Compressing objects: 52% (450/864) 2023-08-09T11:34:27.5166156Z remote: Compressing objects: 53% (458/864) 2023-08-09T11:34:27.5171790Z remote: Compressing objects: 54% (467/864) 2023-08-09T11:34:27.5178642Z remote: Compressing objects: 55% (476/864) 2023-08-09T11:34:27.5187486Z remote: Compressing objects: 56% (484/864) 2023-08-09T11:34:27.5190553Z remote: Compressing objects: 57% (493/864) 2023-08-09T11:34:27.5198184Z remote: Compressing objects: 58% (502/864) 2023-08-09T11:34:27.5205546Z remote: Compressing objects: 59% (510/864) 2023-08-09T11:34:27.5230002Z remote: Compressing objects: 60% (519/864) 2023-08-09T11:34:27.5230795Z remote: Compressing objects: 61% (528/864) 2023-08-09T11:34:27.5231332Z remote: Compressing objects: 62% (536/864) 2023-08-09T11:34:27.5234727Z remote: Compressing objects: 63% (545/864) 2023-08-09T11:34:27.5251963Z remote: Compressing objects: 64% (553/864) 2023-08-09T11:34:27.5261834Z remote: Compressing objects: 65% (562/864) 2023-08-09T11:34:27.5269253Z remote: Compressing objects: 66% (571/864) 2023-08-09T11:34:27.5276356Z remote: Compressing objects: 67% (579/864) 2023-08-09T11:34:27.5287069Z remote: Compressing objects: 68% (588/864) 2023-08-09T11:34:27.5304226Z remote: Compressing objects: 69% (597/864) 2023-08-09T11:34:27.5305341Z remote: Compressing objects: 70% (605/864) 2023-08-09T11:34:27.5329189Z remote: Compressing objects: 71% (614/864) 2023-08-09T11:34:27.5329980Z remote: Compressing objects: 72% (623/864) 2023-08-09T11:34:27.5507302Z remote: Compressing objects: 73% (631/864) 2023-08-09T11:34:27.5508072Z remote: Compressing objects: 74% (640/864) 2023-08-09T11:34:27.5511559Z remote: Compressing objects: 75% (648/864) 2023-08-09T11:34:27.5513292Z remote: Compressing objects: 76% (657/864) 2023-08-09T11:34:27.5514396Z remote: Compressing objects: 77% (666/864) 2023-08-09T11:34:27.5527202Z remote: Compressing objects: 78% (674/864) 2023-08-09T11:34:27.5542492Z remote: Compressing objects: 79% (683/864) 2023-08-09T11:34:27.5561959Z remote: Compressing objects: 80% (692/864) 2023-08-09T11:34:27.5563792Z remote: Compressing objects: 81% (700/864) 2023-08-09T11:34:27.5564029Z remote: Compressing objects: 82% (709/864) 2023-08-09T11:34:27.5569303Z remote: Compressing objects: 83% (718/864) 2023-08-09T11:34:27.5576480Z remote: Compressing objects: 84% (726/864) 2023-08-09T11:34:27.5578666Z remote: Compressing objects: 85% (735/864) 2023-08-09T11:34:27.5580831Z remote: Compressing objects: 86% (744/864) 2023-08-09T11:34:27.5581526Z remote: Compressing objects: 87% (752/864) 2023-08-09T11:34:27.5583989Z remote: Compressing objects: 88% (761/864) 2023-08-09T11:34:27.5584736Z remote: Compressing objects: 89% (769/864) 2023-08-09T11:34:27.5585046Z remote: Compressing objects: 90% (778/864) 2023-08-09T11:34:27.5590040Z remote: Compressing objects: 91% (787/864) 2023-08-09T11:34:27.5590759Z remote: Compressing objects: 92% (795/864) 2023-08-09T11:34:27.5591464Z remote: Compressing objects: 93% (804/864) 2023-08-09T11:34:27.5592165Z remote: Compressing objects: 94% (813/864) 2023-08-09T11:34:27.5592859Z remote: Compressing objects: 95% (821/864) 2023-08-09T11:34:27.5593537Z remote: Compressing objects: 96% (830/864) 2023-08-09T11:34:27.5594160Z remote: Compressing objects: 97% (839/864) 2023-08-09T11:34:27.5594391Z remote: Compressing objects: 98% (847/864) 2023-08-09T11:34:27.5594637Z remote: Compressing objects: 99% (856/864) 2023-08-09T11:34:27.5594881Z remote: Compressing objects: 100% (864/864) 2023-08-09T11:34:27.5595123Z remote: Compressing objects: 100% (864/864), done. 2023-08-09T11:34:27.5614995Z Receiving objects: 0% (1/1076) 2023-08-09T11:34:27.5616655Z Receiving objects: 1% (11/1076) 2023-08-09T11:34:27.5617957Z Receiving objects: 2% (22/1076) 2023-08-09T11:34:27.5673652Z Receiving objects: 3% (33/1076) 2023-08-09T11:34:27.5673903Z Receiving objects: 4% (44/1076) 2023-08-09T11:34:27.5677496Z Receiving objects: 5% (54/1076) 2023-08-09T11:34:27.5681484Z Receiving objects: 6% (65/1076) 2023-08-09T11:34:27.5683699Z Receiving objects: 7% (76/1076) 2023-08-09T11:34:27.5685924Z Receiving objects: 8% (87/1076) 2023-08-09T11:34:27.5687706Z Receiving objects: 9% (97/1076) 2023-08-09T11:34:27.5688848Z Receiving objects: 10% (108/1076) 2023-08-09T11:34:27.5689957Z Receiving objects: 11% (119/1076) 2023-08-09T11:34:27.5691561Z Receiving objects: 12% (130/1076) 2023-08-09T11:34:27.5694376Z Receiving objects: 13% (140/1076) 2023-08-09T11:34:27.5695040Z Receiving objects: 14% (151/1076) 2023-08-09T11:34:27.5697324Z Receiving objects: 15% (162/1076) 2023-08-09T11:34:27.5699179Z Receiving objects: 16% (173/1076) 2023-08-09T11:34:27.5702781Z Receiving objects: 17% (183/1076) 2023-08-09T11:34:27.5708660Z Receiving objects: 18% (194/1076) 2023-08-09T11:34:27.5711253Z Receiving objects: 19% (205/1076) 2023-08-09T11:34:27.5713072Z Receiving objects: 20% (216/1076) 2023-08-09T11:34:27.5714058Z Receiving objects: 21% (226/1076) 2023-08-09T11:34:27.5734006Z Receiving objects: 22% (237/1076) 2023-08-09T11:34:27.5740556Z Receiving objects: 23% (248/1076) 2023-08-09T11:34:27.5741520Z Receiving objects: 24% (259/1076) 2023-08-09T11:34:27.5741985Z Receiving objects: 25% (269/1076) 2023-08-09T11:34:27.5745119Z Receiving objects: 26% (280/1076) 2023-08-09T11:34:27.5746789Z Receiving objects: 27% (291/1076) 2023-08-09T11:34:27.5748785Z Receiving objects: 28% (302/1076) 2023-08-09T11:34:27.5749582Z Receiving objects: 29% (313/1076) 2023-08-09T11:34:27.5751306Z Receiving objects: 30% (323/1076) 2023-08-09T11:34:27.5757104Z Receiving objects: 31% (334/1076) 2023-08-09T11:34:27.5787282Z Receiving objects: 32% (345/1076) 2023-08-09T11:34:27.5891663Z Receiving objects: 33% (356/1076) 2023-08-09T11:34:27.5914164Z Receiving objects: 34% (366/1076) 2023-08-09T11:34:27.5914521Z Receiving objects: 35% (377/1076) 2023-08-09T11:34:27.5914743Z Receiving objects: 36% (388/1076) 2023-08-09T11:34:27.5917363Z Receiving objects: 37% (399/1076) 2023-08-09T11:34:27.5917834Z Receiving objects: 38% (409/1076) 2023-08-09T11:34:27.5919762Z Receiving objects: 39% (420/1076) 2023-08-09T11:34:27.5929909Z Receiving objects: 40% (431/1076) 2023-08-09T11:34:27.5932962Z Receiving objects: 41% (442/1076) 2023-08-09T11:34:27.5936147Z Receiving objects: 42% (452/1076) 2023-08-09T11:34:27.5940543Z Receiving objects: 43% (463/1076) 2023-08-09T11:34:27.5943826Z Receiving objects: 44% (474/1076) 2023-08-09T11:34:27.5948147Z Receiving objects: 45% (485/1076) 2023-08-09T11:34:27.5949304Z Receiving objects: 46% (495/1076) 2023-08-09T11:34:27.5951808Z Receiving objects: 47% (506/1076) 2023-08-09T11:34:27.5954663Z Receiving objects: 48% (517/1076) 2023-08-09T11:34:27.5955425Z Receiving objects: 49% (528/1076) 2023-08-09T11:34:27.5957543Z Receiving objects: 50% (538/1076) 2023-08-09T11:34:27.5958197Z Receiving objects: 51% (549/1076) 2023-08-09T11:34:27.5958712Z Receiving objects: 52% (560/1076) 2023-08-09T11:34:27.5959623Z Receiving objects: 53% (571/1076) 2023-08-09T11:34:27.5959996Z Receiving objects: 54% (582/1076) 2023-08-09T11:34:27.5962496Z Receiving objects: 55% (592/1076) 2023-08-09T11:34:27.5963867Z Receiving objects: 56% (603/1076) 2023-08-09T11:34:27.5966251Z Receiving objects: 57% (614/1076) 2023-08-09T11:34:27.5968709Z Receiving objects: 58% (625/1076) 2023-08-09T11:34:27.5970669Z Receiving objects: 59% (635/1076) 2023-08-09T11:34:27.5972509Z Receiving objects: 60% (646/1076) 2023-08-09T11:34:27.5978790Z Receiving objects: 61% (657/1076) 2023-08-09T11:34:27.5982771Z Receiving objects: 62% (668/1076) 2023-08-09T11:34:27.6019377Z Receiving objects: 63% (678/1076) 2023-08-09T11:34:27.6021876Z Receiving objects: 64% (689/1076) 2023-08-09T11:34:27.6282266Z Receiving objects: 65% (700/1076) 2023-08-09T11:34:27.6356762Z Receiving objects: 66% (711/1076) 2023-08-09T11:34:27.6357358Z Receiving objects: 67% (721/1076) 2023-08-09T11:34:27.6359072Z Receiving objects: 68% (732/1076) 2023-08-09T11:34:27.6361021Z Receiving objects: 69% (743/1076) 2023-08-09T11:34:27.6361463Z Receiving objects: 70% (754/1076) 2023-08-09T11:34:27.6362699Z Receiving objects: 71% (764/1076) 2023-08-09T11:34:27.6369573Z Receiving objects: 72% (775/1076) 2023-08-09T11:34:27.6373036Z Receiving objects: 73% (786/1076) 2023-08-09T11:34:27.6376340Z Receiving objects: 74% (797/1076) 2023-08-09T11:34:27.6378415Z Receiving objects: 75% (807/1076) 2023-08-09T11:34:27.6380157Z Receiving objects: 76% (818/1076) 2023-08-09T11:34:27.6382201Z Receiving objects: 77% (829/1076) 2023-08-09T11:34:27.6383691Z Receiving objects: 78% (840/1076) 2023-08-09T11:34:27.6385256Z Receiving objects: 79% (851/1076) 2023-08-09T11:34:27.6385732Z Receiving objects: 80% (861/1076) 2023-08-09T11:34:27.6385958Z Receiving objects: 81% (872/1076) 2023-08-09T11:34:27.6386173Z Receiving objects: 82% (883/1076) 2023-08-09T11:34:27.6386926Z Receiving objects: 83% (894/1076) 2023-08-09T11:34:27.6388734Z Receiving objects: 84% (904/1076) 2023-08-09T11:34:27.6389767Z Receiving objects: 85% (915/1076) 2023-08-09T11:34:27.6391103Z Receiving objects: 86% (926/1076) 2023-08-09T11:34:27.6391496Z Receiving objects: 87% (937/1076) 2023-08-09T11:34:27.6391745Z Receiving objects: 88% (947/1076) 2023-08-09T11:34:27.6391968Z Receiving objects: 89% (958/1076) 2023-08-09T11:34:27.6392713Z Receiving objects: 90% (969/1076) 2023-08-09T11:34:27.6393453Z Receiving objects: 91% (980/1076) 2023-08-09T11:34:27.6395499Z Receiving objects: 92% (990/1076) 2023-08-09T11:34:27.6395718Z Receiving objects: 93% (1001/1076) 2023-08-09T11:34:27.6402234Z Receiving objects: 94% (1012/1076) 2023-08-09T11:34:27.6404123Z Receiving objects: 95% (1023/1076) 2023-08-09T11:34:27.6423841Z Receiving objects: 96% (1033/1076) 2023-08-09T11:34:27.6429086Z Receiving objects: 97% (1044/1076) 2023-08-09T11:34:27.6433138Z Receiving objects: 98% (1055/1076) 2023-08-09T11:34:27.6624682Z Receiving objects: 99% (1066/1076) 2023-08-09T11:34:27.6625254Z remote: Total 1076 (delta 182), reused 624 (delta 101), pack-reused 0 2023-08-09T11:34:27.6639628Z Receiving objects: 100% (1076/1076) 2023-08-09T11:34:27.6640077Z Receiving objects: 100% (1076/1076), 1.50 MiB | 14.81 MiB/s, done. 2023-08-09T11:34:27.6642247Z Resolving deltas: 0% (0/182) 2023-08-09T11:34:27.6642773Z Resolving deltas: 1% (2/182) 2023-08-09T11:34:27.6643166Z Resolving deltas: 2% (4/182) 2023-08-09T11:34:27.6643690Z Resolving deltas: 3% (6/182) 2023-08-09T11:34:27.6644096Z Resolving deltas: 4% (9/182) 2023-08-09T11:34:27.6644389Z Resolving deltas: 5% (10/182) 2023-08-09T11:34:27.6645752Z Resolving deltas: 6% (11/182) 2023-08-09T11:34:27.6646065Z Resolving deltas: 7% (14/182) 2023-08-09T11:34:27.6646329Z Resolving deltas: 8% (15/182) 2023-08-09T11:34:27.6646633Z Resolving deltas: 9% (17/182) 2023-08-09T11:34:27.6646829Z Resolving deltas: 10% (19/182) 2023-08-09T11:34:27.6647034Z Resolving deltas: 11% (21/182) 2023-08-09T11:34:27.6647471Z Resolving deltas: 12% (23/182) 2023-08-09T11:34:27.6648104Z Resolving deltas: 14% (27/182) 2023-08-09T11:34:27.6648392Z Resolving deltas: 15% (29/182) 2023-08-09T11:34:27.6648620Z Resolving deltas: 16% (30/182) 2023-08-09T11:34:27.6649009Z Resolving deltas: 17% (31/182) 2023-08-09T11:34:27.6650161Z Resolving deltas: 18% (33/182) 2023-08-09T11:34:27.6650759Z Resolving deltas: 19% (35/182) 2023-08-09T11:34:27.6651059Z Resolving deltas: 20% (37/182) 2023-08-09T11:34:27.6651450Z Resolving deltas: 21% (39/182) 2023-08-09T11:34:27.6651913Z Resolving deltas: 22% (41/182) 2023-08-09T11:34:27.6652204Z Resolving deltas: 23% (43/182) 2023-08-09T11:34:27.6652619Z Resolving deltas: 24% (44/182) 2023-08-09T11:34:27.6652899Z Resolving deltas: 25% (46/182) 2023-08-09T11:34:27.6653665Z Resolving deltas: 26% (48/182) 2023-08-09T11:34:27.6653965Z Resolving deltas: 27% (50/182) 2023-08-09T11:34:27.6654501Z Resolving deltas: 28% (51/182) 2023-08-09T11:34:27.6654757Z Resolving deltas: 29% (54/182) 2023-08-09T11:34:27.6657289Z Resolving deltas: 30% (56/182) 2023-08-09T11:34:27.6657545Z Resolving deltas: 31% (58/182) 2023-08-09T11:34:27.6667212Z Resolving deltas: 32% (59/182) 2023-08-09T11:34:27.6667715Z Resolving deltas: 33% (61/182) 2023-08-09T11:34:27.6668034Z Resolving deltas: 34% (62/182) 2023-08-09T11:34:27.6669960Z Resolving deltas: 35% (64/182) 2023-08-09T11:34:27.6670183Z Resolving deltas: 36% (66/182) 2023-08-09T11:34:27.6670395Z Resolving deltas: 37% (68/182) 2023-08-09T11:34:27.6670592Z Resolving deltas: 38% (70/182) 2023-08-09T11:34:27.6670802Z Resolving deltas: 39% (72/182) 2023-08-09T11:34:27.6671013Z Resolving deltas: 40% (73/182) 2023-08-09T11:34:27.6672242Z Resolving deltas: 41% (75/182) 2023-08-09T11:34:27.6672454Z Resolving deltas: 43% (80/182) 2023-08-09T11:34:27.6672681Z Resolving deltas: 44% (81/182) 2023-08-09T11:34:27.6672965Z Resolving deltas: 45% (83/182) 2023-08-09T11:34:27.6673170Z Resolving deltas: 47% (87/182) 2023-08-09T11:34:27.6673378Z Resolving deltas: 48% (88/182) 2023-08-09T11:34:27.6673627Z Resolving deltas: 50% (91/182) 2023-08-09T11:34:27.6673948Z Resolving deltas: 51% (93/182) 2023-08-09T11:34:27.6674300Z Resolving deltas: 52% (96/182) 2023-08-09T11:34:27.6674605Z Resolving deltas: 53% (97/182) 2023-08-09T11:34:27.6674796Z Resolving deltas: 54% (99/182) 2023-08-09T11:34:27.6675001Z Resolving deltas: 55% (101/182) 2023-08-09T11:34:27.6675251Z Resolving deltas: 56% (102/182) 2023-08-09T11:34:27.6675486Z Resolving deltas: 57% (104/182) 2023-08-09T11:34:27.6675741Z Resolving deltas: 58% (107/182) 2023-08-09T11:34:27.6675951Z Resolving deltas: 59% (108/182) 2023-08-09T11:34:27.6676146Z Resolving deltas: 61% (112/182) 2023-08-09T11:34:27.6676536Z Resolving deltas: 63% (115/182) 2023-08-09T11:34:27.6676743Z Resolving deltas: 64% (117/182) 2023-08-09T11:34:27.6676958Z Resolving deltas: 68% (124/182) 2023-08-09T11:34:27.6677147Z Resolving deltas: 69% (127/182) 2023-08-09T11:34:27.6677349Z Resolving deltas: 70% (128/182) 2023-08-09T11:34:27.6677606Z Resolving deltas: 71% (131/182) 2023-08-09T11:34:27.6677798Z Resolving deltas: 72% (132/182) 2023-08-09T11:34:27.6678079Z Resolving deltas: 73% (134/182) 2023-08-09T11:34:27.6678282Z Resolving deltas: 74% (135/182) 2023-08-09T11:34:27.6678472Z Resolving deltas: 75% (138/182) 2023-08-09T11:34:27.6678671Z Resolving deltas: 76% (140/182) 2023-08-09T11:34:27.6678883Z Resolving deltas: 78% (142/182) 2023-08-09T11:34:27.6679220Z Resolving deltas: 79% (144/182) 2023-08-09T11:34:27.6679580Z Resolving deltas: 80% (146/182) 2023-08-09T11:34:27.6679946Z Resolving deltas: 82% (150/182) 2023-08-09T11:34:27.6680283Z Resolving deltas: 83% (152/182) 2023-08-09T11:34:27.6680643Z Resolving deltas: 84% (153/182) 2023-08-09T11:34:27.6681011Z Resolving deltas: 85% (155/182) 2023-08-09T11:34:27.6681383Z Resolving deltas: 86% (157/182) 2023-08-09T11:34:27.6681759Z Resolving deltas: 87% (159/182) 2023-08-09T11:34:27.6682133Z Resolving deltas: 88% (161/182) 2023-08-09T11:34:27.6682514Z Resolving deltas: 89% (162/182) 2023-08-09T11:34:27.6682883Z Resolving deltas: 90% (164/182) 2023-08-09T11:34:27.6683266Z Resolving deltas: 91% (167/182) 2023-08-09T11:34:27.6683632Z Resolving deltas: 92% (168/182) 2023-08-09T11:34:27.6683994Z Resolving deltas: 93% (170/182) 2023-08-09T11:34:27.6684354Z Resolving deltas: 94% (172/182) 2023-08-09T11:34:27.6684724Z Resolving deltas: 95% (173/182) 2023-08-09T11:34:27.6685078Z Resolving deltas: 96% (175/182) 2023-08-09T11:34:27.6685425Z Resolving deltas: 97% (177/182) 2023-08-09T11:34:27.6686362Z Resolving deltas: 98% (179/182) 2023-08-09T11:34:27.6687776Z Resolving deltas: 99% (181/182) 2023-08-09T11:34:27.6688503Z Resolving deltas: 100% (182/182) 2023-08-09T11:34:27.6688728Z Resolving deltas: 100% (182/182), done. 2023-08-09T11:34:27.6834258Z From https://github.com/pytorch/test-infra 2023-08-09T11:34:27.6835091Z * [new branch] main -> origin/main 2023-08-09T11:34:27.6850125Z ##[endgroup] 2023-08-09T11:34:27.6850484Z ##[group]Determining the checkout info 2023-08-09T11:34:27.6852081Z ##[endgroup] 2023-08-09T11:34:27.6852412Z ##[group]Checking out the ref 2023-08-09T11:34:27.6855382Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2023-08-09T11:34:27.7313778Z Switched to a new branch 'main' 2023-08-09T11:34:27.7314627Z branch 'main' set up to track 'origin/main'. 2023-08-09T11:34:27.7316420Z ##[endgroup] 2023-08-09T11:34:27.7316800Z ##[group]Setting up auth for fetching submodules 2023-08-09T11:34:27.7321352Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-08-09T11:34:27.7367269Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-08-09T11:34:27.7390963Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-08-09T11:34:27.7415768Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-08-09T11:34:27.7441125Z ##[endgroup] 2023-08-09T11:34:27.7441477Z ##[group]Fetching submodules 2023-08-09T11:34:27.7442133Z [command]/usr/bin/git submodule sync --recursive 2023-08-09T11:34:27.7694683Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-08-09T11:34:27.7946906Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-08-09T11:34:27.8189411Z ##[endgroup] 2023-08-09T11:34:27.8189847Z ##[group]Persisting credentials for submodules 2023-08-09T11:34:27.8193207Z [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-08-09T11:34:27.8439779Z [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-08-09T11:34:27.8686365Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-08-09T11:34:27.8927805Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-08-09T11:34:27.9170008Z ##[endgroup] 2023-08-09T11:34:27.9197789Z [command]/usr/bin/git log -1 --format='%H' 2023-08-09T11:34:27.9218919Z '264b8afc6d56140163c6b64f4088a17c4cd59bfd' 2023-08-09T11:34:27.9443661Z Prepare all required actions 2023-08-09T11:34:27.9443969Z Getting action download info 2023-08-09T11:34:28.0666128Z Download action repository 'pytorch/test-infra@main' (SHA:264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T11:34:28.2881860Z Getting action download info 2023-08-09T11:34:28.4306224Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-08-09T11:34:28.5523984Z ##[group]Run ./test-infra/.github/actions/setup-linux 2023-08-09T11:34:28.5524204Z env: 2023-08-09T11:34:28.5524397Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:28.5524619Z REPOSITORY: pytorch/audio 2023-08-09T11:34:28.5524803Z PR_NUMBER: 2023-08-09T11:34:28.5526562Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:28.5528880Z ##[endgroup] 2023-08-09T11:34:28.5771023Z ##[group]Run set -euo pipefail 2023-08-09T11:34:28.5771259Z set -euo pipefail 2023-08-09T11:34:28.5771473Z function get_ec2_metadata() { 2023-08-09T11:34:28.5771728Z  # Pulled from instance metadata endpoint for EC2 2023-08-09T11:34:28.5772100Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-08-09T11:34:28.5772413Z  category=$1 2023-08-09T11:34:28.5772661Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-08-09T11:34:28.5772875Z } 2023-08-09T11:34:28.5773084Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-08-09T11:34:28.5773340Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-08-09T11:34:28.5773615Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-08-09T11:34:28.5773857Z echo "system info $(uname -a)" 2023-08-09T11:34:28.5785991Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:28.5786201Z env: 2023-08-09T11:34:28.5786373Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:28.5786584Z REPOSITORY: pytorch/audio 2023-08-09T11:34:28.5786763Z PR_NUMBER: 2023-08-09T11:34:28.5788519Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:28.5790357Z ##[endgroup] 2023-08-09T11:34:28.5878630Z ami-id: ami-096198a0bccc6bad4 2023-08-09T11:34:28.5933865Z instance-id: i-0df68501f1e17af78 2023-08-09T11:34:28.5980504Z instance-type: c5.12xlarge 2023-08-09T11:34:28.5986707Z system info Linux ip-10-0-2-79.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-08-09T11:34:28.6009161Z ##[group]Run if systemctl is-active --quiet docker; then 2023-08-09T11:34:28.6009599Z if systemctl is-active --quiet docker; then 2023-08-09T11:34:28.6009877Z  echo "Docker daemon is running..."; 2023-08-09T11:34:28.6010079Z else 2023-08-09T11:34:28.6010307Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-08-09T11:34:28.6010572Z fi 2023-08-09T11:34:28.6020959Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:28.6021177Z env: 2023-08-09T11:34:28.6021382Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:28.6021644Z REPOSITORY: pytorch/audio 2023-08-09T11:34:28.6021828Z PR_NUMBER: 2023-08-09T11:34:28.6023472Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:28.6025361Z ##[endgroup] 2023-08-09T11:34:28.6067057Z Docker daemon is running... 2023-08-09T11:34:28.6108665Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-08-09T11:34:28.6109009Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-08-09T11:34:28.6109276Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-08-09T11:34:28.6109676Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-08-09T11:34:28.6110009Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-08-09T11:34:28.6119275Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:28.6119477Z env: 2023-08-09T11:34:28.6119658Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:28.6119864Z REPOSITORY: pytorch/audio 2023-08-09T11:34:28.6120027Z PR_NUMBER: 2023-08-09T11:34:28.6121665Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:28.6123385Z AWS_RETRY_MODE: standard 2023-08-09T11:34:28.6123553Z AWS_MAX_ATTEMPTS: 5 2023-08-09T11:34:28.6123733Z AWS_DEFAULT_REGION: us-east-1 2023-08-09T11:34:28.6123911Z ##[endgroup] 2023-08-09T11:34:29.3055916Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2023-08-09T11:34:29.3056367Z Configure a credential helper to remove this warning. See 2023-08-09T11:34:29.3056796Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-08-09T11:34:29.3057023Z 2023-08-09T11:34:29.3057097Z Login Succeeded 2023-08-09T11:34:29.3105956Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-08-09T11:34:29.3106281Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-08-09T11:34:29.3106565Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-08-09T11:34:29.3117873Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:29.3118070Z env: 2023-08-09T11:34:29.3118258Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.3118471Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.3118641Z PR_NUMBER: 2023-08-09T11:34:29.3120497Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:29.3122281Z ##[endgroup] 2023-08-09T11:34:29.3182832Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-08-09T11:34:29.3183110Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-08-09T11:34:29.3183347Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2023-08-09T11:34:29.3183602Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2023-08-09T11:34:29.3183828Z  2023-08-09T11:34:29.3184023Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2023-08-09T11:34:29.3184268Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2023-08-09T11:34:29.3184530Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2023-08-09T11:34:29.3184751Z  2023-08-09T11:34:29.3184937Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2023-08-09T11:34:29.3185152Z mkdir -p "${RUNNER_DOCS_DIR}" 2023-08-09T11:34:29.3185388Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2023-08-09T11:34:29.3194742Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:29.3194948Z env: 2023-08-09T11:34:29.3195136Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.3195337Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.3195517Z PR_NUMBER: 2023-08-09T11:34:29.3197271Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:29.3199091Z ##[endgroup] 2023-08-09T11:34:29.3263705Z ##[group]Run needs=0 2023-08-09T11:34:29.3263889Z needs=0 2023-08-09T11:34:29.3264126Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2023-08-09T11:34:29.3264347Z  needs=1 2023-08-09T11:34:29.3264508Z fi 2023-08-09T11:34:29.3264698Z echo "does=${needs}" >> $GITHUB_OUTPUT 2023-08-09T11:34:29.3274007Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:29.3274223Z env: 2023-08-09T11:34:29.3274419Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.3274641Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.3274817Z PR_NUMBER: 2023-08-09T11:34:29.3276654Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:29.3278466Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:29.3278769Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:29.3279063Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:29.3279280Z ##[endgroup] 2023-08-09T11:34:29.3477948Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-08-09T11:34:29.3478260Z # ignore expansion of "docker ps -q" since it could be empty 2023-08-09T11:34:29.3478504Z # shellcheck disable=SC2046 2023-08-09T11:34:29.3478722Z docker stop $(docker ps -q) || true 2023-08-09T11:34:29.3478931Z # Prune all of the docker images 2023-08-09T11:34:29.3479141Z docker system prune -af 2023-08-09T11:34:29.3488041Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:29.3488481Z env: 2023-08-09T11:34:29.3488686Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.3488916Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.3489099Z PR_NUMBER: 2023-08-09T11:34:29.3491005Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:29.3493036Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:29.3493353Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:29.3493663Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:29.3493890Z ##[endgroup] 2023-08-09T11:34:29.3804041Z "docker stop" requires at least 1 argument. 2023-08-09T11:34:29.3804460Z See 'docker stop --help'. 2023-08-09T11:34:29.3804674Z 2023-08-09T11:34:29.3804823Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2023-08-09T11:34:29.3805004Z 2023-08-09T11:34:29.3805119Z Stop one or more running containers 2023-08-09T11:34:29.3983339Z Total reclaimed space: 0B 2023-08-09T11:34:29.4032006Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-08-09T11:34:29.4032209Z with: 2023-08-09T11:34:29.4032703Z github-secret: *** 2023-08-09T11:34:29.4032909Z activate-with-label: false 2023-08-09T11:34:29.4033105Z label: with-ssh 2023-08-09T11:34:29.4033284Z remove-existing-keys: true 2023-08-09T11:34:29.4033473Z env: 2023-08-09T11:34:29.4033666Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.4033875Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.4034059Z PR_NUMBER: 2023-08-09T11:34:29.4035833Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:29.4037880Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:29.4038188Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:29.4038493Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:29.4038717Z ##[endgroup] 2023-08-09T11:34:29.4624595Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-08-09T11:34:29.4626084Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2023-08-09T11:34:29.4704005Z ##[group]Run actions/checkout@v3 2023-08-09T11:34:29.4704201Z with: 2023-08-09T11:34:29.4704380Z repository: pytorch/audio 2023-08-09T11:34:29.4704564Z ref: refs/heads/nightly 2023-08-09T11:34:29.4704756Z path: pytorch/audio 2023-08-09T11:34:29.4704947Z fetch-depth: 1 2023-08-09T11:34:29.4705217Z token: *** 2023-08-09T11:34:29.4705373Z ssh-strict: true 2023-08-09T11:34:29.4705569Z persist-credentials: true 2023-08-09T11:34:29.4705763Z clean: true 2023-08-09T11:34:29.4705949Z sparse-checkout-cone-mode: true 2023-08-09T11:34:29.4706151Z lfs: false 2023-08-09T11:34:29.4706333Z set-safe-directory: true 2023-08-09T11:34:29.4706502Z env: 2023-08-09T11:34:29.4706698Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.4706916Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.4707089Z PR_NUMBER: 2023-08-09T11:34:29.4708952Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:29.4710776Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:29.4711081Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:29.4711374Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:29.4711588Z ##[endgroup] 2023-08-09T11:34:29.5472741Z Syncing repository: pytorch/audio 2023-08-09T11:34:29.5481823Z ##[group]Getting Git version info 2023-08-09T11:34:29.5482546Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio' 2023-08-09T11:34:29.5502825Z [command]/usr/bin/git version 2023-08-09T11:34:29.5535414Z git version 2.40.1 2023-08-09T11:34:29.5555377Z ##[endgroup] 2023-08-09T11:34:29.5568404Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/656447e8-e580-4168-b4e4-d9d593ffb0af' before making global git config changes 2023-08-09T11:34:29.5568845Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:34:29.5573452Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T11:34:29.5600334Z ##[group]Initializing the repository 2023-08-09T11:34:29.5602692Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T11:34:29.5628654Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-08-09T11:34:29.5629140Z hint: is subject to change. To configure the initial branch name to use in all 2023-08-09T11:34:29.5629672Z hint: of your new repositories, which will suppress this warning, call: 2023-08-09T11:34:29.5629925Z hint: 2023-08-09T11:34:29.5630216Z hint: git config --global init.defaultBranch 2023-08-09T11:34:29.5630440Z hint: 2023-08-09T11:34:29.5630793Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-08-09T11:34:29.5631186Z hint: 'development'. The just-created branch can be renamed via this command: 2023-08-09T11:34:29.5631433Z hint: 2023-08-09T11:34:29.5631634Z hint: git branch -m 2023-08-09T11:34:29.5632031Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-08-09T11:34:29.5635359Z [command]/usr/bin/git remote add origin https://github.com/pytorch/audio 2023-08-09T11:34:29.5660110Z ##[endgroup] 2023-08-09T11:34:29.5660488Z ##[group]Disabling automatic garbage collection 2023-08-09T11:34:29.5663143Z [command]/usr/bin/git config --local gc.auto 0 2023-08-09T11:34:29.5687271Z ##[endgroup] 2023-08-09T11:34:29.5687891Z ##[group]Setting up auth 2023-08-09T11:34:29.5692412Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:34:29.5717395Z [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-08-09T11:34:29.5963584Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:34:29.5987697Z [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-08-09T11:34:29.6228733Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-08-09T11:34:29.6268347Z ##[endgroup] 2023-08-09T11:34:29.6268730Z ##[group]Fetching the repository 2023-08-09T11:34:29.6273807Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/nightly:refs/remotes/origin/nightly 2023-08-09T11:34:29.8929150Z remote: Enumerating objects: 987, done. 2023-08-09T11:34:29.8942602Z remote: Counting objects: 0% (1/987) 2023-08-09T11:34:29.8943349Z remote: Counting objects: 1% (10/987) 2023-08-09T11:34:29.8944020Z remote: Counting objects: 2% (20/987) 2023-08-09T11:34:29.8944673Z remote: Counting objects: 3% (30/987) 2023-08-09T11:34:29.8944908Z remote: Counting objects: 4% (40/987) 2023-08-09T11:34:29.8945142Z remote: Counting objects: 5% (50/987) 2023-08-09T11:34:29.8945377Z remote: Counting objects: 6% (60/987) 2023-08-09T11:34:29.8945597Z remote: Counting objects: 7% (70/987) 2023-08-09T11:34:29.8945827Z remote: Counting objects: 8% (79/987) 2023-08-09T11:34:29.8946068Z remote: Counting objects: 9% (89/987) 2023-08-09T11:34:29.8946301Z remote: Counting objects: 10% (99/987) 2023-08-09T11:34:29.8946718Z remote: Counting objects: 11% (109/987) 2023-08-09T11:34:29.8946958Z remote: Counting objects: 12% (119/987) 2023-08-09T11:34:29.8947191Z remote: Counting objects: 13% (129/987) 2023-08-09T11:34:29.8947422Z remote: Counting objects: 14% (139/987) 2023-08-09T11:34:29.8947657Z remote: Counting objects: 15% (149/987) 2023-08-09T11:34:29.8947891Z remote: Counting objects: 16% (158/987) 2023-08-09T11:34:29.8948111Z remote: Counting objects: 17% (168/987) 2023-08-09T11:34:29.8948343Z remote: Counting objects: 18% (178/987) 2023-08-09T11:34:29.8948574Z remote: Counting objects: 19% (188/987) 2023-08-09T11:34:29.8954648Z remote: Counting objects: 20% (198/987) 2023-08-09T11:34:29.8954881Z remote: Counting objects: 21% (208/987) 2023-08-09T11:34:29.8955122Z remote: Counting objects: 22% (218/987) 2023-08-09T11:34:29.8955537Z remote: Counting objects: 23% (228/987) 2023-08-09T11:34:29.8955785Z remote: Counting objects: 24% (237/987) 2023-08-09T11:34:29.8956034Z remote: Counting objects: 25% (247/987) 2023-08-09T11:34:29.8956286Z remote: Counting objects: 26% (257/987) 2023-08-09T11:34:29.8956514Z remote: Counting objects: 27% (267/987) 2023-08-09T11:34:29.8956746Z remote: Counting objects: 28% (277/987) 2023-08-09T11:34:29.8956972Z remote: Counting objects: 29% (287/987) 2023-08-09T11:34:29.8957187Z remote: Counting objects: 30% (297/987) 2023-08-09T11:34:29.8957418Z remote: Counting objects: 31% (306/987) 2023-08-09T11:34:29.8957650Z remote: Counting objects: 32% (316/987) 2023-08-09T11:34:29.8957867Z remote: Counting objects: 33% (326/987) 2023-08-09T11:34:29.8958098Z remote: Counting objects: 34% (336/987) 2023-08-09T11:34:29.8958326Z remote: Counting objects: 35% (346/987) 2023-08-09T11:34:29.8958561Z remote: Counting objects: 36% (356/987) 2023-08-09T11:34:29.8958779Z remote: Counting objects: 37% (366/987) 2023-08-09T11:34:29.8959006Z remote: Counting objects: 38% (376/987) 2023-08-09T11:34:29.8959232Z remote: Counting objects: 39% (385/987) 2023-08-09T11:34:29.8959444Z remote: Counting objects: 40% (395/987) 2023-08-09T11:34:29.8959669Z remote: Counting objects: 41% (405/987) 2023-08-09T11:34:29.8959895Z remote: Counting objects: 42% (415/987) 2023-08-09T11:34:29.8960109Z remote: Counting objects: 43% (425/987) 2023-08-09T11:34:29.8960334Z remote: Counting objects: 44% (435/987) 2023-08-09T11:34:29.8960561Z remote: Counting objects: 45% (445/987) 2023-08-09T11:34:29.8960779Z remote: Counting objects: 46% (455/987) 2023-08-09T11:34:29.8961008Z remote: Counting objects: 47% (464/987) 2023-08-09T11:34:29.8961235Z remote: Counting objects: 48% (474/987) 2023-08-09T11:34:29.8961466Z remote: Counting objects: 49% (484/987) 2023-08-09T11:34:29.8961683Z remote: Counting objects: 50% (494/987) 2023-08-09T11:34:29.8961907Z remote: Counting objects: 51% (504/987) 2023-08-09T11:34:29.8962132Z remote: Counting objects: 52% (514/987) 2023-08-09T11:34:29.8962345Z remote: Counting objects: 53% (524/987) 2023-08-09T11:34:29.8962569Z remote: Counting objects: 54% (533/987) 2023-08-09T11:34:29.8962794Z remote: Counting objects: 55% (543/987) 2023-08-09T11:34:29.8963005Z remote: Counting objects: 56% (553/987) 2023-08-09T11:34:29.8963228Z remote: Counting objects: 57% (563/987) 2023-08-09T11:34:29.8963481Z remote: Counting objects: 58% (573/987) 2023-08-09T11:34:29.8963707Z remote: Counting objects: 59% (583/987) 2023-08-09T11:34:29.8963921Z remote: Counting objects: 60% (593/987) 2023-08-09T11:34:29.8964147Z remote: Counting objects: 61% (603/987) 2023-08-09T11:34:29.8964377Z remote: Counting objects: 62% (612/987) 2023-08-09T11:34:29.8964654Z remote: Counting objects: 63% (622/987) 2023-08-09T11:34:29.8964879Z remote: Counting objects: 64% (632/987) 2023-08-09T11:34:29.8965109Z remote: Counting objects: 65% (642/987) 2023-08-09T11:34:29.8965339Z remote: Counting objects: 66% (652/987) 2023-08-09T11:34:29.8965554Z remote: Counting objects: 67% (662/987) 2023-08-09T11:34:29.8965780Z remote: Counting objects: 68% (672/987) 2023-08-09T11:34:29.8966007Z remote: Counting objects: 69% (682/987) 2023-08-09T11:34:29.8966221Z remote: Counting objects: 70% (691/987) 2023-08-09T11:34:29.8966447Z remote: Counting objects: 71% (701/987) 2023-08-09T11:34:29.8966675Z remote: Counting objects: 72% (711/987) 2023-08-09T11:34:29.8966885Z remote: Counting objects: 73% (721/987) 2023-08-09T11:34:29.8967111Z remote: Counting objects: 74% (731/987) 2023-08-09T11:34:29.8967389Z remote: Counting objects: 75% (741/987) 2023-08-09T11:34:29.8967737Z remote: Counting objects: 76% (751/987) 2023-08-09T11:34:29.8967968Z remote: Counting objects: 77% (760/987) 2023-08-09T11:34:29.8968197Z remote: Counting objects: 78% (770/987) 2023-08-09T11:34:29.8968502Z remote: Counting objects: 79% (780/987) 2023-08-09T11:34:29.8968717Z remote: Counting objects: 80% (790/987) 2023-08-09T11:34:29.8968947Z remote: Counting objects: 81% (800/987) 2023-08-09T11:34:29.8969179Z remote: Counting objects: 82% (810/987) 2023-08-09T11:34:29.8969393Z remote: Counting objects: 83% (820/987) 2023-08-09T11:34:29.8969619Z remote: Counting objects: 84% (830/987) 2023-08-09T11:34:29.8969847Z remote: Counting objects: 85% (839/987) 2023-08-09T11:34:29.8970060Z remote: Counting objects: 86% (849/987) 2023-08-09T11:34:29.8970285Z remote: Counting objects: 87% (859/987) 2023-08-09T11:34:29.8970521Z remote: Counting objects: 88% (869/987) 2023-08-09T11:34:29.8970738Z remote: Counting objects: 89% (879/987) 2023-08-09T11:34:29.8970962Z remote: Counting objects: 90% (889/987) 2023-08-09T11:34:29.8971185Z remote: Counting objects: 91% (899/987) 2023-08-09T11:34:29.8971410Z remote: Counting objects: 92% (909/987) 2023-08-09T11:34:29.8971622Z remote: Counting objects: 93% (918/987) 2023-08-09T11:34:29.8971845Z remote: Counting objects: 94% (928/987) 2023-08-09T11:34:29.8972071Z remote: Counting objects: 95% (938/987) 2023-08-09T11:34:29.8972282Z remote: Counting objects: 96% (948/987) 2023-08-09T11:34:29.8972506Z remote: Counting objects: 97% (958/987) 2023-08-09T11:34:29.8972735Z remote: Counting objects: 98% (968/987) 2023-08-09T11:34:29.8972945Z remote: Counting objects: 99% (978/987) 2023-08-09T11:34:29.8973170Z remote: Counting objects: 100% (987/987) 2023-08-09T11:34:29.8973411Z remote: Counting objects: 100% (987/987), done. 2023-08-09T11:34:29.8975937Z remote: Compressing objects: 0% (1/866) 2023-08-09T11:34:29.8978415Z remote: Compressing objects: 1% (9/866) 2023-08-09T11:34:29.8995313Z remote: Compressing objects: 2% (18/866) 2023-08-09T11:34:29.9015854Z remote: Compressing objects: 3% (26/866) 2023-08-09T11:34:29.9018419Z remote: Compressing objects: 4% (35/866) 2023-08-09T11:34:29.9021644Z remote: Compressing objects: 5% (44/866) 2023-08-09T11:34:29.9022894Z remote: Compressing objects: 6% (52/866) 2023-08-09T11:34:29.9042898Z remote: Compressing objects: 7% (61/866) 2023-08-09T11:34:29.9069135Z remote: Compressing objects: 8% (70/866) 2023-08-09T11:34:29.9111654Z remote: Compressing objects: 9% (78/866) 2023-08-09T11:34:29.9148251Z remote: Compressing objects: 10% (87/866) 2023-08-09T11:34:29.9172061Z remote: Compressing objects: 11% (96/866) 2023-08-09T11:34:29.9197466Z remote: Compressing objects: 12% (104/866) 2023-08-09T11:34:29.9203241Z remote: Compressing objects: 13% (113/866) 2023-08-09T11:34:29.9207844Z remote: Compressing objects: 14% (122/866) 2023-08-09T11:34:29.9217624Z remote: Compressing objects: 15% (130/866) 2023-08-09T11:34:29.9250447Z remote: Compressing objects: 16% (139/866) 2023-08-09T11:34:29.9264890Z remote: Compressing objects: 17% (148/866) 2023-08-09T11:34:29.9294762Z remote: Compressing objects: 18% (156/866) 2023-08-09T11:34:29.9372116Z remote: Compressing objects: 19% (165/866) 2023-08-09T11:34:29.9372892Z remote: Compressing objects: 20% (174/866) 2023-08-09T11:34:29.9385103Z remote: Compressing objects: 21% (182/866) 2023-08-09T11:34:29.9391209Z remote: Compressing objects: 22% (191/866) 2023-08-09T11:34:29.9402836Z remote: Compressing objects: 23% (200/866) 2023-08-09T11:34:29.9443091Z remote: Compressing objects: 24% (208/866) 2023-08-09T11:34:29.9471668Z remote: Compressing objects: 25% (217/866) 2023-08-09T11:34:29.9493233Z remote: Compressing objects: 26% (226/866) 2023-08-09T11:34:29.9572287Z remote: Compressing objects: 27% (234/866) 2023-08-09T11:34:29.9621575Z remote: Compressing objects: 28% (243/866) 2023-08-09T11:34:29.9644210Z remote: Compressing objects: 29% (252/866) 2023-08-09T11:34:29.9660207Z remote: Compressing objects: 30% (260/866) 2023-08-09T11:34:29.9686727Z remote: Compressing objects: 31% (269/866) 2023-08-09T11:34:29.9716412Z remote: Compressing objects: 32% (278/866) 2023-08-09T11:34:29.9752528Z remote: Compressing objects: 33% (286/866) 2023-08-09T11:34:29.9817655Z remote: Compressing objects: 34% (295/866) 2023-08-09T11:34:29.9878052Z remote: Compressing objects: 35% (304/866) 2023-08-09T11:34:29.9920039Z remote: Compressing objects: 36% (312/866) 2023-08-09T11:34:29.9996405Z remote: Compressing objects: 37% (321/866) 2023-08-09T11:34:30.0083061Z remote: Compressing objects: 38% (330/866) 2023-08-09T11:34:30.0210446Z remote: Compressing objects: 39% (338/866) 2023-08-09T11:34:30.0276484Z remote: Compressing objects: 40% (347/866) 2023-08-09T11:34:30.0335871Z remote: Compressing objects: 41% (356/866) 2023-08-09T11:34:30.0355346Z remote: Compressing objects: 42% (364/866) 2023-08-09T11:34:30.0376963Z remote: Compressing objects: 43% (373/866) 2023-08-09T11:34:30.0398979Z remote: Compressing objects: 44% (382/866) 2023-08-09T11:34:30.0433064Z remote: Compressing objects: 45% (390/866) 2023-08-09T11:34:30.0446994Z remote: Compressing objects: 46% (399/866) 2023-08-09T11:34:30.0458624Z remote: Compressing objects: 47% (408/866) 2023-08-09T11:34:30.0459365Z remote: Compressing objects: 48% (416/866) 2023-08-09T11:34:30.0460072Z remote: Compressing objects: 49% (425/866) 2023-08-09T11:34:30.0460797Z remote: Compressing objects: 50% (433/866) 2023-08-09T11:34:30.0486661Z remote: Compressing objects: 51% (442/866) 2023-08-09T11:34:30.0488630Z remote: Compressing objects: 52% (451/866) 2023-08-09T11:34:30.0500192Z remote: Compressing objects: 53% (459/866) 2023-08-09T11:34:30.0510329Z remote: Compressing objects: 54% (468/866) 2023-08-09T11:34:30.0511772Z remote: Compressing objects: 55% (477/866) 2023-08-09T11:34:30.0526300Z remote: Compressing objects: 56% (485/866) 2023-08-09T11:34:30.0527070Z remote: Compressing objects: 57% (494/866) 2023-08-09T11:34:30.0563595Z remote: Compressing objects: 58% (503/866) 2023-08-09T11:34:30.0572391Z remote: Compressing objects: 59% (511/866) 2023-08-09T11:34:30.0607084Z remote: Compressing objects: 60% (520/866) 2023-08-09T11:34:30.0614653Z remote: Compressing objects: 61% (529/866) 2023-08-09T11:34:30.0650681Z remote: Compressing objects: 62% (537/866) 2023-08-09T11:34:30.0664129Z remote: Compressing objects: 63% (546/866) 2023-08-09T11:34:30.0665247Z remote: Compressing objects: 64% (555/866) 2023-08-09T11:34:30.0690546Z remote: Compressing objects: 65% (563/866) 2023-08-09T11:34:30.0711802Z remote: Compressing objects: 66% (572/866) 2023-08-09T11:34:30.0716815Z remote: Compressing objects: 67% (581/866) 2023-08-09T11:34:30.0717988Z remote: Compressing objects: 68% (589/866) 2023-08-09T11:34:30.0719457Z remote: Compressing objects: 69% (598/866) 2023-08-09T11:34:30.0732358Z remote: Compressing objects: 70% (607/866) 2023-08-09T11:34:30.0742779Z remote: Compressing objects: 71% (615/866) 2023-08-09T11:34:30.0745750Z remote: Compressing objects: 72% (624/866) 2023-08-09T11:34:30.0775835Z remote: Compressing objects: 73% (633/866) 2023-08-09T11:34:30.0793049Z remote: Compressing objects: 74% (641/866) 2023-08-09T11:34:30.0799480Z remote: Compressing objects: 75% (650/866) 2023-08-09T11:34:30.0809962Z remote: Compressing objects: 76% (659/866) 2023-08-09T11:34:30.0817272Z remote: Compressing objects: 77% (667/866) 2023-08-09T11:34:30.0824582Z remote: Compressing objects: 78% (676/866) 2023-08-09T11:34:30.0840325Z remote: Compressing objects: 79% (685/866) 2023-08-09T11:34:30.0849203Z remote: Compressing objects: 80% (693/866) 2023-08-09T11:34:30.0852219Z remote: Compressing objects: 81% (702/866) 2023-08-09T11:34:30.0852466Z remote: Compressing objects: 82% (711/866) 2023-08-09T11:34:30.0853863Z remote: Compressing objects: 83% (719/866) 2023-08-09T11:34:30.0857718Z remote: Compressing objects: 84% (728/866) 2023-08-09T11:34:30.0857949Z remote: Compressing objects: 85% (737/866) 2023-08-09T11:34:30.0860950Z remote: Compressing objects: 86% (745/866) 2023-08-09T11:34:30.0861197Z remote: Compressing objects: 87% (754/866) 2023-08-09T11:34:30.0861431Z remote: Compressing objects: 88% (763/866) 2023-08-09T11:34:30.0861679Z remote: Compressing objects: 89% (771/866) 2023-08-09T11:34:30.0864400Z remote: Compressing objects: 90% (780/866) 2023-08-09T11:34:30.0864644Z remote: Compressing objects: 91% (789/866) 2023-08-09T11:34:30.0864876Z remote: Compressing objects: 92% (797/866) 2023-08-09T11:34:30.0865118Z remote: Compressing objects: 93% (806/866) 2023-08-09T11:34:30.0867189Z remote: Compressing objects: 94% (815/866) 2023-08-09T11:34:30.0867430Z remote: Compressing objects: 95% (823/866) 2023-08-09T11:34:30.0867656Z remote: Compressing objects: 96% (832/866) 2023-08-09T11:34:30.0867897Z remote: Compressing objects: 97% (841/866) 2023-08-09T11:34:30.0871354Z remote: Compressing objects: 98% (849/866) 2023-08-09T11:34:30.0871581Z remote: Compressing objects: 99% (858/866) 2023-08-09T11:34:30.0871821Z remote: Compressing objects: 100% (866/866) 2023-08-09T11:34:30.0872075Z remote: Compressing objects: 100% (866/866), done. 2023-08-09T11:34:30.0896851Z Receiving objects: 0% (1/987) 2023-08-09T11:34:30.0898390Z Receiving objects: 1% (10/987) 2023-08-09T11:34:30.0900024Z Receiving objects: 2% (20/987) 2023-08-09T11:34:30.0904367Z Receiving objects: 3% (30/987) 2023-08-09T11:34:30.0917000Z Receiving objects: 4% (40/987) 2023-08-09T11:34:30.0919959Z Receiving objects: 5% (50/987) 2023-08-09T11:34:30.0934862Z Receiving objects: 6% (60/987) 2023-08-09T11:34:30.0938771Z Receiving objects: 7% (70/987) 2023-08-09T11:34:30.0940774Z Receiving objects: 8% (79/987) 2023-08-09T11:34:30.0954935Z Receiving objects: 9% (89/987) 2023-08-09T11:34:30.0955580Z Receiving objects: 10% (99/987) 2023-08-09T11:34:30.0958037Z Receiving objects: 11% (109/987) 2023-08-09T11:34:30.0962584Z Receiving objects: 12% (119/987) 2023-08-09T11:34:30.0965323Z Receiving objects: 13% (129/987) 2023-08-09T11:34:30.0970898Z Receiving objects: 14% (139/987) 2023-08-09T11:34:30.0976718Z Receiving objects: 15% (149/987) 2023-08-09T11:34:30.0981954Z Receiving objects: 16% (158/987) 2023-08-09T11:34:30.0984790Z Receiving objects: 17% (168/987) 2023-08-09T11:34:30.0993237Z Receiving objects: 18% (178/987) 2023-08-09T11:34:30.0995028Z Receiving objects: 19% (188/987) 2023-08-09T11:34:30.0997622Z Receiving objects: 20% (198/987) 2023-08-09T11:34:30.1007884Z Receiving objects: 21% (208/987) 2023-08-09T11:34:30.1024344Z Receiving objects: 22% (218/987) 2023-08-09T11:34:30.1025414Z Receiving objects: 23% (228/987) 2023-08-09T11:34:30.1026436Z Receiving objects: 24% (237/987) 2023-08-09T11:34:30.1062254Z Receiving objects: 25% (247/987) 2023-08-09T11:34:30.1064401Z Receiving objects: 26% (257/987) 2023-08-09T11:34:30.1113652Z Receiving objects: 27% (267/987) 2023-08-09T11:34:30.1115312Z Receiving objects: 28% (277/987) 2023-08-09T11:34:30.1116089Z Receiving objects: 29% (287/987) 2023-08-09T11:34:30.1117306Z Receiving objects: 30% (297/987) 2023-08-09T11:34:30.1132963Z Receiving objects: 31% (306/987) 2023-08-09T11:34:30.1138483Z Receiving objects: 32% (316/987) 2023-08-09T11:34:30.1162182Z Receiving objects: 33% (326/987) 2023-08-09T11:34:30.1192283Z Receiving objects: 34% (336/987) 2023-08-09T11:34:30.1240394Z Receiving objects: 35% (346/987) 2023-08-09T11:34:30.1240723Z Receiving objects: 36% (356/987) 2023-08-09T11:34:30.1242161Z Receiving objects: 37% (366/987) 2023-08-09T11:34:30.1243583Z Receiving objects: 38% (376/987) 2023-08-09T11:34:30.1304376Z Receiving objects: 39% (385/987) 2023-08-09T11:34:30.1304714Z Receiving objects: 40% (395/987) 2023-08-09T11:34:30.1309933Z Receiving objects: 41% (405/987) 2023-08-09T11:34:30.1407996Z Receiving objects: 42% (415/987) 2023-08-09T11:34:30.1714906Z Receiving objects: 43% (425/987) 2023-08-09T11:34:30.1736059Z Receiving objects: 44% (435/987) 2023-08-09T11:34:30.1736671Z Receiving objects: 45% (445/987) 2023-08-09T11:34:30.1737226Z Receiving objects: 46% (455/987) 2023-08-09T11:34:30.1737553Z Receiving objects: 47% (464/987) 2023-08-09T11:34:30.1741641Z Receiving objects: 48% (474/987) 2023-08-09T11:34:30.1744389Z Receiving objects: 49% (484/987) 2023-08-09T11:34:30.1745160Z Receiving objects: 50% (494/987) 2023-08-09T11:34:30.1748212Z Receiving objects: 51% (504/987) 2023-08-09T11:34:30.1750891Z Receiving objects: 52% (514/987) 2023-08-09T11:34:30.1753464Z Receiving objects: 53% (524/987) 2023-08-09T11:34:30.1756539Z Receiving objects: 54% (533/987) 2023-08-09T11:34:30.1759523Z Receiving objects: 55% (543/987) 2023-08-09T11:34:30.1760294Z Receiving objects: 56% (553/987) 2023-08-09T11:34:30.1762156Z Receiving objects: 57% (563/987) 2023-08-09T11:34:30.1768760Z Receiving objects: 58% (573/987) 2023-08-09T11:34:30.1772479Z Receiving objects: 59% (583/987) 2023-08-09T11:34:30.1778094Z Receiving objects: 60% (593/987) 2023-08-09T11:34:30.1780040Z Receiving objects: 61% (603/987) 2023-08-09T11:34:30.1781288Z Receiving objects: 62% (612/987) 2023-08-09T11:34:30.1781974Z Receiving objects: 63% (622/987) 2023-08-09T11:34:30.1786094Z Receiving objects: 64% (632/987) 2023-08-09T11:34:30.1788621Z Receiving objects: 65% (642/987) 2023-08-09T11:34:30.1789837Z Receiving objects: 66% (652/987) 2023-08-09T11:34:30.1792397Z Receiving objects: 67% (662/987) 2023-08-09T11:34:30.1794946Z Receiving objects: 68% (672/987) 2023-08-09T11:34:30.1796848Z Receiving objects: 69% (682/987) 2023-08-09T11:34:30.1798823Z Receiving objects: 70% (691/987) 2023-08-09T11:34:30.1800074Z Receiving objects: 71% (701/987) 2023-08-09T11:34:30.1802526Z Receiving objects: 72% (711/987) 2023-08-09T11:34:30.1806338Z Receiving objects: 73% (721/987) 2023-08-09T11:34:30.1810100Z Receiving objects: 74% (731/987) 2023-08-09T11:34:30.1813741Z Receiving objects: 75% (741/987) 2023-08-09T11:34:30.1818974Z Receiving objects: 76% (751/987) 2023-08-09T11:34:30.1824280Z Receiving objects: 77% (760/987) 2023-08-09T11:34:30.1827092Z Receiving objects: 78% (770/987) 2023-08-09T11:34:30.1831898Z Receiving objects: 79% (780/987) 2023-08-09T11:34:30.1837999Z Receiving objects: 80% (790/987) 2023-08-09T11:34:30.1842072Z Receiving objects: 81% (800/987) 2023-08-09T11:34:30.1845245Z Receiving objects: 82% (810/987) 2023-08-09T11:34:30.1847352Z Receiving objects: 83% (820/987) 2023-08-09T11:34:30.1849255Z Receiving objects: 84% (830/987) 2023-08-09T11:34:30.1851030Z Receiving objects: 85% (839/987) 2023-08-09T11:34:30.1853576Z Receiving objects: 86% (849/987) 2023-08-09T11:34:30.1856604Z Receiving objects: 87% (859/987) 2023-08-09T11:34:30.1861898Z Receiving objects: 88% (869/987) 2023-08-09T11:34:30.1866572Z Receiving objects: 89% (879/987) 2023-08-09T11:34:30.1882766Z Receiving objects: 90% (889/987) 2023-08-09T11:34:30.1889332Z Receiving objects: 91% (899/987) 2023-08-09T11:34:30.1941006Z Receiving objects: 92% (909/987) 2023-08-09T11:34:30.1958522Z Receiving objects: 93% (918/987) 2023-08-09T11:34:30.1984302Z Receiving objects: 94% (928/987) 2023-08-09T11:34:30.2010056Z Receiving objects: 95% (938/987) 2023-08-09T11:34:30.2018095Z Receiving objects: 96% (948/987) 2023-08-09T11:34:30.2024483Z Receiving objects: 97% (958/987) 2023-08-09T11:34:30.2064921Z Receiving objects: 98% (968/987) 2023-08-09T11:34:30.2065478Z remote: Total 987 (delta 161), reused 442 (delta 88), pack-reused 0 2023-08-09T11:34:30.2066844Z Receiving objects: 99% (978/987) 2023-08-09T11:34:30.2067063Z Receiving objects: 100% (987/987) 2023-08-09T11:34:30.2067310Z Receiving objects: 100% (987/987), 4.42 MiB | 37.76 MiB/s, done. 2023-08-09T11:34:30.2109550Z Resolving deltas: 0% (0/161) 2023-08-09T11:34:30.2109779Z Resolving deltas: 3% (5/161) 2023-08-09T11:34:30.2110036Z Resolving deltas: 4% (7/161) 2023-08-09T11:34:30.2110786Z Resolving deltas: 6% (11/161) 2023-08-09T11:34:30.2111177Z Resolving deltas: 7% (12/161) 2023-08-09T11:34:30.2112161Z Resolving deltas: 8% (13/161) 2023-08-09T11:34:30.2113357Z Resolving deltas: 9% (15/161) 2023-08-09T11:34:30.2113662Z Resolving deltas: 10% (17/161) 2023-08-09T11:34:30.2113885Z Resolving deltas: 11% (19/161) 2023-08-09T11:34:30.2114405Z Resolving deltas: 13% (21/161) 2023-08-09T11:34:30.2115154Z Resolving deltas: 14% (23/161) 2023-08-09T11:34:30.2115463Z Resolving deltas: 16% (27/161) 2023-08-09T11:34:30.2115707Z Resolving deltas: 17% (28/161) 2023-08-09T11:34:30.2116373Z Resolving deltas: 18% (29/161) 2023-08-09T11:34:30.2117571Z Resolving deltas: 19% (31/161) 2023-08-09T11:34:30.2117828Z Resolving deltas: 20% (33/161) 2023-08-09T11:34:30.2118872Z Resolving deltas: 21% (34/161) 2023-08-09T11:34:30.2119836Z Resolving deltas: 22% (36/161) 2023-08-09T11:34:30.2121313Z Resolving deltas: 23% (38/161) 2023-08-09T11:34:30.2121519Z Resolving deltas: 25% (41/161) 2023-08-09T11:34:30.2122880Z Resolving deltas: 26% (42/161) 2023-08-09T11:34:30.2123996Z Resolving deltas: 27% (44/161) 2023-08-09T11:34:30.2124279Z Resolving deltas: 28% (46/161) 2023-08-09T11:34:30.2124527Z Resolving deltas: 29% (47/161) 2023-08-09T11:34:30.2124730Z Resolving deltas: 30% (49/161) 2023-08-09T11:34:30.2124934Z Resolving deltas: 31% (50/161) 2023-08-09T11:34:30.2125141Z Resolving deltas: 32% (52/161) 2023-08-09T11:34:30.2125343Z Resolving deltas: 33% (54/161) 2023-08-09T11:34:30.2125529Z Resolving deltas: 34% (55/161) 2023-08-09T11:34:30.2125730Z Resolving deltas: 35% (57/161) 2023-08-09T11:34:30.2126320Z Resolving deltas: 36% (59/161) 2023-08-09T11:34:30.2126755Z Resolving deltas: 37% (61/161) 2023-08-09T11:34:30.2126982Z Resolving deltas: 38% (62/161) 2023-08-09T11:34:30.2127714Z Resolving deltas: 39% (63/161) 2023-08-09T11:34:30.2129288Z Resolving deltas: 40% (65/161) 2023-08-09T11:34:30.2129499Z Resolving deltas: 42% (68/161) 2023-08-09T11:34:30.2129707Z Resolving deltas: 43% (70/161) 2023-08-09T11:34:30.2130443Z Resolving deltas: 44% (71/161) 2023-08-09T11:34:30.2130701Z Resolving deltas: 45% (74/161) 2023-08-09T11:34:30.2130906Z Resolving deltas: 46% (75/161) 2023-08-09T11:34:30.2131171Z Resolving deltas: 47% (76/161) 2023-08-09T11:34:30.2132050Z Resolving deltas: 49% (79/161) 2023-08-09T11:34:30.2132499Z Resolving deltas: 50% (82/161) 2023-08-09T11:34:30.2133468Z Resolving deltas: 52% (84/161) 2023-08-09T11:34:30.2133912Z Resolving deltas: 53% (86/161) 2023-08-09T11:34:30.2134165Z Resolving deltas: 55% (89/161) 2023-08-09T11:34:30.2134448Z Resolving deltas: 56% (91/161) 2023-08-09T11:34:30.2134661Z Resolving deltas: 57% (92/161) 2023-08-09T11:34:30.2135005Z Resolving deltas: 59% (95/161) 2023-08-09T11:34:30.2135388Z Resolving deltas: 60% (97/161) 2023-08-09T11:34:30.2135759Z Resolving deltas: 61% (99/161) 2023-08-09T11:34:30.2136222Z Resolving deltas: 62% (100/161) 2023-08-09T11:34:30.2136614Z Resolving deltas: 63% (102/161) 2023-08-09T11:34:30.2137007Z Resolving deltas: 64% (104/161) 2023-08-09T11:34:30.2137275Z Resolving deltas: 65% (105/161) 2023-08-09T11:34:30.2137472Z Resolving deltas: 66% (107/161) 2023-08-09T11:34:30.2137678Z Resolving deltas: 67% (108/161) 2023-08-09T11:34:30.2137880Z Resolving deltas: 68% (111/161) 2023-08-09T11:34:30.2139080Z Resolving deltas: 70% (113/161) 2023-08-09T11:34:30.2139467Z Resolving deltas: 71% (115/161) 2023-08-09T11:34:30.2139777Z Resolving deltas: 72% (116/161) 2023-08-09T11:34:30.2139988Z Resolving deltas: 73% (119/161) 2023-08-09T11:34:30.2140207Z Resolving deltas: 74% (120/161) 2023-08-09T11:34:30.2140521Z Resolving deltas: 75% (122/161) 2023-08-09T11:34:30.2140721Z Resolving deltas: 76% (123/161) 2023-08-09T11:34:30.2140910Z Resolving deltas: 77% (124/161) 2023-08-09T11:34:30.2141110Z Resolving deltas: 78% (126/161) 2023-08-09T11:34:30.2141310Z Resolving deltas: 80% (129/161) 2023-08-09T11:34:30.2141575Z Resolving deltas: 81% (131/161) 2023-08-09T11:34:30.2141785Z Resolving deltas: 82% (133/161) 2023-08-09T11:34:30.2141985Z Resolving deltas: 83% (134/161) 2023-08-09T11:34:30.2142176Z Resolving deltas: 84% (136/161) 2023-08-09T11:34:30.2142832Z Resolving deltas: 85% (137/161) 2023-08-09T11:34:30.2143693Z Resolving deltas: 86% (139/161) 2023-08-09T11:34:30.2143905Z Resolving deltas: 87% (141/161) 2023-08-09T11:34:30.2144533Z Resolving deltas: 88% (142/161) 2023-08-09T11:34:30.2144971Z Resolving deltas: 89% (144/161) 2023-08-09T11:34:30.2145218Z Resolving deltas: 90% (145/161) 2023-08-09T11:34:30.2145823Z Resolving deltas: 91% (147/161) 2023-08-09T11:34:30.2146175Z Resolving deltas: 92% (149/161) 2023-08-09T11:34:30.2148011Z Resolving deltas: 93% (150/161) 2023-08-09T11:34:30.2148344Z Resolving deltas: 94% (152/161) 2023-08-09T11:34:30.2148891Z Resolving deltas: 95% (153/161) 2023-08-09T11:34:30.2150189Z Resolving deltas: 96% (155/161) 2023-08-09T11:34:30.2153283Z Resolving deltas: 97% (157/161) 2023-08-09T11:34:30.2154566Z Resolving deltas: 98% (158/161) 2023-08-09T11:34:30.2154882Z Resolving deltas: 99% (160/161) 2023-08-09T11:34:30.2156352Z Resolving deltas: 100% (161/161) 2023-08-09T11:34:30.2156570Z Resolving deltas: 100% (161/161), done. 2023-08-09T11:34:30.2384397Z From https://github.com/pytorch/audio 2023-08-09T11:34:30.2385121Z * [new branch] nightly -> origin/nightly 2023-08-09T11:34:30.2402728Z ##[endgroup] 2023-08-09T11:34:30.2403211Z ##[group]Determining the checkout info 2023-08-09T11:34:30.2403591Z ##[endgroup] 2023-08-09T11:34:30.2403931Z ##[group]Checking out the ref 2023-08-09T11:34:30.2407013Z [command]/usr/bin/git checkout --progress --force -B nightly refs/remotes/origin/nightly 2023-08-09T11:34:30.2985436Z Switched to a new branch 'nightly' 2023-08-09T11:34:30.2985892Z branch 'nightly' set up to track 'origin/nightly'. 2023-08-09T11:34:30.2988848Z ##[endgroup] 2023-08-09T11:34:30.3019063Z [command]/usr/bin/git log -1 --format='%H' 2023-08-09T11:34:30.3041811Z 'fe9b9ff75edebf1e0e326f64577d64df3b5858db' 2023-08-09T11:34:30.3142298Z Prepare all required actions 2023-08-09T11:34:30.3225541Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2023-08-09T11:34:30.3225812Z with: 2023-08-09T11:34:30.3226049Z docker-image-name: pytorch/conda-builder:cpu 2023-08-09T11:34:30.3226298Z docker-build-dir: .ci/docker 2023-08-09T11:34:30.3226535Z working-directory: pytorch/audio 2023-08-09T11:34:30.3226818Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2023-08-09T11:34:30.3227214Z env: 2023-08-09T11:34:30.3227414Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.3227651Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.3227858Z PR_NUMBER: 2023-08-09T11:34:30.3229575Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:30.3231446Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:30.3231768Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:30.3232090Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:30.3232335Z ##[endgroup] 2023-08-09T11:34:30.3246127Z ##[group]Run set -ex 2023-08-09T11:34:30.3246340Z set -ex 2023-08-09T11:34:30.3246509Z  2023-08-09T11:34:30.3246924Z # If the docker build directory or the build script doesn't exist, the action will 2023-08-09T11:34:30.3247274Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2023-08-09T11:34:30.3247734Z # job could then download the pre-built image as usual 2023-08-09T11:34:30.3248217Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2023-08-09T11:34:30.3248679Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:30.3248973Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:30.3249218Z  2023-08-09T11:34:30.3249484Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2023-08-09T11:34:30.3249746Z  exit 0 2023-08-09T11:34:30.3249933Z else 2023-08-09T11:34:30.3250150Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:30.3250368Z fi 2023-08-09T11:34:30.3250550Z  2023-08-09T11:34:30.3250813Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2023-08-09T11:34:30.3251264Z  # The docker image name already includes the ECR prefix and tag, so we can just 2023-08-09T11:34:30.3251598Z  # use it as it is, but first let's extract the tag 2023-08-09T11:34:30.3251910Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2023-08-09T11:34:30.3252215Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:30.3252528Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:30.3252889Z else 2023-08-09T11:34:30.3253149Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2023-08-09T11:34:30.3253448Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:30.3253819Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:30.3254124Z fi 2023-08-09T11:34:30.3264785Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:30.3265019Z env: 2023-08-09T11:34:30.3265246Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.3265471Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.3265679Z PR_NUMBER: 2023-08-09T11:34:30.3267362Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:30.3269224Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:30.3269555Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:30.3269877Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:30.3270123Z REPO_NAME: audio 2023-08-09T11:34:30.3270343Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cpu 2023-08-09T11:34:30.3270587Z DOCKER_BUILD_DIR: .ci/docker 2023-08-09T11:34:30.3270855Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2023-08-09T11:34:30.3271089Z ##[endgroup] 2023-08-09T11:34:30.3294801Z + [[ ! -d .ci/docker ]] 2023-08-09T11:34:30.3295031Z + echo skip=true 2023-08-09T11:34:30.3295318Z + echo docker-image=pytorch/conda-builder:cpu 2023-08-09T11:34:30.3295661Z + echo 'There is no Docker build script in audio repo, skipping...' 2023-08-09T11:34:30.3295899Z + exit 0 2023-08-09T11:34:30.3296146Z There is no Docker build script in audio repo, skipping... 2023-08-09T11:34:30.3383499Z Prepare all required actions 2023-08-09T11:34:30.3398769Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2023-08-09T11:34:30.3398988Z with: 2023-08-09T11:34:30.3399166Z docker-image: pytorch/conda-builder:cpu 2023-08-09T11:34:30.3399353Z env: 2023-08-09T11:34:30.3399530Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.3399724Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.3399907Z PR_NUMBER: 2023-08-09T11:34:30.3401812Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:30.3403732Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:30.3404046Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:30.3404322Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:30.3404535Z ##[endgroup] 2023-08-09T11:34:30.3416411Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-08-09T11:34:30.3416683Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-08-09T11:34:30.3416956Z # ignore output since only exit code is used for conditional 2023-08-09T11:34:30.3417250Z # only pull docker image if it's not available locally 2023-08-09T11:34:30.3417545Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-08-09T11:34:30.3417827Z  retry docker pull "${DOCKER_IMAGE}" 2023-08-09T11:34:30.3418032Z fi 2023-08-09T11:34:30.3427774Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:30.3427968Z env: 2023-08-09T11:34:30.3428154Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.3428365Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.3428530Z PR_NUMBER: 2023-08-09T11:34:30.3430285Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:30.3432194Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:30.3432499Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:30.3432788Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:30.3433002Z ##[endgroup] 2023-08-09T11:34:30.5888828Z cpu: Pulling from pytorch/conda-builder 2023-08-09T11:34:30.5889091Z 2d473b07cdd5: Pulling fs layer 2023-08-09T11:34:30.5889292Z a8b26fd4c094: Pulling fs layer 2023-08-09T11:34:30.5889570Z 84c6cf1d6f59: Pulling fs layer 2023-08-09T11:34:30.5889776Z 61262e1bf819: Pulling fs layer 2023-08-09T11:34:30.5889977Z 4efc3c05171d: Pulling fs layer 2023-08-09T11:34:30.5890169Z ea9360dffc62: Pulling fs layer 2023-08-09T11:34:30.5890391Z 010e93ddf672: Pulling fs layer 2023-08-09T11:34:30.5890596Z 3fd52e1a53de: Pulling fs layer 2023-08-09T11:34:30.5890786Z 8ff5e07ece19: Pulling fs layer 2023-08-09T11:34:30.5890990Z 4f4fb700ef54: Pulling fs layer 2023-08-09T11:34:30.5891180Z 61262e1bf819: Waiting 2023-08-09T11:34:30.5891371Z 7b5bec086082: Pulling fs layer 2023-08-09T11:34:30.5891574Z d69607978f53: Pulling fs layer 2023-08-09T11:34:30.5891769Z c2194ff41419: Pulling fs layer 2023-08-09T11:34:30.5891954Z a6179e01f02a: Pulling fs layer 2023-08-09T11:34:30.5892151Z 9537185b9a27: Pulling fs layer 2023-08-09T11:34:30.5892349Z bab1df3a3158: Pulling fs layer 2023-08-09T11:34:30.5892538Z 5876cd757b6e: Pulling fs layer 2023-08-09T11:34:30.5892728Z 4efc3c05171d: Waiting 2023-08-09T11:34:30.5892912Z ea9360dffc62: Waiting 2023-08-09T11:34:30.5893076Z 010e93ddf672: Waiting 2023-08-09T11:34:30.5893254Z 3fd52e1a53de: Waiting 2023-08-09T11:34:30.5893429Z 9537185b9a27: Waiting 2023-08-09T11:34:30.5893587Z d69607978f53: Waiting 2023-08-09T11:34:30.5893767Z a6179e01f02a: Waiting 2023-08-09T11:34:30.5893941Z 7b5bec086082: Waiting 2023-08-09T11:34:30.5894101Z 8ff5e07ece19: Waiting 2023-08-09T11:34:30.5894275Z 4f4fb700ef54: Waiting 2023-08-09T11:34:30.5894457Z bab1df3a3158: Waiting 2023-08-09T11:34:30.5894620Z 5876cd757b6e: Waiting 2023-08-09T11:34:30.6724549Z 84c6cf1d6f59: Verifying Checksum 2023-08-09T11:34:30.6724951Z 84c6cf1d6f59: Download complete 2023-08-09T11:34:30.9552445Z 61262e1bf819: Verifying Checksum 2023-08-09T11:34:30.9552680Z 61262e1bf819: Download complete 2023-08-09T11:34:31.1316126Z 4efc3c05171d: Download complete 2023-08-09T11:34:31.3886717Z 2d473b07cdd5: Verifying Checksum 2023-08-09T11:34:31.3886993Z 2d473b07cdd5: Download complete 2023-08-09T11:34:31.7033040Z 010e93ddf672: Verifying Checksum 2023-08-09T11:34:31.7033333Z 010e93ddf672: Download complete 2023-08-09T11:34:31.7334052Z a8b26fd4c094: Verifying Checksum 2023-08-09T11:34:31.7334308Z a8b26fd4c094: Download complete 2023-08-09T11:34:31.9853624Z 8ff5e07ece19: Verifying Checksum 2023-08-09T11:34:31.9853939Z 8ff5e07ece19: Download complete 2023-08-09T11:34:32.0602941Z 4f4fb700ef54: Verifying Checksum 2023-08-09T11:34:32.0603723Z 4f4fb700ef54: Download complete 2023-08-09T11:34:32.2448159Z 7b5bec086082: Verifying Checksum 2023-08-09T11:34:32.2448562Z 7b5bec086082: Download complete 2023-08-09T11:34:32.3364714Z d69607978f53: Download complete 2023-08-09T11:34:32.4958750Z 3fd52e1a53de: Verifying Checksum 2023-08-09T11:34:32.4959074Z 3fd52e1a53de: Download complete 2023-08-09T11:34:32.5598495Z a6179e01f02a: Download complete 2023-08-09T11:34:32.7376225Z 2d473b07cdd5: Pull complete 2023-08-09T11:34:32.7421921Z 9537185b9a27: Verifying Checksum 2023-08-09T11:34:32.7422544Z 9537185b9a27: Download complete 2023-08-09T11:34:32.7994601Z bab1df3a3158: Verifying Checksum 2023-08-09T11:34:32.7994887Z bab1df3a3158: Download complete 2023-08-09T11:34:32.9302350Z ea9360dffc62: Verifying Checksum 2023-08-09T11:34:32.9302600Z ea9360dffc62: Download complete 2023-08-09T11:34:34.0642479Z a8b26fd4c094: Pull complete 2023-08-09T11:34:34.1922668Z 84c6cf1d6f59: Pull complete 2023-08-09T11:34:34.3707654Z 61262e1bf819: Pull complete 2023-08-09T11:34:34.4889434Z 4efc3c05171d: Pull complete 2023-08-09T11:34:35.9092901Z ea9360dffc62: Pull complete 2023-08-09T11:34:36.1008759Z 010e93ddf672: Pull complete 2023-08-09T11:34:37.1050682Z 3fd52e1a53de: Pull complete 2023-08-09T11:34:37.3387816Z 8ff5e07ece19: Pull complete 2023-08-09T11:34:37.4504463Z 4f4fb700ef54: Pull complete 2023-08-09T11:34:37.6859317Z 7b5bec086082: Pull complete 2023-08-09T11:34:37.7272593Z c2194ff41419: Verifying Checksum 2023-08-09T11:34:37.7272887Z c2194ff41419: Download complete 2023-08-09T11:34:37.7990760Z d69607978f53: Pull complete 2023-08-09T11:34:39.0471285Z 5876cd757b6e: Verifying Checksum 2023-08-09T11:34:39.0471639Z 5876cd757b6e: Download complete 2023-08-09T11:34:43.3711303Z c2194ff41419: Pull complete 2023-08-09T11:34:43.4508908Z a6179e01f02a: Pull complete 2023-08-09T11:34:43.7424442Z 9537185b9a27: Pull complete 2023-08-09T11:34:43.9333522Z bab1df3a3158: Pull complete 2023-08-09T11:34:51.3661711Z 5876cd757b6e: Pull complete 2023-08-09T11:34:51.3753265Z Digest: sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-08-09T11:34:51.3784272Z Status: Downloaded newer image for pytorch/conda-builder:cpu 2023-08-09T11:34:51.3804608Z docker.io/pytorch/conda-builder:cpu 2023-08-09T11:34:51.3892313Z ##[group]Run set -ex 2023-08-09T11:34:51.3892526Z set -ex 2023-08-09T11:34:51.3892683Z { 2023-08-09T11:34:51.3892870Z  echo "#!/usr/bin/env bash"; 2023-08-09T11:34:51.3893086Z  echo "set -eou pipefail"; 2023-08-09T11:34:51.3893296Z  # shellcheck disable=SC2016 2023-08-09T11:34:51.3893534Z  echo 'eval "$(conda shell.bash hook)"'; 2023-08-09T11:34:51.3893749Z  echo "set -x"; 2023-08-09T11:34:51.3893930Z  echo "${SCRIPT}"; 2023-08-09T11:34:51.3894141Z } > "${RUNNER_TEMP}/exec_script" 2023-08-09T11:34:51.3894375Z chmod +x "${RUNNER_TEMP}/exec_script" 2023-08-09T11:34:51.3894723Z python3 "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py" "" 2023-08-09T11:34:51.3905298Z shell: /usr/bin/bash -e {0} 2023-08-09T11:34:51.3905473Z env: 2023-08-09T11:34:51.3905664Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:51.3905912Z REPOSITORY: pytorch/audio 2023-08-09T11:34:51.3906080Z PR_NUMBER: 2023-08-09T11:34:51.3907747Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:34:51.3909671Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:51.3909965Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:51.3910256Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:51.3910634Z ALL_SECRETS: { "github_token": "***" } 2023-08-09T11:34:51.3910825Z ##[endgroup] 2023-08-09T11:34:51.3934787Z + echo '#!/usr/bin/env bash' 2023-08-09T11:34:51.3935078Z + echo 'set -eou pipefail' 2023-08-09T11:34:51.3936617Z + echo 'eval "$(conda shell.bash hook)"' 2023-08-09T11:34:51.3936864Z + echo 'set -x' 2023-08-09T11:34:51.3947708Z + echo 'echo '\''::group::Setup Environment Variables'\'' 2023-08-09T11:34:51.3947970Z # Mark Build Directory Safe 2023-08-09T11:34:51.3948269Z git config --global --add safe.directory /__w/audio/audio 2023-08-09T11:34:51.3948467Z 2023-08-09T11:34:51.3948560Z # Set up Environment Variables 2023-08-09T11:34:51.3948790Z export PYTHON_VERSION="3.10" 2023-08-09T11:34:51.3948997Z export CUDA_TESTS_ONLY="0" 2023-08-09T11:34:51.3949176Z unset CUDA_VERSION 2023-08-09T11:34:51.3949290Z 2023-08-09T11:34:51.3949357Z # Set CHANNEL 2023-08-09T11:34:51.3949949Z if [[(${GITHUB_EVENT_NAME} = '\''pull_request'\'' && (${GITHUB_BASE_REF} = '\''release'\''*)) || (${GITHUB_REF} = '\''refs/heads/release'\''*) ]]; then 2023-08-09T11:34:51.3950257Z export UPLOAD_CHANNEL=test 2023-08-09T11:34:51.3950441Z else 2023-08-09T11:34:51.3950620Z export UPLOAD_CHANNEL=nightly 2023-08-09T11:34:51.3950797Z fi 2023-08-09T11:34:51.3950889Z 2023-08-09T11:34:51.3951015Z export PATH="${PWD}/third_party/install/bin/:${PATH}" 2023-08-09T11:34:51.3951310Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-08-09T11:34:51.3951621Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-08-09T11:34:51.3951924Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-08-09T11:34:51.3952247Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-08-09T11:34:51.3952560Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-08-09T11:34:51.3952841Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-08-09T11:34:51.3953103Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-08-09T11:34:51.3953371Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-08-09T11:34:51.3953641Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-08-09T11:34:51.3953909Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-08-09T11:34:51.3954182Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-08-09T11:34:51.3954461Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true 2023-08-09T11:34:51.3954734Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true 2023-08-09T11:34:51.3955012Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=true 2023-08-09T11:34:51.3955317Z echo '\''::endgroup::'\'' 2023-08-09T11:34:51.3955443Z 2023-08-09T11:34:51.3955534Z set -euxo pipefail 2023-08-09T11:34:51.3955649Z 2023-08-09T11:34:51.3955837Z echo '\''::group::Install PyTorch and Torchaudio'\'' 2023-08-09T11:34:51.3956146Z ./.github/scripts/unittest-linux/install.sh 2023-08-09T11:34:51.3956406Z echo '\''::endgroup::'\'' 2023-08-09T11:34:51.3956527Z 2023-08-09T11:34:51.3956669Z echo '\''::group::Run Tests'\'' 2023-08-09T11:34:51.3956946Z ./.github/scripts/unittest-linux/run_test.sh 2023-08-09T11:34:51.3957216Z echo '\''::endgroup::'\'' 2023-08-09T11:34:51.3957392Z ' 2023-08-09T11:34:51.3957673Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2023-08-09T11:34:51.3958136Z + python3 /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py '' 2023-08-09T11:35:21.5371693Z Running command: 2023-08-09T11:35:21.5374249Z 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_5808497221" `# 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_4db77989-f8ba-4814-b1b5-c41804c8a532":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4db77989-f8ba-4814-b1b5-c41804c8a532" -w /work "pytorch/conda-builder:cpu" 2023-08-09T11:35:21.5376017Z 2023-08-09T11:35:21.5376264Z e5de6cd9f9e04466a56246989628b9a7e7571e774bcb5d4aa6efc7792e5c39e9 2023-08-09T11:35:21.5376874Z Running command: docker exec -t e5de6cd9f9e04466a56246989628b9a7e7571e774bcb5d4aa6efc7792e5c39e9 /exec 2023-08-09T11:35:21.5377330Z + echo '::group::Setup Environment Variables' 2023-08-09T11:35:21.5377831Z ##[group]Setup Environment Variables 2023-08-09T11:35:21.5378153Z + git config --global --add safe.directory /__w/audio/audio 2023-08-09T11:35:21.5378392Z + export PYTHON_VERSION=3.10 2023-08-09T11:35:21.5378601Z + PYTHON_VERSION=3.10 2023-08-09T11:35:21.5378808Z + export CUDA_TESTS_ONLY=0 2023-08-09T11:35:21.5379052Z + CUDA_TESTS_ONLY=0 2023-08-09T11:35:21.5379335Z + unset CUDA_VERSION 2023-08-09T11:35:21.5379649Z + [[ push = \p\u\l\l\_\r\e\q\u\e\s\t ]] 2023-08-09T11:35:21.5380091Z + [[ refs/heads/nightly = \r\e\f\s\/\h\e\a\d\s\/\r\e\l\e\a\s\e* ]] 2023-08-09T11:35:21.5380566Z + export UPLOAD_CHANNEL=nightly 2023-08-09T11:35:21.5380832Z + UPLOAD_CHANNEL=nightly 2023-08-09T11:35:21.5381383Z + 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-08-09T11:35:21.5382031Z + 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-08-09T11:35:21.5382438Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-08-09T11:35:21.5382739Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-08-09T11:35:21.5383036Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-08-09T11:35:21.5383327Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-08-09T11:35:21.5385558Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-08-09T11:35:21.5385920Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-08-09T11:35:21.5386266Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-08-09T11:35:21.5386569Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-08-09T11:35:21.5386890Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-08-09T11:35:21.5387201Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-08-09T11:35:21.5387487Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-08-09T11:35:21.5387747Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-08-09T11:35:21.5387990Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-08-09T11:35:21.5388242Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-08-09T11:35:21.5388503Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-08-09T11:35:21.5388753Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-08-09T11:35:21.5389150Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-08-09T11:35:21.5389420Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-08-09T11:35:21.5389687Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-08-09T11:35:21.5389970Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-08-09T11:35:21.5390245Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-08-09T11:35:21.5390504Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-08-09T11:35:21.5390763Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true 2023-08-09T11:35:21.5391049Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true 2023-08-09T11:35:21.5391325Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true 2023-08-09T11:35:21.5391583Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true 2023-08-09T11:35:21.5391852Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=true 2023-08-09T11:35:21.5392119Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=true 2023-08-09T11:35:21.5392343Z + echo ::endgroup:: 2023-08-09T11:35:21.5392794Z ##[endgroup] 2023-08-09T11:35:21.5393080Z + set -euxo pipefail 2023-08-09T11:35:21.5393380Z + echo '::group::Install PyTorch and Torchaudio' 2023-08-09T11:35:21.5394739Z ##[group]Install PyTorch and Torchaudio 2023-08-09T11:35:21.5395150Z + ./.github/scripts/unittest-linux/install.sh 2023-08-09T11:35:21.5395565Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ done 2023-08-09T11:35:21.5395896Z Solving environment: / done 2023-08-09T11:35:21.5396030Z 2023-08-09T11:35:21.5396035Z 2023-08-09T11:35:21.5396151Z ==> WARNING: A newer version of conda exists. <== 2023-08-09T11:35:21.5396374Z current version: 23.5.0 2023-08-09T11:35:21.5396559Z latest version: 23.7.2 2023-08-09T11:35:21.5396722Z 2023-08-09T11:35:21.5396815Z Please update conda by running 2023-08-09T11:35:21.5396946Z 2023-08-09T11:35:21.5397097Z $ conda update -n base -c defaults conda 2023-08-09T11:35:21.5397265Z 2023-08-09T11:35:21.5397492Z Or to minimize the number of packages updated during conda update use 2023-08-09T11:35:21.5397669Z 2023-08-09T11:35:21.5397744Z conda install conda=23.7.2 2023-08-09T11:35:21.5397870Z 2023-08-09T11:35:21.5397875Z 2023-08-09T11:35:21.5397879Z 2023-08-09T11:35:21.5397962Z ## Package Plan ## 2023-08-09T11:35:21.5398076Z 2023-08-09T11:35:21.5398184Z environment location: /opt/conda/envs/ci 2023-08-09T11:35:21.5398325Z 2023-08-09T11:35:21.5398406Z added / updated specs: 2023-08-09T11:35:21.5398618Z - python=3.10 2023-08-09T11:35:21.5398727Z 2023-08-09T11:35:21.5398732Z 2023-08-09T11:35:21.5398844Z The following packages will be downloaded: 2023-08-09T11:35:21.5398988Z 2023-08-09T11:35:21.5399082Z package | build 2023-08-09T11:35:21.5399347Z ---------------------------|----------------- 2023-08-09T11:35:21.5399656Z libffi-3.4.4 | h6a678d5_0 142 KB 2023-08-09T11:35:21.5399967Z openssl-3.0.10 | h7f8727e_0 5.2 MB 2023-08-09T11:35:21.5400327Z pip-23.2.1 | py310h06a4308_0 2.6 MB 2023-08-09T11:35:21.5400619Z python-3.10.12 | h955ad1f_0 26.8 MB 2023-08-09T11:35:21.5400930Z setuptools-68.0.0 | py310h06a4308_0 936 KB 2023-08-09T11:35:21.5401235Z sqlite-3.41.2 | h5eee18b_0 1.2 MB 2023-08-09T11:35:21.5401514Z xz-5.4.2 | h5eee18b_0 642 KB 2023-08-09T11:35:21.5401820Z ------------------------------------------------------------ 2023-08-09T11:35:21.5402074Z Total: 37.5 MB 2023-08-09T11:35:21.5402202Z 2023-08-09T11:35:21.5402320Z The following NEW packages will be INSTALLED: 2023-08-09T11:35:21.5402456Z 2023-08-09T11:35:21.5402688Z _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main 2023-08-09T11:35:21.5403067Z _openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu 2023-08-09T11:35:21.5403539Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2023-08-09T11:35:21.5403940Z ca-certificates pkgs/main/linux-64::ca-certificates-2023.05.30-h06a4308_0 2023-08-09T11:35:21.5404372Z ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.38-h1181459_1 2023-08-09T11:35:21.5404829Z libffi pkgs/main/linux-64::libffi-3.4.4-h6a678d5_0 2023-08-09T11:35:21.5405210Z libgcc-ng pkgs/main/linux-64::libgcc-ng-11.2.0-h1234567_1 2023-08-09T11:35:21.5405581Z libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1 2023-08-09T11:35:21.5405980Z libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-11.2.0-h1234567_1 2023-08-09T11:35:21.5406373Z libuuid pkgs/main/linux-64::libuuid-1.41.5-h5eee18b_0 2023-08-09T11:35:21.5406745Z ncurses pkgs/main/linux-64::ncurses-6.4-h6a678d5_0 2023-08-09T11:35:21.5407106Z openssl pkgs/main/linux-64::openssl-3.0.10-h7f8727e_0 2023-08-09T11:35:21.5407486Z pip pkgs/main/linux-64::pip-23.2.1-py310h06a4308_0 2023-08-09T11:35:21.5408000Z python pkgs/main/linux-64::python-3.10.12-h955ad1f_0 2023-08-09T11:35:21.5408362Z readline pkgs/main/linux-64::readline-8.2-h5eee18b_0 2023-08-09T11:35:21.5408893Z setuptools pkgs/main/linux-64::setuptools-68.0.0-py310h06a4308_0 2023-08-09T11:35:21.5409295Z sqlite pkgs/main/linux-64::sqlite-3.41.2-h5eee18b_0 2023-08-09T11:35:21.5409651Z tk pkgs/main/linux-64::tk-8.6.12-h1ccaba5_0 2023-08-09T11:35:21.5409971Z tzdata pkgs/main/noarch::tzdata-2023c-h04d1e81_0 2023-08-09T11:35:21.5410437Z wheel pkgs/main/linux-64::wheel-0.38.4-py310h06a4308_0 2023-08-09T11:35:21.5410801Z xz pkgs/main/linux-64::xz-5.4.2-h5eee18b_0 2023-08-09T11:35:21.5411140Z zlib pkgs/main/linux-64::zlib-1.2.13-h5eee18b_0 2023-08-09T11:35:21.5411295Z 2023-08-09T11:35:21.5411306Z 2023-08-09T11:35:21.5411311Z 2023-08-09T11:35:21.5411418Z Downloading and Extracting Packages 2023-08-09T11:35:21.5411557Z 2023-08-09T11:35:21.5411723Z libffi-3.4.4 | 142 KB | : 0% 0/1 [00:00 WARNING: A newer version of conda exists. <== 2023-08-09T11:35:35.4635338Z current version: 23.5.0 2023-08-09T11:35:35.4635532Z latest version: 23.7.2 2023-08-09T11:35:35.4635657Z 2023-08-09T11:35:35.4635748Z Please update conda by running 2023-08-09T11:35:35.4635875Z 2023-08-09T11:35:35.4636026Z $ conda update -n base -c defaults conda 2023-08-09T11:35:35.4636155Z 2023-08-09T11:35:35.4636297Z Or to minimize the number of packages updated during conda update use 2023-08-09T11:35:35.4636470Z 2023-08-09T11:35:35.4636561Z conda install conda=23.7.2 2023-08-09T11:35:35.4636687Z 2023-08-09T11:35:35.4636692Z 2023-08-09T11:35:35.4636696Z 2023-08-09T11:35:35.4636773Z ## Package Plan ## 2023-08-09T11:35:35.4636884Z 2023-08-09T11:35:35.4636982Z environment location: /opt/conda/envs/ci 2023-08-09T11:35:35.4637123Z 2023-08-09T11:35:35.4637204Z added / updated specs: 2023-08-09T11:35:35.4637409Z - cpuonly 2023-08-09T11:35:35.4637596Z - pytorch 2023-08-09T11:35:35.4637687Z 2023-08-09T11:35:35.4637692Z 2023-08-09T11:35:35.4637803Z The following packages will be downloaded: 2023-08-09T11:35:35.4637945Z 2023-08-09T11:35:35.4638113Z package | build 2023-08-09T11:35:35.4638391Z ---------------------------|----------------- 2023-08-09T11:35:35.4638675Z blas-1.0 | mkl 6 KB 2023-08-09T11:35:35.4639000Z cpuonly-2.0 | 0 2 KB pytorch-nightly 2023-08-09T11:35:35.4639320Z gmp-6.2.1 | h295c915_3 544 KB 2023-08-09T11:35:35.4639619Z gmpy2-2.1.2 | py310heeb90bb_0 517 KB 2023-08-09T11:35:35.4639922Z intel-openmp-2023.1.0 | hdb19cb5_46305 17.1 MB 2023-08-09T11:35:35.4640227Z mkl-2023.1.0 | h213fc3f_46343 171.6 MB 2023-08-09T11:35:35.4640516Z mpc-1.1.0 | h10f8cd9_1 90 KB 2023-08-09T11:35:35.4640792Z mpfr-4.0.2 | hb69a4c5_1 487 KB 2023-08-09T11:35:35.4641087Z mpmath-1.3.0 | py310h06a4308_0 834 KB 2023-08-09T11:35:35.4641387Z networkx-3.1 | py310h06a4308_0 2.8 MB 2023-08-09T11:35:35.4641725Z pytorch-2.1.0.dev20230809 | py3.10_cpu_0 78.6 MB pytorch-nightly 2023-08-09T11:35:35.4642094Z pytorch-mutex-1.0 | cpu 3 KB pytorch-nightly 2023-08-09T11:35:35.4642481Z sympy-1.11.1 | py310h06a4308_0 11.8 MB 2023-08-09T11:35:35.4642776Z tbb-2021.8.0 | hdb19cb5_0 1.6 MB 2023-08-09T11:35:35.4643068Z typing_extensions-4.7.1 | py310h06a4308_0 55 KB 2023-08-09T11:35:35.4643389Z ------------------------------------------------------------ 2023-08-09T11:35:35.4643642Z Total: 286.0 MB 2023-08-09T11:35:35.4643770Z 2023-08-09T11:35:35.4643872Z The following NEW packages will be INSTALLED: 2023-08-09T11:35:35.4644022Z 2023-08-09T11:35:35.4644266Z blas pkgs/main/linux-64::blas-1.0-mkl 2023-08-09T11:35:35.4644626Z cpuonly pytorch-nightly/noarch::cpuonly-2.0-0 2023-08-09T11:35:35.4645027Z filelock pkgs/main/linux-64::filelock-3.9.0-py310h06a4308_0 2023-08-09T11:35:35.4645390Z gmp pkgs/main/linux-64::gmp-6.2.1-h295c915_3 2023-08-09T11:35:35.4645762Z gmpy2 pkgs/main/linux-64::gmpy2-2.1.2-py310heeb90bb_0 2023-08-09T11:35:35.4646187Z intel-openmp pkgs/main/linux-64::intel-openmp-2023.1.0-hdb19cb5_46305 2023-08-09T11:35:35.4646602Z jinja2 pkgs/main/linux-64::jinja2-3.1.2-py310h06a4308_0 2023-08-09T11:35:35.4646993Z markupsafe pkgs/main/linux-64::markupsafe-2.1.1-py310h7f8727e_0 2023-08-09T11:35:35.4647386Z mkl pkgs/main/linux-64::mkl-2023.1.0-h213fc3f_46343 2023-08-09T11:35:35.4648022Z mpc pkgs/main/linux-64::mpc-1.1.0-h10f8cd9_1 2023-08-09T11:35:35.4648364Z mpfr pkgs/main/linux-64::mpfr-4.0.2-hb69a4c5_1 2023-08-09T11:35:35.4648742Z mpmath pkgs/main/linux-64::mpmath-1.3.0-py310h06a4308_0 2023-08-09T11:35:35.4649141Z networkx pkgs/main/linux-64::networkx-3.1-py310h06a4308_0 2023-08-09T11:35:35.4649580Z pytorch pytorch-nightly/linux-64::pytorch-2.1.0.dev20230809-py3.10_cpu_0 2023-08-09T11:35:35.4650001Z pytorch-mutex pytorch-nightly/noarch::pytorch-mutex-1.0-cpu 2023-08-09T11:35:35.4650492Z pyyaml pkgs/main/linux-64::pyyaml-6.0-py310h5eee18b_1 2023-08-09T11:35:35.4650888Z sympy pkgs/main/linux-64::sympy-1.11.1-py310h06a4308_0 2023-08-09T11:35:35.4651257Z tbb pkgs/main/linux-64::tbb-2021.8.0-hdb19cb5_0 2023-08-09T11:35:35.4651656Z typing_extensions pkgs/main/linux-64::typing_extensions-4.7.1-py310h06a4308_0 2023-08-09T11:35:35.4652054Z yaml pkgs/main/linux-64::yaml-0.2.5-h7b6447c_0 2023-08-09T11:35:35.4652206Z 2023-08-09T11:35:35.4652211Z 2023-08-09T11:35:35.4652216Z 2023-08-09T11:35:35.4652322Z Downloading and Extracting Packages 2023-08-09T11:35:35.4652465Z 2023-08-09T11:35:35.4652744Z tbb-2021.8.0 | 1.6 MB | : 0% 0/1 [00:00 build/lib.linux-x86_64-cpython-310/torchaudio 2023-08-09T11:36:06.2826869Z copying torchaudio/kaldi_io.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-08-09T11:36:06.2827271Z copying torchaudio/version.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-08-09T11:36:06.2827700Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-08-09T11:36:06.2828147Z copying torchaudio/_backend/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-08-09T11:36:06.2828601Z copying torchaudio/_backend/ffmpeg.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-08-09T11:36:06.2829121Z copying torchaudio/_backend/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-08-09T11:36:06.2829561Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-08-09T11:36:06.2829998Z copying torchaudio/_extension/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-08-09T11:36:06.2830532Z copying torchaudio/_extension/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-08-09T11:36:06.2830928Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-08-09T11:36:06.2831399Z copying torchaudio/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-08-09T11:36:06.2831904Z copying torchaudio/_internal/module_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-08-09T11:36:06.2832386Z creating build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-08-09T11:36:06.2832909Z copying torchaudio/backend/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-08-09T11:36:06.2833402Z copying torchaudio/backend/common.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-08-09T11:36:06.2833861Z copying torchaudio/backend/no_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-08-09T11:36:06.2834380Z copying torchaudio/backend/soundfile_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-08-09T11:36:06.2834852Z copying torchaudio/backend/sox_io_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-08-09T11:36:06.2835355Z copying torchaudio/backend/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-08-09T11:36:06.2835743Z creating build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-08-09T11:36:06.2836210Z copying torchaudio/compliance/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-08-09T11:36:06.2836682Z copying torchaudio/compliance/kaldi.py -> build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-08-09T11:36:06.2837159Z creating build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2837568Z copying torchaudio/datasets/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2838214Z copying torchaudio/datasets/cmuarctic.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2838726Z copying torchaudio/datasets/cmudict.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2839198Z copying torchaudio/datasets/commonvoice.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2839701Z copying torchaudio/datasets/dr_vctk.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2840173Z copying torchaudio/datasets/fluentcommands.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2840690Z copying torchaudio/datasets/gtzan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2841149Z copying torchaudio/datasets/iemocap.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2841641Z copying torchaudio/datasets/librilight_limited.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2842123Z copying torchaudio/datasets/librimix.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2842653Z copying torchaudio/datasets/librispeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2843138Z copying torchaudio/datasets/librispeech_biasing.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2893194Z copying torchaudio/datasets/libritts.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2893726Z copying torchaudio/datasets/ljspeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2894293Z copying torchaudio/datasets/musdb_hq.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2894988Z copying torchaudio/datasets/quesst14.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2895576Z copying torchaudio/datasets/snips.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2896140Z copying torchaudio/datasets/speechcommands.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2896758Z copying torchaudio/datasets/tedlium.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2897224Z copying torchaudio/datasets/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2897763Z copying torchaudio/datasets/vctk.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2898295Z copying torchaudio/datasets/voxceleb1.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2898872Z copying torchaudio/datasets/yesno.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-08-09T11:36:06.2899485Z creating build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-08-09T11:36:06.2900009Z copying torchaudio/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-08-09T11:36:06.2900619Z copying torchaudio/functional/_alignment.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-08-09T11:36:06.2901120Z copying torchaudio/functional/filtering.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-08-09T11:36:06.2901740Z copying torchaudio/functional/functional.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-08-09T11:36:06.2902266Z creating build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-08-09T11:36:06.2922196Z copying torchaudio/io/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-08-09T11:36:06.2922780Z copying torchaudio/io/_effector.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-08-09T11:36:06.2923207Z copying torchaudio/io/_playback.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-08-09T11:36:06.2923663Z copying torchaudio/io/_stream_reader.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-08-09T11:36:06.2924108Z copying torchaudio/io/_stream_writer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-08-09T11:36:06.2924655Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2925052Z copying torchaudio/models/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2925496Z copying torchaudio/models/_hdemucs.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2925948Z copying torchaudio/models/conformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2926389Z copying torchaudio/models/conv_tasnet.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2926848Z copying torchaudio/models/deepspeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2927301Z copying torchaudio/models/emformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2927917Z copying torchaudio/models/rnnt.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2928357Z copying torchaudio/models/rnnt_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2928881Z copying torchaudio/models/tacotron2.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2929331Z copying torchaudio/models/wav2letter.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2929781Z copying torchaudio/models/wavernn.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-08-09T11:36:06.2930165Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-08-09T11:36:06.2930593Z copying torchaudio/pipelines/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-08-09T11:36:06.2931096Z copying torchaudio/pipelines/_source_separation_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-08-09T11:36:06.2931595Z copying torchaudio/pipelines/_squim_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-08-09T11:36:06.2932084Z copying torchaudio/pipelines/rnnt_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-08-09T11:36:06.2932494Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype 2023-08-09T11:36:06.2932917Z copying torchaudio/prototype/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype 2023-08-09T11:36:06.2933301Z creating build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-08-09T11:36:06.2933732Z copying torchaudio/sox_effects/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-08-09T11:36:06.2934207Z copying torchaudio/sox_effects/sox_effects.py -> build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-08-09T11:36:06.2934601Z creating build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-08-09T11:36:06.2935111Z copying torchaudio/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-08-09T11:36:06.2935587Z copying torchaudio/transforms/_multi_channel.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-08-09T11:36:06.2936069Z copying torchaudio/transforms/_transforms.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-08-09T11:36:06.2936457Z creating build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-08-09T11:36:06.2936852Z copying torchaudio/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-08-09T11:36:06.2937283Z copying torchaudio/utils/download.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-08-09T11:36:06.2937722Z copying torchaudio/utils/ffmpeg_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-08-09T11:36:06.2938151Z copying torchaudio/utils/sox_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-08-09T11:36:06.2938552Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-08-09T11:36:06.2939054Z copying torchaudio/models/decoder/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-08-09T11:36:06.2939540Z copying torchaudio/models/decoder/_ctc_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-08-09T11:36:06.2940213Z copying torchaudio/models/decoder/_cuda_ctc_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-08-09T11:36:06.2940639Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/squim 2023-08-09T11:36:06.2941071Z copying torchaudio/models/squim/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/squim 2023-08-09T11:36:06.2941540Z copying torchaudio/models/squim/objective.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/squim 2023-08-09T11:36:06.2942026Z copying torchaudio/models/squim/subjective.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/squim 2023-08-09T11:36:06.2942447Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-08-09T11:36:06.2942895Z copying torchaudio/models/wav2vec2/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-08-09T11:36:06.2943383Z copying torchaudio/models/wav2vec2/components.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-08-09T11:36:06.2943880Z copying torchaudio/models/wav2vec2/model.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-08-09T11:36:06.2944390Z copying torchaudio/models/wav2vec2/wavlm_attention.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-08-09T11:36:06.2944820Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-08-09T11:36:06.2945304Z copying torchaudio/models/wav2vec2/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-08-09T11:36:06.2945840Z copying torchaudio/models/wav2vec2/utils/import_fairseq.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-08-09T11:36:06.2946397Z copying torchaudio/models/wav2vec2/utils/import_huggingface.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-08-09T11:36:06.2946830Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-08-09T11:36:06.2947289Z copying torchaudio/pipelines/_tts/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-08-09T11:36:06.2947796Z copying torchaudio/pipelines/_tts/impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-08-09T11:36:06.2948294Z copying torchaudio/pipelines/_tts/interface.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-08-09T11:36:06.2948774Z copying torchaudio/pipelines/_tts/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-08-09T11:36:06.2949203Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:06.2949675Z copying torchaudio/pipelines/_wav2vec2/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:06.2950262Z copying torchaudio/pipelines/_wav2vec2/aligner.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:06.2950769Z copying torchaudio/pipelines/_wav2vec2/impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:06.2951283Z copying torchaudio/pipelines/_wav2vec2/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:06.2951719Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-08-09T11:36:06.2952190Z copying torchaudio/prototype/datasets/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-08-09T11:36:06.2952684Z copying torchaudio/prototype/datasets/musan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-08-09T11:36:06.2953125Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-08-09T11:36:06.2953609Z copying torchaudio/prototype/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-08-09T11:36:20.9834460Z copying torchaudio/prototype/functional/_dsp.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-08-09T11:36:20.9836640Z copying torchaudio/prototype/functional/_rir.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-08-09T11:36:20.9837993Z copying torchaudio/prototype/functional/functional.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-08-09T11:36:20.9839246Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-08-09T11:36:20.9840453Z copying torchaudio/prototype/models/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-08-09T11:36:20.9841887Z copying torchaudio/prototype/models/_conformer_wav2vec2.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-08-09T11:36:20.9843090Z copying torchaudio/prototype/models/_emformer_hubert.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-08-09T11:36:20.9844216Z copying torchaudio/prototype/models/conv_emformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-08-09T11:36:20.9845312Z copying torchaudio/prototype/models/hifi_gan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-08-09T11:36:20.9846385Z copying torchaudio/prototype/models/rnnt.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-08-09T11:36:20.9847475Z copying torchaudio/prototype/models/rnnt_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-08-09T11:36:20.9848751Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-08-09T11:36:20.9849815Z copying torchaudio/prototype/pipelines/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-08-09T11:36:20.9851003Z copying torchaudio/prototype/pipelines/hifigan_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-08-09T11:36:20.9852196Z copying torchaudio/prototype/pipelines/rnnt_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-08-09T11:36:20.9853222Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-08-09T11:36:20.9854290Z copying torchaudio/prototype/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-08-09T11:36:20.9855548Z copying torchaudio/prototype/transforms/_transforms.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-08-09T11:36:20.9856596Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/_vggish 2023-08-09T11:36:20.9857929Z copying torchaudio/prototype/pipelines/_vggish/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/_vggish 2023-08-09T11:36:20.9859148Z copying torchaudio/prototype/pipelines/_vggish/_vggish_impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/_vggish 2023-08-09T11:36:20.9860766Z copying torchaudio/prototype/pipelines/_vggish/_vggish_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/_vggish 2023-08-09T11:36:20.9861576Z running build_ext 2023-08-09T11:36:20.9862293Z -- The C compiler identification is GNU 9.3.1 2023-08-09T11:36:20.9863026Z -- The CXX compiler identification is GNU 9.3.1 2023-08-09T11:36:20.9863695Z -- Detecting C compiler ABI info 2023-08-09T11:36:20.9864330Z -- Detecting C compiler ABI info - done 2023-08-09T11:36:20.9866278Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2023-08-09T11:36:20.9866910Z -- Detecting C compile features 2023-08-09T11:36:20.9867365Z -- Detecting C compile features - done 2023-08-09T11:36:20.9867844Z -- Detecting CXX compiler ABI info 2023-08-09T11:36:20.9868321Z -- Detecting CXX compiler ABI info - done 2023-08-09T11:36:20.9868998Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2023-08-09T11:36:20.9869587Z -- Detecting CXX compile features 2023-08-09T11:36:20.9870081Z -- Detecting CXX compile features - done 2023-08-09T11:36:20.9870891Z CMake Warning at /opt/conda/envs/ci/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2023-08-09T11:36:20.9871939Z static library kineto_LIBRARY-NOTFOUND not found. 2023-08-09T11:36:20.9872425Z Call Stack (most recent call first): 2023-08-09T11:36:20.9873238Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2023-08-09T11:36:20.9874009Z cmake/TorchAudioHelper.cmake:1 (find_package) 2023-08-09T11:36:20.9874444Z CMakeLists.txt:93 (include) 2023-08-09T11:36:20.9874647Z 2023-08-09T11:36:20.9874812Z  2023-08-09T11:36:20.9875426Z -- Found Torch: /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so 2023-08-09T11:36:20.9876094Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2023-08-09T11:36:20.9876679Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2023-08-09T11:36:20.9877204Z -- Found OpenMP: TRUE (found version "4.5") 2023-08-09T11:36:20.9878008Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2023-08-09T11:36:20.9878579Z -- Building FFmpeg integration with multi version support 2023-08-09T11:36:20.9879066Z -- Configuring done (2.5s) 2023-08-09T11:36:20.9879493Z -- Generating done (0.0s) 2023-08-09T11:36:20.9880095Z -- Build files have been written to: /work/build/temp.linux-x86_64-cpython-310 2023-08-09T11:36:20.9881562Z [1/84] /opt/rh/devtoolset-9/root/usr/bin/cc -Dsox_EXPORTS -I/work/build/temp.linux-x86_64-cpython-310/_deps/sox_src-src/src -O3 -DNDEBUG -std=gnu11 -fPIC -MD -MT third_party/sox/CMakeFiles/sox.dir/stub.c.o -MF third_party/sox/CMakeFiles/sox.dir/stub.c.o.d -o third_party/sox/CMakeFiles/sox.dir/stub.c.o -c /work/third_party/sox/stub.c 2023-08-09T11:36:20.9883161Z [2/84] : && /opt/rh/devtoolset-9/root/usr/bin/cc -fPIC -O3 -DNDEBUG -shared -Wl,-soname,libsox.so -o third_party/sox/libsox.so third_party/sox/CMakeFiles/sox.dir/stub.c.o && : 2023-08-09T11:36:20.9886227Z [3/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-08-09T11:36:20.9890626Z [4/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-08-09T11:36:20.9895528Z [5/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-08-09T11:36:20.9899925Z [6/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-08-09T11:36:20.9904411Z [7/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-08-09T11:36:21.6190251Z [8/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-08-09T11:36:21.6196573Z [9/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-08-09T11:36:21.6203474Z [10/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-08-09T11:36:21.6208257Z [11/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/hw_context.cpp 2023-08-09T11:36:21.6213404Z [12/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-08-09T11:36:21.6217650Z [13/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-08-09T11:36:21.6220771Z /work/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-08-09T11:36:21.6221484Z 48 | enum AVPixelFormat get_hw_format( 2023-08-09T11:36:21.6221828Z | ^~~~~~~~~~~~~ 2023-08-09T11:36:21.6223132Z /work/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-08-09T11:36:21.6223920Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-08-09T11:36:21.6224388Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:21.6227119Z [14/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/utils.cpp 2023-08-09T11:36:21.6231504Z [15/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-08-09T11:36:21.6235987Z [16/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-08-09T11:36:21.6238812Z /work/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-08-09T11:36:21.6239613Z 48 | enum AVPixelFormat get_hw_format( 2023-08-09T11:36:21.6289420Z | ^~~~~~~~~~~~~ 2023-08-09T11:36:21.6330547Z /work/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-08-09T11:36:21.9689591Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-08-09T11:36:21.9769291Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:21.9813050Z [17/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-08-09T11:36:21.9932154Z [18/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-08-09T11:36:22.0010343Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:22.0129650Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:22.0210206Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:22.0289941Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:22.0370973Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:22.0450838Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:22.0570739Z from /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-08-09T11:36:22.0690688Z from /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-08-09T11:36:22.0772205Z /work/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-08-09T11:36:22.0851264Z /work/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-08-09T11:36:22.0970892Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.1049074Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.1091556Z /work/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-08-09T11:36:22.1093944Z /work/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-08-09T11:36:22.1094758Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.1095150Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.1096978Z /work/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-08-09T11:36:22.1098718Z /work/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-08-09T11:36:22.1099793Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.1100197Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.1102226Z /work/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-08-09T11:36:22.1104097Z /work/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-08-09T11:36:22.1104946Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.1105746Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.1370321Z /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-08-09T11:36:22.1450363Z /work/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-08-09T11:36:22.1529796Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.1610029Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.1732133Z [19/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-08-09T11:36:22.1791563Z [20/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/hw_context.cpp 2023-08-09T11:36:22.1798573Z [21/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-08-09T11:36:22.9111087Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:22.9112190Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:22.9113128Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:22.9114162Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:22.9115057Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:22.9115917Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:22.9116695Z from /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-08-09T11:36:22.9117302Z from /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-08-09T11:36:22.9119646Z /work/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-08-09T11:36:22.9121499Z /work/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-08-09T11:36:22.9122374Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.9122922Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.9125211Z /work/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-08-09T11:36:22.9127877Z /work/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-08-09T11:36:22.9128887Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.9129411Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.9131456Z /work/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-08-09T11:36:22.9133332Z /work/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-08-09T11:36:22.9134278Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.9134770Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.9137356Z /work/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-08-09T11:36:22.9139437Z /work/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-08-09T11:36:22.9140305Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.9140669Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.9141975Z /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-08-09T11:36:22.9143552Z /work/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-08-09T11:36:22.9144382Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:22.9144912Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.9147589Z [22/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/sox_src-src/src -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/sox/effects_chain.cpp 2023-08-09T11:36:22.9151956Z [23/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-08-09T11:36:22.9154836Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-08-09T11:36:22.9155820Z /work/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-08-09T11:36:22.9156522Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-08-09T11:36:22.9156872Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:22.9159664Z [24/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-08-09T11:36:22.9163983Z [25/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-08-09T11:36:26.4146720Z /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-08-09T11:36:26.4148542Z /work/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-08-09T11:36:26.4149487Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-08-09T11:36:26.4149967Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-08-09T11:36:26.4152927Z [26/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-08-09T11:36:26.4155648Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-08-09T11:36:26.4156825Z /work/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-08-09T11:36:26.4157641Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-08-09T11:36:26.4158036Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:26.4161261Z [27/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-08-09T11:36:26.4163913Z /work/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-08-09T11:36:26.4164736Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-08-09T11:36:26.4165212Z | ^~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:26.4168589Z [28/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-08-09T11:36:26.4171247Z /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-08-09T11:36:26.4172891Z /work/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-08-09T11:36:26.4173750Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-08-09T11:36:26.4174155Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-08-09T11:36:26.4177226Z [29/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-08-09T11:36:26.4180155Z /work/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-08-09T11:36:26.4180973Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-08-09T11:36:26.4181407Z | ^~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:26.4184497Z [30/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-08-09T11:36:26.4188823Z [31/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-08-09T11:36:26.4192604Z [32/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/sox_src-src/src -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/sox/types.cpp 2023-08-09T11:36:26.4196376Z [33/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/forced_align/compute.cpp 2023-08-09T11:36:30.4886563Z [34/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/compat.cpp 2023-08-09T11:36:30.4891254Z [35/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/rnnt/compute.cpp 2023-08-09T11:36:30.4895098Z [36/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/rnnt/compute_betas.cpp 2023-08-09T11:36:30.4898810Z [37/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/sox_src-src/src -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/sox/utils.cpp 2023-08-09T11:36:30.4902483Z [38/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/rnnt/compute_alphas.cpp 2023-08-09T11:36:30.4906215Z [39/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/sox_src-src/src -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/sox/io.cpp 2023-08-09T11:36:30.4910062Z [40/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/sox_src-src/src -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/sox/effects.cpp 2023-08-09T11:36:30.4914012Z [41/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/rnnt/cpu/compute_alphas.cpp 2023-08-09T11:36:30.4917926Z [42/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/rnnt/cpu/compute_betas.cpp 2023-08-09T11:36:30.4922325Z [43/84] : && /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/envs/ci/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/third_party/sox: /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so third_party/sox/libsox.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libc10.so && : 2023-08-09T11:36:30.4926404Z [44/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/rnnt/autograd.cpp 2023-08-09T11:36:30.4930888Z [45/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-08-09T11:36:31.3515644Z [46/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/rnnt/cpu/compute.cpp 2023-08-09T11:36:31.3520103Z [47/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-08-09T11:36:31.3522756Z /work/torchaudio/csrc/ffmpeg/filter_graph.cpp: In member function ‘torchaudio::io::FilterGraphOutputInfo torchaudio::io::FilterGraph::get_output_info() const’: 2023-08-09T11:36:31.3523961Z /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3524820Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-08-09T11:36:31.3525290Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.3525730Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-08-09T11:36:31.3526208Z from /work/torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-08-09T11:36:31.3526699Z from /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-08-09T11:36:31.3527504Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-08-09T11:36:31.3528237Z 542 | uint64_t channel_layout; 2023-08-09T11:36:31.3528617Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.3529519Z /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3530367Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-08-09T11:36:31.3530826Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.3531574Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-08-09T11:36:31.3532106Z from /work/torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-08-09T11:36:31.3532572Z from /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-08-09T11:36:31.3533336Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-08-09T11:36:31.3533870Z 542 | uint64_t channel_layout; 2023-08-09T11:36:31.3534169Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.3535082Z /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3535934Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-08-09T11:36:31.3536435Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.3536903Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-08-09T11:36:31.3537420Z from /work/torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-08-09T11:36:31.3537953Z from /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-08-09T11:36:31.3538756Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-08-09T11:36:31.3539488Z 542 | uint64_t channel_layout; 2023-08-09T11:36:31.3539844Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.3540712Z /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:193:77: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3541566Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-08-09T11:36:31.3542066Z | ^ 2023-08-09T11:36:31.3542795Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.3543662Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.3544204Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.3544702Z from /work/torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-08-09T11:36:31.3545250Z from /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-08-09T11:36:31.3546044Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-08-09T11:36:31.3546651Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-08-09T11:36:31.3547089Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.3547937Z /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:193:77: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3548816Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-08-09T11:36:31.3549308Z | ^ 2023-08-09T11:36:31.3550026Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.3550886Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.3551442Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.3551954Z from /work/torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-08-09T11:36:31.3552468Z from /work/torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-08-09T11:36:31.3553260Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-08-09T11:36:31.3553887Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-08-09T11:36:31.3554307Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.3557261Z [48/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/hw_context.cpp 2023-08-09T11:36:31.3561791Z [49/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-08-09T11:36:31.3566067Z [50/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-08-09T11:36:31.3570763Z [51/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-08-09T11:36:31.3680588Z [52/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-08-09T11:36:31.3683216Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:31.3684034Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.3684925Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.3685738Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.3686480Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.3687292Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.3688096Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.3688750Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3690177Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp: In function ‘void torchaudio::io::{anonymous}::validate_audio_input(const at::Tensor&, AVFrame*, c10::ScalarType)’: 2023-08-09T11:36:31.3691218Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3691755Z 33 | t.size(1) == buffer->channels, 2023-08-09T11:36:31.3692013Z | ^~~~~~~~ 2023-08-09T11:36:31.3692532Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.3692972Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.3693350Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.3693804Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3694424Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.3694904Z 662 | int channels; 2023-08-09T11:36:31.3695189Z | ^~~~~~~~ 2023-08-09T11:36:31.3695836Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:31.3696681Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.3697489Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.3698272Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.3698979Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.3699825Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.3700404Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.3700952Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3702065Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3702683Z 33 | t.size(1) == buffer->channels, 2023-08-09T11:36:31.3702966Z | ^~~~~~~~ 2023-08-09T11:36:31.3703506Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.3703962Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.3704357Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.3705154Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3705938Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.3706421Z 662 | int channels; 2023-08-09T11:36:31.3706734Z | ^~~~~~~~ 2023-08-09T11:36:31.3707393Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:31.3708216Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.3709016Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.3709823Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.3710575Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.3711344Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.3711924Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.3712644Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3713699Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3714394Z 33 | t.size(1) == buffer->channels, 2023-08-09T11:36:31.3714749Z | ^~~~~~~~ 2023-08-09T11:36:31.3715430Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.3716018Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.3716539Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.3717131Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3717889Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.3718346Z 662 | int channels; 2023-08-09T11:36:31.3718627Z | ^~~~~~~~ 2023-08-09T11:36:31.3719219Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.3720048Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.3720810Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.3721524Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.3722321Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.3722945Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.3723506Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3724525Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3725174Z 35 | buffer->channels, 2023-08-09T11:36:31.3725483Z | ^~~~~~~~ 2023-08-09T11:36:31.3726174Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.3726762Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.3727241Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.3728437Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3729214Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.3729692Z 662 | int channels; 2023-08-09T11:36:31.3729949Z | ^~~~~~~~ 2023-08-09T11:36:31.3730564Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.3731365Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.3732082Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.3732808Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.3733605Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.3734268Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.3734831Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.3736086Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.3736725Z 35 | buffer->channels, 2023-08-09T11:36:31.3737025Z | ^~~~~~~~ 2023-08-09T11:36:31.3737719Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.4991773Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.4992299Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.4992841Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.4993684Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.4994118Z 662 | int channels; 2023-08-09T11:36:31.4994383Z | ^~~~~~~~ 2023-08-09T11:36:31.4995015Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.4995776Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.4996473Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.4997138Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.4997859Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.4998436Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.4998965Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.4999961Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5000538Z 35 | buffer->channels, 2023-08-09T11:36:31.5000837Z | ^~~~~~~~ 2023-08-09T11:36:31.5001424Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5001936Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5002403Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.5002910Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.5003579Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.5004288Z 662 | int channels; 2023-08-09T11:36:31.5004554Z | ^~~~~~~~ 2023-08-09T11:36:31.5005128Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.5005854Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.5006551Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.5007275Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.5008194Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.5008839Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.5009396Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.5010306Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp: In function ‘void torchaudio::io::{anonymous}::convert_func_(const at::Tensor&, AVFrame*)’: 2023-08-09T11:36:31.5011472Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5012203Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-08-09T11:36:31.5012618Z | ^~~~~~~~ 2023-08-09T11:36:31.5013257Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5013772Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5014259Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.5014782Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.5015519Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.5015940Z 662 | int channels; 2023-08-09T11:36:31.5016220Z | ^~~~~~~~ 2023-08-09T11:36:31.5016864Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.5017643Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.5018356Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.5019052Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.5019782Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.5020346Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.5020857Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.5021730Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5022475Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-08-09T11:36:31.5022872Z | ^~~~~~~~ 2023-08-09T11:36:31.5023515Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5024322Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5024785Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.5025303Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.5026179Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.5026618Z 662 | int channels; 2023-08-09T11:36:31.5026873Z | ^~~~~~~~ 2023-08-09T11:36:31.5027486Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.5028247Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.5028928Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.5029566Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.5030289Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.5030835Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-08-09T11:36:31.5031321Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.5032183Z /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5032998Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-08-09T11:36:31.5033416Z | ^~~~~~~~ 2023-08-09T11:36:31.5034041Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5034577Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5035027Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-08-09T11:36:31.5035485Z from /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-08-09T11:36:31.5036186Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.5036618Z 662 | int channels; 2023-08-09T11:36:31.5036896Z | ^~~~~~~~ 2023-08-09T11:36:31.5039505Z [53/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-08-09T11:36:31.5043589Z [54/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-08-09T11:36:31.5045735Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘std::string torchaudio::io::{anonymous}::get_supported_channels(const uint64_t*)’: 2023-08-09T11:36:31.5046913Z /work/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-08-09T11:36:31.5047520Z 318 | ss << av_get_channel_layout_nb_channels(*channel_layouts); 2023-08-09T11:36:31.5048159Z | ^ 2023-08-09T11:36:31.5048848Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5049591Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5050103Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5050518Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5050990Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5051713Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-08-09T11:36:31.5052248Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-08-09T11:36:31.5052775Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5053545Z /work/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-08-09T11:36:31.5054194Z 318 | ss << av_get_channel_layout_nb_channels(*channel_layouts); 2023-08-09T11:36:31.5054570Z | ^ 2023-08-09T11:36:31.5055162Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5055858Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5056350Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5056748Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5057189Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5057902Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-08-09T11:36:31.5058433Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-08-09T11:36:31.5058788Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5059543Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:319:55: warning: ‘const char* av_get_channel_name(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5060179Z 319 | ss << " (" << av_get_channel_name(*channel_layouts) << ")"; 2023-08-09T11:36:31.5060545Z | ^ 2023-08-09T11:36:31.5061164Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5061850Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5062343Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5062755Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5063193Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5063888Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:515:13: note: declared here 2023-08-09T11:36:31.5064389Z 515 | const char *av_get_channel_name(uint64_t channel); 2023-08-09T11:36:31.5064731Z | ^~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5065493Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:319:55: warning: ‘const char* av_get_channel_name(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5066266Z 319 | ss << " (" << av_get_channel_name(*channel_layouts) << ")"; 2023-08-09T11:36:31.5066624Z | ^ 2023-08-09T11:36:31.5067214Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5067942Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5068433Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5069057Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5069498Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5070244Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:515:13: note: declared here 2023-08-09T11:36:31.5070813Z 515 | const char *av_get_channel_name(uint64_t channel); 2023-08-09T11:36:31.5071140Z | ^~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5071991Z /work/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-08-09T11:36:31.5073121Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5073758Z 335 | if (!codec->channel_layouts) { 2023-08-09T11:36:31.5074043Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5074666Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5075171Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5075596Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5076061Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5076754Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5077376Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5077817Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5078612Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5079271Z 335 | if (!codec->channel_layouts) { 2023-08-09T11:36:31.5079618Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5080249Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5080774Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5081219Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5081673Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5082377Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5083035Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5083483Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5084279Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5084938Z 335 | if (!codec->channel_layouts) { 2023-08-09T11:36:31.5085239Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5085833Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5086448Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5086888Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5087387Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5088277Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5088988Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5089412Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5090162Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:336:69: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5090807Z 336 | return static_cast(av_get_default_channel_layout(val)); 2023-08-09T11:36:31.5091212Z | ^ 2023-08-09T11:36:31.5091853Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5092594Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5093275Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5093690Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5094155Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5094843Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-08-09T11:36:31.5095359Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-08-09T11:36:31.5095735Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5096484Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:336:69: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5097121Z 336 | return static_cast(av_get_default_channel_layout(val)); 2023-08-09T11:36:31.5097539Z | ^ 2023-08-09T11:36:31.5098150Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5098847Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5099337Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5099759Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5100268Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5100989Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-08-09T11:36:31.5101546Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-08-09T11:36:31.5101940Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5102714Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5103469Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-08-09T11:36:31.5103843Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5104472Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5104987Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5105392Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5105850Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5106700Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5107332Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5107806Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5108646Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5109336Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-08-09T11:36:31.5109715Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5110374Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5110863Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5111285Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5111731Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5112441Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5113146Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5113611Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5114449Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5115190Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-08-09T11:36:31.5115545Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5116132Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5116658Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5117055Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5117519Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5118171Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5118755Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5119159Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5119936Z /work/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-08-09T11:36:31.5120554Z 339 | if (av_get_channel_layout_nb_channels(*it) == val) { 2023-08-09T11:36:31.5120899Z | ^ 2023-08-09T11:36:31.5121464Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5122154Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5122622Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5123010Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5123472Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5124159Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-08-09T11:36:31.5124664Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-08-09T11:36:31.5125004Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5125866Z /work/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-08-09T11:36:31.5126452Z 339 | if (av_get_channel_layout_nb_channels(*it) == val) { 2023-08-09T11:36:31.5126778Z | ^ 2023-08-09T11:36:31.5127406Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5128314Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5128873Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5129270Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5129736Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5130446Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-08-09T11:36:31.5130962Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-08-09T11:36:31.5131309Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5132048Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.5132816Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.5133524Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.5134203Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.5134922Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.5135411Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-08-09T11:36:31.5135845Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5136283Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5137202Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5137903Z 350 | get_supported_channels(codec->channel_layouts)); 2023-08-09T11:36:31.5138273Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5138893Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5139394Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5139806Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5140250Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5140941Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5141523Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5141969Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5142565Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.5143306Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.5143999Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.5144682Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.5145387Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.5146050Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-08-09T11:36:31.5146478Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5146949Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5147876Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5148535Z 350 | get_supported_channels(codec->channel_layouts)); 2023-08-09T11:36:31.5148884Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5149470Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5149948Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5150349Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5150822Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5151535Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5152253Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5152699Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5153310Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:31.5154056Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:31.5154728Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:31.5155373Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:31.5156099Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:31.5156593Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-08-09T11:36:31.5157004Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5157453Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5158371Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5159024Z 350 | get_supported_channels(codec->channel_layouts)); 2023-08-09T11:36:31.5159384Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5160002Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5160543Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5160974Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5161458Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5162134Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5162770Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5163220Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5164048Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5164666Z 354 | if (!codec->channel_layouts) { 2023-08-09T11:36:31.5164968Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5165566Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5166223Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5166591Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5167059Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5167947Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5168677Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5169145Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5169995Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5170632Z 354 | if (!codec->channel_layouts) { 2023-08-09T11:36:31.5170936Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5171520Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5172023Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5172444Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5173037Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5173730Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5174348Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5174777Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5175583Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5176208Z 354 | if (!codec->channel_layouts) { 2023-08-09T11:36:31.5176525Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5177109Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5177652Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5178090Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5178510Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5179190Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5179799Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5180230Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5180985Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5181686Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-08-09T11:36:31.5182046Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5182643Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5183145Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5183546Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5183996Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5184655Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5185253Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5185847Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5186637Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5187312Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-08-09T11:36:31.5187673Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5188267Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5188767Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5189200Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5189668Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5190336Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5190939Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5191389Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5192322Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5193041Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-08-09T11:36:31.5193442Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5194071Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5194606Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5195041Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5195542Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5196307Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5196942Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5197405Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5198200Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5198804Z 365 | return codec->channel_layouts[0]; 2023-08-09T11:36:31.5199098Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5199696Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5200226Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5200642Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5201070Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5201755Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5202416Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5202859Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5203717Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5204401Z 365 | return codec->channel_layouts[0]; 2023-08-09T11:36:31.5204725Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5205348Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5205959Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5206355Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5206771Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5207460Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5208257Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5208776Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5209602Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5210267Z 365 | return codec->channel_layouts[0]; 2023-08-09T11:36:31.5210601Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5211207Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:40, 2023-08-09T11:36:31.5211726Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5212113Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5212726Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5213433Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-08-09T11:36:31.5214083Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-08-09T11:36:31.5214542Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5215586Z /work/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-08-09T11:36:31.5216789Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5217535Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-08-09T11:36:31.5217908Z | ^~~~~~~~ 2023-08-09T11:36:31.5218265Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5218667Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5219095Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5219778Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-08-09T11:36:31.5220192Z 1042 | int channels; 2023-08-09T11:36:31.5220478Z | ^~~~~~~~ 2023-08-09T11:36:31.5221285Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5222061Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-08-09T11:36:31.5222432Z | ^~~~~~~~ 2023-08-09T11:36:31.5222818Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5223270Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5223718Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5224393Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-08-09T11:36:31.5224822Z 1042 | int channels; 2023-08-09T11:36:31.5225072Z | ^~~~~~~~ 2023-08-09T11:36:31.5225895Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5226672Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-08-09T11:36:31.5227219Z | ^~~~~~~~ 2023-08-09T11:36:31.5227596Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5228061Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5228556Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5229236Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-08-09T11:36:31.5229653Z 1042 | int channels; 2023-08-09T11:36:31.5229927Z | ^~~~~~~~ 2023-08-09T11:36:31.5230685Z /work/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-08-09T11:36:31.5231421Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-08-09T11:36:31.5231828Z | ^ 2023-08-09T11:36:31.5232425Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5233090Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5233691Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5234126Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5234598Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5235298Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-08-09T11:36:31.5235821Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-08-09T11:36:31.5236180Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5236949Z /work/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-08-09T11:36:31.5237763Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-08-09T11:36:31.5238204Z | ^ 2023-08-09T11:36:31.5238849Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5239583Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5240102Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5240513Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5240963Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5241634Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-08-09T11:36:31.5242158Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-08-09T11:36:31.5242508Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5243338Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5244001Z 378 | codec_ctx->channel_layout = channel_layout; 2023-08-09T11:36:31.5244316Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5244674Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5245095Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5245561Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5246249Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.5246878Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.5247161Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5248144Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5248896Z 378 | codec_ctx->channel_layout = channel_layout; 2023-08-09T11:36:31.5249251Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5249633Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5250061Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5250550Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5251275Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.5251712Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.5251989Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5252799Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5253418Z 378 | codec_ctx->channel_layout = channel_layout; 2023-08-09T11:36:31.5253882Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5254232Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5254677Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5255114Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5255767Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.5256193Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.5256484Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5257370Z /work/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-08-09T11:36:31.5258508Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5259167Z 702 | frame->channel_layout = channel_layout; 2023-08-09T11:36:31.5259504Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5260104Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5260665Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5261102Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5261593Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5262298Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-08-09T11:36:31.5262761Z 524 | uint64_t channel_layout; 2023-08-09T11:36:31.5263048Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5263837Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5264495Z 702 | frame->channel_layout = channel_layout; 2023-08-09T11:36:31.5264810Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5265398Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5265896Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5266321Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5266775Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5267428Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-08-09T11:36:31.5268064Z 524 | uint64_t channel_layout; 2023-08-09T11:36:31.5268388Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5269181Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5269852Z 702 | frame->channel_layout = channel_layout; 2023-08-09T11:36:31.5270175Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5270779Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5271279Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5271733Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5272218Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5272954Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-08-09T11:36:31.5273413Z 524 | uint64_t channel_layout; 2023-08-09T11:36:31.5273703Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.5274494Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5275234Z 711 | frame->channels = num_channels; 2023-08-09T11:36:31.5275558Z | ^~~~~~~~ 2023-08-09T11:36:31.5276222Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5276782Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5277251Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5277729Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5278386Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.5278799Z 662 | int channels; 2023-08-09T11:36:31.5279068Z | ^~~~~~~~ 2023-08-09T11:36:31.5279869Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5280450Z 711 | frame->channels = num_channels; 2023-08-09T11:36:31.5280751Z | ^~~~~~~~ 2023-08-09T11:36:31.5281287Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5281759Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5282174Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5282645Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5283330Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.5283773Z 662 | int channels; 2023-08-09T11:36:31.5284067Z | ^~~~~~~~ 2023-08-09T11:36:31.5284874Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5285523Z 711 | frame->channels = num_channels; 2023-08-09T11:36:31.5285816Z | ^~~~~~~~ 2023-08-09T11:36:31.5286392Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5286913Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5287316Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5287959Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5288763Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:31.5289192Z 662 | int channels; 2023-08-09T11:36:31.5289646Z | ^~~~~~~~ 2023-08-09T11:36:31.5291332Z /work/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-08-09T11:36:31.5292902Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:769:75: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5293554Z 769 | static_cast(av_get_default_channel_layout(src_num_channels)); 2023-08-09T11:36:31.5293939Z | ^ 2023-08-09T11:36:31.5294582Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5295319Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5295927Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5296364Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5296869Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5297600Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-08-09T11:36:31.5298130Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-08-09T11:36:31.5298529Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5299315Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:769:75: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5299952Z 769 | static_cast(av_get_default_channel_layout(src_num_channels)); 2023-08-09T11:36:31.5300365Z | ^ 2023-08-09T11:36:31.5301008Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5301781Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5302258Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5302694Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5303133Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5303808Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-08-09T11:36:31.5304337Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-08-09T11:36:31.5304679Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5305077Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In lambda function: 2023-08-09T11:36:31.5305917Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:789:67: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5306538Z 789 | return static_cast(av_get_default_channel_layout(2)); 2023-08-09T11:36:31.5306912Z | ^ 2023-08-09T11:36:31.5307505Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5308201Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5308679Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.5309247Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.5309708Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.5310424Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-08-09T11:36:31.5310925Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-08-09T11:36:31.5311261Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.5312021Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:789:67: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.5312647Z 789 | return static_cast(av_get_default_channel_layout(2)); 2023-08-09T11:36:31.5313022Z | ^ 2023-08-09T11:36:31.5313607Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.5314318Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.5314806Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7906323Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7906920Z from /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-08-09T11:36:31.7907911Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-08-09T11:36:31.7908593Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-08-09T11:36:31.7909007Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.7909473Z /work/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: At global scope: 2023-08-09T11:36:31.7910794Z /work/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-08-09T11:36:31.7911640Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-08-09T11:36:31.7912100Z | ^~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.7914981Z [55/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-08-09T11:36:31.7919548Z [56/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-08-09T11:36:31.7922394Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: In function ‘void torchaudio::io::{anonymous}::open_codec(AVCodecContext*, const c10::optional, std::basic_string > >&)’: 2023-08-09T11:36:31.7923688Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7924443Z 141 | if (!codec_ctx->channel_layout) { 2023-08-09T11:36:31.7924805Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7925219Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7925694Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7926205Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.7927028Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.7927801Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.7928231Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7929311Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7930274Z 141 | if (!codec_ctx->channel_layout) { 2023-08-09T11:36:31.7930616Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7931031Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7931526Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7932082Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.7932929Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.7933425Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.7933738Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7934736Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7935520Z 141 | if (!codec_ctx->channel_layout) { 2023-08-09T11:36:31.7935902Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7936359Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7936864Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7937397Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.7938200Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.7938716Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.7939036Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7940011Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7940759Z 142 | codec_ctx->channel_layout = 2023-08-09T11:36:31.7941114Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7941539Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7942049Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7942588Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.7943397Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.7943911Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.7944263Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7945220Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7945959Z 142 | codec_ctx->channel_layout = 2023-08-09T11:36:31.7946520Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7946960Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7947461Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7947997Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.7948780Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.7949286Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.7949604Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7950563Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7951268Z 142 | codec_ctx->channel_layout = 2023-08-09T11:36:31.7951616Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7952061Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7952583Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7953165Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.7954141Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:31.7954686Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:31.7955046Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:31.7956031Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7956834Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-08-09T11:36:31.7957258Z | ^~~~~~~~ 2023-08-09T11:36:31.7957692Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7958169Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7958680Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.7959419Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-08-09T11:36:31.7959908Z 1042 | int channels; 2023-08-09T11:36:31.7960187Z | ^~~~~~~~ 2023-08-09T11:36:31.7961118Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7961940Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-08-09T11:36:31.7962336Z | ^~~~~~~~ 2023-08-09T11:36:31.7962804Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.7963328Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.7963861Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.7964659Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-08-09T11:36:31.7965170Z 1042 | int channels; 2023-08-09T11:36:31.7965478Z | ^~~~~~~~ 2023-08-09T11:36:31.7966458Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.7967281Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-08-09T11:36:31.7967898Z | ^~~~~~~~ 2023-08-09T11:36:31.7968464Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.9564367Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.9565012Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.9566315Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-08-09T11:36:31.9566836Z 1042 | int channels; 2023-08-09T11:36:31.9567144Z | ^~~~~~~~ 2023-08-09T11:36:31.9568312Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:58: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.9569235Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-08-09T11:36:31.9569661Z | ^ 2023-08-09T11:36:31.9570374Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.9571224Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.9571800Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.9572280Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.9572838Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.9573675Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-08-09T11:36:31.9574515Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-08-09T11:36:31.9574916Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.9575834Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:58: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.9576704Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-08-09T11:36:31.9577078Z | ^ 2023-08-09T11:36:31.9577708Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:33, 2023-08-09T11:36:31.9578578Z from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:31.9579163Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.9579654Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.9580232Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.9581107Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-08-09T11:36:31.9581718Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-08-09T11:36:31.9582124Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.9583088Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: In member function ‘int torchaudio::io::StreamProcessor::process_packet(AVPacket*)’: 2023-08-09T11:36:31.9584281Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.9584916Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-08-09T11:36:31.9585276Z | ^~~~~~~~~~~~ 2023-08-09T11:36:31.9585707Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.9586157Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.9586662Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.9587425Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-08-09T11:36:31.9587913Z 1076 | int frame_number; 2023-08-09T11:36:31.9588204Z | ^~~~~~~~~~~~ 2023-08-09T11:36:31.9589144Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.9590191Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-08-09T11:36:31.9590600Z | ^~~~~~~~~~~~ 2023-08-09T11:36:31.9591068Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.9591567Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.9592069Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.9592933Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-08-09T11:36:31.9593456Z 1076 | int frame_number; 2023-08-09T11:36:31.9593760Z | ^~~~~~~~~~~~ 2023-08-09T11:36:31.9594694Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.9595478Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-08-09T11:36:31.9595896Z | ^~~~~~~~~~~~ 2023-08-09T11:36:31.9596309Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.9596799Z from /work/torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-08-09T11:36:31.9597591Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-08-09T11:36:31.9598454Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-08-09T11:36:31.9598957Z 1076 | int frame_number; 2023-08-09T11:36:31.9599267Z | ^~~~~~~~~~~~ 2023-08-09T11:36:31.9599797Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: At global scope: 2023-08-09T11:36:31.9601091Z /work/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-08-09T11:36:31.9601855Z 48 | enum AVPixelFormat get_hw_format( 2023-08-09T11:36:31.9602197Z | ^~~~~~~~~~~~~ 2023-08-09T11:36:31.9603319Z /work/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-08-09T11:36:31.9604131Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-08-09T11:36:31.9604562Z | ^~~~~~~~~~~~~~~ 2023-08-09T11:36:31.9607525Z [57/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-08-09T11:36:31.9610331Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-08-09T11:36:31.9611506Z /work/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-08-09T11:36:31.9612323Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-08-09T11:36:31.9612706Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:31.9613674Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In member function ‘torchaudio::io::SrcStreamInfo torchaudio::io::StreamReader::get_src_stream_info(int) const’: 2023-08-09T11:36:31.9615217Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.9616001Z 163 | ret.num_channels = codecpar->channels; 2023-08-09T11:36:31.9616407Z | ^~~~~~~~ 2023-08-09T11:36:31.9617124Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:42, 2023-08-09T11:36:31.9617729Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.9618237Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-08-09T11:36:31.9619056Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-08-09T11:36:31.9619503Z 173 | int channels; 2023-08-09T11:36:31.9619814Z | ^~~~~~~~ 2023-08-09T11:36:31.9620747Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.9621445Z 163 | ret.num_channels = codecpar->channels; 2023-08-09T11:36:31.9622019Z | ^~~~~~~~ 2023-08-09T11:36:31.9622706Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:42, 2023-08-09T11:36:31.9623276Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:31.9623783Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-08-09T11:36:31.9624612Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-08-09T11:36:31.9625126Z 173 | int channels; 2023-08-09T11:36:31.9625458Z | ^~~~~~~~ 2023-08-09T11:36:31.9626461Z /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:31.9627238Z 163 | ret.num_channels = codecpar->channels; 2023-08-09T11:36:31.9627633Z | ^~~~~~~~ 2023-08-09T11:36:32.2100675Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:42, 2023-08-09T11:36:32.2101370Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:32.2102072Z from /work/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-08-09T11:36:32.2103002Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-08-09T11:36:32.2103524Z 173 | int channels; 2023-08-09T11:36:32.2103900Z | ^~~~~~~~ 2023-08-09T11:36:32.2107013Z [58/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-08-09T11:36:32.2109859Z /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-08-09T11:36:32.2111500Z /work/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-08-09T11:36:32.2112704Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-08-09T11:36:32.2113185Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-08-09T11:36:32.2116177Z [59/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-08-09T11:36:32.2119058Z /work/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-08-09T11:36:32.2119874Z 101 | torch::Tensor get_image_buffer( 2023-08-09T11:36:32.2120393Z | ^~~~~~~~~~~~~~~~ 2023-08-09T11:36:32.2123374Z [60/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-08-09T11:36:32.2125732Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:32.2126644Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-08-09T11:36:32.2127499Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-08-09T11:36:32.2128499Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-08-09T11:36:32.2129400Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-08-09T11:36:32.2130294Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-08-09T11:36:32.2131040Z from /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-08-09T11:36:32.2131607Z from /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-08-09T11:36:32.2133644Z /work/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-08-09T11:36:32.2135621Z /work/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-08-09T11:36:32.2136470Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:32.2136959Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:32.2139049Z /work/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-08-09T11:36:32.2141020Z /work/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-08-09T11:36:32.2141907Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:32.2142381Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:32.2144450Z /work/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-08-09T11:36:32.2146201Z /work/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-08-09T11:36:32.2147015Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:32.2147491Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:32.2149580Z /work/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-08-09T11:36:32.2151476Z /work/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-08-09T11:36:32.2152392Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:32.2152802Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:32.2153930Z /work/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-08-09T11:36:33.2845459Z /work/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-08-09T11:36:33.2846343Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-08-09T11:36:33.2846745Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-08-09T11:36:33.2854521Z [61/84] : && /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/envs/ci/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib: /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/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-08-09T11:36:33.2861946Z [62/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-08-09T11:36:33.2864643Z /work/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-08-09T11:36:33.2865954Z /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:33.2866770Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-08-09T11:36:33.2867170Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:33.2867583Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:33.2868146Z from /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-08-09T11:36:33.2868734Z from /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-08-09T11:36:33.2869539Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:33.2870069Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:33.2870650Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:33.2871636Z /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:33.2872405Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-08-09T11:36:33.2872815Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:33.2873256Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:33.2873771Z from /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-08-09T11:36:33.2874335Z from /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-08-09T11:36:33.2875157Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:33.2875670Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:33.2875979Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:33.2876951Z /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:33.2877751Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-08-09T11:36:33.2878132Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:33.2878757Z In file included from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:33.2879306Z from /work/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-08-09T11:36:33.2879888Z from /work/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-08-09T11:36:33.2880700Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-08-09T11:36:33.2881225Z 1100 | uint64_t channel_layout; 2023-08-09T11:36:33.2881553Z | ^~~~~~~~~~~~~~ 2023-08-09T11:36:33.2884040Z [63/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/compat.cpp 2023-08-09T11:36:33.2888547Z [64/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-08-09T11:36:33.2891210Z /work/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-08-09T11:36:33.2891944Z 101 | torch::Tensor get_image_buffer( 2023-08-09T11:36:33.2892281Z | ^~~~~~~~~~~~~~~~ 2023-08-09T11:36:33.2899579Z [65/84] : && /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/envs/ci/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib: /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/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-08-09T11:36:39.8900862Z [66/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/overdrive.cpp 2023-08-09T11:36:39.8904699Z [67/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/compat.cpp 2023-08-09T11:36:39.8908864Z [68/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_sox_EXPORTS -I/work -I/opt/conda/envs/ci/include/python3.10 -I/work/build/temp.linux-x86_64-cpython-310/_deps/sox_src-src/src -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/sox/pybind/pybind.cpp 2023-08-09T11:36:39.8913349Z [69/84] : && /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/envs/ci/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/third_party/sox: torchaudio/csrc/sox/libtorchaudio_sox.so /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libc10.so third_party/sox/libsox.so && : 2023-08-09T11:36:39.8917615Z [70/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/forced_align/cpu/compute.cpp 2023-08-09T11:36:39.8921248Z [71/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/rir.cpp 2023-08-09T11:36:39.8924851Z [72/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I/work -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/lfilter.cpp 2023-08-09T11:36:39.8930911Z [73/84] : && /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/envs/ci/lib/python3.10/site-packages/torch/lib: /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libc10.so -lgomp -lpthread && : 2023-08-09T11:36:39.8936552Z [74/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_EXPORTS -I/work -I/opt/conda/envs/ci/include/python3.10 -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -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 /work/torchaudio/csrc/pybind/pybind.cpp 2023-08-09T11:36:39.8940515Z [75/84] : && /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/envs/ci/lib/python3.10/site-packages/torch/lib: torchaudio/csrc/libtorchaudio.so /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libc10.so -lgomp -lpthread && : 2023-08-09T11:36:39.8944629Z [76/84] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I/work -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-08-09T11:36:39.8946776Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.8947617Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.8948406Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.8949149Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.8950003Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.8950800Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.8951693Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.8952564Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.8953653Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.8954569Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.8955400Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.8955995Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.8957114Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In member function ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&)’: 2023-08-09T11:36:39.8958282Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.8959093Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.8959538Z | ^~~~~~~~ 2023-08-09T11:36:39.8960229Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.8960946Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.8961428Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.8961976Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.8962736Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.8963205Z 662 | int channels; 2023-08-09T11:36:39.8963483Z | ^~~~~~~~ 2023-08-09T11:36:39.8964123Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.8964942Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.8965711Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.8966472Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.8967290Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.8968424Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.8969234Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.8970062Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.8970901Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.8971756Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.8972600Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.8973223Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.8974247Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.8975020Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.8975457Z | ^~~~~~~~ 2023-08-09T11:36:39.8976162Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.8976927Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.8977375Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.8977928Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.8978746Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.8979225Z 662 | int channels; 2023-08-09T11:36:39.8979504Z | ^~~~~~~~ 2023-08-09T11:36:39.8980146Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.8980947Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.8981710Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.8982476Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.8983298Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.8984316Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.8985152Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.8985966Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.8986821Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.8987665Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.8988511Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.8989140Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.8990148Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.8990946Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.8991378Z | ^~~~~~~~ 2023-08-09T11:36:39.8992073Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.8992659Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.8993138Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.8993677Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.8994464Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.8994934Z 662 | int channels; 2023-08-09T11:36:39.8995223Z | ^~~~~~~~ 2023-08-09T11:36:39.8995866Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.8996685Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.8997431Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.8998169Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.8998984Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.8999830Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9000816Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9001656Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9002514Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9003398Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9004268Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9004878Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9006244Z /work/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-08-09T11:36:39.9007146Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:75:16: required from here 2023-08-09T11:36:39.9008576Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9009394Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9009841Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9010535Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9011087Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9011605Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9012190Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9012939Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9013451Z 662 | int channels; 2023-08-09T11:36:39.9013765Z | ^~~~~~~~ 2023-08-09T11:36:39.9014405Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9015202Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9015954Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9016727Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9017539Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9018366Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9019212Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9020070Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9020904Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9021764Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9022607Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9023219Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9024419Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9025246Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9025701Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9026422Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9027010Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9027524Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9028057Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9028815Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9029318Z 662 | int channels; 2023-08-09T11:36:39.9029609Z | ^~~~~~~~ 2023-08-09T11:36:39.9030247Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9031179Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9031979Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9032753Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9033551Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9034427Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9035261Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9036080Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9036913Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9037747Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9038601Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9039225Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9040231Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9041045Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9041503Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9042193Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9042755Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9043265Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9043793Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9044537Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9045037Z 662 | int channels; 2023-08-09T11:36:39.9045339Z | ^~~~~~~~ 2023-08-09T11:36:39.9045970Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9046774Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9047858Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9048674Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9049472Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9050324Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9051139Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9051966Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9052795Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9053652Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9054696Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9055315Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9056639Z /work/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-08-09T11:36:39.9057534Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:76:16: required from here 2023-08-09T11:36:39.9058527Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9059363Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9059788Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9060491Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9061079Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9061590Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9062123Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9062882Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9063367Z 662 | int channels; 2023-08-09T11:36:39.9063653Z | ^~~~~~~~ 2023-08-09T11:36:39.9064290Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9065118Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9065909Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9066655Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9067458Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9068962Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9069809Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9070600Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9071623Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9072446Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9073258Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9073869Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9074862Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9075644Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9076069Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9076762Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9077336Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9077830Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9078492Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9079232Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9079707Z 662 | int channels; 2023-08-09T11:36:39.9079980Z | ^~~~~~~~ 2023-08-09T11:36:39.9080626Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9081431Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9082209Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9082938Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9083736Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9084564Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9085385Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9086185Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9087021Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9088178Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9089154Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9089775Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9090780Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9091590Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9092030Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9092724Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9093310Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9093813Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9094527Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9095314Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9095808Z 662 | int channels; 2023-08-09T11:36:39.9096098Z | ^~~~~~~~ 2023-08-09T11:36:39.9096758Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9097572Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9098357Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9099143Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9099961Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9100801Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9101716Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9102693Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9103556Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9104389Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9105232Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9105815Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9107181Z /work/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-08-09T11:36:39.9108085Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:77:16: required from here 2023-08-09T11:36:39.9109077Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9109855Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9110289Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9110976Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9111556Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9112067Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9112584Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9113271Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9113752Z 662 | int channels; 2023-08-09T11:36:39.9114043Z | ^~~~~~~~ 2023-08-09T11:36:39.9114669Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9115434Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9116202Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9116928Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9117861Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9118634Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9119453Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9120263Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9121065Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9121862Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9122688Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9123311Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9124263Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9125159Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9125585Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9126287Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9126821Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9127322Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9128157Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9129005Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9129480Z 662 | int channels; 2023-08-09T11:36:39.9129780Z | ^~~~~~~~ 2023-08-09T11:36:39.9130423Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9131195Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9131967Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9132714Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9133494Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9134319Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9135179Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9136004Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9136832Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9137684Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9138512Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9139128Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9140109Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9141210Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9141648Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9142323Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9142886Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9143369Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9143888Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9144613Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9145069Z 662 | int channels; 2023-08-09T11:36:39.9145367Z | ^~~~~~~~ 2023-08-09T11:36:39.9145981Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9146751Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9147523Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9148433Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9149221Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9150041Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9150843Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9151634Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9152453Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9153270Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9154104Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9154706Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9155980Z /work/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-08-09T11:36:39.9156878Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:78:16: required from here 2023-08-09T11:36:39.9157861Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9158653Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9159074Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9159769Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9160328Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9160811Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9161328Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9162099Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9162571Z 662 | int channels; 2023-08-09T11:36:39.9162857Z | ^~~~~~~~ 2023-08-09T11:36:39.9163615Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9164405Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9165219Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9165930Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9166722Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9167699Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9168802Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9169639Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9170522Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9171535Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9172361Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9172974Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9173986Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9174805Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9175232Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9175951Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9176517Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9177005Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9177583Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9178361Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9178850Z 662 | int channels; 2023-08-09T11:36:39.9179129Z | ^~~~~~~~ 2023-08-09T11:36:39.9179764Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9180593Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9181463Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9182202Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9182998Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9183823Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9184627Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9185438Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9186272Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9187109Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9188116Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9188732Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9189712Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9190476Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9190888Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9191577Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9192139Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9192615Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9193136Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9193886Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9194357Z 662 | int channels; 2023-08-09T11:36:39.9194755Z | ^~~~~~~~ 2023-08-09T11:36:39.9195380Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9196144Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9196862Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9197600Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9198396Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9199225Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9200008Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9200805Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9201624Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9202457Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9203264Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9203854Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9205184Z /work/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-08-09T11:36:39.9206084Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:79:16: required from here 2023-08-09T11:36:39.9207048Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9208130Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9208643Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9209335Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9210135Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9210637Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9211185Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9211960Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9212438Z 662 | int channels; 2023-08-09T11:36:39.9212751Z | ^~~~~~~~ 2023-08-09T11:36:39.9213394Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9214203Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9215006Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9215760Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9216583Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9217422Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9218435Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9219284Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9220122Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9220984Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9221931Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9222541Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9223499Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9224440Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9224829Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9225430Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9225968Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9226444Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9226946Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9227700Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9228203Z 662 | int channels; 2023-08-09T11:36:39.9228513Z | ^~~~~~~~ 2023-08-09T11:36:39.9229143Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9229959Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9230773Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9231572Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9232411Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9233309Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9234293Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9235084Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9235962Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9236865Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9237744Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9238476Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9239425Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9240168Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9240600Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9241410Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9241957Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9242445Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9242958Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9243700Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9244154Z 662 | int channels; 2023-08-09T11:36:39.9244441Z | ^~~~~~~~ 2023-08-09T11:36:39.9245039Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9245818Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9246574Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9247488Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9248494Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9249325Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9250162Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9250994Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9251857Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9252729Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9253625Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9254238Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9255555Z /work/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-08-09T11:36:39.9256467Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:80:16: required from here 2023-08-09T11:36:39.9257674Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9258477Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9258920Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9259636Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9260144Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9260562Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9261073Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9261867Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9262359Z 662 | int channels; 2023-08-09T11:36:39.9262659Z | ^~~~~~~~ 2023-08-09T11:36:39.9263331Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9264172Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9265158Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9265972Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9266843Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9267726Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9268528Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9269331Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9270249Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9271228Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9272055Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9272670Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9273644Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9274403Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9274823Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9275490Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9276042Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9276523Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9277053Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9277805Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9278263Z 662 | int channels; 2023-08-09T11:36:39.9278545Z | ^~~~~~~~ 2023-08-09T11:36:39.9279161Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9279968Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9280901Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9281641Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9282420Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9283235Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9284012Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9284848Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9285706Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9286580Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9287388Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9288543Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9289570Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9290355Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9290791Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9291487Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9292068Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9292559Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9293130Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9293884Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9294388Z 662 | int channels; 2023-08-09T11:36:39.9294659Z | ^~~~~~~~ 2023-08-09T11:36:39.9295302Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9296103Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9296857Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9297601Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9298421Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9299268Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9300067Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9300887Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9301846Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9302657Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9303460Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9304269Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9305578Z /work/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-08-09T11:36:39.9306538Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:81:16: required from here 2023-08-09T11:36:39.9307542Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9308308Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9308753Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9309422Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9309970Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9310454Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9310978Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9311830Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9312298Z 662 | int channels; 2023-08-09T11:36:39.9312596Z | ^~~~~~~~ 2023-08-09T11:36:39.9313205Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9314000Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9314772Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9315612Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9316379Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9317198Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9318008Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9318819Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9319641Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9320464Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9321285Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9321883Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9322855Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9323630Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9324070Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9324758Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9325281Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9325787Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9326318Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9327222Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9328025Z 662 | int channels; 2023-08-09T11:36:39.9328373Z | ^~~~~~~~ 2023-08-09T11:36:39.9329019Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9329842Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9330656Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9331458Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9332209Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9333073Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9333902Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9334889Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9335753Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9336616Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9337476Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9338108Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9339106Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9339923Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9340371Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9341156Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9341711Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9342201Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9342722Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9343467Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9343933Z 662 | int channels; 2023-08-09T11:36:39.9344223Z | ^~~~~~~~ 2023-08-09T11:36:39.9344836Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9345622Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9346378Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9347110Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9347892Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9348719Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9349538Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9350495Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9351312Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9352156Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9352983Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9353611Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9354914Z /work/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-08-09T11:36:39.9355791Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:82:16: required from here 2023-08-09T11:36:39.9356772Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9357568Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9358133Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9358804Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9359365Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9359848Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9360395Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9361128Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9361619Z 662 | int channels; 2023-08-09T11:36:39.9361888Z | ^~~~~~~~ 2023-08-09T11:36:39.9362530Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9363306Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9364058Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9364787Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9365588Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9366399Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9367209Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9368393Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9369262Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9370145Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9370996Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9371644Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9372650Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9373439Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9374036Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9374752Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9375337Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9375814Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9376363Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9377152Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9377627Z 662 | int channels; 2023-08-09T11:36:39.9377918Z | ^~~~~~~~ 2023-08-09T11:36:39.9378588Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9379388Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9380055Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9380803Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9381920Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9382766Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9383576Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9384430Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9385306Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9386196Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9387075Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9387679Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9388602Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9389379Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9389823Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9390522Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9391113Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9391607Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9392150Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9392889Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9393324Z 662 | int channels; 2023-08-09T11:36:39.9393595Z | ^~~~~~~~ 2023-08-09T11:36:39.9394207Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9394987Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9395744Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9396475Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9397401Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9398213Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9399004Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9399807Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9400607Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9401439Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9402264Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9402854Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9404273Z /work/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-08-09T11:36:39.9405137Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:83:16: required from here 2023-08-09T11:36:39.9406145Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9406928Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9407323Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9408406Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9408963Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9409444Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9409998Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9410748Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9411227Z 662 | int channels; 2023-08-09T11:36:39.9411504Z | ^~~~~~~~ 2023-08-09T11:36:39.9412148Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9412956Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9413672Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9414423Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9415218Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9416072Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9416887Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9417714Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9418560Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9419414Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9420413Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9421037Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9422124Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9422877Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9423311Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9423967Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9424535Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9425015Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9425557Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9426328Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9426801Z 662 | int channels; 2023-08-09T11:36:39.9427211Z | ^~~~~~~~ 2023-08-09T11:36:39.9427843Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9428618Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9429361Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9430090Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9430866Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9431693Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9432456Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9433259Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9434083Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9434896Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9435700Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9436280Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9437270Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9438005Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9438449Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9439124Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9439739Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9440224Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9440740Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9441500Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9442067Z 662 | int channels; 2023-08-09T11:36:39.9442369Z | ^~~~~~~~ 2023-08-09T11:36:39.9442994Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9443731Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9444420Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9445176Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9445983Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9446825Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9447793Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9448900Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9449800Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9450869Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9451789Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9452366Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9453721Z /work/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-08-09T11:36:39.9454671Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:84:16: required from here 2023-08-09T11:36:39.9455720Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9456548Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9456981Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9457630Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9458198Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9458691Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9459222Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9459980Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9460469Z 662 | int channels; 2023-08-09T11:36:39.9460773Z | ^~~~~~~~ 2023-08-09T11:36:39.9461508Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9462311Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9463092Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9463842Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9464619Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9465430Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9466506Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9467317Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9468133Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9468965Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9469775Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9470360Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9471347Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9472112Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9472539Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9473185Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9473851Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9474344Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9474865Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9475597Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9476078Z 662 | int channels; 2023-08-09T11:36:39.9476372Z | ^~~~~~~~ 2023-08-09T11:36:39.9476974Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9477800Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9478570Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9479323Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9480092Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9480922Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9481712Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9482483Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9483363Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9484205Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9485027Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9485617Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9486579Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9487371Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9488119Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9488870Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9489613Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9490121Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9490666Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9491423Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9491907Z 662 | int channels; 2023-08-09T11:36:39.9492211Z | ^~~~~~~~ 2023-08-09T11:36:39.9492847Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9493694Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9494460Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9495231Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9496021Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9497023Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9497858Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9498652Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9499494Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9500323Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9501276Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9501868Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9503188Z /work/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-08-09T11:36:39.9504069Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:85:16: required from here 2023-08-09T11:36:39.9505054Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9505803Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9506261Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9506961Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9507534Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9508003Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9508545Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9509270Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9509710Z 662 | int channels; 2023-08-09T11:36:39.9510022Z | ^~~~~~~~ 2023-08-09T11:36:39.9510613Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9511306Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9512218Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9512970Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9513809Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9514653Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9515494Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9516368Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9517223Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9518085Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9518903Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9519590Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9520618Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9521406Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9521844Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9522535Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9523109Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9523571Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9524067Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9524817Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9525270Z 662 | int channels; 2023-08-09T11:36:39.9525566Z | ^~~~~~~~ 2023-08-09T11:36:39.9526188Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9526984Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9527883Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9528874Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9529690Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9530545Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9531388Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9532223Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9533068Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:39.9533916Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:39.9534755Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:39.9535543Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:39.9536545Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:39.9537328Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:39.9537780Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:39.9538449Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:39.9539046Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:39.9539552Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:39.9540112Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:39.9540877Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:39.9541443Z 662 | int channels; 2023-08-09T11:36:39.9541740Z | ^~~~~~~~ 2023-08-09T11:36:39.9542372Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:39.9543332Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:39.9544106Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:39.9544842Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:39.9545627Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:39.9546436Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:39.9547251Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:39.9548066Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:39.9548898Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:40.1213244Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:40.1214184Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:40.1214791Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:40.1216219Z /work/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-08-09T11:36:40.1217188Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:86:16: required from here 2023-08-09T11:36:40.1218245Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:40.1219039Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:40.1219482Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:40.1220168Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:40.1220760Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:40.1221241Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:40.1221792Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:40.1222804Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:40.1223293Z 662 | int channels; 2023-08-09T11:36:40.1223615Z | ^~~~~~~~ 2023-08-09T11:36:40.1224299Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:40.1225115Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:40.1225873Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:40.1226732Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:40.1227540Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:40.1228352Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:40.1229189Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:40.1230200Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:40.1231067Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:40.1231882Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:40.1232718Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:40.1233319Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:40.1234309Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:40.1235087Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:40.1235525Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:40.1236214Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:40.1236770Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:40.1237248Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:40.1237772Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:40.1238517Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:40.1238983Z 662 | int channels; 2023-08-09T11:36:40.1239276Z | ^~~~~~~~ 2023-08-09T11:36:40.1239913Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:40.1240722Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:40.1241478Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:40.1242218Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:40.1243023Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:40.1243819Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:40.1244623Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:40.1245456Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:40.1246471Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:40.1247320Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:40.1248567Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-08-09T11:36:40.1249183Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-08-09T11:36:40.1250219Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-08-09T11:36:40.1251008Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-08-09T11:36:40.1251455Z | ~~~~~^~~~~~~~ 2023-08-09T11:36:40.1252174Z In file included from /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h:35, 2023-08-09T11:36:40.1252757Z from /work/torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-08-09T11:36:40.1253239Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-08-09T11:36:40.1254002Z from /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-08-09T11:36:40.1254806Z /work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-08-09T11:36:40.1255286Z 662 | int channels; 2023-08-09T11:36:40.1255596Z | ^~~~~~~~ 2023-08-09T11:36:40.1256055Z /work/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: At global scope: 2023-08-09T11:36:40.1257267Z /work/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-08-09T11:36:40.1257990Z 101 | torch::Tensor get_image_buffer( 2023-08-09T11:36:40.1258321Z | ^~~~~~~~~~~~~~~~ 2023-08-09T11:36:40.1265429Z [77/84] : && /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/envs/ci/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib: /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/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-08-09T11:36:47.8567793Z [78/84] /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/work -I/opt/conda/envs/ci/include/python3.10 -I/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-08-09T11:36:47.8569356Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:47.8570032Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:47.8570483Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:47.8570942Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:47.8571382Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:47.8571841Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:47.8572340Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:47.8572824Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:47.8573306Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:47.8573780Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:47.8574274Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:47.8574742Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-08-09T11:36:47.8575077Z from /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-08-09T11:36:47.8575668Z /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-08-09T11:36:47.8576300Z /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-08-09T11:36:47.8576671Z 125 | chunk_len <= request, 2023-08-09T11:36:47.8576870Z | ~~~~~~~~~~^~~~~~~~~~ 2023-08-09T11:36:47.8578828Z [79/84] : && /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/envs/ci/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/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/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-08-09T11:36:47.8581863Z [80/84] /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/work -I/opt/conda/envs/ci/include/python3.10 -I/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-08-09T11:36:47.8583148Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:47.8583606Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:47.8584066Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:47.8584519Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:47.8585064Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:47.8585514Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:47.8585986Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:47.8586458Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:47.8586920Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:47.8587386Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:47.8587869Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:47.8588317Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-08-09T11:36:47.8588646Z from /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-08-09T11:36:47.8589157Z /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-08-09T11:36:47.8589771Z /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-08-09T11:36:47.8590124Z 125 | chunk_len <= request, 2023-08-09T11:36:47.8590301Z | ~~~~~~~~~~^~~~~~~~~~ 2023-08-09T11:36:47.8592210Z [81/84] : && /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/envs/ci/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/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/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-08-09T11:36:47.8595331Z [82/84] /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/work -I/opt/conda/envs/ci/include/python3.10 -I/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include -isystem /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -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 /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-08-09T11:36:48.0947301Z In file included from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-08-09T11:36:48.0948168Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-08-09T11:36:48.0948679Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-08-09T11:36:48.0949168Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-08-09T11:36:48.0949617Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-08-09T11:36:48.0950090Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-08-09T11:36:48.0950591Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-08-09T11:36:48.0951073Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-08-09T11:36:48.0951534Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-08-09T11:36:48.0952033Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-08-09T11:36:48.0952527Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-08-09T11:36:48.0952993Z from /opt/conda/envs/ci/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-08-09T11:36:48.0953313Z from /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-08-09T11:36:48.0953917Z /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-08-09T11:36:48.0954554Z /work/torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-08-09T11:36:48.0954915Z 125 | chunk_len <= request, 2023-08-09T11:36:48.0955098Z | ~~~~~~~~~~^~~~~~~~~~ 2023-08-09T11:36:48.0957072Z [83/84] : && /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/envs/ci/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/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/ci/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/ci/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-08-09T11:36:48.0958861Z [83/84] cd /work/build/temp.linux-x86_64-cpython-310 && /opt/conda/envs/ci/bin/cmake -P cmake_install.cmake 2023-08-09T11:36:48.0959196Z -- Install configuration: "Release" 2023-08-09T11:36:48.0959575Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so 2023-08-09T11:36:48.0960043Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so" to "" 2023-08-09T11:36:48.0960588Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so 2023-08-09T11:36:48.0961045Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so" to "" 2023-08-09T11:36:48.0961494Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so 2023-08-09T11:36:48.0961960Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so" to "" 2023-08-09T11:36:48.0962393Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so 2023-08-09T11:36:48.0962850Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so" to "" 2023-08-09T11:36:48.0963311Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so 2023-08-09T11:36:48.0963789Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so" to "" 2023-08-09T11:36:48.0964240Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so 2023-08-09T11:36:48.0964712Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so" to "" 2023-08-09T11:36:48.0965171Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so 2023-08-09T11:36:48.0965639Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so" to "" 2023-08-09T11:36:48.0966081Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so 2023-08-09T11:36:48.0966547Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so" to "" 2023-08-09T11:36:48.0967004Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so 2023-08-09T11:36:48.0967453Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so" to "" 2023-08-09T11:36:48.0968097Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so 2023-08-09T11:36:48.0968708Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so" to "" 2023-08-09T11:36:48.0969053Z creating build/bdist.linux-x86_64 2023-08-09T11:36:48.0969310Z creating build/bdist.linux-x86_64/egg 2023-08-09T11:36:48.0969606Z creating build/bdist.linux-x86_64/egg/torchaudio 2023-08-09T11:36:48.0970048Z copying build/lib.linux-x86_64-cpython-310/torchaudio/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-08-09T11:36:48.0970532Z copying build/lib.linux-x86_64-cpython-310/torchaudio/kaldi_io.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-08-09T11:36:48.0971092Z copying build/lib.linux-x86_64-cpython-310/torchaudio/version.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-08-09T11:36:48.0971478Z creating build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-08-09T11:36:48.0971938Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-08-09T11:36:48.0972451Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/ffmpeg.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-08-09T11:36:48.0972977Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-08-09T11:36:48.0973383Z creating build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-08-09T11:36:48.0973848Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_extension/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-08-09T11:36:48.0974367Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_extension/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-08-09T11:36:48.0974779Z creating build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-08-09T11:36:48.0975236Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_internal/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-08-09T11:36:48.0975869Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_internal/module_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-08-09T11:36:48.0976267Z creating build/bdist.linux-x86_64/egg/torchaudio/backend 2023-08-09T11:36:48.0976718Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-08-09T11:36:48.0977238Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/common.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-08-09T11:36:48.0977749Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/no_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-08-09T11:36:48.0978297Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/soundfile_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-08-09T11:36:48.0978843Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/sox_io_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-08-09T11:36:48.0979375Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-08-09T11:36:48.0979771Z creating build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-08-09T11:36:48.0980239Z copying build/lib.linux-x86_64-cpython-310/torchaudio/compliance/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-08-09T11:36:48.0980779Z copying build/lib.linux-x86_64-cpython-310/torchaudio/compliance/kaldi.py -> build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-08-09T11:36:48.0981188Z creating build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.0981627Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.0982165Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmuarctic.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.0982697Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmudict.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.0983237Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/commonvoice.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1010335Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/dr_vctk.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1010955Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/fluentcommands.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1011513Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/gtzan.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1012214Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/iemocap.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1012776Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librilight_limited.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1013315Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librimix.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1013851Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1014414Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech_biasing.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1014964Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/libritts.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1015485Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/ljspeech.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1016002Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/musdb_hq.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1016596Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/quesst14.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1017127Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/snips.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1017664Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/speechcommands.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1018208Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/tedlium.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1018736Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1019264Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/vctk.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1019780Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/voxceleb1.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1020311Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/yesno.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-08-09T11:36:48.1020736Z creating build/bdist.linux-x86_64/egg/torchaudio/functional 2023-08-09T11:36:48.1021205Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-08-09T11:36:48.1021738Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/_alignment.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-08-09T11:36:48.1022284Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/filtering.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-08-09T11:36:48.1022838Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/functional.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-08-09T11:36:48.1023237Z creating build/bdist.linux-x86_64/egg/torchaudio/io 2023-08-09T11:36:48.1023656Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-08-09T11:36:48.1024155Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_effector.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-08-09T11:36:48.1024665Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_playback.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-08-09T11:36:48.1025179Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_stream_reader.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-08-09T11:36:48.1025678Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_stream_writer.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-08-09T11:36:48.1026144Z creating build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1026595Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1027110Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/_hdemucs.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1027635Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/conformer.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1028162Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/conv_tasnet.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1028695Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/deepspeech.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1029207Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/emformer.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1029723Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1030248Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1030822Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/tacotron2.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1031342Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2letter.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1031863Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wavernn.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-08-09T11:36:48.1032280Z creating build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-08-09T11:36:48.1032765Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-08-09T11:36:48.1033327Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/_ctc_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-08-09T11:36:48.1033917Z 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-08-09T11:36:48.1034359Z creating build/bdist.linux-x86_64/egg/torchaudio/models/squim 2023-08-09T11:36:48.1034834Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/squim/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/squim 2023-08-09T11:36:48.1035377Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/squim/objective.py -> build/bdist.linux-x86_64/egg/torchaudio/models/squim 2023-08-09T11:36:48.1035939Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/squim/subjective.py -> build/bdist.linux-x86_64/egg/torchaudio/models/squim 2023-08-09T11:36:48.1036377Z creating build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-08-09T11:36:48.1036873Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-08-09T11:36:48.1037434Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/components.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-08-09T11:36:48.1038009Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/model.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-08-09T11:36:48.1038594Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/wavlm_attention.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-08-09T11:36:48.1039049Z creating build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-08-09T11:36:48.1039557Z 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-08-09T11:36:48.1040167Z 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-08-09T11:36:48.1040861Z 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-08-09T11:36:48.1041316Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-08-09T11:36:48.1041772Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-08-09T11:36:48.1042352Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_source_separation_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-08-09T11:36:48.1042929Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_squim_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-08-09T11:36:48.1043488Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/rnnt_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-08-09T11:36:48.1043915Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-08-09T11:36:48.1044403Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-08-09T11:36:48.1045020Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/impl.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-08-09T11:36:48.1045595Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/interface.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-08-09T11:36:48.1160266Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-08-09T11:36:48.1160966Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:48.1161874Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:48.1162684Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/aligner.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:48.1163276Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/impl.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:48.1163862Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-08-09T11:36:48.1164299Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype 2023-08-09T11:36:48.1164769Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype 2023-08-09T11:36:48.1165193Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-08-09T11:36:48.1165698Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-08-09T11:36:48.1166290Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets/musan.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-08-09T11:36:48.1166742Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-08-09T11:36:48.1167251Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-08-09T11:36:48.1167983Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/_dsp.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-08-09T11:36:48.1168652Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/_rir.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-08-09T11:36:48.1169260Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/functional.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-08-09T11:36:48.1169826Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-08-09T11:36:48.1170321Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-08-09T11:36:48.1170924Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/_conformer_wav2vec2.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-08-09T11:36:48.1171528Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/_emformer_hubert.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-08-09T11:36:48.1172116Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/conv_emformer.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-08-09T11:36:48.1172702Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/hifi_gan.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-08-09T11:36:48.1173281Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/rnnt.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-08-09T11:36:48.1173860Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/rnnt_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-08-09T11:36:48.1174383Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-08-09T11:36:48.1174899Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-08-09T11:36:48.1175514Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/hifigan_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-08-09T11:36:48.1176135Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/rnnt_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-08-09T11:36:48.1176606Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/_vggish 2023-08-09T11:36:48.1177166Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/_vggish/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/_vggish 2023-08-09T11:36:48.1177821Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/_vggish/_vggish_impl.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/_vggish 2023-08-09T11:36:48.1178486Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/_vggish/_vggish_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/_vggish 2023-08-09T11:36:48.1178975Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-08-09T11:36:48.1179481Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-08-09T11:36:48.1180086Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms/_transforms.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-08-09T11:36:48.1180535Z creating build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-08-09T11:36:48.1180994Z copying build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-08-09T11:36:48.1181537Z copying build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects/sox_effects.py -> build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-08-09T11:36:48.1181952Z creating build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-08-09T11:36:48.1182415Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-08-09T11:36:48.1182950Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_multi_channel.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-08-09T11:36:48.1183503Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_transforms.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-08-09T11:36:48.1183974Z creating build/bdist.linux-x86_64/egg/torchaudio/utils 2023-08-09T11:36:48.1184417Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-08-09T11:36:48.1184924Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/download.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-08-09T11:36:48.1185445Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/ffmpeg_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-08-09T11:36:48.1185958Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/sox_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-08-09T11:36:48.1186347Z creating build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1186781Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1187300Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1187826Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1188401Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1188920Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1189463Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1190000Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1190533Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1191065Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1191590Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-08-09T11:36:48.1192068Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.1192525Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/kaldi_io.py to kaldi_io.cpython-310.pyc 2023-08-09T11:36:48.1192975Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/version.py to version.cpython-310.pyc 2023-08-09T11:36:48.1193450Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.1193924Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/ffmpeg.py to ffmpeg.cpython-310.pyc 2023-08-09T11:36:48.1194386Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/utils.py to utils.cpython-310.pyc 2023-08-09T11:36:48.1194866Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_extension/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.1195338Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_extension/utils.py to utils.cpython-310.pyc 2023-08-09T11:36:48.1195820Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_internal/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.1196299Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_internal/module_utils.py to module_utils.cpython-310.pyc 2023-08-09T11:36:48.2168990Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2170589Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/common.py to common.cpython-310.pyc 2023-08-09T11:36:48.2171360Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/no_backend.py to no_backend.cpython-310.pyc 2023-08-09T11:36:48.2183767Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/soundfile_backend.py to soundfile_backend.cpython-310.pyc 2023-08-09T11:36:48.2184749Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/sox_io_backend.py to sox_io_backend.cpython-310.pyc 2023-08-09T11:36:48.2185329Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/utils.py to utils.cpython-310.pyc 2023-08-09T11:36:48.2185813Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/compliance/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2186297Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/compliance/kaldi.py to kaldi.cpython-310.pyc 2023-08-09T11:36:48.2186763Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2187250Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/cmuarctic.py to cmuarctic.cpython-310.pyc 2023-08-09T11:36:48.2187749Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/cmudict.py to cmudict.cpython-310.pyc 2023-08-09T11:36:48.2188249Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/commonvoice.py to commonvoice.cpython-310.pyc 2023-08-09T11:36:48.2188749Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/dr_vctk.py to dr_vctk.cpython-310.pyc 2023-08-09T11:36:48.2189374Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/fluentcommands.py to fluentcommands.cpython-310.pyc 2023-08-09T11:36:48.2189890Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/gtzan.py to gtzan.cpython-310.pyc 2023-08-09T11:36:48.2190359Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/iemocap.py to iemocap.cpython-310.pyc 2023-08-09T11:36:48.2190893Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librilight_limited.py to librilight_limited.cpython-310.pyc 2023-08-09T11:36:48.2191415Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librimix.py to librimix.cpython-310.pyc 2023-08-09T11:36:48.2191932Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librispeech.py to librispeech.cpython-310.pyc 2023-08-09T11:36:48.2192465Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librispeech_biasing.py to librispeech_biasing.cpython-310.pyc 2023-08-09T11:36:48.2192987Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/libritts.py to libritts.cpython-310.pyc 2023-08-09T11:36:48.2193487Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/ljspeech.py to ljspeech.cpython-310.pyc 2023-08-09T11:36:48.2193984Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/musdb_hq.py to musdb_hq.cpython-310.pyc 2023-08-09T11:36:48.2194456Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/quesst14.py to quesst14.cpython-310.pyc 2023-08-09T11:36:48.2194938Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/snips.py to snips.cpython-310.pyc 2023-08-09T11:36:48.2195460Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/speechcommands.py to speechcommands.cpython-310.pyc 2023-08-09T11:36:48.2195979Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/tedlium.py to tedlium.cpython-310.pyc 2023-08-09T11:36:48.2196441Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/utils.py to utils.cpython-310.pyc 2023-08-09T11:36:48.2196908Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/vctk.py to vctk.cpython-310.pyc 2023-08-09T11:36:48.2197399Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/voxceleb1.py to voxceleb1.cpython-310.pyc 2023-08-09T11:36:48.2197867Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/yesno.py to yesno.cpython-310.pyc 2023-08-09T11:36:48.2198341Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2198844Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/_alignment.py to _alignment.cpython-310.pyc 2023-08-09T11:36:48.2199359Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/filtering.py to filtering.cpython-310.pyc 2023-08-09T11:36:48.2199920Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/functional.py to functional.cpython-310.pyc 2023-08-09T11:36:48.2200399Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2200865Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_effector.py to _effector.cpython-310.pyc 2023-08-09T11:36:48.2201346Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_playback.py to _playback.cpython-310.pyc 2023-08-09T11:36:48.2201829Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_stream_reader.py to _stream_reader.cpython-310.pyc 2023-08-09T11:36:48.2202330Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_stream_writer.py to _stream_writer.cpython-310.pyc 2023-08-09T11:36:48.2202809Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2203275Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/_hdemucs.py to _hdemucs.cpython-310.pyc 2023-08-09T11:36:48.2203767Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/conformer.py to conformer.cpython-310.pyc 2023-08-09T11:36:48.2204319Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/conv_tasnet.py to conv_tasnet.cpython-310.pyc 2023-08-09T11:36:48.2204829Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/deepspeech.py to deepspeech.cpython-310.pyc 2023-08-09T11:36:48.2205315Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/emformer.py to emformer.cpython-310.pyc 2023-08-09T11:36:48.2205785Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/rnnt.py to rnnt.cpython-310.pyc 2023-08-09T11:36:48.2206269Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-08-09T11:36:48.2206766Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/tacotron2.py to tacotron2.cpython-310.pyc 2023-08-09T11:36:48.2207258Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2letter.py to wav2letter.cpython-310.pyc 2023-08-09T11:36:48.2207914Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wavernn.py to wavernn.cpython-310.pyc 2023-08-09T11:36:48.2208475Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2208985Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/_ctc_decoder.py to _ctc_decoder.cpython-310.pyc 2023-08-09T11:36:48.2209516Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/_cuda_ctc_decoder.py to _cuda_ctc_decoder.cpython-310.pyc 2023-08-09T11:36:48.2210027Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/squim/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2210525Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/squim/objective.py to objective.cpython-310.pyc 2023-08-09T11:36:48.2211036Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/squim/subjective.py to subjective.cpython-310.pyc 2023-08-09T11:36:48.2211539Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2212052Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/components.py to components.cpython-310.pyc 2023-08-09T11:36:48.2212560Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/model.py to model.cpython-310.pyc 2023-08-09T11:36:48.2213073Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/wavlm_attention.py to wavlm_attention.cpython-310.pyc 2023-08-09T11:36:48.2213598Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2214129Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/import_fairseq.py to import_fairseq.cpython-310.pyc 2023-08-09T11:36:48.2214804Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/import_huggingface.py to import_huggingface.cpython-310.pyc 2023-08-09T11:36:48.2215312Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2215872Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_source_separation_pipeline.py to _source_separation_pipeline.cpython-310.pyc 2023-08-09T11:36:48.2216444Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_squim_pipeline.py to _squim_pipeline.cpython-310.pyc 2023-08-09T11:36:48.2216976Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-08-09T11:36:48.2217467Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2217949Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/impl.py to impl.cpython-310.pyc 2023-08-09T11:36:48.2218454Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/interface.py to interface.cpython-310.pyc 2023-08-09T11:36:48.2218944Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/utils.py to utils.cpython-310.pyc 2023-08-09T11:36:48.2219500Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.2220012Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/aligner.py to aligner.cpython-310.pyc 2023-08-09T11:36:48.2220517Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/impl.py to impl.cpython-310.pyc 2023-08-09T11:36:48.2221017Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/utils.py to utils.cpython-310.pyc 2023-08-09T11:36:48.8846895Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8848123Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8849106Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets/musan.py to musan.cpython-310.pyc 2023-08-09T11:36:48.8849990Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8850509Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/_dsp.py to _dsp.cpython-310.pyc 2023-08-09T11:36:48.8851004Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/_rir.py to _rir.cpython-310.pyc 2023-08-09T11:36:48.8851535Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/functional.py to functional.cpython-310.pyc 2023-08-09T11:36:48.8852064Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8852613Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/_conformer_wav2vec2.py to _conformer_wav2vec2.cpython-310.pyc 2023-08-09T11:36:48.8853173Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/_emformer_hubert.py to _emformer_hubert.cpython-310.pyc 2023-08-09T11:36:48.8853731Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/conv_emformer.py to conv_emformer.cpython-310.pyc 2023-08-09T11:36:48.8854258Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/hifi_gan.py to hifi_gan.cpython-310.pyc 2023-08-09T11:36:48.8854760Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/rnnt.py to rnnt.cpython-310.pyc 2023-08-09T11:36:48.8855266Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-08-09T11:36:48.8855786Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8856340Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/hifigan_pipeline.py to hifigan_pipeline.cpython-310.pyc 2023-08-09T11:36:48.8857121Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-08-09T11:36:48.8857660Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/_vggish/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8858214Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/_vggish/_vggish_impl.py to _vggish_impl.cpython-310.pyc 2023-08-09T11:36:48.8858803Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/_vggish/_vggish_pipeline.py to _vggish_pipeline.cpython-310.pyc 2023-08-09T11:36:48.8859355Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8859876Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms/_transforms.py to _transforms.cpython-310.pyc 2023-08-09T11:36:48.8860393Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/sox_effects/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8860896Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/sox_effects/sox_effects.py to sox_effects.cpython-310.pyc 2023-08-09T11:36:48.8861456Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8861969Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/_multi_channel.py to _multi_channel.cpython-310.pyc 2023-08-09T11:36:48.8862496Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/_transforms.py to _transforms.cpython-310.pyc 2023-08-09T11:36:48.8862988Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/__init__.py to __init__.cpython-310.pyc 2023-08-09T11:36:48.8863453Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/download.py to download.cpython-310.pyc 2023-08-09T11:36:48.8863956Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/ffmpeg_utils.py to ffmpeg_utils.cpython-310.pyc 2023-08-09T11:36:48.8864456Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/sox_utils.py to sox_utils.cpython-310.pyc 2023-08-09T11:36:48.8864801Z creating stub loader for torchaudio/lib/libtorchaudio.so 2023-08-09T11:36:48.8865074Z creating stub loader for torchaudio/lib/_torchaudio.so 2023-08-09T11:36:48.8865366Z creating stub loader for torchaudio/lib/libtorchaudio_sox.so 2023-08-09T11:36:48.8865659Z creating stub loader for torchaudio/lib/_torchaudio_sox.so 2023-08-09T11:36:48.8865946Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg4.so 2023-08-09T11:36:48.8866249Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg4.so 2023-08-09T11:36:48.8866550Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg5.so 2023-08-09T11:36:48.8866840Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg5.so 2023-08-09T11:36:48.8867137Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg6.so 2023-08-09T11:36:48.8867444Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg6.so 2023-08-09T11:36:48.8867905Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio.py to libtorchaudio.cpython-310.pyc 2023-08-09T11:36:48.8868410Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio.py to _torchaudio.cpython-310.pyc 2023-08-09T11:36:48.8868935Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_sox.py to libtorchaudio_sox.cpython-310.pyc 2023-08-09T11:36:48.8869454Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_sox.py to _torchaudio_sox.cpython-310.pyc 2023-08-09T11:36:48.8869993Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg4.py to libtorchaudio_ffmpeg4.cpython-310.pyc 2023-08-09T11:36:48.8870524Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg4.py to _torchaudio_ffmpeg4.cpython-310.pyc 2023-08-09T11:36:48.8871072Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg5.py to libtorchaudio_ffmpeg5.cpython-310.pyc 2023-08-09T11:36:48.8871682Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg5.py to _torchaudio_ffmpeg5.cpython-310.pyc 2023-08-09T11:36:48.8872235Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg6.py to libtorchaudio_ffmpeg6.cpython-310.pyc 2023-08-09T11:36:48.8872768Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg6.py to _torchaudio_ffmpeg6.cpython-310.pyc 2023-08-09T11:36:48.8873164Z creating build/bdist.linux-x86_64/egg/EGG-INFO 2023-08-09T11:36:48.8873537Z copying torchaudio.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-08-09T11:36:48.8873947Z copying torchaudio.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-08-09T11:36:48.8874384Z copying torchaudio.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-08-09T11:36:48.8874822Z copying torchaudio.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-08-09T11:36:48.8875249Z copying torchaudio.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-08-09T11:36:48.8875657Z copying torchaudio.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-08-09T11:36:48.8876039Z writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt 2023-08-09T11:36:48.8876321Z creating dist 2023-08-09T11:36:48.8876724Z creating 'dist/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it 2023-08-09T11:36:48.8877154Z removing 'build/bdist.linux-x86_64/egg' (and everything under it) 2023-08-09T11:36:48.8877530Z Processing torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg 2023-08-09T11:36:48.8877997Z creating /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg 2023-08-09T11:36:48.8878532Z Extracting torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg to /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:36:48.8878952Z Adding torchaudio 2.1.0a0+fe9b9ff to easy-install.pth file 2023-08-09T11:36:48.8879124Z 2023-08-09T11:36:48.8879425Z Installed /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg 2023-08-09T11:36:48.8879769Z Processing dependencies for torchaudio==2.1.0a0+fe9b9ff 2023-08-09T11:36:48.8880006Z Searching for fsspec 2023-08-09T11:36:48.8880245Z Reading https://pypi.org/simple/fsspec/ 2023-08-09T11:36:48.8880948Z Downloading https://files.pythonhosted.org/packages/e3/bd/4c0a4619494188a9db5d77e2100ab7d544a42e76b2447869d8e124e981d8/fsspec-2023.6.0-py3-none-any.whl#sha256=1cbad1faef3e391fba6dc005ae9b5bdcbf43005c9167ce78c915549c352c869a 2023-08-09T11:36:48.8881405Z Best match: fsspec 2023.6.0 2023-08-09T11:36:48.8881690Z Processing fsspec-2023.6.0-py3-none-any.whl 2023-08-09T11:36:48.8882101Z Installing fsspec-2023.6.0-py3-none-any.whl to /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:36:48.8882478Z Adding fsspec 2023.6.0 to easy-install.pth file 2023-08-09T11:36:48.8882860Z detected new path './torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg' 2023-08-09T11:36:48.8883059Z 2023-08-09T11:36:48.8883301Z Installed /opt/conda/envs/ci/lib/python3.10/site-packages/fsspec-2023.6.0-py3.10.egg 2023-08-09T11:36:48.8883589Z Searching for torch==2.1.0.dev20230809 2023-08-09T11:36:48.8883793Z Best match: torch 2.1.0.dev20230809 2023-08-09T11:36:48.8884093Z Adding torch 2.1.0.dev20230809 to easy-install.pth file 2023-08-09T11:36:48.8884407Z detected new path './fsspec-2023.6.0-py3.10.egg' 2023-08-09T11:36:48.8884750Z Installing convert-caffe2-to-onnx script to /opt/conda/envs/ci/bin 2023-08-09T11:36:48.8885135Z Installing convert-onnx-to-caffe2 script to /opt/conda/envs/ci/bin 2023-08-09T11:36:48.8885433Z Installing torchrun script to /opt/conda/envs/ci/bin 2023-08-09T11:36:48.8885590Z 2023-08-09T11:36:48.8885765Z Using /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:36:48.8885988Z Searching for Jinja2==3.1.2 2023-08-09T11:36:48.8886192Z Best match: Jinja2 3.1.2 2023-08-09T11:36:48.8886522Z Adding Jinja2 3.1.2 to easy-install.pth file 2023-08-09T11:36:48.8886655Z 2023-08-09T11:36:48.8886829Z Using /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:36:48.8887065Z Searching for networkx==3.1 2023-08-09T11:36:48.8887275Z Best match: networkx 3.1 2023-08-09T11:36:48.8887539Z Adding networkx 3.1 to easy-install.pth file 2023-08-09T11:36:48.8887811Z 2023-08-09T11:36:48.8887983Z Using /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:36:48.8888220Z Searching for sympy==1.11.1 2023-08-09T11:36:48.8888478Z Best match: sympy 1.11.1 2023-08-09T11:36:48.8888754Z Adding sympy 1.11.1 to easy-install.pth file 2023-08-09T11:36:48.8889014Z Installing isympy script to /opt/conda/envs/ci/bin 2023-08-09T11:38:14.6452411Z 2023-08-09T11:38:14.6452948Z Using /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:38:14.6453280Z Searching for typing-extensions==4.7.1 2023-08-09T11:38:14.6453570Z Best match: typing-extensions 4.7.1 2023-08-09T11:38:14.6455258Z Adding typing-extensions 4.7.1 to easy-install.pth file 2023-08-09T11:38:14.6456126Z 2023-08-09T11:38:14.6456512Z Using /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:38:14.6456968Z Searching for filelock==3.9.0 2023-08-09T11:38:14.6457231Z Best match: filelock 3.9.0 2023-08-09T11:38:14.6457521Z Adding filelock 3.9.0 to easy-install.pth file 2023-08-09T11:38:14.6457921Z 2023-08-09T11:38:14.6458187Z Using /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:38:14.6458606Z Searching for MarkupSafe==2.1.1 2023-08-09T11:38:14.6459030Z Best match: MarkupSafe 2.1.1 2023-08-09T11:38:14.6459380Z Adding MarkupSafe 2.1.1 to easy-install.pth file 2023-08-09T11:38:14.6459535Z 2023-08-09T11:38:14.6459722Z Using /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:38:14.6459961Z Searching for mpmath==1.3.0 2023-08-09T11:38:14.6460169Z Best match: mpmath 1.3.0 2023-08-09T11:38:14.6460583Z Adding mpmath 1.3.0 to easy-install.pth file 2023-08-09T11:38:14.6460836Z 2023-08-09T11:38:14.6461104Z Using /opt/conda/envs/ci/lib/python3.10/site-packages 2023-08-09T11:38:14.6461512Z Finished processing dependencies for torchaudio==2.1.0a0+fe9b9ff 2023-08-09T11:38:14.6461861Z * Installing test tools 2023-08-09T11:38:14.6462526Z + conda install -y -c conda-forge -c numba/label/dev sox libvorbis librosa==0.10.0 parameterized 'requests>=2.20' 'ffmpeg>=5,<7' 2023-08-09T11:38:14.6462958Z + local cmd=install 2023-08-09T11:38:14.6463226Z + case "$cmd" in 2023-08-09T11:38:14.6463825Z + __conda_exe install -y -c conda-forge -c numba/label/dev sox libvorbis librosa==0.10.0 parameterized 'requests>=2.20' 'ffmpeg>=5,<7' 2023-08-09T11:38:14.6464622Z + /opt/conda/bin/conda install -y -c conda-forge -c numba/label/dev sox libvorbis librosa==0.10.0 parameterized 'requests>=2.20' 'ffmpeg>=5,<7' 2023-08-09T11:38:14.6466507Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2023-08-09T11:38:14.6468968Z Solving environment: \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - 2023-08-09T11:38:14.6470273Z Warning: 2 possible package resolutions (only showing differing packages): 2023-08-09T11:38:14.6471041Z - conda-forge/linux-64::matplotlib-base-3.7.1-py310he60537e_0, conda-forge/noarch::pyparsing-3.1.1-pyhd8ed1ab_0 2023-08-09T11:38:14.6471651Z - conda-forge/linux-64::matplotlib-base-3.7.2-py310hf38f957_0, conda-forge/noarch::pyparsing-3.0.9-pyhd8ed1ab_0\ done 2023-08-09T11:38:14.6471918Z 2023-08-09T11:38:14.6471923Z 2023-08-09T11:38:14.6472039Z ==> WARNING: A newer version of conda exists. <== 2023-08-09T11:38:14.6472269Z current version: 23.5.0 2023-08-09T11:38:14.6472455Z latest version: 23.7.2 2023-08-09T11:38:14.6472576Z 2023-08-09T11:38:14.6472675Z Please update conda by running 2023-08-09T11:38:14.6472915Z 2023-08-09T11:38:14.6473069Z $ conda update -n base -c defaults conda 2023-08-09T11:38:14.6473213Z 2023-08-09T11:38:14.6473344Z Or to minimize the number of packages updated during conda update use 2023-08-09T11:38:14.6473520Z 2023-08-09T11:38:14.6473611Z conda install conda=23.7.2 2023-08-09T11:38:14.6473736Z 2023-08-09T11:38:14.6473741Z 2023-08-09T11:38:14.6473746Z 2023-08-09T11:38:14.6473829Z ## Package Plan ## 2023-08-09T11:38:14.6473944Z 2023-08-09T11:38:14.6474054Z environment location: /opt/conda/envs/ci 2023-08-09T11:38:14.6474200Z 2023-08-09T11:38:14.6474270Z added / updated specs: 2023-08-09T11:38:14.6474517Z - ffmpeg[version='>=5,<7'] 2023-08-09T11:38:14.6474744Z - librosa==0.10.0 2023-08-09T11:38:14.6474935Z - libvorbis 2023-08-09T11:38:14.6475148Z - parameterized 2023-08-09T11:38:14.6475384Z - requests[version='>=2.20'] 2023-08-09T11:38:14.6475580Z - sox 2023-08-09T11:38:14.6475681Z 2023-08-09T11:38:14.6475686Z 2023-08-09T11:38:14.6475803Z The following packages will be downloaded: 2023-08-09T11:38:14.6475954Z 2023-08-09T11:38:14.6476050Z package | build 2023-08-09T11:38:14.6476329Z ---------------------------|----------------- 2023-08-09T11:38:14.6476652Z _libgcc_mutex-0.1 | conda_forge 3 KB conda-forge 2023-08-09T11:38:14.6477005Z _openmp_mutex-4.5 | 2_kmp_llvm 6 KB conda-forge 2023-08-09T11:38:14.6477343Z aom-3.5.0 | h27087fc_0 2.7 MB conda-forge 2023-08-09T11:38:14.6477678Z appdirs-1.4.4 | pyh9f0ad1d_0 13 KB conda-forge 2023-08-09T11:38:14.6478117Z audioread-3.0.0 | py310hff52083_1 34 KB conda-forge 2023-08-09T11:38:14.6478458Z brotli-1.0.9 | h166bdaf_9 20 KB conda-forge 2023-08-09T11:38:14.6478797Z brotli-bin-1.0.9 | h166bdaf_9 20 KB conda-forge 2023-08-09T11:38:14.6479146Z brotli-python-1.0.9 | py310hd8f1fbe_9 319 KB conda-forge 2023-08-09T11:38:14.6479520Z ca-certificates-2023.7.22 | hbcca054_0 146 KB conda-forge 2023-08-09T11:38:14.6479878Z cairo-1.16.0 | hbbf8b49_1016 1.1 MB conda-forge 2023-08-09T11:38:14.6480202Z certifi-2023.7.22 | pyhd8ed1ab_0 150 KB conda-forge 2023-08-09T11:38:14.6480541Z cffi-1.15.1 | py310h255011f_3 231 KB conda-forge 2023-08-09T11:38:14.6480896Z charset-normalizer-3.2.0 | pyhd8ed1ab_0 45 KB conda-forge 2023-08-09T11:38:14.6481265Z contourpy-1.1.0 | py310hd41b1e2_0 216 KB conda-forge 2023-08-09T11:38:14.6481597Z cycler-0.11.0 | pyhd8ed1ab_0 10 KB conda-forge 2023-08-09T11:38:14.6481930Z dav1d-1.2.1 | hd590300_0 742 KB conda-forge 2023-08-09T11:38:14.6482346Z decorator-5.1.1 | pyhd8ed1ab_0 12 KB conda-forge 2023-08-09T11:38:14.6482671Z expat-2.5.0 | hcb278e6_1 134 KB conda-forge 2023-08-09T11:38:14.6483005Z ffmpeg-6.0.0 | gpl_hdbbbd96_103 9.4 MB conda-forge 2023-08-09T11:38:14.6483380Z font-ttf-dejavu-sans-mono-2.37| hab24e00_0 388 KB conda-forge 2023-08-09T11:38:14.6483773Z font-ttf-inconsolata-3.000 | h77eed37_0 94 KB conda-forge 2023-08-09T11:38:14.6484150Z font-ttf-source-code-pro-2.038| h77eed37_0 684 KB conda-forge 2023-08-09T11:38:14.6484530Z font-ttf-ubuntu-0.83 | hab24e00_0 1.9 MB conda-forge 2023-08-09T11:38:14.6484887Z fontconfig-2.14.2 | h14ed4e7_0 266 KB conda-forge 2023-08-09T11:38:14.6485226Z fonts-conda-ecosystem-1 | 0 4 KB conda-forge 2023-08-09T11:38:14.6485584Z fonts-conda-forge-1 | 0 4 KB conda-forge 2023-08-09T11:38:14.6485939Z fonttools-4.42.0 | py310h2372a71_0 2.1 MB conda-forge 2023-08-09T11:38:14.6486277Z freetype-2.12.1 | hca18f0e_1 611 KB conda-forge 2023-08-09T11:38:14.6486599Z fribidi-1.0.10 | h36c2ea0_0 112 KB conda-forge 2023-08-09T11:38:14.6486936Z future-0.18.3 | pyhd8ed1ab_0 357 KB conda-forge 2023-08-09T11:38:14.6487273Z gettext-0.21.1 | h27087fc_0 4.1 MB conda-forge 2023-08-09T11:38:14.6487767Z gnutls-3.7.8 | hf3e180e_0 2.2 MB conda-forge 2023-08-09T11:38:14.6488110Z graphite2-1.3.13 | h58526e2_1001 102 KB conda-forge 2023-08-09T11:38:14.6488452Z harfbuzz-7.3.0 | hdb3a94d_0 1.4 MB conda-forge 2023-08-09T11:38:14.6488838Z icu-72.1 | hcb278e6_0 11.4 MB conda-forge 2023-08-09T11:38:14.6489162Z idna-3.4 | pyhd8ed1ab_0 55 KB conda-forge 2023-08-09T11:38:14.6489503Z joblib-1.3.2 | pyhd8ed1ab_0 216 KB conda-forge 2023-08-09T11:38:14.6489847Z kiwisolver-1.4.4 | py310hbf28c38_1 76 KB conda-forge 2023-08-09T11:38:14.6490171Z lame-3.100 | h166bdaf_1003 496 KB conda-forge 2023-08-09T11:38:14.6490507Z lazy_loader-0.2 | pyhd8ed1ab_0 13 KB conda-forge 2023-08-09T11:38:14.6490840Z lcms2-2.15 | haa2dc70_1 236 KB conda-forge 2023-08-09T11:38:14.6491162Z lerc-4.0.0 | h27087fc_0 275 KB conda-forge 2023-08-09T11:38:14.6491583Z libass-0.17.1 | hc9aadba_0 123 KB conda-forge 2023-08-09T11:38:14.6491926Z libbrotlicommon-1.0.9 | h166bdaf_9 69 KB conda-forge 2023-08-09T11:38:14.6492278Z libbrotlidec-1.0.9 | h166bdaf_9 32 KB conda-forge 2023-08-09T11:38:14.6492614Z libbrotlienc-1.0.9 | h166bdaf_9 259 KB conda-forge 2023-08-09T11:38:14.6492958Z libdeflate-1.18 | h0b41bf4_0 64 KB conda-forge 2023-08-09T11:38:14.6493290Z libdrm-2.4.114 | h166bdaf_0 298 KB conda-forge 2023-08-09T11:38:14.6493618Z libexpat-2.5.0 | hcb278e6_1 76 KB conda-forge 2023-08-09T11:38:14.6493930Z libflac-1.4.3 | h59595ed_0 385 KB conda-forge 2023-08-09T11:38:14.6494266Z libgcc-ng-13.1.0 | he5830b7_0 758 KB conda-forge 2023-08-09T11:38:14.6494615Z libgfortran-ng-13.1.0 | h69a702a_0 23 KB conda-forge 2023-08-09T11:38:14.6494956Z libgfortran5-13.1.0 | h15d22d2_0 1.4 MB conda-forge 2023-08-09T11:38:14.6495294Z libglib-2.76.4 | hebfc3b9_0 2.6 MB conda-forge 2023-08-09T11:38:14.6495706Z libiconv-1.17 | h166bdaf_0 1.4 MB conda-forge 2023-08-09T11:38:14.6496025Z libidn2-2.3.4 | h166bdaf_0 157 KB conda-forge 2023-08-09T11:38:14.6496365Z libjpeg-turbo-2.1.5.1 | h0b41bf4_0 479 KB conda-forge 2023-08-09T11:38:14.6496714Z libllvm14-14.0.6 | hcd5def8_4 30.0 MB conda-forge 2023-08-09T11:38:14.6497045Z libnsl-2.0.0 | h7f98852_0 31 KB conda-forge 2023-08-09T11:38:14.6497354Z libogg-1.3.4 | h7f98852_1 206 KB conda-forge 2023-08-09T11:38:14.6497698Z libopenblas-0.3.23 |pthreads_h80387f5_0 5.2 MB conda-forge 2023-08-09T11:38:14.6498047Z libopus-1.3.1 | h7f98852_1 255 KB conda-forge 2023-08-09T11:38:14.6498368Z libpciaccess-0.17 | h166bdaf_0 39 KB conda-forge 2023-08-09T11:38:14.6498710Z libpng-1.6.39 | h753d276_0 276 KB conda-forge 2023-08-09T11:38:14.6499050Z libprotobuf-3.20.3 | h3eb15da_0 2.2 MB conda-forge 2023-08-09T11:38:14.6499393Z librosa-0.10.0 | pyhd8ed1ab_2 188 KB conda-forge 2023-08-09T11:38:14.6499717Z libsndfile-1.2.0 | hb75c966_0 342 KB conda-forge 2023-08-09T11:38:14.6500051Z libsqlite-3.42.0 | h2797004_0 809 KB conda-forge 2023-08-09T11:38:14.6500393Z libstdcxx-ng-13.1.0 | hfd8a6a1_0 3.7 MB conda-forge 2023-08-09T11:38:14.6500722Z libtasn1-4.19.0 | h166bdaf_0 114 KB conda-forge 2023-08-09T11:38:14.6501052Z libtiff-4.5.1 | h8b53f26_0 408 KB conda-forge 2023-08-09T11:38:14.6501390Z libunistring-0.9.10 | h7f98852_0 1.4 MB conda-forge 2023-08-09T11:38:14.6501729Z libuuid-2.38.1 | h0b41bf4_0 33 KB conda-forge 2023-08-09T11:38:14.6502041Z libva-2.19.0 | hd590300_0 183 KB conda-forge 2023-08-09T11:38:14.6502375Z libvorbis-1.3.7 | h9c3ff4c_0 280 KB conda-forge 2023-08-09T11:38:14.6502706Z libvpx-1.13.0 | hcb278e6_0 964 KB conda-forge 2023-08-09T11:38:14.6503028Z libwebp-base-1.3.1 | hd590300_0 391 KB conda-forge 2023-08-09T11:38:14.6503362Z libxcb-1.15 | h0b41bf4_0 375 KB conda-forge 2023-08-09T11:38:14.6503689Z libxml2-2.11.4 | h0d562d8_0 688 KB conda-forge 2023-08-09T11:38:14.6504015Z libzlib-1.2.13 | hd590300_5 60 KB conda-forge 2023-08-09T11:38:14.6504404Z llvm-openmp-16.0.6 | h4dfa4b3_0 39.9 MB conda-forge 2023-08-09T11:38:14.6504750Z llvmlite-0.40.1 | py310h1b8f574_0 2.4 MB conda-forge 2023-08-09T11:38:14.6505085Z mad-0.15.1b | h9c3ff4c_1 113 KB conda-forge 2023-08-09T11:38:14.6505421Z matplotlib-base-3.7.1 | py310he60537e_0 6.5 MB conda-forge 2023-08-09T11:38:14.6505764Z mkl-service-2.4.0 | py310h5eee18b_1 54 KB 2023-08-09T11:38:14.6506079Z mkl_fft-1.3.6 | py310h1128e8f_1 207 KB 2023-08-09T11:38:14.6506390Z mkl_random-1.2.2 | py310h1128e8f_1 284 KB 2023-08-09T11:38:14.6506703Z mpg123-1.31.3 | hcb278e6_0 474 KB conda-forge 2023-08-09T11:38:14.6507058Z msgpack-python-1.0.5 | py310hdf3cbec_0 83 KB conda-forge 2023-08-09T11:38:14.6507415Z munkres-1.1.4 | pyh9f0ad1d_0 12 KB conda-forge 2023-08-09T11:38:14.6507741Z nettle-3.8.1 | hc379101_1 1.1 MB conda-forge 2023-08-09T11:38:14.6508072Z numba-0.57.1 | py310h0f6aa51_0 4.0 MB conda-forge 2023-08-09T11:38:14.6508388Z numpy-1.24.3 | py310h5f9d8c6_1 11 KB 2023-08-09T11:38:14.6508762Z numpy-base-1.24.3 | py310hb5e798b_1 6.2 MB 2023-08-09T11:38:14.6509088Z openh264-2.3.1 | hcb278e6_2 702 KB conda-forge 2023-08-09T11:38:14.6509424Z openjpeg-2.5.0 | hfec8fc6_2 344 KB conda-forge 2023-08-09T11:38:14.6509759Z openssl-3.1.2 | hd590300_0 2.5 MB conda-forge 2023-08-09T11:38:14.6510078Z p11-kit-0.24.1 | hc5aa10d_0 4.5 MB conda-forge 2023-08-09T11:38:14.6510420Z packaging-23.1 | pyhd8ed1ab_0 45 KB conda-forge 2023-08-09T11:38:14.6510780Z parameterized-0.9.0 | pyhd8ed1ab_0 24 KB conda-forge 2023-08-09T11:38:14.6511115Z pcre2-10.40 | hc3806b6_0 2.3 MB conda-forge 2023-08-09T11:38:14.6511451Z pillow-10.0.0 | py310h582fbeb_0 44.5 MB conda-forge 2023-08-09T11:38:14.6511787Z pip-23.2.1 | pyhd8ed1ab_0 1.3 MB conda-forge 2023-08-09T11:38:14.6512125Z pixman-0.40.0 | h36c2ea0_0 627 KB conda-forge 2023-08-09T11:38:14.6512441Z pooch-1.6.0 | pyhd8ed1ab_0 44 KB conda-forge 2023-08-09T11:38:14.6512786Z pthread-stubs-0.4 | h36c2ea0_1001 5 KB conda-forge 2023-08-09T11:38:14.6513137Z pycparser-2.21 | pyhd8ed1ab_0 100 KB conda-forge 2023-08-09T11:38:14.6513472Z pyparsing-3.1.1 | pyhd8ed1ab_0 87 KB conda-forge 2023-08-09T11:38:14.6513817Z pysocks-1.7.1 | pyha2e5f31_6 19 KB conda-forge 2023-08-09T11:38:14.6514163Z pysoundfile-0.12.1 | pyhd8ed1ab_0 27 KB conda-forge 2023-08-09T11:38:14.6514523Z python-3.10.12 |hd12c33a_0_cpython 24.4 MB conda-forge 2023-08-09T11:38:14.6514874Z python-dateutil-2.8.2 | pyhd8ed1ab_0 240 KB conda-forge 2023-08-09T11:38:14.6515229Z python_abi-3.10 | 3_cp310 6 KB conda-forge 2023-08-09T11:38:14.6515554Z pytorch-1.12.1 |cpu_py310h9dbd814_1 49.3 MB 2023-08-09T11:38:14.6515877Z pyyaml-6.0 | py310h5764c6d_5 172 KB conda-forge 2023-08-09T11:38:14.6516218Z requests-2.31.0 | pyhd8ed1ab_0 55 KB conda-forge 2023-08-09T11:38:14.6516570Z scikit-learn-1.3.0 | py310hf7d194e_0 8.0 MB conda-forge 2023-08-09T11:38:14.6516903Z scipy-1.10.1 | py310h5f9d8c6_1 23.7 MB 2023-08-09T11:38:14.6517226Z setuptools-68.0.0 | pyhd8ed1ab_0 453 KB conda-forge 2023-08-09T11:38:14.6517566Z six-1.16.0 | pyh6c4a22f_0 14 KB conda-forge 2023-08-09T11:38:14.6517957Z sox-14.4.2 | ha5cc309_1018 499 KB conda-forge 2023-08-09T11:38:14.6518266Z soxr-0.1.3 | h0b41bf4_3 128 KB conda-forge 2023-08-09T11:38:14.6518607Z soxr-python-0.3.5 | py310h278f3c1_0 259 KB conda-forge 2023-08-09T11:38:14.6518948Z svt-av1-1.6.0 | h59595ed_0 2.5 MB conda-forge 2023-08-09T11:38:14.6519290Z threadpoolctl-3.2.0 | pyha21a80b_0 20 KB conda-forge 2023-08-09T11:38:14.6519635Z typing-extensions-4.7.1 | hd8ed1ab_0 10 KB conda-forge 2023-08-09T11:38:14.6519998Z typing_extensions-4.7.1 | pyha770c72_0 35 KB conda-forge 2023-08-09T11:38:14.6520354Z unicodedata2-15.0.0 | py310h5764c6d_0 500 KB conda-forge 2023-08-09T11:38:14.6520685Z urllib3-2.0.4 | pyhd8ed1ab_0 96 KB conda-forge 2023-08-09T11:38:14.6521023Z wheel-0.41.1 | pyhd8ed1ab_0 56 KB conda-forge 2023-08-09T11:38:14.6521352Z x264-1!164.3095 | h166bdaf_2 877 KB conda-forge 2023-08-09T11:38:14.6521665Z x265-3.5 | h924138e_3 3.2 MB conda-forge 2023-08-09T11:38:14.6522037Z xorg-fixesproto-5.0 | h7f98852_1002 9 KB conda-forge 2023-08-09T11:38:14.6522392Z xorg-kbproto-1.0.7 | h7f98852_1002 27 KB conda-forge 2023-08-09T11:38:14.6522738Z xorg-libice-1.1.1 | hd590300_0 57 KB conda-forge 2023-08-09T11:38:14.6523060Z xorg-libsm-1.2.4 | h7391055_0 27 KB conda-forge 2023-08-09T11:38:14.6523397Z xorg-libx11-1.8.6 | h8ee46fc_0 809 KB conda-forge 2023-08-09T11:38:14.6523736Z xorg-libxau-1.0.11 | hd590300_0 14 KB conda-forge 2023-08-09T11:38:14.6524084Z xorg-libxdmcp-1.1.3 | h7f98852_0 19 KB conda-forge 2023-08-09T11:38:14.6524419Z xorg-libxext-1.3.4 | h0b41bf4_2 49 KB conda-forge 2023-08-09T11:38:14.6524767Z xorg-libxfixes-5.0.3 | h7f98852_1004 18 KB conda-forge 2023-08-09T11:38:14.6525128Z xorg-libxrender-0.9.11 | hd590300_0 37 KB conda-forge 2023-08-09T11:38:14.6525472Z xorg-renderproto-0.11.1 | h7f98852_1002 9 KB conda-forge 2023-08-09T11:38:14.6525828Z xorg-xextproto-7.3.0 | h0b41bf4_1003 30 KB conda-forge 2023-08-09T11:38:14.6526177Z xorg-xproto-7.0.31 | h7f98852_1007 73 KB conda-forge 2023-08-09T11:38:14.6526505Z zlib-1.2.13 | hd590300_5 91 KB conda-forge 2023-08-09T11:38:14.6526821Z ------------------------------------------------------------ 2023-08-09T11:38:14.6527088Z Total: 332.2 MB 2023-08-09T11:38:14.6527228Z 2023-08-09T11:38:14.6527347Z The following NEW packages will be INSTALLED: 2023-08-09T11:38:14.6527497Z 2023-08-09T11:38:14.6527857Z aom conda-forge/linux-64::aom-3.5.0-h27087fc_0 2023-08-09T11:38:14.6528243Z appdirs conda-forge/noarch::appdirs-1.4.4-pyh9f0ad1d_0 2023-08-09T11:38:14.6528675Z audioread conda-forge/linux-64::audioread-3.0.0-py310hff52083_1 2023-08-09T11:38:14.6529151Z brotli conda-forge/linux-64::brotli-1.0.9-h166bdaf_9 2023-08-09T11:38:14.6529530Z brotli-bin conda-forge/linux-64::brotli-bin-1.0.9-h166bdaf_9 2023-08-09T11:38:14.6529968Z brotli-python conda-forge/linux-64::brotli-python-1.0.9-py310hd8f1fbe_9 2023-08-09T11:38:14.6530393Z cairo conda-forge/linux-64::cairo-1.16.0-hbbf8b49_1016 2023-08-09T11:38:14.6530794Z certifi conda-forge/noarch::certifi-2023.7.22-pyhd8ed1ab_0 2023-08-09T11:38:14.6531183Z cffi conda-forge/linux-64::cffi-1.15.1-py310h255011f_3 2023-08-09T11:38:14.6531739Z charset-normalizer conda-forge/noarch::charset-normalizer-3.2.0-pyhd8ed1ab_0 2023-08-09T11:38:14.6532201Z contourpy conda-forge/linux-64::contourpy-1.1.0-py310hd41b1e2_0 2023-08-09T11:38:14.6532594Z cycler conda-forge/noarch::cycler-0.11.0-pyhd8ed1ab_0 2023-08-09T11:38:14.6532980Z dav1d conda-forge/linux-64::dav1d-1.2.1-hd590300_0 2023-08-09T11:38:14.6533371Z decorator conda-forge/noarch::decorator-5.1.1-pyhd8ed1ab_0 2023-08-09T11:38:14.6533779Z ffmpeg conda-forge/linux-64::ffmpeg-6.0.0-gpl_hdbbbd96_103 2023-08-09T11:38:14.6534226Z font-ttf-dejavu-s~ conda-forge/noarch::font-ttf-dejavu-sans-mono-2.37-hab24e00_0 2023-08-09T11:38:14.6534719Z font-ttf-inconsol~ conda-forge/noarch::font-ttf-inconsolata-3.000-h77eed37_0 2023-08-09T11:38:14.6535212Z font-ttf-source-c~ conda-forge/noarch::font-ttf-source-code-pro-2.038-h77eed37_0 2023-08-09T11:38:14.6535680Z font-ttf-ubuntu conda-forge/noarch::font-ttf-ubuntu-0.83-hab24e00_0 2023-08-09T11:38:14.6536100Z fontconfig conda-forge/linux-64::fontconfig-2.14.2-h14ed4e7_0 2023-08-09T11:38:14.6536520Z fonts-conda-ecosy~ conda-forge/noarch::fonts-conda-ecosystem-1-0 2023-08-09T11:38:14.6536942Z fonts-conda-forge conda-forge/noarch::fonts-conda-forge-1-0 2023-08-09T11:38:14.6537429Z fonttools conda-forge/linux-64::fonttools-4.42.0-py310h2372a71_0 2023-08-09T11:38:14.6537847Z freetype conda-forge/linux-64::freetype-2.12.1-hca18f0e_1 2023-08-09T11:38:14.6538242Z fribidi conda-forge/linux-64::fribidi-1.0.10-h36c2ea0_0 2023-08-09T11:38:14.6538631Z future conda-forge/noarch::future-0.18.3-pyhd8ed1ab_0 2023-08-09T11:38:14.6539009Z gettext conda-forge/linux-64::gettext-0.21.1-h27087fc_0 2023-08-09T11:38:14.6539389Z gnutls conda-forge/linux-64::gnutls-3.7.8-hf3e180e_0 2023-08-09T11:38:14.6539787Z graphite2 conda-forge/linux-64::graphite2-1.3.13-h58526e2_1001 2023-08-09T11:38:14.6540194Z harfbuzz conda-forge/linux-64::harfbuzz-7.3.0-hdb3a94d_0 2023-08-09T11:38:14.6540554Z icu conda-forge/linux-64::icu-72.1-hcb278e6_0 2023-08-09T11:38:14.6540915Z idna conda-forge/noarch::idna-3.4-pyhd8ed1ab_0 2023-08-09T11:38:14.6541293Z joblib conda-forge/noarch::joblib-1.3.2-pyhd8ed1ab_0 2023-08-09T11:38:14.6541703Z kiwisolver conda-forge/linux-64::kiwisolver-1.4.4-py310hbf28c38_1 2023-08-09T11:38:14.6542114Z lame conda-forge/linux-64::lame-3.100-h166bdaf_1003 2023-08-09T11:38:14.6542504Z lazy_loader conda-forge/noarch::lazy_loader-0.2-pyhd8ed1ab_0 2023-08-09T11:38:14.6542885Z lcms2 conda-forge/linux-64::lcms2-2.15-haa2dc70_1 2023-08-09T11:38:14.6543232Z lerc conda-forge/linux-64::lerc-4.0.0-h27087fc_0 2023-08-09T11:38:14.6543603Z libass conda-forge/linux-64::libass-0.17.1-hc9aadba_0 2023-08-09T11:38:14.6544019Z libbrotlicommon conda-forge/linux-64::libbrotlicommon-1.0.9-h166bdaf_9 2023-08-09T11:38:14.6544445Z libbrotlidec conda-forge/linux-64::libbrotlidec-1.0.9-h166bdaf_9 2023-08-09T11:38:14.6544866Z libbrotlienc conda-forge/linux-64::libbrotlienc-1.0.9-h166bdaf_9 2023-08-09T11:38:14.6545278Z libdeflate conda-forge/linux-64::libdeflate-1.18-h0b41bf4_0 2023-08-09T11:38:14.6545682Z libdrm conda-forge/linux-64::libdrm-2.4.114-h166bdaf_0 2023-08-09T11:38:14.6546059Z libexpat conda-forge/linux-64::libexpat-2.5.0-hcb278e6_1 2023-08-09T11:38:14.6546449Z libflac conda-forge/linux-64::libflac-1.4.3-h59595ed_0 2023-08-09T11:38:14.6546869Z libgfortran-ng conda-forge/linux-64::libgfortran-ng-13.1.0-h69a702a_0 2023-08-09T11:38:14.6547311Z libgfortran5 conda-forge/linux-64::libgfortran5-13.1.0-h15d22d2_0 2023-08-09T11:38:14.6547701Z libglib conda-forge/linux-64::libglib-2.76.4-hebfc3b9_0 2023-08-09T11:38:14.6548088Z libiconv conda-forge/linux-64::libiconv-1.17-h166bdaf_0 2023-08-09T11:38:14.6548585Z libidn2 conda-forge/linux-64::libidn2-2.3.4-h166bdaf_0 2023-08-09T11:38:14.6548984Z libjpeg-turbo conda-forge/linux-64::libjpeg-turbo-2.1.5.1-h0b41bf4_0 2023-08-09T11:38:14.6549401Z libllvm14 conda-forge/linux-64::libllvm14-14.0.6-hcd5def8_4 2023-08-09T11:38:14.6549794Z libnsl conda-forge/linux-64::libnsl-2.0.0-h7f98852_0 2023-08-09T11:38:14.6550172Z libogg conda-forge/linux-64::libogg-1.3.4-h7f98852_1 2023-08-09T11:38:14.6550579Z libopenblas conda-forge/linux-64::libopenblas-0.3.23-pthreads_h80387f5_0 2023-08-09T11:38:14.6550992Z libopus conda-forge/linux-64::libopus-1.3.1-h7f98852_1 2023-08-09T11:38:14.6551403Z libpciaccess conda-forge/linux-64::libpciaccess-0.17-h166bdaf_0 2023-08-09T11:38:14.6551803Z libpng conda-forge/linux-64::libpng-1.6.39-h753d276_0 2023-08-09T11:38:14.6552193Z libprotobuf conda-forge/linux-64::libprotobuf-3.20.3-h3eb15da_0 2023-08-09T11:38:14.6552604Z librosa conda-forge/noarch::librosa-0.10.0-pyhd8ed1ab_2 2023-08-09T11:38:14.6553012Z libsndfile conda-forge/linux-64::libsndfile-1.2.0-hb75c966_0 2023-08-09T11:38:14.6553402Z libsqlite conda-forge/linux-64::libsqlite-3.42.0-h2797004_0 2023-08-09T11:38:14.6553860Z libtasn1 conda-forge/linux-64::libtasn1-4.19.0-h166bdaf_0 2023-08-09T11:38:14.6554249Z libtiff conda-forge/linux-64::libtiff-4.5.1-h8b53f26_0 2023-08-09T11:38:14.6554654Z libunistring conda-forge/linux-64::libunistring-0.9.10-h7f98852_0 2023-08-09T11:38:14.6555039Z libva conda-forge/linux-64::libva-2.19.0-hd590300_0 2023-08-09T11:38:14.6555427Z libvorbis conda-forge/linux-64::libvorbis-1.3.7-h9c3ff4c_0 2023-08-09T11:38:14.6555818Z libvpx conda-forge/linux-64::libvpx-1.13.0-hcb278e6_0 2023-08-09T11:38:14.6556227Z libwebp-base conda-forge/linux-64::libwebp-base-1.3.1-hd590300_0 2023-08-09T11:38:14.6556614Z libxcb conda-forge/linux-64::libxcb-1.15-h0b41bf4_0 2023-08-09T11:38:14.6556996Z libxml2 conda-forge/linux-64::libxml2-2.11.4-h0d562d8_0 2023-08-09T11:38:14.6557378Z libzlib conda-forge/linux-64::libzlib-1.2.13-hd590300_5 2023-08-09T11:38:14.6557769Z llvm-openmp conda-forge/linux-64::llvm-openmp-16.0.6-h4dfa4b3_0 2023-08-09T11:38:14.6558198Z llvmlite conda-forge/linux-64::llvmlite-0.40.1-py310h1b8f574_0 2023-08-09T11:38:14.6558586Z mad conda-forge/linux-64::mad-0.15.1b-h9c3ff4c_1 2023-08-09T11:38:14.6559016Z matplotlib-base conda-forge/linux-64::matplotlib-base-3.7.1-py310he60537e_0 2023-08-09T11:38:14.6559454Z mkl-service pkgs/main/linux-64::mkl-service-2.4.0-py310h5eee18b_1 2023-08-09T11:38:14.6559861Z mkl_fft pkgs/main/linux-64::mkl_fft-1.3.6-py310h1128e8f_1 2023-08-09T11:38:14.6560258Z mkl_random pkgs/main/linux-64::mkl_random-1.2.2-py310h1128e8f_1 2023-08-09T11:38:14.6560646Z mpg123 conda-forge/linux-64::mpg123-1.31.3-hcb278e6_0 2023-08-09T11:38:14.6561063Z msgpack-python conda-forge/linux-64::msgpack-python-1.0.5-py310hdf3cbec_0 2023-08-09T11:38:14.6561492Z munkres conda-forge/noarch::munkres-1.1.4-pyh9f0ad1d_0 2023-08-09T11:38:14.6561883Z nettle conda-forge/linux-64::nettle-3.8.1-hc379101_1 2023-08-09T11:38:14.6562258Z numba conda-forge/linux-64::numba-0.57.1-py310h0f6aa51_0 2023-08-09T11:38:14.6562647Z numpy pkgs/main/linux-64::numpy-1.24.3-py310h5f9d8c6_1 2023-08-09T11:38:14.6563057Z numpy-base pkgs/main/linux-64::numpy-base-1.24.3-py310hb5e798b_1 2023-08-09T11:38:14.6563466Z openh264 conda-forge/linux-64::openh264-2.3.1-hcb278e6_2 2023-08-09T11:38:14.6563846Z openjpeg conda-forge/linux-64::openjpeg-2.5.0-hfec8fc6_2 2023-08-09T11:38:14.6564245Z p11-kit conda-forge/linux-64::p11-kit-0.24.1-hc5aa10d_0 2023-08-09T11:38:14.6564637Z packaging conda-forge/noarch::packaging-23.1-pyhd8ed1ab_0 2023-08-09T11:38:14.6565128Z parameterized conda-forge/noarch::parameterized-0.9.0-pyhd8ed1ab_0 2023-08-09T11:38:14.6565525Z pcre2 conda-forge/linux-64::pcre2-10.40-hc3806b6_0 2023-08-09T11:38:14.6565918Z pillow conda-forge/linux-64::pillow-10.0.0-py310h582fbeb_0 2023-08-09T11:38:14.6566317Z pixman conda-forge/linux-64::pixman-0.40.0-h36c2ea0_0 2023-08-09T11:38:14.6566691Z pooch conda-forge/noarch::pooch-1.6.0-pyhd8ed1ab_0 2023-08-09T11:38:14.6567113Z pthread-stubs conda-forge/linux-64::pthread-stubs-0.4-h36c2ea0_1001 2023-08-09T11:38:14.6567543Z pycparser conda-forge/noarch::pycparser-2.21-pyhd8ed1ab_0 2023-08-09T11:38:14.6568083Z pyparsing conda-forge/noarch::pyparsing-3.1.1-pyhd8ed1ab_0 2023-08-09T11:38:14.6568474Z pysocks conda-forge/noarch::pysocks-1.7.1-pyha2e5f31_6 2023-08-09T11:38:14.6569015Z pysoundfile conda-forge/noarch::pysoundfile-0.12.1-pyhd8ed1ab_0 2023-08-09T11:38:14.6569472Z python-dateutil conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0 2023-08-09T11:38:14.6569897Z python_abi conda-forge/linux-64::python_abi-3.10-3_cp310 2023-08-09T11:38:14.6570275Z requests conda-forge/noarch::requests-2.31.0-pyhd8ed1ab_0 2023-08-09T11:38:14.6570798Z scikit-learn conda-forge/linux-64::scikit-learn-1.3.0-py310hf7d194e_0 2023-08-09T11:38:14.6571223Z scipy pkgs/main/linux-64::scipy-1.10.1-py310h5f9d8c6_1 2023-08-09T11:38:14.6571583Z six conda-forge/noarch::six-1.16.0-pyh6c4a22f_0 2023-08-09T11:38:14.6571951Z sox conda-forge/linux-64::sox-14.4.2-ha5cc309_1018 2023-08-09T11:38:14.6572315Z soxr conda-forge/linux-64::soxr-0.1.3-h0b41bf4_3 2023-08-09T11:38:14.6572727Z soxr-python conda-forge/linux-64::soxr-python-0.3.5-py310h278f3c1_0 2023-08-09T11:38:14.6573121Z svt-av1 conda-forge/linux-64::svt-av1-1.6.0-h59595ed_0 2023-08-09T11:38:14.6573543Z threadpoolctl conda-forge/noarch::threadpoolctl-3.2.0-pyha21a80b_0 2023-08-09T11:38:14.6574001Z typing-extensions conda-forge/noarch::typing-extensions-4.7.1-hd8ed1ab_0 2023-08-09T11:38:14.8693411Z unicodedata2 conda-forge/linux-64::unicodedata2-15.0.0-py310h5764c6d_0 2023-08-09T11:38:14.8694175Z urllib3 conda-forge/noarch::urllib3-2.0.4-pyhd8ed1ab_0 2023-08-09T11:38:14.8694722Z x264 conda-forge/linux-64::x264-1!164.3095-h166bdaf_2 2023-08-09T11:38:14.8695225Z x265 conda-forge/linux-64::x265-3.5-h924138e_3 2023-08-09T11:38:14.8695813Z xorg-fixesproto conda-forge/linux-64::xorg-fixesproto-5.0-h7f98852_1002 2023-08-09T11:38:14.8696409Z xorg-kbproto conda-forge/linux-64::xorg-kbproto-1.0.7-h7f98852_1002 2023-08-09T11:38:14.8697007Z xorg-libice conda-forge/linux-64::xorg-libice-1.1.1-hd590300_0 2023-08-09T11:38:14.8697621Z xorg-libsm conda-forge/linux-64::xorg-libsm-1.2.4-h7391055_0 2023-08-09T11:38:14.8698213Z xorg-libx11 conda-forge/linux-64::xorg-libx11-1.8.6-h8ee46fc_0 2023-08-09T11:38:14.8698790Z xorg-libxau conda-forge/linux-64::xorg-libxau-1.0.11-hd590300_0 2023-08-09T11:38:14.8699410Z xorg-libxdmcp conda-forge/linux-64::xorg-libxdmcp-1.1.3-h7f98852_0 2023-08-09T11:38:14.8700019Z xorg-libxext conda-forge/linux-64::xorg-libxext-1.3.4-h0b41bf4_2 2023-08-09T11:38:14.8700638Z xorg-libxfixes conda-forge/linux-64::xorg-libxfixes-5.0.3-h7f98852_1004 2023-08-09T11:38:14.8701258Z xorg-libxrender conda-forge/linux-64::xorg-libxrender-0.9.11-hd590300_0 2023-08-09T11:38:14.8702096Z xorg-renderproto conda-forge/linux-64::xorg-renderproto-0.11.1-h7f98852_1002 2023-08-09T11:38:14.8702583Z xorg-xextproto conda-forge/linux-64::xorg-xextproto-7.3.0-h0b41bf4_1003 2023-08-09T11:38:14.8703007Z xorg-xproto conda-forge/linux-64::xorg-xproto-7.0.31-h7f98852_1007 2023-08-09T11:38:14.8703194Z 2023-08-09T11:38:14.8703493Z The following packages will be REMOVED: 2023-08-09T11:38:14.8703638Z 2023-08-09T11:38:14.8703781Z filelock-3.9.0-py310h06a4308_0 2023-08-09T11:38:14.8704040Z gmpy2-2.1.2-py310heeb90bb_0 2023-08-09T11:38:14.8704282Z jinja2-3.1.2-py310h06a4308_0 2023-08-09T11:38:14.8704532Z libgomp-11.2.0-h1234567_1 2023-08-09T11:38:14.8704807Z markupsafe-2.1.1-py310h7f8727e_0 2023-08-09T11:38:14.8705059Z mpmath-1.3.0-py310h06a4308_0 2023-08-09T11:38:14.8705319Z networkx-3.1-py310h06a4308_0 2023-08-09T11:38:14.8705576Z sympy-1.11.1-py310h06a4308_0 2023-08-09T11:38:14.8705705Z 2023-08-09T11:38:14.8705799Z The following packages will be UPDATED: 2023-08-09T11:38:14.8705943Z 2023-08-09T11:38:14.8706286Z ca-certificates pkgs/main::ca-certificates-2023.05.30~ --> conda-forge::ca-certificates-2023.7.22-hbcca054_0 2023-08-09T11:38:14.8706792Z expat pkgs/main::expat-2.4.9-h6a678d5_0 --> conda-forge::expat-2.5.0-hcb278e6_1 2023-08-09T11:38:14.8707283Z libgcc-ng pkgs/main::libgcc-ng-11.2.0-h1234567_1 --> conda-forge::libgcc-ng-13.1.0-he5830b7_0 2023-08-09T11:38:14.8707796Z libstdcxx-ng pkgs/main::libstdcxx-ng-11.2.0-h12345~ --> conda-forge::libstdcxx-ng-13.1.0-hfd8a6a1_0 2023-08-09T11:38:14.8708288Z libuuid pkgs/main::libuuid-1.41.5-h5eee18b_0 --> conda-forge::libuuid-2.38.1-h0b41bf4_0 2023-08-09T11:38:14.8708864Z openssl pkgs/main::openssl-3.0.10-h7f8727e_0 --> conda-forge::openssl-3.1.2-hd590300_0 2023-08-09T11:38:14.8709338Z pyyaml pkgs/main::pyyaml-6.0-py310h5eee18b_1 --> conda-forge::pyyaml-6.0-py310h5764c6d_5 2023-08-09T11:38:14.8709849Z wheel pkgs/main/linux-64::wheel-0.38.4-py31~ --> conda-forge/noarch::wheel-0.41.1-pyhd8ed1ab_0 2023-08-09T11:38:14.8710290Z zlib pkgs/main::zlib-1.2.13-h5eee18b_0 --> conda-forge::zlib-1.2.13-hd590300_5 2023-08-09T11:38:14.8710476Z 2023-08-09T11:38:14.8710696Z The following packages will be SUPERSEDED by a higher-priority channel: 2023-08-09T11:38:14.8710890Z 2023-08-09T11:38:14.8711160Z _libgcc_mutex pkgs/main::_libgcc_mutex-0.1-main --> conda-forge::_libgcc_mutex-0.1-conda_forge 2023-08-09T11:38:14.8711630Z _openmp_mutex pkgs/main::_openmp_mutex-5.1-1_gnu --> conda-forge::_openmp_mutex-4.5-2_kmp_llvm 2023-08-09T11:38:14.8712121Z pip pkgs/main/linux-64::pip-23.2.1-py310h~ --> conda-forge/noarch::pip-23.2.1-pyhd8ed1ab_0 2023-08-09T11:38:14.8712602Z python pkgs/main::python-3.10.12-h955ad1f_0 --> conda-forge::python-3.10.12-hd12c33a_0_cpython 2023-08-09T11:38:14.8713114Z pytorch pytorch-nightly::pytorch-2.1.0.dev202~ --> pkgs/main::pytorch-1.12.1-cpu_py310h9dbd814_1 2023-08-09T11:38:14.8713653Z setuptools pkgs/main/linux-64::setuptools-68.0.0~ --> conda-forge/noarch::setuptools-68.0.0-pyhd8ed1ab_0 2023-08-09T11:38:14.8714197Z typing_extensions pkgs/main/linux-64::typing_extensions~ --> conda-forge/noarch::typing_extensions-4.7.1-pyha770c72_0 2023-08-09T11:38:14.8714445Z 2023-08-09T11:38:14.8714450Z 2023-08-09T11:38:14.8714455Z 2023-08-09T11:38:14.8714560Z Downloading and Extracting Packages 2023-08-09T11:38:14.8714702Z 2023-08-09T11:38:14.8714870Z pysocks-1.7.1 | 19 KB | : 0% 0/1 [00:00=1.16.5 (from scipy==1.7.3) 2023-08-09T11:38:49.9760753Z Downloading numpy-1.22.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.8 MB) 2023-08-09T11:38:49.9761204Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/16.8 MB ? eta -:--:-- 2023-08-09T11:38:49.9761654Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 9.4/16.8 MB 282.7 MB/s eta 0:00:01 2023-08-09T11:38:49.9762123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 15.7/16.8 MB 251.1 MB/s eta 0:00:01 2023-08-09T11:38:49.9762558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 15.7/16.8 MB 251.1 MB/s eta 0:00:01 2023-08-09T11:38:49.9763009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 16.8/16.8 MB 121.0 MB/s eta 0:00:01 2023-08-09T11:38:49.9763443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 16.8/16.8 MB 121.0 MB/s eta 0:00:01 2023-08-09T11:38:52.6511241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/16.8 MB 56.9 MB/s eta 0:00:00 2023-08-09T11:38:52.6511799Z [?25hRequirement already satisfied: cffi>=1.0 in /opt/conda/envs/ci/lib/python3.10/site-packages (from SoundFile) (1.15.1) 2023-08-09T11:38:52.6512128Z Collecting iniconfig (from pytest) 2023-08-09T11:38:52.6512712Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2023-08-09T11:38:52.6513221Z Requirement already satisfied: packaging in /opt/conda/envs/ci/lib/python3.10/site-packages (from pytest) (23.1) 2023-08-09T11:38:52.6513548Z Collecting pluggy<2.0,>=0.12 (from pytest) 2023-08-09T11:38:52.6514200Z Obtaining dependency information for pluggy<2.0,>=0.12 from https://files.pythonhosted.org/packages/51/32/4a79112b8b87b21450b066e102d6608907f4c885ed7b04c3fdb085d4d6ae/pluggy-1.2.0-py3-none-any.whl.metadata 2023-08-09T11:38:52.6514749Z Downloading pluggy-1.2.0-py3-none-any.whl.metadata (4.4 kB) 2023-08-09T11:38:52.6515035Z Collecting exceptiongroup>=1.0.0rc8 (from pytest) 2023-08-09T11:38:52.6515725Z Obtaining dependency information for exceptiongroup>=1.0.0rc8 from https://files.pythonhosted.org/packages/fe/17/f43b7c9ccf399d72038042ee72785c305f6c6fdc6231942f8ab99d995742/exceptiongroup-1.1.2-py3-none-any.whl.metadata 2023-08-09T11:38:52.6516344Z Downloading exceptiongroup-1.1.2-py3-none-any.whl.metadata (6.1 kB) 2023-08-09T11:38:52.6516656Z Collecting tomli>=1.0.0 (from pytest) 2023-08-09T11:38:52.6516948Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2023-08-09T11:38:52.6517207Z Collecting pydantic>=1.9.1 (from inflect) 2023-08-09T11:38:52.6517955Z Obtaining dependency information for pydantic>=1.9.1 from https://files.pythonhosted.org/packages/87/80/52770e747e4bee5012e60b2684db36c8fdf010f8dadb4ded0efec808b07d/pydantic-2.1.1-py3-none-any.whl.metadata 2023-08-09T11:38:52.6518518Z Downloading pydantic-2.1.1-py3-none-any.whl.metadata (136 kB) 2023-08-09T11:38:52.6518972Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/136.5 kB ? eta -:--:-- 2023-08-09T11:38:52.6519408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.5/136.5 kB 34.6 MB/s eta 0:00:00 2023-08-09T11:38:52.6519886Z [?25hRequirement already satisfied: typing-extensions in /opt/conda/envs/ci/lib/python3.10/site-packages (from inflect) (4.7.1) 2023-08-09T11:38:52.6520442Z Requirement already satisfied: torch>=1.11.0 in /opt/conda/envs/ci/lib/python3.10/site-packages (from pytorch-lightning) (1.12.1) 2023-08-09T11:38:52.6520843Z Collecting tqdm>=4.57.0 (from pytorch-lightning) 2023-08-09T11:38:52.6521483Z Obtaining dependency information for tqdm>=4.57.0 from https://files.pythonhosted.org/packages/a5/d6/502a859bac4ad5e274255576cd3e15ca273cdb91731bc39fb840dd422ee9/tqdm-4.66.0-py3-none-any.whl.metadata 2023-08-09T11:38:52.6522018Z Downloading tqdm-4.66.0-py3-none-any.whl.metadata (57 kB) 2023-08-09T11:38:52.6522436Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/57.5 kB ? eta -:--:-- 2023-08-09T11:38:52.6522860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 16.6 MB/s eta 0:00:00 2023-08-09T11:38:52.6523341Z [?25hRequirement already satisfied: PyYAML>=5.4 in /opt/conda/envs/ci/lib/python3.10/site-packages (from pytorch-lightning) (6.0) 2023-08-09T11:38:52.6523980Z Requirement already satisfied: fsspec[http]>2021.06.0 in /opt/conda/envs/ci/lib/python3.10/site-packages/fsspec-2023.6.0-py3.10.egg (from pytorch-lightning) (2023.6.0) 2023-08-09T11:38:52.6524420Z Collecting torchmetrics>=0.7.0 (from pytorch-lightning) 2023-08-09T11:38:52.6525205Z Obtaining dependency information for torchmetrics>=0.7.0 from https://files.pythonhosted.org/packages/67/90/9ac94af10cd1777859a92be1e8186325490654930e871f8bb219cc342868/torchmetrics-1.0.3-py3-none-any.whl.metadata 2023-08-09T11:38:52.6525778Z Downloading torchmetrics-1.0.3-py3-none-any.whl.metadata (21 kB) 2023-08-09T11:38:52.6526166Z Collecting lightning-utilities>=0.7.0 (from pytorch-lightning) 2023-08-09T11:38:52.6526848Z Obtaining dependency information for lightning-utilities>=0.7.0 from https://files.pythonhosted.org/packages/46/ee/8641eeb6a062f383b7d6875604e1f3f83bd2c93a0b4dbcabd3150b32de6e/lightning_utilities-0.9.0-py3-none-any.whl.metadata 2023-08-09T11:38:52.6527476Z Downloading lightning_utilities-0.9.0-py3-none-any.whl.metadata (4.6 kB) 2023-08-09T11:38:52.6528305Z Collecting dora-search (from demucs) 2023-08-09T11:38:52.6528605Z Downloading dora_search-0.1.12.tar.gz (87 kB) 2023-08-09T11:38:52.6529004Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.1 kB ? eta -:--:-- 2023-08-09T11:38:52.6529515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.1/87.1 kB 22.9 MB/s eta 0:00:00 2023-08-09T11:38:52.6529865Z [?25h Installing build dependencies ... [?25l- \ | done 2023-08-09T11:38:52.6530184Z [?25h Getting requirements to build wheel ... [?25l- done 2023-08-09T11:38:52.6530515Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2023-08-09T11:38:52.6530812Z [?25hCollecting diffq>=0.2.1 (from demucs) 2023-08-09T11:38:52.6531256Z Downloading diffq-0.2.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (418 kB) 2023-08-09T11:38:52.6531719Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/418.8 kB ? eta -:--:-- 2023-08-09T11:38:52.6532156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 418.8/418.8 kB 54.3 MB/s eta 0:00:00 2023-08-09T11:38:52.6532458Z [?25hCollecting einops (from demucs) 2023-08-09T11:38:52.6532843Z Downloading einops-0.6.1-py3-none-any.whl (42 kB) 2023-08-09T11:38:52.6533257Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.2 kB ? eta -:--:-- 2023-08-09T11:38:52.6533682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 8.3 MB/s eta 0:00:00 2023-08-09T11:38:52.6533990Z [?25hCollecting julius>=0.2.3 (from demucs) 2023-08-09T11:38:52.6534258Z Downloading julius-0.2.7.tar.gz (59 kB) 2023-08-09T11:38:52.6534648Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/59.6 kB ? eta -:--:-- 2023-08-09T11:38:52.6535071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 17.3 MB/s eta 0:00:00 2023-08-09T11:38:52.6535425Z [?25h Preparing metadata (setup.py) ... [?25l- done 2023-08-09T11:38:52.6535705Z [?25hCollecting lameenc>=1.2 (from demucs) 2023-08-09T11:38:52.6536430Z Obtaining dependency information for lameenc>=1.2 from https://files.pythonhosted.org/packages/a3/26/80611c1f80c2c68bcf23499bda508a817571c3d6a9496208a6330e8b9951/lameenc-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata 2023-08-09T11:38:52.6537127Z Downloading lameenc-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (803 bytes) 2023-08-09T11:38:52.6537431Z Collecting openunmix (from demucs) 2023-08-09T11:38:52.6537750Z Downloading openunmix-1.2.1-py3-none-any.whl (46 kB) 2023-08-09T11:38:52.6538174Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/46.7 kB ? eta -:--:-- 2023-08-09T11:38:52.6538682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.7/46.7 kB 12.7 MB/s eta 0:00:00 2023-08-09T11:38:52.6539259Z [?25hRequirement already satisfied: torchaudio>=0.8 in /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg (from demucs) (2.1.0a0+fe9b9ff) 2023-08-09T11:38:52.6539686Z Collecting Cython (from pyroomacoustics) 2023-08-09T11:38:52.6540376Z Obtaining dependency information for Cython from https://files.pythonhosted.org/packages/6f/8c/68139f464aeee699b04ec401b9de0d7e05fdd3a123c4c13429b887e16c8f/Cython-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 2023-08-09T11:38:52.6541126Z Using cached Cython-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2023-08-09T11:38:52.6541427Z Collecting pybind11>=2.2 (from pyroomacoustics) 2023-08-09T11:38:52.6542054Z Obtaining dependency information for pybind11>=2.2 from https://files.pythonhosted.org/packages/06/55/9f73c32dda93fa4f539fafa268f9504e83c489f460c380371d94296126cd/pybind11-2.11.1-py3-none-any.whl.metadata 2023-08-09T11:38:52.6542606Z Using cached pybind11-2.11.1-py3-none-any.whl.metadata (9.5 kB) 2023-08-09T11:38:52.6543089Z Requirement already satisfied: pycparser in /opt/conda/envs/ci/lib/python3.10/site-packages (from cffi>=1.0->SoundFile) (2.21) 2023-08-09T11:38:52.6543692Z Requirement already satisfied: requests in /opt/conda/envs/ci/lib/python3.10/site-packages (from fsspec[http]>2021.06.0->pytorch-lightning) (2.31.0) 2023-08-09T11:38:55.1319916Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]>2021.06.0->pytorch-lightning) 2023-08-09T11:38:55.1320840Z Obtaining dependency information for aiohttp!=4.0.0a0,!=4.0.0a1 from https://files.pythonhosted.org/packages/3e/f6/fcda07dd1e72260989f0b22dde999ecfe80daa744f23ca167083683399bc/aiohttp-3.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 2023-08-09T11:38:55.1321536Z Downloading aiohttp-3.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2023-08-09T11:38:55.1322020Z Collecting annotated-types>=0.4.0 (from pydantic>=1.9.1->inflect) 2023-08-09T11:38:55.1322743Z Obtaining dependency information for annotated-types>=0.4.0 from https://files.pythonhosted.org/packages/d8/f0/a2ee543a96cc624c35a9086f39b1ed2aa403c6d355dfe47a11ee5c64a164/annotated_types-0.5.0-py3-none-any.whl.metadata 2023-08-09T11:38:55.1323450Z Downloading annotated_types-0.5.0-py3-none-any.whl.metadata (11 kB) 2023-08-09T11:38:55.1323830Z Collecting pydantic-core==2.4.0 (from pydantic>=1.9.1->inflect) 2023-08-09T11:38:55.1324563Z Obtaining dependency information for pydantic-core==2.4.0 from https://files.pythonhosted.org/packages/97/0a/5673dc7f7e232c3421a4c33fd1d261ebe9b963d0f9e9c2c03d5dd7382769/pydantic_core-2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 2023-08-09T11:38:55.1325239Z Downloading pydantic_core-2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.5 kB) 2023-08-09T11:38:55.1325609Z Collecting omegaconf (from dora-search->demucs) 2023-08-09T11:38:55.1325942Z Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) 2023-08-09T11:38:55.1326407Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/79.5 kB ? eta -:--:-- 2023-08-09T11:38:55.1326851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 6.2 MB/s eta 0:00:00 2023-08-09T11:38:55.1327174Z [?25hCollecting retrying (from dora-search->demucs) 2023-08-09T11:38:55.1327514Z Downloading retrying-1.3.4-py3-none-any.whl (11 kB) 2023-08-09T11:38:55.1328134Z Collecting submitit (from dora-search->demucs) 2023-08-09T11:38:55.1328459Z Downloading submitit-1.4.5-py3-none-any.whl (73 kB) 2023-08-09T11:38:55.1328876Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.1 kB ? eta -:--:-- 2023-08-09T11:38:55.1329304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.1/73.1 kB 12.1 MB/s eta 0:00:00 2023-08-09T11:38:55.1329860Z [?25hCollecting treetable (from dora-search->demucs) 2023-08-09T11:38:55.1330156Z Downloading treetable-0.2.5.tar.gz (10 kB) 2023-08-09T11:38:55.1330467Z Preparing metadata (setup.py) ... [?25l- done 2023-08-09T11:38:55.1330886Z [?25hCollecting attrs>=17.3.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning) 2023-08-09T11:38:55.1331244Z Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 2023-08-09T11:38:55.1331647Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/61.2 kB ? eta -:--:-- 2023-08-09T11:38:55.1332070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 3.6 MB/s eta 0:00:00 2023-08-09T11:38:55.1332661Z [?25hRequirement already satisfied: charset-normalizer<4.0,>=2.0 in /opt/conda/envs/ci/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning) (3.2.0) 2023-08-09T11:38:55.1333215Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning) 2023-08-09T11:38:55.1333671Z Downloading multidict-6.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB) 2023-08-09T11:38:55.1334232Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/114.5 kB ? eta -:--:-- 2023-08-09T11:38:55.1334656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.5/114.5 kB 9.1 MB/s eta 0:00:00 2023-08-09T11:38:55.1335102Z [?25hCollecting async-timeout<5.0,>=4.0.0a3 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning) 2023-08-09T11:38:55.1335506Z Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 2023-08-09T11:38:55.1335925Z Collecting yarl<2.0,>=1.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning) 2023-08-09T11:38:55.1336345Z Downloading yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268 kB) 2023-08-09T11:38:55.1336801Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/268.8 kB ? eta -:--:-- 2023-08-09T11:38:55.1337224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 268.8/268.8 kB 13.0 MB/s eta 0:00:00 2023-08-09T11:38:55.1337645Z [?25hCollecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning) 2023-08-09T11:38:55.1338463Z Obtaining dependency information for frozenlist>=1.1.1 from https://files.pythonhosted.org/packages/1e/28/74b8b6451c89c070d34e753d8b65a1e4ce508a6808b18529f36e8c0e2184/frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 2023-08-09T11:38:55.1339208Z Downloading frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) 2023-08-09T11:38:55.1339708Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning) 2023-08-09T11:38:55.1340104Z Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2023-08-09T11:38:55.1340490Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->dora-search->demucs) 2023-08-09T11:38:55.1340987Z Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) 2023-08-09T11:38:55.1341416Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/117.0 kB ? eta -:--:-- 2023-08-09T11:38:55.1341818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 8.7 MB/s eta 0:00:00 2023-08-09T11:38:55.1342138Z [?25h Preparing metadata (setup.py) ... [?25l- done 2023-08-09T11:38:55.1342638Z [?25hRequirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/ci/lib/python3.10/site-packages (from requests->fsspec[http]>2021.06.0->pytorch-lightning) (3.4) 2023-08-09T11:38:55.1343255Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/ci/lib/python3.10/site-packages (from requests->fsspec[http]>2021.06.0->pytorch-lightning) (2.0.4) 2023-08-09T11:38:55.1343942Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/ci/lib/python3.10/site-packages (from requests->fsspec[http]>2021.06.0->pytorch-lightning) (2023.7.22) 2023-08-09T11:38:55.1344574Z Requirement already satisfied: six>=1.7.0 in /opt/conda/envs/ci/lib/python3.10/site-packages (from retrying->dora-search->demucs) (1.16.0) 2023-08-09T11:38:55.1345002Z Collecting cloudpickle>=1.2.1 (from submitit->dora-search->demucs) 2023-08-09T11:38:55.1345356Z Downloading cloudpickle-2.2.1-py3-none-any.whl (25 kB) 2023-08-09T11:38:55.1345676Z Downloading kaldi_io-0.9.8-py3-none-any.whl (16 kB) 2023-08-09T11:38:55.1346135Z Downloading coverage-7.2.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228 kB) 2023-08-09T11:38:55.1346781Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/228.7 kB ? eta -:--:-- 2023-08-09T11:38:55.1347215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.7/228.7 kB 28.2 MB/s eta 0:00:00 2023-08-09T11:38:55.1347557Z [?25hDownloading pytest-7.4.0-py3-none-any.whl (323 kB) 2023-08-09T11:38:55.1347982Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/323.6 kB ? eta -:--:-- 2023-08-09T11:38:55.1348405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 323.6/323.6 kB 18.0 MB/s eta 0:00:00 2023-08-09T11:38:55.1348743Z [?25hDownloading pytest_cov-4.1.0-py3-none-any.whl (21 kB) 2023-08-09T11:38:55.1349094Z Downloading expecttest-0.1.6-py3-none-any.whl (6.5 kB) 2023-08-09T11:38:55.1349436Z Downloading inflect-7.0.0-py3-none-any.whl (34 kB) 2023-08-09T11:38:55.1349797Z Downloading pytorch_lightning-2.0.6-py3-none-any.whl (722 kB) 2023-08-09T11:38:55.1350214Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/722.8 kB ? eta -:--:-- 2023-08-09T11:38:55.1350653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 722.8/722.8 kB 35.8 MB/s eta 0:00:00 2023-08-09T11:39:55.8034315Z [?25hDownloading flashlight_text-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2023-08-09T11:39:55.8034961Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2023-08-09T11:39:55.8035396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 58.0 MB/s eta 0:00:00 2023-08-09T11:39:55.8050229Z [?25hDownloading exceptiongroup-1.1.2-py3-none-any.whl (14 kB) 2023-08-09T11:39:55.8050758Z Downloading lameenc-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (180 kB) 2023-08-09T11:39:55.8051260Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/180.0 kB ? eta -:--:-- 2023-08-09T11:39:55.8051697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.0/180.0 kB 11.5 MB/s eta 0:00:00 2023-08-09T11:39:55.8052359Z [?25hDownloading lightning_utilities-0.9.0-py3-none-any.whl (23 kB) 2023-08-09T11:39:55.8052727Z Downloading pluggy-1.2.0-py3-none-any.whl (17 kB) 2023-08-09T11:39:55.8055861Z Using cached pybind11-2.11.1-py3-none-any.whl (227 kB) 2023-08-09T11:39:55.8056261Z Downloading pydantic-2.1.1-py3-none-any.whl (370 kB) 2023-08-09T11:39:55.8056719Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/370.9 kB ? eta -:--:-- 2023-08-09T11:39:55.8057159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 370.9/370.9 kB 25.0 MB/s eta 0:00:00 2023-08-09T11:39:55.8057606Z [?25hDownloading pydantic_core-2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB) 2023-08-09T11:39:55.8058056Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.9 MB ? eta -:--:-- 2023-08-09T11:39:55.8058475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 66.0 MB/s eta 0:00:00 2023-08-09T11:39:55.8058866Z [?25hDownloading torchmetrics-1.0.3-py3-none-any.whl (731 kB) 2023-08-09T11:39:55.8059280Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/731.6 kB ? eta -:--:-- 2023-08-09T11:39:55.8059900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.6/731.6 kB 48.5 MB/s eta 0:00:00 2023-08-09T11:39:55.8060276Z [?25hDownloading tqdm-4.66.0-py3-none-any.whl (78 kB) 2023-08-09T11:39:55.8060683Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.1 kB ? eta -:--:-- 2023-08-09T11:39:55.8061107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.1/78.1 kB 10.1 MB/s eta 0:00:00 2023-08-09T11:39:55.8061520Z [?25hUsing cached Cython-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2023-08-09T11:39:55.8061998Z Downloading aiohttp-3.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB) 2023-08-09T11:39:55.8062444Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.0 MB ? eta -:--:-- 2023-08-09T11:39:55.8062870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 42.7 MB/s eta 0:00:00 2023-08-09T11:39:55.8063239Z [?25hDownloading annotated_types-0.5.0-py3-none-any.whl (11 kB) 2023-08-09T11:39:55.8063738Z Downloading frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB) 2023-08-09T11:39:55.8064222Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/225.7 kB ? eta -:--:-- 2023-08-09T11:39:55.8064631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.7/225.7 kB 12.6 MB/s eta 0:00:00 2023-08-09T11:39:55.8065134Z [?25hBuilding wheels for collected packages: demucs, tinytag, pyroomacoustics, kenlm, julius, dora-search, antlr4-python3-runtime, treetable 2023-08-09T11:39:55.8065656Z Building wheel for demucs (setup.py) ... [?25l- \ done 2023-08-09T11:39:55.8066193Z [?25h Created wheel for demucs: filename=demucs-4.0.0-py3-none-any.whl size=76499 sha256=9aad17a02a332ed85f6e29a674530f30ad5e2fd1b72baed5cef49633807c5d23 2023-08-09T11:39:55.8066661Z Stored in directory: /root/.cache/pip/wheels/64/fc/2e/a8e874bba1518a336f21a94085013fba17cb86658ce18ec1c7 2023-08-09T11:39:55.8067042Z Building wheel for tinytag (setup.py) ... [?25l- \ done 2023-08-09T11:39:55.8067583Z [?25h Created wheel for tinytag: filename=tinytag-1.9.0-py3-none-any.whl size=36820 sha256=64a5ff86eb5a83cb23f8f51d6d4188b65581bfcd1faade81229f62e185ac6794 2023-08-09T11:39:55.8068057Z Stored in directory: /root/.cache/pip/wheels/c5/30/dd/4838f2a4769fbe88d28f55035ed2f3f52be5e30ea76e4d656f 2023-08-09T11:39:55.8068511Z Building wheel for pyroomacoustics (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - done 2023-08-09T11:39:55.8069131Z [?25h Created wheel for pyroomacoustics: filename=pyroomacoustics-0.7.3-cp310-cp310-linux_x86_64.whl size=632205 sha256=225647f77e423b527465ae7c41d831498103a2c2c409effd21775708a0852954 2023-08-09T11:39:55.8069661Z Stored in directory: /root/.cache/pip/wheels/6b/f3/67/0d0c4c06234c59c14e5ccf72774bd5c5f1b43c3083043c7fb7 2023-08-09T11:39:55.8070379Z Building wheel for kenlm (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2023-08-09T11:39:55.8071045Z [?25h Created wheel for kenlm: filename=kenlm-0.0.0-cp310-cp310-linux_x86_64.whl size=576115 sha256=a18bc4aa3e4e34c0475f0863b609b38da7b911e23f4e22c4526b7771ae02a9b5 2023-08-09T11:39:55.8071614Z Stored in directory: /tmp/pip-ephem-wheel-cache-l_tjttc5/wheels/43/22/42/ca2cce435602bc6ac29eae5006c7bf914e87d812bf760ae1d6 2023-08-09T11:39:55.8072028Z Building wheel for julius (setup.py) ... [?25l- done 2023-08-09T11:39:55.8072532Z [?25h Created wheel for julius: filename=julius-0.2.7-py3-none-any.whl size=21870 sha256=a71b94ce9176e08d171099a0176f1341c2f55bbe885a6f59911a60c02138de23 2023-08-09T11:39:55.8072978Z Stored in directory: /root/.cache/pip/wheels/b9/b2/05/f883527ffcb7f2ead5438a2c23439aa0c881eaa9a4c80256f4 2023-08-09T11:39:55.8073367Z Building wheel for dora-search (pyproject.toml) ... [?25l- done 2023-08-09T11:39:55.8073925Z [?25h Created wheel for dora-search: filename=dora_search-0.1.12-py3-none-any.whl size=75091 sha256=a5f23f0ee1c06fe140d6a9a6f73103cb3c6648da48b6d0c2e383629a0b872df2 2023-08-09T11:39:55.8074387Z Stored in directory: /root/.cache/pip/wheels/b1/c2/c0/bea5cc405497284d584b958f293ef32c23bad42ae5e44d973c 2023-08-09T11:39:55.8074795Z Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2023-08-09T11:39:55.8075380Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144555 sha256=b03663cb880b755d0b318e7d2d9e403e8302f67dcd331b2db40f416f1875970a 2023-08-09T11:39:55.8075849Z Stored in directory: /root/.cache/pip/wheels/12/93/dd/1f6a127edc45659556564c5730f6d4e300888f4bca2d4c5a88 2023-08-09T11:39:55.8076217Z Building wheel for treetable (setup.py) ... [?25l- done 2023-08-09T11:39:55.8076755Z [?25h Created wheel for treetable: filename=treetable-0.2.5-py3-none-any.whl size=7333 sha256=c7fe177cedb8aa43d1d99fe9a6cd987ba4db8e5acf623b687e1ad7105edca8c3 2023-08-09T11:39:55.8077216Z Stored in directory: /root/.cache/pip/wheels/72/55/0e/91c3655bdb162446f8a7cd477579397544454a63ae7c599c0c 2023-08-09T11:39:55.8077683Z Successfully built demucs tinytag pyroomacoustics kenlm julius dora-search antlr4-python3-runtime treetable 2023-08-09T11:39:55.8078986Z Installing collected packages: sentencepiece, lameenc, kenlm, antlr4-python3-runtime, unidecode, treetable, tqdm, tomli, tinytag, retrying, pydantic-core, pybind11, protobuf, pluggy, omegaconf, numpy, multidict, lightning-utilities, iniconfig, frozenlist, flashlight-text, expecttest, exceptiongroup, einops, Cython, coverage, cloudpickle, attrs, async-timeout, annotated-types, yarl, torchmetrics, submitit, scipy, pytest, pydantic, kaldi-io, julius, diffq, aiosignal, pytest-cov, pyroomacoustics, openunmix, inflect, dora-search, aiohttp, demucs, pytorch-lightning 2023-08-09T11:39:55.8079853Z Attempting uninstall: numpy 2023-08-09T11:39:55.8080087Z Found existing installation: numpy 1.24.3 2023-08-09T11:39:55.8080339Z Uninstalling numpy-1.24.3: 2023-08-09T11:40:03.3027309Z Successfully uninstalled numpy-1.24.3 2023-08-09T11:40:03.3027770Z Attempting uninstall: scipy 2023-08-09T11:40:03.3028157Z Found existing installation: scipy 1.10.1 2023-08-09T11:40:03.3028621Z Uninstalling scipy-1.10.1: 2023-08-09T11:40:03.3029155Z Successfully uninstalled scipy-1.10.1 2023-08-09T11:40:03.3031848Z Successfully installed Cython-3.0.0 aiohttp-3.8.5 aiosignal-1.3.1 annotated-types-0.5.0 antlr4-python3-runtime-4.9.3 async-timeout-4.0.2 attrs-23.1.0 cloudpickle-2.2.1 coverage-7.2.7 demucs-4.0.0 diffq-0.2.4 dora-search-0.1.12 einops-0.6.1 exceptiongroup-1.1.2 expecttest-0.1.6 flashlight-text-0.0.4 frozenlist-1.4.0 inflect-7.0.0 iniconfig-2.0.0 julius-0.2.7 kaldi-io-0.9.8 kenlm-0.0.0 lameenc-1.5.1 lightning-utilities-0.9.0 multidict-6.0.4 numpy-1.22.4 omegaconf-2.3.0 openunmix-1.2.1 pluggy-1.2.0 protobuf-3.20.3 pybind11-2.11.1 pydantic-2.1.1 pydantic-core-2.4.0 pyroomacoustics-0.7.3 pytest-7.4.0 pytest-cov-4.1.0 pytorch-lightning-2.0.6 retrying-1.3.4 scipy-1.7.3 sentencepiece-0.1.99 submitit-1.4.5 tinytag-1.9.0 tomli-2.0.1 torchmetrics-1.0.3 tqdm-4.66.0 treetable-0.2.5 unidecode-1.3.6 yarl-1.9.2 2023-08-09T11:40:03.3033847Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2023-08-09T11:40:03.3034325Z Cloning into 'fairseq'... 2023-08-09T11:40:03.3034606Z remote: Enumerating objects: 34769, done. 2023-08-09T11:40:03.3034820Z Receiving objects: 0% (1/34769) 2023-08-09T11:40:03.3035030Z Receiving objects: 1% (348/34769) 2023-08-09T11:40:03.3035239Z Receiving objects: 2% (696/34769) 2023-08-09T11:40:03.3035438Z Receiving objects: 3% (1044/34769) 2023-08-09T11:40:03.3035655Z Receiving objects: 4% (1391/34769) 2023-08-09T11:40:03.3035863Z Receiving objects: 5% (1739/34769) 2023-08-09T11:40:03.3036059Z Receiving objects: 6% (2087/34769) 2023-08-09T11:40:03.3036266Z Receiving objects: 7% (2434/34769) 2023-08-09T11:40:03.3036476Z Receiving objects: 8% (2782/34769) 2023-08-09T11:40:03.3036668Z Receiving objects: 9% (3130/34769) 2023-08-09T11:40:03.3036875Z Receiving objects: 10% (3477/34769) 2023-08-09T11:40:03.3037082Z Receiving objects: 11% (3825/34769) 2023-08-09T11:40:03.3037274Z Receiving objects: 12% (4173/34769) 2023-08-09T11:40:03.3037487Z Receiving objects: 13% (4520/34769) 2023-08-09T11:40:03.3037744Z Receiving objects: 14% (4868/34769) 2023-08-09T11:40:03.3037947Z Receiving objects: 15% (5216/34769) 2023-08-09T11:40:03.3038151Z Receiving objects: 16% (5564/34769) 2023-08-09T11:40:03.3038340Z Receiving objects: 17% (5911/34769) 2023-08-09T11:40:03.3038553Z Receiving objects: 18% (6259/34769) 2023-08-09T11:40:03.3038761Z Receiving objects: 19% (6607/34769) 2023-08-09T11:40:03.3038953Z Receiving objects: 20% (6954/34769) 2023-08-09T11:40:03.3039159Z Receiving objects: 21% (7302/34769) 2023-08-09T11:40:03.3039363Z Receiving objects: 22% (7650/34769) 2023-08-09T11:40:03.3039553Z Receiving objects: 23% (7997/34769) 2023-08-09T11:40:03.3039753Z Receiving objects: 24% (8345/34769) 2023-08-09T11:40:03.3039958Z Receiving objects: 25% (8693/34769) 2023-08-09T11:40:03.3040162Z Receiving objects: 26% (9040/34769) 2023-08-09T11:40:03.3040350Z Receiving objects: 27% (9388/34769) 2023-08-09T11:40:03.3040555Z Receiving objects: 28% (9736/34769) 2023-08-09T11:40:03.3040912Z Receiving objects: 29% (10084/34769) 2023-08-09T11:40:03.3041111Z Receiving objects: 30% (10431/34769) 2023-08-09T11:40:03.3041325Z Receiving objects: 31% (10779/34769) 2023-08-09T11:40:03.3041533Z Receiving objects: 32% (11127/34769) 2023-08-09T11:40:03.3041726Z Receiving objects: 33% (11474/34769) 2023-08-09T11:40:03.3041940Z Receiving objects: 34% (11822/34769) 2023-08-09T11:40:03.3042148Z Receiving objects: 35% (12170/34769) 2023-08-09T11:40:03.3042337Z Receiving objects: 36% (12517/34769) 2023-08-09T11:40:03.3042549Z Receiving objects: 37% (12865/34769) 2023-08-09T11:40:03.3042755Z Receiving objects: 38% (13213/34769) 2023-08-09T11:40:03.3042946Z Receiving objects: 39% (13560/34769) 2023-08-09T11:40:03.3043152Z Receiving objects: 40% (13908/34769) 2023-08-09T11:40:03.3043357Z Receiving objects: 41% (14256/34769) 2023-08-09T11:40:03.3043548Z Receiving objects: 42% (14603/34769) 2023-08-09T11:40:03.3043754Z Receiving objects: 43% (14951/34769) 2023-08-09T11:40:03.3043964Z Receiving objects: 44% (15299/34769) 2023-08-09T11:40:03.3044152Z Receiving objects: 45% (15647/34769) 2023-08-09T11:40:03.3044356Z Receiving objects: 46% (15994/34769) 2023-08-09T11:40:03.3044561Z Receiving objects: 47% (16342/34769) 2023-08-09T11:40:03.3044762Z Receiving objects: 48% (16690/34769) 2023-08-09T11:40:03.3045007Z Receiving objects: 49% (17037/34769) 2023-08-09T11:40:03.3045214Z Receiving objects: 50% (17385/34769) 2023-08-09T11:40:03.3045443Z Receiving objects: 51% (17733/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3045680Z Receiving objects: 52% (18080/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3045919Z Receiving objects: 53% (18428/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3046161Z Receiving objects: 54% (18776/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3046390Z Receiving objects: 55% (19123/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3046627Z Receiving objects: 56% (19471/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3046874Z Receiving objects: 57% (19819/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3047097Z Receiving objects: 58% (20167/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3047341Z Receiving objects: 59% (20514/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3047848Z Receiving objects: 60% (20862/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3048104Z Receiving objects: 61% (21210/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3048332Z Receiving objects: 62% (21557/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3048636Z Receiving objects: 63% (21905/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3048875Z Receiving objects: 64% (22253/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3049097Z Receiving objects: 65% (22600/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3049334Z Receiving objects: 66% (22948/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3049571Z Receiving objects: 67% (23296/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3049813Z Receiving objects: 68% (23643/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3050036Z Receiving objects: 69% (23991/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3050270Z Receiving objects: 70% (24339/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3050505Z Receiving objects: 71% (24686/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3050732Z Receiving objects: 72% (25034/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3050967Z Receiving objects: 73% (25382/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3051201Z Receiving objects: 74% (25730/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3051423Z Receiving objects: 75% (26077/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3051654Z Receiving objects: 76% (26425/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3051888Z Receiving objects: 77% (26773/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3052121Z Receiving objects: 78% (27120/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3052342Z Receiving objects: 79% (27468/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3052674Z Receiving objects: 80% (27816/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3052909Z Receiving objects: 81% (28163/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3053131Z Receiving objects: 82% (28511/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3053370Z Receiving objects: 83% (28859/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3053607Z Receiving objects: 84% (29206/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3053827Z Receiving objects: 85% (29554/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3054058Z Receiving objects: 86% (29902/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3054292Z Receiving objects: 87% (30250/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3054525Z Receiving objects: 88% (30597/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3054747Z Receiving objects: 89% (30945/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3054981Z Receiving objects: 90% (31293/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3055216Z Receiving objects: 91% (31640/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3055436Z Receiving objects: 92% (31988/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3055668Z Receiving objects: 93% (32336/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3055996Z Receiving objects: 94% (32683/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3056223Z Receiving objects: 95% (33031/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3056461Z Receiving objects: 96% (33379/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3056696Z Receiving objects: 97% (33726/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3056934Z Receiving objects: 98% (34074/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3057157Z Receiving objects: 99% (34422/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3057523Z remote: Total 34769 (delta 0), reused 0 (delta 0), pack-reused 34769 2023-08-09T11:40:03.3057798Z Receiving objects: 100% (34769/34769), 21.00 MiB | 41.98 MiB/s 2023-08-09T11:40:03.3058041Z Receiving objects: 100% (34769/34769), 24.99 MiB | 40.82 MiB/s, done. 2023-08-09T11:40:03.3058277Z Resolving deltas: 0% (0/25234) 2023-08-09T11:40:03.3058485Z Resolving deltas: 1% (253/25234) 2023-08-09T11:40:03.3058678Z Resolving deltas: 2% (505/25234) 2023-08-09T11:40:03.3058890Z Resolving deltas: 3% (759/25234) 2023-08-09T11:40:03.3059094Z Resolving deltas: 4% (1013/25234) 2023-08-09T11:40:03.3059287Z Resolving deltas: 5% (1264/25234) 2023-08-09T11:40:03.3059489Z Resolving deltas: 6% (1516/25234) 2023-08-09T11:40:03.3059695Z Resolving deltas: 7% (1768/25234) 2023-08-09T11:40:03.3059886Z Resolving deltas: 8% (2019/25234) 2023-08-09T11:40:03.3060090Z Resolving deltas: 9% (2272/25234) 2023-08-09T11:40:03.3060297Z Resolving deltas: 10% (2524/25234) 2023-08-09T11:40:03.3060500Z Resolving deltas: 11% (2777/25234) 2023-08-09T11:40:03.3060689Z Resolving deltas: 12% (3031/25234) 2023-08-09T11:40:03.3060891Z Resolving deltas: 13% (3282/25234) 2023-08-09T11:40:03.3061095Z Resolving deltas: 14% (3533/25234) 2023-08-09T11:40:03.3061284Z Resolving deltas: 15% (3786/25234) 2023-08-09T11:40:03.3061487Z Resolving deltas: 16% (4038/25234) 2023-08-09T11:40:03.3061686Z Resolving deltas: 17% (4292/25234) 2023-08-09T11:40:03.3061871Z Resolving deltas: 18% (4543/25234) 2023-08-09T11:40:03.3062076Z Resolving deltas: 19% (4795/25234) 2023-08-09T11:40:03.3062276Z Resolving deltas: 20% (5047/25234) 2023-08-09T11:40:03.3062463Z Resolving deltas: 21% (5301/25234) 2023-08-09T11:40:03.3062662Z Resolving deltas: 22% (5552/25234) 2023-08-09T11:40:03.3062861Z Resolving deltas: 23% (5804/25234) 2023-08-09T11:40:03.3063046Z Resolving deltas: 24% (6062/25234) 2023-08-09T11:40:03.3063249Z Resolving deltas: 25% (6309/25234) 2023-08-09T11:40:03.3063448Z Resolving deltas: 26% (6562/25234) 2023-08-09T11:40:03.3063635Z Resolving deltas: 27% (6817/25234) 2023-08-09T11:40:03.3063836Z Resolving deltas: 28% (7066/25234) 2023-08-09T11:40:03.3064092Z Resolving deltas: 29% (7318/25234) 2023-08-09T11:40:03.3064277Z Resolving deltas: 30% (7571/25234) 2023-08-09T11:40:03.3064477Z Resolving deltas: 31% (7823/25234) 2023-08-09T11:40:03.3064678Z Resolving deltas: 32% (8077/25234) 2023-08-09T11:40:03.3064877Z Resolving deltas: 33% (8328/25234) 2023-08-09T11:40:03.3065064Z Resolving deltas: 34% (8580/25234) 2023-08-09T11:40:03.3065268Z Resolving deltas: 35% (8835/25234) 2023-08-09T11:40:03.3065467Z Resolving deltas: 36% (9085/25234) 2023-08-09T11:40:03.3065655Z Resolving deltas: 37% (9338/25234) 2023-08-09T11:40:03.3065859Z Resolving deltas: 38% (9589/25234) 2023-08-09T11:40:03.3066059Z Resolving deltas: 39% (9843/25234) 2023-08-09T11:40:03.3066249Z Resolving deltas: 40% (10095/25234) 2023-08-09T11:40:03.3066459Z Resolving deltas: 41% (10346/25234) 2023-08-09T11:40:03.3066665Z Resolving deltas: 42% (10599/25234) 2023-08-09T11:40:03.3066857Z Resolving deltas: 43% (10851/25234) 2023-08-09T11:40:03.3067064Z Resolving deltas: 44% (11104/25234) 2023-08-09T11:40:03.3067274Z Resolving deltas: 45% (11356/25234) 2023-08-09T11:40:03.3067466Z Resolving deltas: 46% (11610/25234) 2023-08-09T11:40:10.4935244Z Resolving deltas: 47% (11860/25234) 2023-08-09T11:40:10.4935516Z Resolving deltas: 48% (12113/25234) 2023-08-09T11:40:10.4935728Z Resolving deltas: 49% (12365/25234) 2023-08-09T11:40:10.4936184Z Resolving deltas: 50% (12617/25234) 2023-08-09T11:40:10.4936400Z Resolving deltas: 51% (12870/25234) 2023-08-09T11:40:10.4936599Z Resolving deltas: 52% (13123/25234) 2023-08-09T11:40:10.4936811Z Resolving deltas: 53% (13375/25234) 2023-08-09T11:40:10.4937024Z Resolving deltas: 54% (13627/25234) 2023-08-09T11:40:10.4937219Z Resolving deltas: 55% (13880/25234) 2023-08-09T11:40:10.4937427Z Resolving deltas: 56% (14132/25234) 2023-08-09T11:40:10.4937639Z Resolving deltas: 57% (14385/25234) 2023-08-09T11:40:10.4937832Z Resolving deltas: 58% (14636/25234) 2023-08-09T11:40:10.4938036Z Resolving deltas: 59% (14890/25234) 2023-08-09T11:40:10.4938242Z Resolving deltas: 60% (15141/25234) 2023-08-09T11:40:10.4938445Z Resolving deltas: 61% (15393/25234) 2023-08-09T11:40:10.4938655Z Resolving deltas: 62% (15646/25234) 2023-08-09T11:40:10.4938863Z Resolving deltas: 63% (15898/25234) 2023-08-09T11:40:10.4939055Z Resolving deltas: 64% (16150/25234) 2023-08-09T11:40:10.4939260Z Resolving deltas: 65% (16403/25234) 2023-08-09T11:40:10.4939469Z Resolving deltas: 66% (16655/25234) 2023-08-09T11:40:10.4939663Z Resolving deltas: 67% (16907/25234) 2023-08-09T11:40:10.4939865Z Resolving deltas: 68% (17161/25234) 2023-08-09T11:40:10.4940073Z Resolving deltas: 69% (17412/25234) 2023-08-09T11:40:10.4940278Z Resolving deltas: 70% (17667/25234) 2023-08-09T11:40:10.4940471Z Resolving deltas: 71% (17917/25234) 2023-08-09T11:40:10.4940710Z Resolving deltas: 72% (18170/25234) 2023-08-09T11:40:10.4940916Z Resolving deltas: 73% (18423/25234) 2023-08-09T11:40:10.4941125Z Resolving deltas: 74% (18676/25234) 2023-08-09T11:40:10.4941315Z Resolving deltas: 75% (18927/25234) 2023-08-09T11:40:10.4941527Z Resolving deltas: 76% (19179/25234) 2023-08-09T11:40:10.4941733Z Resolving deltas: 77% (19431/25234) 2023-08-09T11:40:10.4941924Z Resolving deltas: 78% (19683/25234) 2023-08-09T11:40:10.4942127Z Resolving deltas: 79% (19935/25234) 2023-08-09T11:40:10.4942331Z Resolving deltas: 80% (20188/25234) 2023-08-09T11:40:10.4942526Z Resolving deltas: 81% (20440/25234) 2023-08-09T11:40:10.4942730Z Resolving deltas: 82% (20692/25234) 2023-08-09T11:40:10.4942936Z Resolving deltas: 83% (20946/25234) 2023-08-09T11:40:10.4943127Z Resolving deltas: 84% (21197/25234) 2023-08-09T11:40:10.4943333Z Resolving deltas: 85% (21449/25234) 2023-08-09T11:40:10.4943539Z Resolving deltas: 86% (21702/25234) 2023-08-09T11:40:10.4943729Z Resolving deltas: 87% (21954/25234) 2023-08-09T11:40:10.4943934Z Resolving deltas: 88% (22208/25234) 2023-08-09T11:40:10.4944139Z Resolving deltas: 89% (22459/25234) 2023-08-09T11:40:10.4944329Z Resolving deltas: 90% (22712/25234) 2023-08-09T11:40:10.4944535Z Resolving deltas: 91% (22964/25234) 2023-08-09T11:40:10.4944860Z Resolving deltas: 92% (23216/25234) 2023-08-09T11:40:10.4945057Z Resolving deltas: 93% (23468/25234) 2023-08-09T11:40:10.4945261Z Resolving deltas: 94% (23720/25234) 2023-08-09T11:40:10.4945538Z Resolving deltas: 95% (23973/25234) 2023-08-09T11:40:10.4945865Z Resolving deltas: 96% (24229/25234) 2023-08-09T11:40:10.4946225Z Resolving deltas: 97% (24478/25234) 2023-08-09T11:40:10.4946554Z Resolving deltas: 98% (24730/25234) 2023-08-09T11:40:10.4946884Z Resolving deltas: 99% (24983/25234) 2023-08-09T11:40:10.4947108Z Resolving deltas: 100% (25234/25234) 2023-08-09T11:40:10.4947329Z Resolving deltas: 100% (25234/25234), done. 2023-08-09T11:40:10.4947692Z Note: switching to 'e47a4c8'. 2023-08-09T11:40:10.4947821Z 2023-08-09T11:40:10.4948073Z You are in 'detached HEAD' state. You can look around, make experimental 2023-08-09T11:40:10.4948439Z changes and commit them, and you can discard any commits you make in this 2023-08-09T11:40:10.4948826Z state without impacting any branches by switching back to a branch. 2023-08-09T11:40:10.4949058Z 2023-08-09T11:40:10.4949215Z If you want to create a new branch to retain commits you create, you may 2023-08-09T11:40:10.4949683Z do so (now or later) by using -c with the switch command. Example: 2023-08-09T11:40:10.4949854Z 2023-08-09T11:40:10.4950073Z git switch -c 2023-08-09T11:40:10.4950214Z 2023-08-09T11:40:10.4950306Z Or undo this operation with: 2023-08-09T11:40:10.4950435Z 2023-08-09T11:40:10.4950495Z git switch - 2023-08-09T11:40:10.4950605Z 2023-08-09T11:40:10.4950765Z Turn off this advice by setting config variable advice.detachedHead to false 2023-08-09T11:40:10.4950957Z 2023-08-09T11:40:10.4951115Z HEAD is now at e47a4c84 hotfix to change factory creation for dictionaries (#1987) 2023-08-09T11:40:10.4951387Z Processing /work/fairseq 2023-08-09T11:40:10.4951677Z Installing build dependencies ... [?25l- \ | / done 2023-08-09T11:40:10.4952002Z [?25h Getting requirements to build wheel ... [?25ldone 2023-08-09T11:40:10.4952337Z [?25h Installing backend dependencies ... [?25l- \ | done 2023-08-09T11:40:10.4952660Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2023-08-09T11:40:10.4953135Z [?25hRequirement already satisfied: cffi in /opt/conda/envs/ci/lib/python3.10/site-packages (from fairseq==1.0.0a0+e47a4c8) (1.15.1) 2023-08-09T11:40:10.4953673Z Requirement already satisfied: cython in /opt/conda/envs/ci/lib/python3.10/site-packages (from fairseq==1.0.0a0+e47a4c8) (3.0.0) 2023-08-09T11:40:10.4954110Z Collecting hydra-core<1.1 (from fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4954494Z Downloading hydra_core-1.0.7-py3-none-any.whl (123 kB) 2023-08-09T11:40:10.4954959Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/123.8 kB ? eta -:--:-- 2023-08-09T11:40:10.4955401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 10.1 MB/s eta 0:00:00 2023-08-09T11:40:10.4955752Z [?25hCollecting omegaconf<2.1 (from fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4956097Z Downloading omegaconf-2.0.6-py3-none-any.whl (36 kB) 2023-08-09T11:40:10.4956379Z Collecting regex (from fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4957096Z Obtaining dependency information for regex from https://files.pythonhosted.org/packages/d1/df/460ca6171a8494fcf37af43f52f6fac23e38784bb4a26563f6fa01ef6faf/regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 2023-08-09T11:40:10.4957862Z Downloading regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2023-08-09T11:40:10.4958329Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.9 kB ? eta -:--:-- 2023-08-09T11:40:10.4958837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 3.6 MB/s eta 0:00:00 2023-08-09T11:40:10.4959189Z [?25hCollecting sacrebleu>=1.4.12 (from fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4959741Z Downloading sacrebleu-2.3.1-py3-none-any.whl (118 kB) 2023-08-09T11:40:10.4960348Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/118.9 kB ? eta -:--:-- 2023-08-09T11:40:10.4960837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.9/118.9 kB 32.3 MB/s eta 0:00:00 2023-08-09T11:40:10.4961346Z [?25hRequirement already satisfied: torch in /opt/conda/envs/ci/lib/python3.10/site-packages (from fairseq==1.0.0a0+e47a4c8) (1.12.1) 2023-08-09T11:40:10.4962069Z Requirement already satisfied: tqdm in /opt/conda/envs/ci/lib/python3.10/site-packages (from fairseq==1.0.0a0+e47a4c8) (4.66.0) 2023-08-09T11:40:10.4962565Z Requirement already satisfied: numpy in /opt/conda/envs/ci/lib/python3.10/site-packages (from fairseq==1.0.0a0+e47a4c8) (1.22.4) 2023-08-09T11:40:10.4962999Z Collecting antlr4-python3-runtime==4.8 (from hydra-core<1.1->fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4963476Z Downloading antlr4-python3-runtime-4.8.tar.gz (112 kB) 2023-08-09T11:40:10.4963898Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/112.4 kB ? eta -:--:-- 2023-08-09T11:40:10.4964296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.4/112.4 kB 29.4 MB/s eta 0:00:00 2023-08-09T11:40:10.4964690Z [?25h Preparing metadata (setup.py) ... [?25l- done 2023-08-09T11:40:10.4965175Z [?25hRequirement already satisfied: PyYAML>=5.1.* in /opt/conda/envs/ci/lib/python3.10/site-packages (from omegaconf<2.1->fairseq==1.0.0a0+e47a4c8) (6.0) 2023-08-09T11:40:10.4965809Z Requirement already satisfied: typing-extensions in /opt/conda/envs/ci/lib/python3.10/site-packages (from omegaconf<2.1->fairseq==1.0.0a0+e47a4c8) (4.7.1) 2023-08-09T11:40:10.4966317Z Collecting portalocker (from sacrebleu>=1.4.12->fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4966660Z Downloading portalocker-2.7.0-py2.py3-none-any.whl (15 kB) 2023-08-09T11:40:10.4967071Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.4.12->fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4967953Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2023-08-09T11:40:10.4968541Z Collecting colorama (from sacrebleu>=1.4.12->fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4969016Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2023-08-09T11:40:10.4969561Z Collecting lxml (from sacrebleu>=1.4.12->fairseq==1.0.0a0+e47a4c8) 2023-08-09T11:40:10.4970287Z Obtaining dependency information for lxml from https://files.pythonhosted.org/packages/01/ae/ce23856fb6065f254101c1df381050b13adf26088dd554a15776615d470f/lxml-4.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata 2023-08-09T11:40:10.4970957Z Downloading lxml-4.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.8 kB) 2023-08-09T11:40:10.4971486Z Requirement already satisfied: pycparser in /opt/conda/envs/ci/lib/python3.10/site-packages (from cffi->fairseq==1.0.0a0+e47a4c8) (2.21) 2023-08-09T11:40:10.4972132Z Downloading regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (771 kB) 2023-08-09T11:40:10.4972600Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/771.9 kB ? eta -:--:-- 2023-08-09T11:40:10.4973049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 771.9/771.9 kB 62.3 MB/s eta 0:00:00 2023-08-09T11:40:10.4973492Z [?25hDownloading lxml-4.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB) 2023-08-09T11:40:10.4973958Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.0 MB ? eta -:--:-- 2023-08-09T11:40:44.5018546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.0/7.0 MB 217.3 MB/s eta 0:00:01 2023-08-09T11:40:44.5019078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.0/7.0 MB 217.3 MB/s eta 0:00:01 2023-08-09T11:40:44.5019571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 90.1 MB/s eta 0:00:00 2023-08-09T11:40:44.5019976Z [?25hBuilding wheels for collected packages: fairseq, antlr4-python3-runtime 2023-08-09T11:40:44.5020670Z Building wheel for fairseq (pyproject.toml) ... [?25l- \ | / - \ | / - \ | done 2023-08-09T11:40:44.5021308Z [?25h Created wheel for fairseq: filename=fairseq-1.0.0a0+e47a4c8-cp310-cp310-linux_x86_64.whl size=1594717 sha256=1ffc4d3d5f134fdf112b8351ebfa3d9ae2f87da035b0a925452f91793e833dc6 2023-08-09T11:40:44.5021947Z Stored in directory: /tmp/pip-ephem-wheel-cache-z3wuazny/wheels/6f/a3/21/22e01781297bc8fd29a8516ba7b3da77b42da57fcf23873349 2023-08-09T11:40:44.5022450Z Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2023-08-09T11:40:44.5023072Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.8-py3-none-any.whl size=141210 sha256=438da989809508c31ebd0663303d8c09593fb95409f6fc91813f071f76bbc9ae 2023-08-09T11:40:44.5023567Z Stored in directory: /root/.cache/pip/wheels/a7/20/bd/e1477d664f22d99989fd28ee1a43d6633dddb5cb9e801350d5 2023-08-09T11:40:44.5023947Z Successfully built fairseq antlr4-python3-runtime 2023-08-09T11:40:44.5024844Z DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 2023-08-09T11:40:44.5025728Z Installing collected packages: antlr4-python3-runtime, tabulate, regex, portalocker, omegaconf, lxml, colorama, sacrebleu, hydra-core, fairseq 2023-08-09T11:40:44.5026156Z Attempting uninstall: antlr4-python3-runtime 2023-08-09T11:40:44.5026509Z Found existing installation: antlr4-python3-runtime 4.9.3 2023-08-09T11:40:44.5026857Z Uninstalling antlr4-python3-runtime-4.9.3: 2023-08-09T11:40:44.5027214Z Successfully uninstalled antlr4-python3-runtime-4.9.3 2023-08-09T11:40:44.5027483Z Attempting uninstall: omegaconf 2023-08-09T11:40:44.5027734Z Found existing installation: omegaconf 2.3.0 2023-08-09T11:40:44.5028000Z Uninstalling omegaconf-2.3.0: 2023-08-09T11:40:44.5028301Z Successfully uninstalled omegaconf-2.3.0 2023-08-09T11:40:44.5028906Z Successfully installed antlr4-python3-runtime-4.8 colorama-0.4.6 fairseq-1.0.0a0+e47a4c8 hydra-core-1.0.7 lxml-4.9.3 omegaconf-2.0.6 portalocker-2.7.0 regex-2023.8.8 sacrebleu-2.3.1 tabulate-0.9.0 2023-08-09T11:40:44.5029718Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2023-08-09T11:40:44.5030308Z + echo ::endgroup:: 2023-08-09T11:40:44.5030765Z ##[endgroup] 2023-08-09T11:40:44.5031150Z + echo '::group::Run Tests' 2023-08-09T11:40:44.5031495Z ##[group]Run Tests 2023-08-09T11:40:44.5031762Z + ./.github/scripts/unittest-linux/run_test.sh 2023-08-09T11:40:44.5032009Z Collecting environment information... 2023-08-09T11:40:44.5032216Z PyTorch version: 1.12.1 2023-08-09T11:40:44.5032410Z Is debug build: False 2023-08-09T11:40:44.5032620Z CUDA used to build PyTorch: None 2023-08-09T11:40:44.5032825Z ROCM used to build PyTorch: N/A 2023-08-09T11:40:44.5032956Z 2023-08-09T11:40:44.5033049Z OS: CentOS Linux 7 (Core) (x86_64) 2023-08-09T11:40:44.5033327Z GCC version: (GCC) 9.3.1 20200408 (Red Hat 9.3.1-2) 2023-08-09T11:40:44.5033555Z Clang version: Could not collect 2023-08-09T11:40:44.5033753Z CMake version: version 3.26.4 2023-08-09T11:40:44.5033992Z Libc version: glibc-2.17 2023-08-09T11:40:44.5034112Z 2023-08-09T11:40:44.5034373Z Python version: 3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12.3.0] (64-bit runtime) 2023-08-09T11:40:44.5034768Z Python platform: Linux-4.14.252-195.483.amzn2.x86_64-x86_64-with-glibc2.17 2023-08-09T11:40:44.5035024Z Is CUDA available: False 2023-08-09T11:40:44.5035228Z CUDA runtime version: No CUDA 2023-08-09T11:40:44.5035438Z GPU models and configuration: No CUDA 2023-08-09T11:40:44.5035662Z Nvidia driver version: No CUDA 2023-08-09T11:40:44.5035934Z cuDNN version: No CUDA 2023-08-09T11:40:44.5036119Z HIP runtime version: N/A 2023-08-09T11:40:44.5036325Z MIOpen runtime version: N/A 2023-08-09T11:40:44.5036533Z Is XNNPACK available: True 2023-08-09T11:40:44.5036658Z 2023-08-09T11:40:44.5036751Z Versions of relevant libraries: 2023-08-09T11:40:44.5036938Z [pip3] numpy==1.22.4 2023-08-09T11:40:44.5037184Z [pip3] pytorch-lightning==2.0.6 2023-08-09T11:40:44.5037393Z [pip3] torch==1.12.1 2023-08-09T11:40:44.5037582Z [pip3] torchaudio==2.1.0a0+fe9b9ff 2023-08-09T11:40:44.5037795Z [pip3] torchmetrics==1.0.3 2023-08-09T11:40:44.5038023Z [conda] blas 1.0 mkl 2023-08-09T11:40:44.5038347Z [conda] cpuonly 2.0 0 pytorch-nightly 2023-08-09T11:40:44.5038610Z [conda] mkl 2023.1.0 h213fc3f_46343 2023-08-09T11:40:44.5038926Z [conda] mkl-service 2.4.0 py310h5eee18b_1 2023-08-09T11:40:44.5039178Z [conda] mkl_fft 1.3.6 py310h1128e8f_1 2023-08-09T11:40:44.5039429Z [conda] mkl_random 1.2.2 py310h1128e8f_1 2023-08-09T11:40:44.5039683Z [conda] numpy 1.22.4 pypi_0 pypi 2023-08-09T11:40:44.5039945Z [conda] pytorch 1.12.1 cpu_py310h9dbd814_1 2023-08-09T11:40:44.5040270Z [conda] pytorch-lightning 2.0.6 pypi_0 pypi 2023-08-09T11:40:44.5040634Z [conda] pytorch-mutex 1.0 cpu pytorch-nightly 2023-08-09T11:40:44.5040924Z [conda] torchaudio 2.1.0a0+fe9b9ff pypi_0 pypi 2023-08-09T11:40:44.5041185Z [conda] torchmetrics 1.0.3 pypi_0 pypi 2023-08-09T11:40:44.5041438Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-08-09T11:40:44.5041712Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-08-09T11:40:44.5041965Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-08-09T11:40:44.5042237Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true 2023-08-09T11:40:44.5042513Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-08-09T11:40:44.5042778Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true 2023-08-09T11:40:44.5043017Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-08-09T11:40:44.5043269Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=true 2023-08-09T11:40:44.5043543Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-08-09T11:40:44.5043829Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-08-09T11:40:44.5044112Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-08-09T11:40:44.5044391Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-08-09T11:40:44.5044743Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-08-09T11:40:44.5045010Z TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-08-09T11:40:44.5045343Z ============================= test session starts ============================== 2023-08-09T11:40:44.5045744Z platform linux -- Python 3.10.12, pytest-7.4.0, pluggy-1.2.0 -- /opt/conda/envs/ci/bin/python3.10 2023-08-09T11:40:44.5046013Z cachedir: .pytest_cache 2023-08-09T11:40:44.5046205Z rootdir: /work 2023-08-09T11:40:44.5046454Z plugins: hydra-core-1.0.7, cov-4.1.0 2023-08-09T11:40:44.5046693Z collecting ...  2023-08-09T11:40:44.5047006Z collecting 0 items / 1 error  2023-08-09T11:40:44.5047350Z collecting 0 items / 4 errors  2023-08-09T11:40:44.5047978Z collecting 0 items / 6 errors  2023-08-09T11:40:44.5048331Z collecting 0 items / 9 errors  2023-08-09T11:40:44.5048669Z collecting 0 items / 11 errors  2023-08-09T11:40:44.5049182Z collecting 0 items / 14 errors  2023-08-09T11:40:44.5049506Z collecting 0 items / 17 errors  2023-08-09T11:40:44.5049842Z collecting 0 items / 19 errors  2023-08-09T11:40:44.5050175Z collecting 0 items / 22 errors  2023-08-09T11:40:44.5050495Z collecting 0 items / 25 errors  2023-08-09T11:40:44.5050828Z collecting 0 items / 28 errors  2023-08-09T11:40:44.5051162Z collecting 0 items / 31 errors  2023-08-09T11:40:44.5051501Z collecting 0 items / 34 errors  2023-08-09T11:40:44.5051824Z collecting 0 items / 37 errors  2023-08-09T11:40:44.5052160Z collecting 0 items / 40 errors  2023-08-09T11:40:44.5052491Z collecting 0 items / 43 errors  2023-08-09T11:40:44.5052814Z collecting 0 items / 46 errors  2023-08-09T11:40:44.5053144Z collecting 0 items / 49 errors  2023-08-09T11:40:44.5053474Z collecting 0 items / 52 errors  2023-08-09T11:40:44.5053806Z collecting 0 items / 55 errors  2023-08-09T11:40:44.5054122Z collecting 0 items / 58 errors  2023-08-09T11:40:44.5054457Z collecting 0 items / 61 errors  2023-08-09T11:40:44.5054792Z collecting 0 items / 64 errors  2023-08-09T11:40:44.5055111Z collecting 0 items / 67 errors  2023-08-09T11:40:44.5055442Z collecting 0 items / 70 errors  2023-08-09T11:40:44.5055773Z collecting 0 items / 72 errors  2023-08-09T11:40:44.5056107Z collecting 0 items / 75 errors  2023-08-09T11:40:56.1834786Z collecting 0 items / 78 errors  2023-08-09T11:40:56.1835397Z collecting 0 items / 81 errors  2023-08-09T11:40:56.1836017Z collecting 0 items / 84 errors  2023-08-09T11:40:56.1836380Z collecting 0 items / 87 errors  2023-08-09T11:40:56.1836712Z collecting 0 items / 90 errors  2023-08-09T11:40:56.1837069Z collecting 0 items / 93 errors  2023-08-09T11:40:56.1837416Z collecting 0 items / 96 errors  2023-08-09T11:40:56.1837810Z collecting 0 items / 99 errors  2023-08-09T11:40:56.1838208Z collecting 0 items / 102 errors  2023-08-09T11:40:56.1838548Z collecting 0 items / 105 errors  2023-08-09T11:40:56.1838885Z collecting 0 items / 108 errors  2023-08-09T11:40:56.1839215Z collecting 0 items / 111 errors  2023-08-09T11:40:56.1839552Z collecting 0 items / 114 errors  2023-08-09T11:40:56.1840222Z collecting 0 items / 117 errors  2023-08-09T11:40:56.1840880Z collecting 0 items / 120 errors  2023-08-09T11:40:56.1841263Z collecting 0 items / 123 errors  2023-08-09T11:40:56.1841586Z collecting 0 items / 126 errors  2023-08-09T11:40:56.1841923Z collecting 0 items / 129 errors  2023-08-09T11:40:56.1842257Z collecting 0 items / 132 errors  2023-08-09T11:40:56.1842582Z collected 0 items / 132 errors  2023-08-09T11:40:56.1842744Z 2023-08-09T11:40:56.1842855Z ==================================== ERRORS ==================================== 2023-08-09T11:40:56.1843229Z __________ ERROR collecting test/torchaudio_unittest/kaldi_io_test.py __________ 2023-08-09T11:40:56.1843663Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.1843942Z result: Optional[TResult] = func() 2023-08-09T11:40:56.1844311Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.1844652Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.1845053Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.1845339Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.1845748Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.1846072Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.1846430Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.1846703Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.1847067Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.1847338Z return self._importtestmodule() 2023-08-09T11:40:56.1847910Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.1848276Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.1848714Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.1849076Z importlib.import_module(module_name) 2023-08-09T11:40:56.1849442Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.1849870Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.1850198Z :1050: in _gcd_import 2023-08-09T11:40:56.1850413Z ??? 2023-08-09T11:40:56.1850692Z :1027: in _find_and_load 2023-08-09T11:40:56.1850899Z ??? 2023-08-09T11:40:56.1851189Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.1851418Z ??? 2023-08-09T11:40:56.1851676Z :688: in _load_unlocked 2023-08-09T11:40:56.1851897Z ??? 2023-08-09T11:40:56.1852256Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.1852545Z exec(co, module.__dict__) 2023-08-09T11:40:56.1852835Z torchaudio_unittest/kaldi_io_test.py:2: in 2023-08-09T11:40:56.1853093Z import torchaudio.kaldi_io as kio 2023-08-09T11:40:56.1853591Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.1853946Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.1854540Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.1854903Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.1855394Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.1855747Z torch.ops.load_library(path) 2023-08-09T11:40:56.1856115Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.1856385Z ctypes.CDLL(path) 2023-08-09T11:40:56.1856696Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.1856980Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.1857603Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.1858181Z _______ ERROR collecting test/torchaudio_unittest/backend/utils_test.py ________ 2023-08-09T11:40:56.1858594Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.1858881Z result: Optional[TResult] = func() 2023-08-09T11:40:56.1859254Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.1859575Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.1859990Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.1860279Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.1860687Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.1860994Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.1861366Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.1861642Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.1861989Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.1862274Z return self._importtestmodule() 2023-08-09T11:40:56.1862666Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.1863028Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.1863450Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.1863813Z importlib.import_module(module_name) 2023-08-09T11:40:56.1864177Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.1864477Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.1864815Z :1050: in _gcd_import 2023-08-09T11:40:56.1865038Z ??? 2023-08-09T11:40:56.1865300Z :1027: in _find_and_load 2023-08-09T11:40:56.1865517Z ??? 2023-08-09T11:40:56.1865804Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.1866028Z ??? 2023-08-09T11:40:56.1866285Z :688: in _load_unlocked 2023-08-09T11:40:56.1866500Z ??? 2023-08-09T11:40:56.1866860Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.1867136Z exec(co, module.__dict__) 2023-08-09T11:40:56.1867452Z torchaudio_unittest/backend/utils_test.py:3: in 2023-08-09T11:40:56.1867693Z import torchaudio 2023-08-09T11:40:56.1868149Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.1868574Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.1869080Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.1869441Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.1869919Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.1870284Z torch.ops.load_library(path) 2023-08-09T11:40:56.1870647Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.1870904Z ctypes.CDLL(path) 2023-08-09T11:40:56.1871229Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.1871503Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.1872126Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.1872703Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/dispatcher_test.py _ 2023-08-09T11:40:56.1873142Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.1873429Z result: Optional[TResult] = func() 2023-08-09T11:40:56.1873782Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.1874116Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.1927020Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.1927400Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.1928068Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.1928721Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.1929395Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.1929813Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.1930360Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.1930977Z return self._importtestmodule() 2023-08-09T11:40:56.1931426Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.1931790Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.1932393Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.1932693Z importlib.import_module(module_name) 2023-08-09T11:40:56.1933055Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.1933371Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.1933698Z :1050: in _gcd_import 2023-08-09T11:40:56.1933910Z ??? 2023-08-09T11:40:56.1934185Z :1027: in _find_and_load 2023-08-09T11:40:56.1934388Z ??? 2023-08-09T11:40:56.1934677Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.1934905Z ??? 2023-08-09T11:40:56.1935166Z :688: in _load_unlocked 2023-08-09T11:40:56.1935379Z ??? 2023-08-09T11:40:56.1935734Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.1936017Z exec(co, module.__dict__) 2023-08-09T11:40:56.1936362Z torchaudio_unittest/backend/dispatcher/dispatcher_test.py:7: in 2023-08-09T11:40:56.1936658Z from torchaudio._backend.utils import ( 2023-08-09T11:40:56.1937235Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.1937589Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.1938092Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.1938458Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.1938935Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.1939304Z torch.ops.load_library(path) 2023-08-09T11:40:56.1939674Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.1939943Z ctypes.CDLL(path) 2023-08-09T11:40:56.1940251Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.1940529Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.1941144Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.1941717Z __ ERROR collecting test/torchaudio_unittest/backend/dispatcher/smoke_test.py __ 2023-08-09T11:40:56.1942152Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.1942438Z result: Optional[TResult] = func() 2023-08-09T11:40:56.1942808Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.1943133Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.1943543Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.1943825Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.1944219Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.1944539Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.1944903Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.1945177Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.1945522Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.1945809Z return self._importtestmodule() 2023-08-09T11:40:56.1946205Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.1946613Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.1947043Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.1947342Z importlib.import_module(module_name) 2023-08-09T11:40:56.1947710Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.1948008Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.1948346Z :1050: in _gcd_import 2023-08-09T11:40:56.1948560Z ??? 2023-08-09T11:40:56.1948820Z :1027: in _find_and_load 2023-08-09T11:40:56.1949035Z ??? 2023-08-09T11:40:56.1949324Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.1949534Z ??? 2023-08-09T11:40:56.1949804Z :688: in _load_unlocked 2023-08-09T11:40:56.1950023Z ??? 2023-08-09T11:40:56.1950368Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.1950655Z exec(co, module.__dict__) 2023-08-09T11:40:56.1951047Z torchaudio_unittest/backend/dispatcher/smoke_test.py:3: in 2023-08-09T11:40:56.1951385Z from torchaudio._backend.utils import get_info_func, get_load_func, get_save_func 2023-08-09T11:40:56.1951916Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.1952281Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.1952786Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.1953135Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.1953627Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.1953991Z torch.ops.load_library(path) 2023-08-09T11:40:56.1954360Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.1954620Z ctypes.CDLL(path) 2023-08-09T11:40:56.1954940Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.1955214Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.1955816Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.1956405Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/ffmpeg/info_test.py _ 2023-08-09T11:40:56.1956844Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.1957138Z result: Optional[TResult] = func() 2023-08-09T11:40:56.1957495Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.1957830Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.1958251Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.1958524Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.1958930Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.1959248Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.1959617Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.1959878Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.1960239Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.1960582Z return self._importtestmodule() 2023-08-09T11:40:56.1960962Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.1961322Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.1961760Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.1962058Z importlib.import_module(module_name) 2023-08-09T11:40:56.1962406Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.1962712Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.1963047Z :1050: in _gcd_import 2023-08-09T11:40:56.1963248Z ??? 2023-08-09T11:40:56.1963520Z :1027: in _find_and_load 2023-08-09T11:40:56.1963737Z ??? 2023-08-09T11:40:56.1964015Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.1964237Z ??? 2023-08-09T11:40:56.1964507Z :688: in _load_unlocked 2023-08-09T11:40:56.1964709Z ??? 2023-08-09T11:40:56.1965130Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.1965423Z exec(co, module.__dict__) 2023-08-09T11:40:56.1965769Z torchaudio_unittest/backend/dispatcher/ffmpeg/info_test.py:10: in 2023-08-09T11:40:56.1966065Z from torchaudio._backend.utils import get_info_func 2023-08-09T11:40:56.1966576Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.1966941Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.1967431Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.1967918Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.1968418Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2019053Z torch.ops.load_library(path) 2023-08-09T11:40:56.2019737Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2020151Z ctypes.CDLL(path) 2023-08-09T11:40:56.2020696Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2021085Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2022163Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2022788Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/ffmpeg/load_test.py _ 2023-08-09T11:40:56.2023235Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2023524Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2023891Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2024231Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2024644Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2024914Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2025319Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2025641Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2026007Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2026444Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2026809Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2027096Z return self._importtestmodule() 2023-08-09T11:40:56.2027483Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2027848Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2028285Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2028589Z importlib.import_module(module_name) 2023-08-09T11:40:56.2028936Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2029248Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2029585Z :1050: in _gcd_import 2023-08-09T11:40:56.2029792Z ??? 2023-08-09T11:40:56.2030066Z :1027: in _find_and_load 2023-08-09T11:40:56.2030282Z ??? 2023-08-09T11:40:56.2030556Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2030783Z ??? 2023-08-09T11:40:56.2031165Z :688: in _load_unlocked 2023-08-09T11:40:56.2031369Z ??? 2023-08-09T11:40:56.2031730Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2032019Z exec(co, module.__dict__) 2023-08-09T11:40:56.2032352Z torchaudio_unittest/backend/dispatcher/ffmpeg/load_test.py:8: in 2023-08-09T11:40:56.2032671Z from torchaudio._backend.ffmpeg import _parse_save_args 2023-08-09T11:40:56.2033188Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2033562Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2034052Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2034415Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2034911Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2035278Z torch.ops.load_library(path) 2023-08-09T11:40:56.2035628Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2035893Z ctypes.CDLL(path) 2023-08-09T11:40:56.2036219Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2036482Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2037099Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2037691Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/ffmpeg/save_test.py _ 2023-08-09T11:40:56.2038134Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2038408Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2038778Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2039115Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2039516Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2039829Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2040234Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2040607Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2040962Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2041236Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2041606Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2041892Z return self._importtestmodule() 2023-08-09T11:40:56.2042274Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2042636Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2043069Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2043356Z importlib.import_module(module_name) 2023-08-09T11:40:56.2043717Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2044029Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2044366Z :1050: in _gcd_import 2023-08-09T11:40:56.2044566Z ??? 2023-08-09T11:40:56.2044845Z :1027: in _find_and_load 2023-08-09T11:40:56.2045127Z ??? 2023-08-09T11:40:56.2045403Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2045625Z ??? 2023-08-09T11:40:56.2045896Z :688: in _load_unlocked 2023-08-09T11:40:56.2046099Z ??? 2023-08-09T11:40:56.2046456Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2046744Z exec(co, module.__dict__) 2023-08-09T11:40:56.2047077Z torchaudio_unittest/backend/dispatcher/ffmpeg/save_test.py:10: in 2023-08-09T11:40:56.2047400Z from torchaudio._backend.ffmpeg import _parse_save_args 2023-08-09T11:40:56.2048081Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2048452Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2049018Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2049386Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2049880Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2050236Z torch.ops.load_library(path) 2023-08-09T11:40:56.2050603Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2050871Z ctypes.CDLL(path) 2023-08-09T11:40:56.2051196Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2051462Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2052084Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2052688Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/soundfile/info_test.py _ 2023-08-09T11:40:56.2053134Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2053408Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2053777Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2054112Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2054510Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2054883Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2055294Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2055601Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2055973Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2056249Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2056614Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2056886Z return self._importtestmodule() 2023-08-09T11:40:56.2057282Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2057644Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2058068Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2058373Z importlib.import_module(module_name) 2023-08-09T11:40:56.2058735Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2059045Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2059429Z :1050: in _gcd_import 2023-08-09T11:40:56.2059644Z ??? 2023-08-09T11:40:56.2059918Z :1027: in _find_and_load 2023-08-09T11:40:56.2112612Z ??? 2023-08-09T11:40:56.2113286Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2113779Z ??? 2023-08-09T11:40:56.2114379Z :688: in _load_unlocked 2023-08-09T11:40:56.2114784Z ??? 2023-08-09T11:40:56.2115341Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2115895Z exec(co, module.__dict__) 2023-08-09T11:40:56.2116408Z torchaudio_unittest/backend/dispatcher/soundfile/info_test.py:7: in 2023-08-09T11:40:56.2116728Z from torchaudio._backend.utils import get_info_func 2023-08-09T11:40:56.2117250Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2117623Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2118118Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2118479Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2118976Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2119332Z torch.ops.load_library(path) 2023-08-09T11:40:56.2119700Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2119972Z ctypes.CDLL(path) 2023-08-09T11:40:56.2120294Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2120555Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2121176Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2121783Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/soundfile/load_test.py _ 2023-08-09T11:40:56.2122215Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2122503Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2122868Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2123357Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2123758Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2124045Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2124458Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2124768Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2125140Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2125417Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2125778Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2126051Z return self._importtestmodule() 2023-08-09T11:40:56.2126446Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2126812Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2127232Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2127535Z importlib.import_module(module_name) 2023-08-09T11:40:56.2128138Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2128454Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2128869Z :1050: in _gcd_import 2023-08-09T11:40:56.2129090Z ??? 2023-08-09T11:40:56.2129369Z :1027: in _find_and_load 2023-08-09T11:40:56.2129571Z ??? 2023-08-09T11:40:56.2129864Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2130090Z ??? 2023-08-09T11:40:56.2130349Z :688: in _load_unlocked 2023-08-09T11:40:56.2130567Z ??? 2023-08-09T11:40:56.2130927Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2131246Z exec(co, module.__dict__) 2023-08-09T11:40:56.2131584Z torchaudio_unittest/backend/dispatcher/soundfile/load_test.py:8: in 2023-08-09T11:40:56.2131898Z from torchaudio._backend.utils import get_load_func 2023-08-09T11:40:56.2132414Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2132766Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2133275Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2133635Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2134129Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2134491Z torch.ops.load_library(path) 2023-08-09T11:40:56.2134858Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2135125Z ctypes.CDLL(path) 2023-08-09T11:40:56.2135439Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2135713Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2136327Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2136927Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/soundfile/save_test.py _ 2023-08-09T11:40:56.2137359Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2137646Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2138105Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2138441Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2138847Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2139135Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2139544Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2139850Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2140223Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2140501Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2140850Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2141140Z return self._importtestmodule() 2023-08-09T11:40:56.2141542Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2141906Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2142382Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2142685Z importlib.import_module(module_name) 2023-08-09T11:40:56.2143046Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2143342Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2143679Z :1050: in _gcd_import 2023-08-09T11:40:56.2143892Z ??? 2023-08-09T11:40:56.2144164Z :1027: in _find_and_load 2023-08-09T11:40:56.2144365Z ??? 2023-08-09T11:40:56.2144653Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2144883Z ??? 2023-08-09T11:40:56.2145142Z :688: in _load_unlocked 2023-08-09T11:40:56.2145356Z ??? 2023-08-09T11:40:56.2145716Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2145994Z exec(co, module.__dict__) 2023-08-09T11:40:56.2146341Z torchaudio_unittest/backend/dispatcher/soundfile/save_test.py:5: in 2023-08-09T11:40:56.2146654Z from torchaudio._backend.utils import get_save_func 2023-08-09T11:40:56.2147152Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2147518Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2148023Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2148390Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2148870Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2149233Z torch.ops.load_library(path) 2023-08-09T11:40:56.2149601Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2149854Z ctypes.CDLL(path) 2023-08-09T11:40:56.2150179Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2150451Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2151069Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2151641Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/sox/info_test.py _ 2023-08-09T11:40:56.2152135Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2152426Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2152795Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2153122Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2153535Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2153819Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2154213Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2210412Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2211072Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2211478Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2212009Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2212500Z return self._importtestmodule() 2023-08-09T11:40:56.2213133Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2213634Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2214081Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2214387Z importlib.import_module(module_name) 2023-08-09T11:40:56.2214754Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2215052Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2215388Z :1050: in _gcd_import 2023-08-09T11:40:56.2215605Z ??? 2023-08-09T11:40:56.2215876Z :1027: in _find_and_load 2023-08-09T11:40:56.2216092Z ??? 2023-08-09T11:40:56.2216380Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2216591Z ??? 2023-08-09T11:40:56.2216906Z :688: in _load_unlocked 2023-08-09T11:40:56.2217129Z ??? 2023-08-09T11:40:56.2217489Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2217764Z exec(co, module.__dict__) 2023-08-09T11:40:56.2218101Z torchaudio_unittest/backend/dispatcher/sox/info_test.py:6: in 2023-08-09T11:40:56.2218405Z from torchaudio._backend.utils import get_info_func 2023-08-09T11:40:56.2218922Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2219276Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2219788Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2220152Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2220634Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2221004Z torch.ops.load_library(path) 2023-08-09T11:40:56.2221374Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2221644Z ctypes.CDLL(path) 2023-08-09T11:40:56.2221950Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2222224Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2222841Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2223513Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/sox/load_test.py _ 2023-08-09T11:40:56.2223936Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2224230Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2224601Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2224924Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2225339Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2225620Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2226029Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2226335Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2226706Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2226984Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2227331Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2227670Z return self._importtestmodule() 2023-08-09T11:40:56.2228065Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2228416Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2228845Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2229146Z importlib.import_module(module_name) 2023-08-09T11:40:56.2229506Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2229801Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2230144Z :1050: in _gcd_import 2023-08-09T11:40:56.2230362Z ??? 2023-08-09T11:40:56.2230625Z :1027: in _find_and_load 2023-08-09T11:40:56.2230845Z ??? 2023-08-09T11:40:56.2231137Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2231346Z ??? 2023-08-09T11:40:56.2231617Z :688: in _load_unlocked 2023-08-09T11:40:56.2231831Z ??? 2023-08-09T11:40:56.2232174Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2232460Z exec(co, module.__dict__) 2023-08-09T11:40:56.2232795Z torchaudio_unittest/backend/dispatcher/sox/load_test.py:6: in 2023-08-09T11:40:56.2233097Z from torchaudio._backend.utils import get_load_func 2023-08-09T11:40:56.2233589Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2233960Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2234468Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2234830Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2235310Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2235675Z torch.ops.load_library(path) 2023-08-09T11:40:56.2236040Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2236294Z ctypes.CDLL(path) 2023-08-09T11:40:56.2236616Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2236886Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2237539Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2238143Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/sox/roundtrip_test.py _ 2023-08-09T11:40:56.2238585Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2238870Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2239225Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2239561Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2239971Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2240256Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2240649Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2240971Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2241338Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2241662Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2242022Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2242309Z return self._importtestmodule() 2023-08-09T11:40:56.2242690Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2243052Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2243481Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2243781Z importlib.import_module(module_name) 2023-08-09T11:40:56.2244135Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2244441Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2244777Z :1050: in _gcd_import 2023-08-09T11:40:56.2244981Z ??? 2023-08-09T11:40:56.2245258Z :1027: in _find_and_load 2023-08-09T11:40:56.2245473Z ??? 2023-08-09T11:40:56.2245746Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2245971Z ??? 2023-08-09T11:40:56.2246244Z :688: in _load_unlocked 2023-08-09T11:40:56.2246461Z ??? 2023-08-09T11:40:56.2246806Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2247096Z exec(co, module.__dict__) 2023-08-09T11:40:56.2247441Z torchaudio_unittest/backend/dispatcher/sox/roundtrip_test.py:5: in 2023-08-09T11:40:56.2247949Z from torchaudio._backend.utils import get_load_func, get_save_func 2023-08-09T11:40:56.2248476Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2248906Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2249418Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2249766Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2250262Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2250630Z torch.ops.load_library(path) 2023-08-09T11:40:56.2250980Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2251332Z ctypes.CDLL(path) 2023-08-09T11:40:56.2304855Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2305245Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2306115Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2307063Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/sox/save_test.py _ 2023-08-09T11:40:56.2307775Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2308364Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2308749Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2309075Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2309498Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2309785Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2310186Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2310692Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2311067Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2311346Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2311700Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2311986Z return self._importtestmodule() 2023-08-09T11:40:56.2312384Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2312731Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2313172Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2313473Z importlib.import_module(module_name) 2023-08-09T11:40:56.2313822Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2314135Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2314477Z :1050: in _gcd_import 2023-08-09T11:40:56.2314692Z ??? 2023-08-09T11:40:56.2314957Z :1027: in _find_and_load 2023-08-09T11:40:56.2315174Z ??? 2023-08-09T11:40:56.2315469Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2315679Z ??? 2023-08-09T11:40:56.2315951Z :688: in _load_unlocked 2023-08-09T11:40:56.2316166Z ??? 2023-08-09T11:40:56.2316509Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2316806Z exec(co, module.__dict__) 2023-08-09T11:40:56.2317145Z torchaudio_unittest/backend/dispatcher/sox/save_test.py:7: in 2023-08-09T11:40:56.2317438Z from torchaudio._backend.utils import get_save_func 2023-08-09T11:40:56.2317954Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2318318Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2318823Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2319172Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2319667Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2320128Z torch.ops.load_library(path) 2023-08-09T11:40:56.2320496Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2320754Z ctypes.CDLL(path) 2023-08-09T11:40:56.2321080Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2321360Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2321962Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2322550Z _ ERROR collecting test/torchaudio_unittest/backend/dispatcher/sox/smoke_test.py _ 2023-08-09T11:40:56.2322986Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2323278Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2323632Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2323972Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2324383Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2324656Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2338852Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2339242Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2339657Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2339944Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2340320Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2340596Z return self._importtestmodule() 2023-08-09T11:40:56.2340998Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2341372Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2341798Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2342105Z importlib.import_module(module_name) 2023-08-09T11:40:56.2342475Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2342793Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2343119Z :1050: in _gcd_import 2023-08-09T11:40:56.2343334Z ??? 2023-08-09T11:40:56.2343611Z :1027: in _find_and_load 2023-08-09T11:40:56.2343815Z ??? 2023-08-09T11:40:56.2344106Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2344335Z ??? 2023-08-09T11:40:56.2344596Z :688: in _load_unlocked 2023-08-09T11:40:56.2344817Z ??? 2023-08-09T11:40:56.2345178Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2345454Z exec(co, module.__dict__) 2023-08-09T11:40:56.2345803Z torchaudio_unittest/backend/dispatcher/sox/smoke_test.py:5: in 2023-08-09T11:40:56.2346145Z from torchaudio._backend.utils import get_info_func, get_load_func, get_save_func 2023-08-09T11:40:56.2346689Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2347046Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2347557Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2347921Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2348478Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2348848Z torch.ops.load_library(path) 2023-08-09T11:40:56.2349219Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2349486Z ctypes.CDLL(path) 2023-08-09T11:40:56.2349798Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2350073Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2350697Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2351261Z ___ ERROR collecting test/torchaudio_unittest/backend/soundfile/info_test.py ___ 2023-08-09T11:40:56.2351696Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2351991Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2352365Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2352687Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2353146Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2353436Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2353831Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2354148Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2354519Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2354799Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2355149Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2355439Z return self._importtestmodule() 2023-08-09T11:40:56.2355840Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2356194Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2356634Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2356936Z importlib.import_module(module_name) 2023-08-09T11:40:56.2357295Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2357591Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2357933Z :1050: in _gcd_import 2023-08-09T11:40:56.2358148Z ??? 2023-08-09T11:40:56.2358411Z :1027: in _find_and_load 2023-08-09T11:40:56.2358637Z ??? 2023-08-09T11:40:56.2358926Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2359140Z ??? 2023-08-09T11:40:56.2359411Z :688: in _load_unlocked 2023-08-09T11:40:56.2396328Z ??? 2023-08-09T11:40:56.2397007Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2397563Z exec(co, module.__dict__) 2023-08-09T11:40:56.2398092Z torchaudio_unittest/backend/soundfile/info_test.py:7: in 2023-08-09T11:40:56.2398624Z from torchaudio.backend import soundfile_backend 2023-08-09T11:40:56.2399529Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2399889Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2400398Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2400932Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2401435Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2401802Z torch.ops.load_library(path) 2023-08-09T11:40:56.2402170Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2402435Z ctypes.CDLL(path) 2023-08-09T11:40:56.2402747Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2403019Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2403632Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2404222Z ___ ERROR collecting test/torchaudio_unittest/backend/soundfile/load_test.py ___ 2023-08-09T11:40:56.2404644Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2404931Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2405363Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2405685Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2406104Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2406394Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2406803Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2407111Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2407482Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2407923Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2408275Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2408560Z return self._importtestmodule() 2023-08-09T11:40:56.2409030Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2409399Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2409821Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2410127Z importlib.import_module(module_name) 2023-08-09T11:40:56.2410492Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2410788Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2411126Z :1050: in _gcd_import 2023-08-09T11:40:56.2411348Z ??? 2023-08-09T11:40:56.2411613Z :1027: in _find_and_load 2023-08-09T11:40:56.2411833Z ??? 2023-08-09T11:40:56.2412120Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2412332Z ??? 2023-08-09T11:40:56.2412609Z :688: in _load_unlocked 2023-08-09T11:40:56.2412826Z ??? 2023-08-09T11:40:56.2413180Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2413454Z exec(co, module.__dict__) 2023-08-09T11:40:56.2413783Z torchaudio_unittest/backend/soundfile/load_test.py:8: in 2023-08-09T11:40:56.2414088Z from torchaudio.backend import soundfile_backend 2023-08-09T11:40:56.2414587Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2415030Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2415536Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2415897Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2416379Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2416752Z torch.ops.load_library(path) 2023-08-09T11:40:56.2417121Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2417375Z ctypes.CDLL(path) 2023-08-09T11:40:56.2417699Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2417970Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2418584Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2419157Z ___ ERROR collecting test/torchaudio_unittest/backend/soundfile/save_test.py ___ 2023-08-09T11:40:56.2419646Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2419937Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2420300Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2420636Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2421050Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2421335Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2421729Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2422057Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2422429Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2422692Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2423054Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2423338Z return self._importtestmodule() 2023-08-09T11:40:56.2423738Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2424088Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2424519Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2424817Z importlib.import_module(module_name) 2023-08-09T11:40:56.2425167Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2425480Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2425817Z :1050: in _gcd_import 2023-08-09T11:40:56.2426021Z ??? 2023-08-09T11:40:56.2426297Z :1027: in _find_and_load 2023-08-09T11:40:56.2426514Z ??? 2023-08-09T11:40:56.2426807Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2427019Z ??? 2023-08-09T11:40:56.2427290Z :688: in _load_unlocked 2023-08-09T11:40:56.2427504Z ??? 2023-08-09T11:40:56.2427849Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2428139Z exec(co, module.__dict__) 2023-08-09T11:40:56.2428469Z torchaudio_unittest/backend/soundfile/save_test.py:5: in 2023-08-09T11:40:56.2428755Z from torchaudio.backend import soundfile_backend 2023-08-09T11:40:56.2429320Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2429687Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2430198Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2430542Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2431031Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2431398Z torch.ops.load_library(path) 2023-08-09T11:40:56.2431752Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2432019Z ctypes.CDLL(path) 2023-08-09T11:40:56.2432359Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2432635Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2433237Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2433875Z ____ ERROR collecting test/torchaudio_unittest/backend/sox_io/info_test.py _____ 2023-08-09T11:40:56.2434305Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2434596Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2434952Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2435290Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2435702Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2435977Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2436381Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2436701Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2437063Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2494421Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2495124Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2495545Z return self._importtestmodule() 2023-08-09T11:40:56.2496151Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2496679Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2497483Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2497808Z importlib.import_module(module_name) 2023-08-09T11:40:56.2498163Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2498473Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2498815Z :1050: in _gcd_import 2023-08-09T11:40:56.2499025Z ??? 2023-08-09T11:40:56.2499302Z :1027: in _find_and_load 2023-08-09T11:40:56.2499521Z ??? 2023-08-09T11:40:56.2499854Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2500066Z ??? 2023-08-09T11:40:56.2500335Z :688: in _load_unlocked 2023-08-09T11:40:56.2500551Z ??? 2023-08-09T11:40:56.2500897Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2501188Z exec(co, module.__dict__) 2023-08-09T11:40:56.2501658Z torchaudio_unittest/backend/sox_io/info_test.py:4: in 2023-08-09T11:40:56.2501944Z from torchaudio.backend import sox_io_backend 2023-08-09T11:40:56.2502438Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2502815Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2503325Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2503676Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2504167Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2504536Z torch.ops.load_library(path) 2023-08-09T11:40:56.2504904Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2505163Z ctypes.CDLL(path) 2023-08-09T11:40:56.2505488Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2505763Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2506448Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2507035Z ____ ERROR collecting test/torchaudio_unittest/backend/sox_io/load_test.py _____ 2023-08-09T11:40:56.2507468Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2507757Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2508117Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2508457Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2508875Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2509151Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2509557Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2509886Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2510258Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2510519Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2510883Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2511170Z return self._importtestmodule() 2023-08-09T11:40:56.2511551Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2511914Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2512353Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2512654Z importlib.import_module(module_name) 2023-08-09T11:40:56.2513001Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2513314Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2513653Z :1050: in _gcd_import 2023-08-09T11:40:56.2513856Z ??? 2023-08-09T11:40:56.2514130Z :1027: in _find_and_load 2023-08-09T11:40:56.2514347Z ??? 2023-08-09T11:40:56.2514622Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2514847Z ??? 2023-08-09T11:40:56.2515118Z :688: in _load_unlocked 2023-08-09T11:40:56.2515323Z ??? 2023-08-09T11:40:56.2515687Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2516037Z exec(co, module.__dict__) 2023-08-09T11:40:56.2516358Z torchaudio_unittest/backend/sox_io/load_test.py:5: in 2023-08-09T11:40:56.2516631Z from torchaudio.backend import sox_io_backend 2023-08-09T11:40:56.2517146Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2517515Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2518008Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2518366Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2518858Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2519233Z torch.ops.load_library(path) 2023-08-09T11:40:56.2519585Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2519850Z ctypes.CDLL(path) 2023-08-09T11:40:56.2520179Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2520486Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2521107Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2521694Z __ ERROR collecting test/torchaudio_unittest/backend/sox_io/roundtrip_test.py __ 2023-08-09T11:40:56.2522132Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2522410Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2522778Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2523118Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2523534Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2523807Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2524222Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2524542Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2524899Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2525172Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2525535Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2525808Z return self._importtestmodule() 2023-08-09T11:40:56.2526205Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2526571Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2527007Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2527298Z importlib.import_module(module_name) 2023-08-09T11:40:56.2527840Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2528148Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2528473Z :1050: in _gcd_import 2023-08-09T11:40:56.2528687Z ??? 2023-08-09T11:40:56.2529028Z :1027: in _find_and_load 2023-08-09T11:40:56.2529232Z ??? 2023-08-09T11:40:56.2529519Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2529746Z ??? 2023-08-09T11:40:56.2530020Z :688: in _load_unlocked 2023-08-09T11:40:56.2530334Z ??? 2023-08-09T11:40:56.2530693Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2530985Z exec(co, module.__dict__) 2023-08-09T11:40:56.2531309Z torchaudio_unittest/backend/sox_io/roundtrip_test.py:4: in 2023-08-09T11:40:56.2531607Z from torchaudio.backend import sox_io_backend 2023-08-09T11:40:56.2532121Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2532478Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2532986Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2533351Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2533842Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2534201Z torch.ops.load_library(path) 2023-08-09T11:40:56.2534572Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2534897Z ctypes.CDLL(path) 2023-08-09T11:40:56.2535211Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2535486Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2536099Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2593079Z ____ ERROR collecting test/torchaudio_unittest/backend/sox_io/save_test.py _____ 2023-08-09T11:40:56.2593803Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2594325Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2594920Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2595439Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2596198Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2596496Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2596908Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2597229Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2597586Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2597864Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2598228Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2598505Z return self._importtestmodule() 2023-08-09T11:40:56.2598905Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2599270Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2599709Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2599999Z importlib.import_module(module_name) 2023-08-09T11:40:56.2600366Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2600678Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2601004Z :1050: in _gcd_import 2023-08-09T11:40:56.2601215Z ??? 2023-08-09T11:40:56.2601489Z :1027: in _find_and_load 2023-08-09T11:40:56.2601694Z ??? 2023-08-09T11:40:56.2602142Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2602369Z ??? 2023-08-09T11:40:56.2602631Z :688: in _load_unlocked 2023-08-09T11:40:56.2602849Z ??? 2023-08-09T11:40:56.2603210Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2603501Z exec(co, module.__dict__) 2023-08-09T11:40:56.2603808Z torchaudio_unittest/backend/sox_io/save_test.py:5: in 2023-08-09T11:40:56.2604099Z from torchaudio.backend import sox_io_backend 2023-08-09T11:40:56.2604610Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2604964Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2605473Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2605841Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2606339Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2606761Z torch.ops.load_library(path) 2023-08-09T11:40:56.2607134Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2607403Z ctypes.CDLL(path) 2023-08-09T11:40:56.2607893Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2608170Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2608860Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2609443Z ____ ERROR collecting test/torchaudio_unittest/backend/sox_io/smoke_test.py ____ 2023-08-09T11:40:56.2609868Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2610158Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2610534Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2610856Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2611272Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2611557Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2611965Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2612274Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2612643Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2612924Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2613274Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2613558Z return self._importtestmodule() 2023-08-09T11:40:56.2613990Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2614357Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2614777Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2615082Z importlib.import_module(module_name) 2023-08-09T11:40:56.2615444Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2615753Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2616076Z :1050: in _gcd_import 2023-08-09T11:40:56.2616384Z ??? 2023-08-09T11:40:56.2616662Z :1027: in _find_and_load 2023-08-09T11:40:56.2616866Z ??? 2023-08-09T11:40:56.2617154Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2617379Z ??? 2023-08-09T11:40:56.2617642Z :688: in _load_unlocked 2023-08-09T11:40:56.2617859Z ??? 2023-08-09T11:40:56.2618221Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2618498Z exec(co, module.__dict__) 2023-08-09T11:40:56.2618825Z torchaudio_unittest/backend/sox_io/smoke_test.py:4: in 2023-08-09T11:40:56.2619117Z from torchaudio.backend import sox_io_backend 2023-08-09T11:40:56.2619628Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2619985Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2620496Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2620860Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2621402Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2621771Z torch.ops.load_library(path) 2023-08-09T11:40:56.2622139Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2622407Z ctypes.CDLL(path) 2023-08-09T11:40:56.2622719Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2622994Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2623613Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2624190Z _ ERROR collecting test/torchaudio_unittest/backend/sox_io/torchscript_test.py _ 2023-08-09T11:40:56.2624630Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2624923Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2625298Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2625619Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2626034Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2626320Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2626717Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2627040Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2627411Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2627690Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2628039Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2628331Z return self._importtestmodule() 2023-08-09T11:40:56.2628728Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2629078Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2629510Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2629809Z importlib.import_module(module_name) 2023-08-09T11:40:56.2630171Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2630467Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2630868Z :1050: in _gcd_import 2023-08-09T11:40:56.2631086Z ??? 2023-08-09T11:40:56.2631350Z :1027: in _find_and_load 2023-08-09T11:40:56.2631570Z ??? 2023-08-09T11:40:56.2631863Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2632076Z ??? 2023-08-09T11:40:56.2632348Z :688: in _load_unlocked 2023-08-09T11:40:56.2632563Z ??? 2023-08-09T11:40:56.2632906Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2633194Z exec(co, module.__dict__) 2023-08-09T11:40:56.2633537Z torchaudio_unittest/backend/sox_io/torchscript_test.py:5: in 2023-08-09T11:40:56.2633796Z import torchaudio 2023-08-09T11:40:56.2634251Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2686365Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2687707Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2688399Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2689264Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2689778Z torch.ops.load_library(path) 2023-08-09T11:40:56.2690363Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2690520Z ctypes.CDLL(path) 2023-08-09T11:40:56.2690897Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2691046Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2691537Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2691814Z _ ERROR collecting test/torchaudio_unittest/compliance/kaldi/kaldi_compatibility_cpu_test.py _ 2023-08-09T11:40:56.2692058Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2692158Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2692396Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2692550Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2692790Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2692877Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2693158Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2693269Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2693501Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2693596Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2693836Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2693938Z return self._importtestmodule() 2023-08-09T11:40:56.2694200Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2694347Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2694595Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2694702Z importlib.import_module(module_name) 2023-08-09T11:40:56.2695037Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2695175Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2695357Z :1050: in _gcd_import 2023-08-09T11:40:56.2695424Z ??? 2023-08-09T11:40:56.2695597Z :1027: in _find_and_load 2023-08-09T11:40:56.2695663Z ??? 2023-08-09T11:40:56.2695860Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2695964Z ??? 2023-08-09T11:40:56.2696147Z :688: in _load_unlocked 2023-08-09T11:40:56.2696212Z ??? 2023-08-09T11:40:56.2696481Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2696567Z exec(co, module.__dict__) 2023-08-09T11:40:56.2696815Z torchaudio_unittest/compliance/kaldi/kaldi_compatibility_cpu_test.py:2: in 2023-08-09T11:40:56.2696938Z from torchaudio_unittest import common_utils 2023-08-09T11:40:56.2697118Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.2697231Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.2697507Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.2697589Z import torchaudio 2023-08-09T11:40:56.2697951Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2698058Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2698433Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2698529Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2698883Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2698986Z torch.ops.load_library(path) 2023-08-09T11:40:56.2699226Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2699309Z ctypes.CDLL(path) 2023-08-09T11:40:56.2699522Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2699631Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2700115Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2700388Z _ ERROR collecting test/torchaudio_unittest/compliance/kaldi/kaldi_compatibility_cuda_test.py _ 2023-08-09T11:40:56.2700616Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2700720Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2700959Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2701113Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2701356Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2701458Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2701733Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2701846Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2702062Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2702154Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2702393Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2702557Z return self._importtestmodule() 2023-08-09T11:40:56.2702822Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2702982Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2703237Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2703346Z importlib.import_module(module_name) 2023-08-09T11:40:56.2703556Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2703691Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2703867Z :1050: in _gcd_import 2023-08-09T11:40:56.2703933Z ??? 2023-08-09T11:40:56.2704117Z :1027: in _find_and_load 2023-08-09T11:40:56.2704181Z ??? 2023-08-09T11:40:56.2704380Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2704445Z ??? 2023-08-09T11:40:56.2704612Z :688: in _load_unlocked 2023-08-09T11:40:56.2704677Z ??? 2023-08-09T11:40:56.2705005Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2705092Z exec(co, module.__dict__) 2023-08-09T11:40:56.2705339Z torchaudio_unittest/compliance/kaldi/kaldi_compatibility_cuda_test.py:2: in 2023-08-09T11:40:56.2705457Z from torchaudio_unittest import common_utils 2023-08-09T11:40:56.2705653Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.2705752Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.2705959Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.2706039Z import torchaudio 2023-08-09T11:40:56.2706404Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2706510Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2706886Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2706979Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2707348Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2707431Z torch.ops.load_library(path) 2023-08-09T11:40:56.2707671Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2707752Z ctypes.CDLL(path) 2023-08-09T11:40:56.2707961Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2708075Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2708556Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2708800Z __ ERROR collecting test/torchaudio_unittest/compliance/kaldi/legacy_test.py ___ 2023-08-09T11:40:56.2709042Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2709141Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2709367Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2709519Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2709758Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2709858Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2710197Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2710310Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2710541Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2785471Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2785926Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2786080Z return self._importtestmodule() 2023-08-09T11:40:56.2786484Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2786706Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2787232Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2787493Z importlib.import_module(module_name) 2023-08-09T11:40:56.2787940Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2788193Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2788422Z :1050: in _gcd_import 2023-08-09T11:40:56.2788634Z ??? 2023-08-09T11:40:56.2788810Z :1027: in _find_and_load 2023-08-09T11:40:56.2788874Z ??? 2023-08-09T11:40:56.2789075Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2789139Z ??? 2023-08-09T11:40:56.2789321Z :688: in _load_unlocked 2023-08-09T11:40:56.2789384Z ??? 2023-08-09T11:40:56.2789653Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2789725Z exec(co, module.__dict__) 2023-08-09T11:40:56.2789937Z torchaudio_unittest/compliance/kaldi/legacy_test.py:2: in 2023-08-09T11:40:56.2790071Z import torchaudio.compliance.kaldi as kaldi 2023-08-09T11:40:56.2790436Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2790547Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2790924Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2791016Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2791386Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2791483Z torch.ops.load_library(path) 2023-08-09T11:40:56.2791708Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2791795Z ctypes.CDLL(path) 2023-08-09T11:40:56.2792007Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2792116Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2792606Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2792845Z _____ ERROR collecting test/torchaudio_unittest/datasets/cmuarctic_test.py _____ 2023-08-09T11:40:56.2793087Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2793187Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2793410Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2793561Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2793876Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2793978Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2794255Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2794370Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2794602Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2794695Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2794918Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2795018Z return self._importtestmodule() 2023-08-09T11:40:56.2795282Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2795443Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2795701Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2795811Z importlib.import_module(module_name) 2023-08-09T11:40:56.2796034Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2796222Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2796386Z :1050: in _gcd_import 2023-08-09T11:40:56.2796451Z ??? 2023-08-09T11:40:56.2796634Z :1027: in _find_and_load 2023-08-09T11:40:56.2796700Z ??? 2023-08-09T11:40:56.2796897Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2796960Z ??? 2023-08-09T11:40:56.2797140Z :688: in _load_unlocked 2023-08-09T11:40:56.2797189Z ??? 2023-08-09T11:40:56.2797455Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2797544Z exec(co, module.__dict__) 2023-08-09T11:40:56.2797749Z torchaudio_unittest/datasets/cmuarctic_test.py:4: in 2023-08-09T11:40:56.2797870Z from torchaudio.datasets import cmuarctic 2023-08-09T11:40:56.2798235Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2798341Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2798716Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2798794Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2799165Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2799262Z torch.ops.load_library(path) 2023-08-09T11:40:56.2799505Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2799588Z ctypes.CDLL(path) 2023-08-09T11:40:56.2799796Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2799908Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2800388Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2800609Z ______ ERROR collecting test/torchaudio_unittest/datasets/cmudict_test.py ______ 2023-08-09T11:40:56.2800849Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2800943Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2801178Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2801417Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2801656Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2801756Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2802040Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2802138Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2802371Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2802463Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2802701Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2802803Z return self._importtestmodule() 2023-08-09T11:40:56.2803061Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2803229Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2803483Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2803577Z importlib.import_module(module_name) 2023-08-09T11:40:56.2803858Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2803996Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2804175Z :1050: in _gcd_import 2023-08-09T11:40:56.2804237Z ??? 2023-08-09T11:40:56.2804421Z :1027: in _find_and_load 2023-08-09T11:40:56.2804485Z ??? 2023-08-09T11:40:56.2804683Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2804733Z ??? 2023-08-09T11:40:56.2804914Z :688: in _load_unlocked 2023-08-09T11:40:56.2804981Z ??? 2023-08-09T11:40:56.2805244Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2805330Z exec(co, module.__dict__) 2023-08-09T11:40:56.2805534Z torchaudio_unittest/datasets/cmudict_test.py:4: in 2023-08-09T11:40:56.2805651Z from torchaudio.datasets import CMUDict 2023-08-09T11:40:56.2805995Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2806100Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2806473Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2806564Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2806945Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2807044Z torch.ops.load_library(path) 2023-08-09T11:40:56.2807280Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2807363Z ctypes.CDLL(path) 2023-08-09T11:40:56.2807738Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2807834Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2808310Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2884177Z ____ ERROR collecting test/torchaudio_unittest/datasets/commonvoice_test.py ____ 2023-08-09T11:40:56.2884603Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2884991Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2885366Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2885676Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2886058Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2886196Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2886700Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2886913Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2887345Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2887485Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2887896Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2888004Z return self._importtestmodule() 2023-08-09T11:40:56.2888272Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2888429Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2888845Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2888958Z importlib.import_module(module_name) 2023-08-09T11:40:56.2889173Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2889309Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2889489Z :1050: in _gcd_import 2023-08-09T11:40:56.2889555Z ??? 2023-08-09T11:40:56.2889742Z :1027: in _find_and_load 2023-08-09T11:40:56.2889807Z ??? 2023-08-09T11:40:56.2890003Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2890059Z ??? 2023-08-09T11:40:56.2890240Z :688: in _load_unlocked 2023-08-09T11:40:56.2890303Z ??? 2023-08-09T11:40:56.2890569Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2890658Z exec(co, module.__dict__) 2023-08-09T11:40:56.2890868Z torchaudio_unittest/datasets/commonvoice_test.py:7: in 2023-08-09T11:40:56.2890992Z from torchaudio.datasets import COMMONVOICE 2023-08-09T11:40:56.2891354Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2891448Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2891820Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2891916Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2892284Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2892381Z torch.ops.load_library(path) 2023-08-09T11:40:56.2892622Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2892704Z ctypes.CDLL(path) 2023-08-09T11:40:56.2892912Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2893005Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2893484Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2893718Z ______ ERROR collecting test/torchaudio_unittest/datasets/dr_vctk_test.py ______ 2023-08-09T11:40:56.2894041Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2894141Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2894381Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2894536Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2894774Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2894859Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2895135Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2895248Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2895478Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2895570Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2895810Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2895914Z return self._importtestmodule() 2023-08-09T11:40:56.2896174Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2896372Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2896624Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2896732Z importlib.import_module(module_name) 2023-08-09T11:40:56.2896958Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2897093Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2897269Z :1050: in _gcd_import 2023-08-09T11:40:56.2897335Z ??? 2023-08-09T11:40:56.2897522Z :1027: in _find_and_load 2023-08-09T11:40:56.2897574Z ??? 2023-08-09T11:40:56.2897770Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2897836Z ??? 2023-08-09T11:40:56.2898017Z :688: in _load_unlocked 2023-08-09T11:40:56.2898084Z ??? 2023-08-09T11:40:56.2898350Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2898435Z exec(co, module.__dict__) 2023-08-09T11:40:56.2898619Z torchaudio_unittest/datasets/dr_vctk_test.py:4: in 2023-08-09T11:40:56.2898734Z from torchaudio.datasets import dr_vctk 2023-08-09T11:40:56.2899094Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2899203Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2899584Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2899677Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2900049Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2900147Z torch.ops.load_library(path) 2023-08-09T11:40:56.2900369Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2900453Z ctypes.CDLL(path) 2023-08-09T11:40:56.2900662Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2900770Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2901252Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2901558Z __ ERROR collecting test/torchaudio_unittest/datasets/fluentcommands_test.py ___ 2023-08-09T11:40:56.2901801Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2901907Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2902144Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2902281Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2902521Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2902621Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2902899Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2903010Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2903246Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2903338Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2903573Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2903709Z return self._importtestmodule() 2023-08-09T11:40:56.2903988Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2904147Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2904396Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2904504Z importlib.import_module(module_name) 2023-08-09T11:40:56.2904727Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2904865Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2905049Z :1050: in _gcd_import 2023-08-09T11:40:56.2905099Z ??? 2023-08-09T11:40:56.2905282Z :1027: in _find_and_load 2023-08-09T11:40:56.2905344Z ??? 2023-08-09T11:40:56.2905544Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2905607Z ??? 2023-08-09T11:40:56.2905788Z :688: in _load_unlocked 2023-08-09T11:40:56.2905851Z ??? 2023-08-09T11:40:56.2906103Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2906188Z exec(co, module.__dict__) 2023-08-09T11:40:56.2906404Z torchaudio_unittest/datasets/fluentcommands_test.py:6: in 2023-08-09T11:40:56.2906531Z from torchaudio.datasets import fluentcommands 2023-08-09T11:40:56.2906886Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2976426Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2977087Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2977232Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2977863Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2978009Z torch.ops.load_library(path) 2023-08-09T11:40:56.2978376Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2978509Z ctypes.CDLL(path) 2023-08-09T11:40:56.2978914Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2979101Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2979774Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2980008Z _______ ERROR collecting test/torchaudio_unittest/datasets/gtzan_test.py _______ 2023-08-09T11:40:56.2980257Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2980358Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2980600Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2980736Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2980975Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2981076Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2981350Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2981467Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2981697Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2981788Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2982107Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2982197Z return self._importtestmodule() 2023-08-09T11:40:56.2982459Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2982620Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2982869Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2982978Z importlib.import_module(module_name) 2023-08-09T11:40:56.2983202Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2983343Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2983521Z :1050: in _gcd_import 2023-08-09T11:40:56.2983574Z ??? 2023-08-09T11:40:56.2983759Z :1027: in _find_and_load 2023-08-09T11:40:56.2983823Z ??? 2023-08-09T11:40:56.2984021Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2984082Z ??? 2023-08-09T11:40:56.2984263Z :688: in _load_unlocked 2023-08-09T11:40:56.2984326Z ??? 2023-08-09T11:40:56.2984577Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2984662Z exec(co, module.__dict__) 2023-08-09T11:40:56.2984855Z torchaudio_unittest/datasets/gtzan_test.py:4: in 2023-08-09T11:40:56.2984971Z from torchaudio.datasets import gtzan 2023-08-09T11:40:56.2985332Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2985438Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2985813Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2985907Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2986262Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2986360Z torch.ops.load_library(path) 2023-08-09T11:40:56.2986596Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2986679Z ctypes.CDLL(path) 2023-08-09T11:40:56.2986889Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2987057Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2987546Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2987811Z ______ ERROR collecting test/torchaudio_unittest/datasets/iemocap_test.py ______ 2023-08-09T11:40:56.2988052Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2988151Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2988377Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2988525Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2988763Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2988869Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2989146Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2989258Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2989549Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2989643Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2989865Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2989967Z return self._importtestmodule() 2023-08-09T11:40:56.2990233Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2990393Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2990641Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2990756Z importlib.import_module(module_name) 2023-08-09T11:40:56.2990980Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.2991101Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.2991283Z :1050: in _gcd_import 2023-08-09T11:40:56.2991349Z ??? 2023-08-09T11:40:56.2991532Z :1027: in _find_and_load 2023-08-09T11:40:56.2991596Z ??? 2023-08-09T11:40:56.2991792Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.2991857Z ??? 2023-08-09T11:40:56.2992025Z :688: in _load_unlocked 2023-08-09T11:40:56.2992089Z ??? 2023-08-09T11:40:56.2992355Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.2992446Z exec(co, module.__dict__) 2023-08-09T11:40:56.2992645Z torchaudio_unittest/datasets/iemocap_test.py:4: in 2023-08-09T11:40:56.2992761Z from torchaudio.datasets import iemocap 2023-08-09T11:40:56.2993125Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.2993231Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.2993589Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.2993682Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.2994049Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.2994146Z torch.ops.load_library(path) 2023-08-09T11:40:56.2994384Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.2994526Z ctypes.CDLL(path) 2023-08-09T11:40:56.2994736Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.2994844Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.2995327Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.2995563Z _ ERROR collecting test/torchaudio_unittest/datasets/librilightlimited_test.py _ 2023-08-09T11:40:56.2995805Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.2995904Z result: Optional[TResult] = func() 2023-08-09T11:40:56.2996142Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.2996292Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.2996534Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.2996638Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.2996966Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.2997066Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.2997296Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.2997389Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.2997627Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.2997727Z return self._importtestmodule() 2023-08-09T11:40:56.2997987Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.2998146Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.2998401Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.2998494Z importlib.import_module(module_name) 2023-08-09T11:40:56.3071890Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3072143Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3072445Z :1050: in _gcd_import 2023-08-09T11:40:56.3072545Z ??? 2023-08-09T11:40:56.3072927Z :1027: in _find_and_load 2023-08-09T11:40:56.3073019Z ??? 2023-08-09T11:40:56.3073336Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3073405Z ??? 2023-08-09T11:40:56.3073671Z :688: in _load_unlocked 2023-08-09T11:40:56.3073761Z ??? 2023-08-09T11:40:56.3074337Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3074497Z exec(co, module.__dict__) 2023-08-09T11:40:56.3074824Z torchaudio_unittest/datasets/librilightlimited_test.py:3: in 2023-08-09T11:40:56.3074963Z from torchaudio.datasets import librilight_limited 2023-08-09T11:40:56.3075332Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3075436Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3075804Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3075882Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3076249Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3076501Z torch.ops.load_library(path) 2023-08-09T11:40:56.3076737Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3076818Z ctypes.CDLL(path) 2023-08-09T11:40:56.3077031Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3077140Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3077622Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3077845Z _____ ERROR collecting test/torchaudio_unittest/datasets/librimix_test.py ______ 2023-08-09T11:40:56.3078088Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3078188Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3078432Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3078583Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3078823Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3079023Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3079303Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3079416Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3079634Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3079726Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3079965Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3080067Z return self._importtestmodule() 2023-08-09T11:40:56.3080332Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3080492Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3080743Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3080840Z importlib.import_module(module_name) 2023-08-09T11:40:56.3081064Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3081198Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3081377Z :1050: in _gcd_import 2023-08-09T11:40:56.3081441Z ??? 2023-08-09T11:40:56.3081623Z :1027: in _find_and_load 2023-08-09T11:40:56.3081682Z ??? 2023-08-09T11:40:56.3081876Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3081930Z ??? 2023-08-09T11:40:56.3082109Z :688: in _load_unlocked 2023-08-09T11:40:56.3082171Z ??? 2023-08-09T11:40:56.3082434Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3082514Z exec(co, module.__dict__) 2023-08-09T11:40:56.3082719Z torchaudio_unittest/datasets/librimix_test.py:5: in 2023-08-09T11:40:56.3082838Z from torchaudio.datasets import LibriMix 2023-08-09T11:40:56.3083183Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3083285Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3083650Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3083735Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3084171Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3084264Z torch.ops.load_library(path) 2023-08-09T11:40:56.3084500Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3084577Z ctypes.CDLL(path) 2023-08-09T11:40:56.3084773Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3084873Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3085351Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3085592Z ____ ERROR collecting test/torchaudio_unittest/datasets/librispeech_test.py ____ 2023-08-09T11:40:56.3085828Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3085931Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3086164Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3086361Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3086598Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3086684Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3086966Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3087074Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3087296Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3087379Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3087789Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3087889Z return self._importtestmodule() 2023-08-09T11:40:56.3088151Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3088311Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3088557Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3088659Z importlib.import_module(module_name) 2023-08-09T11:40:56.3088941Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3089076Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3089242Z :1050: in _gcd_import 2023-08-09T11:40:56.3089305Z ??? 2023-08-09T11:40:56.3089483Z :1027: in _find_and_load 2023-08-09T11:40:56.3089549Z ??? 2023-08-09T11:40:56.3089741Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3089801Z ??? 2023-08-09T11:40:56.3089976Z :688: in _load_unlocked 2023-08-09T11:40:56.3090025Z ??? 2023-08-09T11:40:56.3090287Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3090369Z exec(co, module.__dict__) 2023-08-09T11:40:56.3090576Z torchaudio_unittest/datasets/librispeech_test.py:1: in 2023-08-09T11:40:56.3090696Z from torchaudio.datasets import librispeech 2023-08-09T11:40:56.3091054Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3091157Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3091516Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3091686Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3092048Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3092144Z torch.ops.load_library(path) 2023-08-09T11:40:56.3092381Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3092460Z ctypes.CDLL(path) 2023-08-09T11:40:56.3092667Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3092770Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3093240Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3093467Z _____ ERROR collecting test/torchaudio_unittest/datasets/libritts_test.py ______ 2023-08-09T11:40:56.3093706Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3093804Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3094110Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3094259Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3168536Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3168861Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3169599Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3169866Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3170207Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3170325Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3170681Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3170820Z return self._importtestmodule() 2023-08-09T11:40:56.3171192Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3171422Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3171852Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3172049Z importlib.import_module(module_name) 2023-08-09T11:40:56.3172442Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3172605Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3172783Z :1050: in _gcd_import 2023-08-09T11:40:56.3172848Z ??? 2023-08-09T11:40:56.3173026Z :1027: in _find_and_load 2023-08-09T11:40:56.3173123Z ??? 2023-08-09T11:40:56.3173313Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3173372Z ??? 2023-08-09T11:40:56.3173555Z :688: in _load_unlocked 2023-08-09T11:40:56.3173616Z ??? 2023-08-09T11:40:56.3173870Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3173951Z exec(co, module.__dict__) 2023-08-09T11:40:56.3174146Z torchaudio_unittest/datasets/libritts_test.py:4: in 2023-08-09T11:40:56.3174280Z from torchaudio.datasets.libritts import LIBRITTS 2023-08-09T11:40:56.3174637Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3174898Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3175276Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3175364Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3175725Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3175819Z torch.ops.load_library(path) 2023-08-09T11:40:56.3176054Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3176132Z ctypes.CDLL(path) 2023-08-09T11:40:56.3176339Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3176444Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3176926Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3177165Z _____ ERROR collecting test/torchaudio_unittest/datasets/ljspeech_test.py ______ 2023-08-09T11:40:56.3177473Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3177560Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3177796Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3177940Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3178173Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3178268Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3178539Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3178653Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3178882Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3178959Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3179195Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3179291Z return self._importtestmodule() 2023-08-09T11:40:56.3179545Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3179701Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3179946Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3180050Z importlib.import_module(module_name) 2023-08-09T11:40:56.3180257Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3180391Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3180564Z :1050: in _gcd_import 2023-08-09T11:40:56.3180621Z ??? 2023-08-09T11:40:56.3180797Z :1027: in _find_and_load 2023-08-09T11:40:56.3180855Z ??? 2023-08-09T11:40:56.3181051Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3181111Z ??? 2023-08-09T11:40:56.3181279Z :688: in _load_unlocked 2023-08-09T11:40:56.3181337Z ??? 2023-08-09T11:40:56.3181597Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3181675Z exec(co, module.__dict__) 2023-08-09T11:40:56.3181872Z torchaudio_unittest/datasets/ljspeech_test.py:5: in 2023-08-09T11:40:56.3181986Z from torchaudio.datasets import ljspeech 2023-08-09T11:40:56.3182406Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3182497Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3182872Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3182959Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3183321Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3183412Z torch.ops.load_library(path) 2023-08-09T11:40:56.3183642Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3183720Z ctypes.CDLL(path) 2023-08-09T11:40:56.3183924Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3184023Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3184503Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3184794Z _____ ERROR collecting test/torchaudio_unittest/datasets/musdb_hq_test.py ______ 2023-08-09T11:40:56.3185036Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3185131Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3185366Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3185512Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3185743Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3185839Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3186104Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3186211Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3186443Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3186530Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3186764Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3186861Z return self._importtestmodule() 2023-08-09T11:40:56.3187118Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3187277Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3187512Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3187621Z importlib.import_module(module_name) 2023-08-09T11:40:56.3187841Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3187972Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3188147Z :1050: in _gcd_import 2023-08-09T11:40:56.3188212Z ??? 2023-08-09T11:40:56.3188389Z :1027: in _find_and_load 2023-08-09T11:40:56.3188439Z ??? 2023-08-09T11:40:56.3188633Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3188692Z ??? 2023-08-09T11:40:56.3188867Z :688: in _load_unlocked 2023-08-09T11:40:56.3188926Z ??? 2023-08-09T11:40:56.3189185Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3189267Z exec(co, module.__dict__) 2023-08-09T11:40:56.3189513Z torchaudio_unittest/datasets/musdb_hq_test.py:5: in 2023-08-09T11:40:56.3189625Z from torchaudio.datasets import musdb_hq 2023-08-09T11:40:56.3189982Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3190088Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3190456Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3190545Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3190912Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3264345Z torch.ops.load_library(path) 2023-08-09T11:40:56.3264848Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3264984Z ctypes.CDLL(path) 2023-08-09T11:40:56.3265351Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3265507Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3266439Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3266987Z _____ ERROR collecting test/torchaudio_unittest/datasets/quesst14_test.py ______ 2023-08-09T11:40:56.3267348Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3267446Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3267685Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3267833Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3268076Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3268174Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3268438Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3268551Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3268780Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3268868Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3269097Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3269194Z return self._importtestmodule() 2023-08-09T11:40:56.3269453Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3269611Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3269850Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3269957Z importlib.import_module(module_name) 2023-08-09T11:40:56.3270176Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3270313Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3270486Z :1050: in _gcd_import 2023-08-09T11:40:56.3270548Z ??? 2023-08-09T11:40:56.3270725Z :1027: in _find_and_load 2023-08-09T11:40:56.3270786Z ??? 2023-08-09T11:40:56.3270969Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3271030Z ??? 2023-08-09T11:40:56.3271208Z :688: in _load_unlocked 2023-08-09T11:40:56.3271268Z ??? 2023-08-09T11:40:56.3271525Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3271690Z exec(co, module.__dict__) 2023-08-09T11:40:56.3271887Z torchaudio_unittest/datasets/quesst14_test.py:6: in 2023-08-09T11:40:56.3271991Z from torchaudio.datasets import quesst14 2023-08-09T11:40:56.3272353Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3272452Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3272819Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3272904Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3273264Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3273357Z torch.ops.load_library(path) 2023-08-09T11:40:56.3273591Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3273660Z ctypes.CDLL(path) 2023-08-09T11:40:56.3273858Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3274014Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3274484Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3274710Z _______ ERROR collecting test/torchaudio_unittest/datasets/snips_test.py _______ 2023-08-09T11:40:56.3274943Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3275033Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3275265Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3275417Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3275641Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3275736Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3276009Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3276113Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3276339Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3276423Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3276653Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3276749Z return self._importtestmodule() 2023-08-09T11:40:56.3276996Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3277159Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3277403Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3277505Z importlib.import_module(module_name) 2023-08-09T11:40:56.3277725Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3277854Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3278031Z :1050: in _gcd_import 2023-08-09T11:40:56.3278081Z ??? 2023-08-09T11:40:56.3278260Z :1027: in _find_and_load 2023-08-09T11:40:56.3278322Z ??? 2023-08-09T11:40:56.3278512Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3278570Z ??? 2023-08-09T11:40:56.3278750Z :688: in _load_unlocked 2023-08-09T11:40:56.3278869Z ??? 2023-08-09T11:40:56.3279122Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3279203Z exec(co, module.__dict__) 2023-08-09T11:40:56.3279402Z torchaudio_unittest/datasets/snips_test.py:3: in 2023-08-09T11:40:56.3279511Z from torchaudio.datasets import snips 2023-08-09T11:40:56.3279862Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3279963Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3280331Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3280417Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3280774Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3280861Z torch.ops.load_library(path) 2023-08-09T11:40:56.3281092Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3281168Z ctypes.CDLL(path) 2023-08-09T11:40:56.3281425Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3281529Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3282007Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3282244Z __ ERROR collecting test/torchaudio_unittest/datasets/speechcommands_test.py ___ 2023-08-09T11:40:56.3282477Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3282566Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3282799Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3282945Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3283185Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3283280Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3283551Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3283657Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3283882Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3283959Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3284187Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3284284Z return self._importtestmodule() 2023-08-09T11:40:56.3284541Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3284698Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3284947Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3285050Z importlib.import_module(module_name) 2023-08-09T11:40:56.3285265Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3285385Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3285558Z :1050: in _gcd_import 2023-08-09T11:40:56.3285615Z ??? 2023-08-09T11:40:56.3285790Z :1027: in _find_and_load 2023-08-09T11:40:56.3285849Z ??? 2023-08-09T11:40:56.3286039Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3358177Z ??? 2023-08-09T11:40:56.3358565Z :688: in _load_unlocked 2023-08-09T11:40:56.3358668Z ??? 2023-08-09T11:40:56.3359103Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3359363Z exec(co, module.__dict__) 2023-08-09T11:40:56.3359679Z torchaudio_unittest/datasets/speechcommands_test.py:4: in 2023-08-09T11:40:56.3359973Z from torchaudio.datasets import speechcommands 2023-08-09T11:40:56.3360568Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3360725Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3361432Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3361575Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3361939Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3362033Z torch.ops.load_library(path) 2023-08-09T11:40:56.3362443Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3362524Z ctypes.CDLL(path) 2023-08-09T11:40:56.3362731Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3362836Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3363315Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3363546Z ______ ERROR collecting test/torchaudio_unittest/datasets/tedlium_test.py ______ 2023-08-09T11:40:56.3363783Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3363880Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3364114Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3364266Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3364500Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3364594Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3364863Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3364970Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3365186Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3365276Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3365506Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3365604Z return self._importtestmodule() 2023-08-09T11:40:56.3365861Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3366021Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3366266Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3366368Z importlib.import_module(module_name) 2023-08-09T11:40:56.3366577Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3366707Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3366880Z :1050: in _gcd_import 2023-08-09T11:40:56.3366940Z ??? 2023-08-09T11:40:56.3367201Z :1027: in _find_and_load 2023-08-09T11:40:56.3367262Z ??? 2023-08-09T11:40:56.3367454Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3367504Z ??? 2023-08-09T11:40:56.3367861Z :688: in _load_unlocked 2023-08-09T11:40:56.3367927Z ??? 2023-08-09T11:40:56.3368197Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3368278Z exec(co, module.__dict__) 2023-08-09T11:40:56.3368473Z torchaudio_unittest/datasets/tedlium_test.py:5: in 2023-08-09T11:40:56.3368585Z from torchaudio.datasets import tedlium 2023-08-09T11:40:56.3369008Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3369103Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3369512Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3369596Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3370030Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3370126Z torch.ops.load_library(path) 2023-08-09T11:40:56.3370360Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3370439Z ctypes.CDLL(path) 2023-08-09T11:40:56.3370643Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3370747Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3371222Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3371445Z _______ ERROR collecting test/torchaudio_unittest/datasets/vctk_test.py ________ 2023-08-09T11:40:56.3371684Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3371784Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3372019Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3372164Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3372399Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3372494Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3372765Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3372862Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3373092Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3373180Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3373416Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3373517Z return self._importtestmodule() 2023-08-09T11:40:56.3373774Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3373928Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3374175Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3374268Z importlib.import_module(module_name) 2023-08-09T11:40:56.3374485Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3374617Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3374857Z :1050: in _gcd_import 2023-08-09T11:40:56.3374916Z ??? 2023-08-09T11:40:56.3375093Z :1027: in _find_and_load 2023-08-09T11:40:56.3375153Z ??? 2023-08-09T11:40:56.3375341Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3375400Z ??? 2023-08-09T11:40:56.3375575Z :688: in _load_unlocked 2023-08-09T11:40:56.3375632Z ??? 2023-08-09T11:40:56.3375894Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3375974Z exec(co, module.__dict__) 2023-08-09T11:40:56.3376162Z torchaudio_unittest/datasets/vctk_test.py:4: in 2023-08-09T11:40:56.3376257Z from torchaudio.datasets import vctk 2023-08-09T11:40:56.3376606Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3376713Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3377085Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3377229Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3377597Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3377689Z torch.ops.load_library(path) 2023-08-09T11:40:56.3377923Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3378001Z ctypes.CDLL(path) 2023-08-09T11:40:56.3378197Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3378300Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3378778Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3379007Z _____ ERROR collecting test/torchaudio_unittest/datasets/voxceleb1_test.py _____ 2023-08-09T11:40:56.3379247Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3379341Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3379574Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3379721Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3379943Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3380036Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3380310Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3380421Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3380648Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3456259Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3456739Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3456879Z return self._importtestmodule() 2023-08-09T11:40:56.3457273Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3457577Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3457924Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3458053Z importlib.import_module(module_name) 2023-08-09T11:40:56.3458434Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3458908Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3459189Z :1050: in _gcd_import 2023-08-09T11:40:56.3459253Z ??? 2023-08-09T11:40:56.3459439Z :1027: in _find_and_load 2023-08-09T11:40:56.3459499Z ??? 2023-08-09T11:40:56.3459695Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3459745Z ??? 2023-08-09T11:40:56.3459921Z :688: in _load_unlocked 2023-08-09T11:40:56.3459979Z ??? 2023-08-09T11:40:56.3460243Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3460322Z exec(co, module.__dict__) 2023-08-09T11:40:56.3460523Z torchaudio_unittest/datasets/voxceleb1_test.py:3: in 2023-08-09T11:40:56.3460642Z from torchaudio.datasets import voxceleb1 2023-08-09T11:40:56.3460992Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3461094Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3461558Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3461651Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3462018Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3462112Z torch.ops.load_library(path) 2023-08-09T11:40:56.3462348Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3462426Z ctypes.CDLL(path) 2023-08-09T11:40:56.3462622Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3462725Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3463203Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3463426Z _______ ERROR collecting test/torchaudio_unittest/datasets/yesno_test.py _______ 2023-08-09T11:40:56.3463660Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3463750Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3463985Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3464128Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3464357Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3464448Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3464715Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3464823Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3465049Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3465134Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3465362Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3465453Z return self._importtestmodule() 2023-08-09T11:40:56.3465699Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3465858Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3466103Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3466265Z importlib.import_module(module_name) 2023-08-09T11:40:56.3466482Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3466610Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3466786Z :1050: in _gcd_import 2023-08-09T11:40:56.3466846Z ??? 2023-08-09T11:40:56.3467015Z :1027: in _find_and_load 2023-08-09T11:40:56.3467072Z ??? 2023-08-09T11:40:56.3467263Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3467321Z ??? 2023-08-09T11:40:56.3467498Z :688: in _load_unlocked 2023-08-09T11:40:56.3467553Z ??? 2023-08-09T11:40:56.3467812Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3467887Z exec(co, module.__dict__) 2023-08-09T11:40:56.3468078Z torchaudio_unittest/datasets/yesno_test.py:4: in 2023-08-09T11:40:56.3468183Z from torchaudio.datasets import yesno 2023-08-09T11:40:56.3468589Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3468688Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3469054Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3469142Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3469504Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3469592Z torch.ops.load_library(path) 2023-08-09T11:40:56.3469849Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3469923Z ctypes.CDLL(path) 2023-08-09T11:40:56.3470124Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3470229Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3470702Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3470973Z _ ERROR collecting test/torchaudio_unittest/example/emformer_rnnt/test_librispeech_lightning.py _ 2023-08-09T11:40:56.3471210Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3471306Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3471541Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3471679Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3471917Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3472013Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3472284Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3472390Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3472614Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3472701Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3472930Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3473016Z return self._importtestmodule() 2023-08-09T11:40:56.3473273Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3473430Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3473735Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3473836Z importlib.import_module(module_name) 2023-08-09T11:40:56.3474060Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3474189Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3474361Z :1050: in _gcd_import 2023-08-09T11:40:56.3474411Z ??? 2023-08-09T11:40:56.3474583Z :1027: in _find_and_load 2023-08-09T11:40:56.3474641Z ??? 2023-08-09T11:40:56.3474832Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3474890Z ??? 2023-08-09T11:40:56.3475065Z :688: in _load_unlocked 2023-08-09T11:40:56.3475122Z ??? 2023-08-09T11:40:56.3475376Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3475453Z exec(co, module.__dict__) 2023-08-09T11:40:56.3475697Z torchaudio_unittest/example/emformer_rnnt/test_librispeech_lightning.py:8: in 2023-08-09T11:40:56.3475924Z from torchaudio_unittest.common_utils import skipIfNoModule, TorchaudioTestCase 2023-08-09T11:40:56.3476115Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.3476224Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.3476424Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.3476497Z import torchaudio 2023-08-09T11:40:56.3476840Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3476941Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3477312Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3477400Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3477772Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3477861Z torch.ops.load_library(path) 2023-08-09T11:40:56.3478094Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3549950Z ctypes.CDLL(path) 2023-08-09T11:40:56.3550373Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3550523Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3551297Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3551874Z _ ERROR collecting test/torchaudio_unittest/example/emformer_rnnt/test_mustc_lightning.py _ 2023-08-09T11:40:56.3552301Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3552493Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3552924Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3553148Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3553388Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3553482Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3553751Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3553857Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3554237Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3554325Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3554557Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3554658Z return self._importtestmodule() 2023-08-09T11:40:56.3554915Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3555071Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3555319Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3555425Z importlib.import_module(module_name) 2023-08-09T11:40:56.3555633Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3555763Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3555939Z :1050: in _gcd_import 2023-08-09T11:40:56.3556001Z ??? 2023-08-09T11:40:56.3556180Z :1027: in _find_and_load 2023-08-09T11:40:56.3556235Z ??? 2023-08-09T11:40:56.3556493Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3556545Z ??? 2023-08-09T11:40:56.3556720Z :688: in _load_unlocked 2023-08-09T11:40:56.3556778Z ??? 2023-08-09T11:40:56.3557038Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3557119Z exec(co, module.__dict__) 2023-08-09T11:40:56.3557352Z torchaudio_unittest/example/emformer_rnnt/test_mustc_lightning.py:8: in 2023-08-09T11:40:56.3557526Z from torchaudio_unittest.common_utils import skipIfNoModule, TorchaudioTestCase 2023-08-09T11:40:56.3557722Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.3557822Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.3558024Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.3558100Z import torchaudio 2023-08-09T11:40:56.3558455Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3558558Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3558926Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3559014Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3559378Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3559466Z torch.ops.load_library(path) 2023-08-09T11:40:56.3559695Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3559774Z ctypes.CDLL(path) 2023-08-09T11:40:56.3559977Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3560085Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3560562Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3560829Z _ ERROR collecting test/torchaudio_unittest/example/emformer_rnnt/test_tedlium3_lightning.py _ 2023-08-09T11:40:56.3561069Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3561153Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3561385Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3561607Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3561842Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3561940Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3562213Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3562320Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3562551Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3562629Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3562859Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3562955Z return self._importtestmodule() 2023-08-09T11:40:56.3563208Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3563368Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3563613Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3563770Z importlib.import_module(module_name) 2023-08-09T11:40:56.3563990Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3564111Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3564282Z :1050: in _gcd_import 2023-08-09T11:40:56.3564340Z ??? 2023-08-09T11:40:56.3564518Z :1027: in _find_and_load 2023-08-09T11:40:56.3564576Z ??? 2023-08-09T11:40:56.3564767Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3564827Z ??? 2023-08-09T11:40:56.3565000Z :688: in _load_unlocked 2023-08-09T11:40:56.3565059Z ??? 2023-08-09T11:40:56.3565320Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3565400Z exec(co, module.__dict__) 2023-08-09T11:40:56.3565644Z torchaudio_unittest/example/emformer_rnnt/test_tedlium3_lightning.py:8: in 2023-08-09T11:40:56.3565834Z from torchaudio_unittest.common_utils import skipIfNoModule, TorchaudioTestCase 2023-08-09T11:40:56.3566025Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.3566131Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.3566333Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.3566398Z import torchaudio 2023-08-09T11:40:56.3566752Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3566857Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3567224Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3567311Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3567854Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3567947Z torch.ops.load_library(path) 2023-08-09T11:40:56.3568180Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3568247Z ctypes.CDLL(path) 2023-08-09T11:40:56.3568453Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3568555Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3569100Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3569458Z _ ERROR collecting test/torchaudio_unittest/example/hubert/test_crop_audio_label.py _ 2023-08-09T11:40:56.3569703Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3569798Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3570031Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3570167Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3570401Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3570496Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3570765Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3570877Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3571103Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3571190Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3571481Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3571571Z return self._importtestmodule() 2023-08-09T11:40:56.3571829Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3571986Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3572226Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3651077Z importlib.import_module(module_name) 2023-08-09T11:40:56.3651807Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3652339Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3652828Z :1050: in _gcd_import 2023-08-09T11:40:56.3653109Z ??? 2023-08-09T11:40:56.3653495Z :1027: in _find_and_load 2023-08-09T11:40:56.3653816Z ??? 2023-08-09T11:40:56.3654361Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3654729Z ??? 2023-08-09T11:40:56.3655006Z :688: in _load_unlocked 2023-08-09T11:40:56.3655213Z ??? 2023-08-09T11:40:56.3655603Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3655879Z exec(co, module.__dict__) 2023-08-09T11:40:56.3656211Z torchaudio_unittest/example/hubert/test_crop_audio_label.py:2: in 2023-08-09T11:40:56.3656516Z from dataset.hubert_dataset import _crop_audio_label 2023-08-09T11:40:56.3656860Z ../examples/hubert/dataset/__init__.py:1: in 2023-08-09T11:40:56.3657088Z from .hubert_dataset import ( 2023-08-09T11:40:56.3657403Z ../examples/hubert/dataset/hubert_dataset.py:11: in 2023-08-09T11:40:56.3657638Z import torchaudio 2023-08-09T11:40:56.3658100Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3658462Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3658958Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3659312Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3659785Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3660299Z torch.ops.load_library(path) 2023-08-09T11:40:56.3660660Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3660910Z ctypes.CDLL(path) 2023-08-09T11:40:56.3661230Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3661497Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3662101Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3662686Z _ ERROR collecting test/torchaudio_unittest/example/souce_sepration/metrics_test.py _ 2023-08-09T11:40:56.3663116Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3663396Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3663751Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3664079Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3664481Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3664826Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3665219Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3665530Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3665892Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3666150Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3666509Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3666785Z return self._importtestmodule() 2023-08-09T11:40:56.3667171Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3667528Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3667950Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3668245Z importlib.import_module(module_name) 2023-08-09T11:40:56.3668590Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3668887Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3669215Z :1050: in _gcd_import 2023-08-09T11:40:56.3669415Z ??? 2023-08-09T11:40:56.3669684Z :1027: in _find_and_load 2023-08-09T11:40:56.3669893Z ??? 2023-08-09T11:40:56.3670162Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3670384Z ??? 2023-08-09T11:40:56.3670651Z :688: in _load_unlocked 2023-08-09T11:40:56.3670856Z ??? 2023-08-09T11:40:56.3671192Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3671473Z exec(co, module.__dict__) 2023-08-09T11:40:56.3671810Z torchaudio_unittest/example/souce_sepration/metrics_test.py:5: in 2023-08-09T11:40:56.3672090Z from source_separation.utils import metrics 2023-08-09T11:40:56.3672422Z ../examples/source_separation/utils/__init__.py:1: in 2023-08-09T11:40:56.3672686Z from . import dataset, dist_utils, metrics 2023-08-09T11:40:56.3673015Z ../examples/source_separation/utils/dataset/__init__.py:1: in 2023-08-09T11:40:56.3673271Z from . import utils, wsj0mix 2023-08-09T11:40:56.3673593Z ../examples/source_separation/utils/dataset/utils.py:6: in 2023-08-09T11:40:56.3673931Z from torchaudio.datasets import LibriMix 2023-08-09T11:40:56.3674414Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3674775Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3675273Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3675617Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3676103Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3676460Z torch.ops.load_library(path) 2023-08-09T11:40:56.3676813Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3677063Z ctypes.CDLL(path) 2023-08-09T11:40:56.3677379Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3677648Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3678312Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3678901Z _ ERROR collecting test/torchaudio_unittest/example/souce_sepration/wsj0mix_test.py _ 2023-08-09T11:40:56.3679332Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3679610Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3679960Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3680290Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3680698Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3680970Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3681371Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3681682Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3682045Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3682305Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3682658Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3682933Z return self._importtestmodule() 2023-08-09T11:40:56.3683312Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3683665Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3684089Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3684388Z importlib.import_module(module_name) 2023-08-09T11:40:56.3684730Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3685024Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3685349Z :1050: in _gcd_import 2023-08-09T11:40:56.3685542Z ??? 2023-08-09T11:40:56.3685804Z :1027: in _find_and_load 2023-08-09T11:40:56.3686004Z ??? 2023-08-09T11:40:56.3686275Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3686484Z ??? 2023-08-09T11:40:56.3686742Z :688: in _load_unlocked 2023-08-09T11:40:56.3686937Z ??? 2023-08-09T11:40:56.3687281Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3687806Z exec(co, module.__dict__) 2023-08-09T11:40:56.3688143Z torchaudio_unittest/example/souce_sepration/wsj0mix_test.py:3: in 2023-08-09T11:40:56.3688442Z from source_separation.utils.dataset import wsj0mix 2023-08-09T11:40:56.3688854Z ../examples/source_separation/utils/__init__.py:1: in 2023-08-09T11:40:56.3689125Z from . import dataset, dist_utils, metrics 2023-08-09T11:40:56.3689456Z ../examples/source_separation/utils/dataset/__init__.py:1: in 2023-08-09T11:40:56.3689704Z from . import utils, wsj0mix 2023-08-09T11:40:56.3690024Z ../examples/source_separation/utils/dataset/utils.py:6: in 2023-08-09T11:40:56.3690289Z from torchaudio.datasets import LibriMix 2023-08-09T11:40:56.3690778Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3691139Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3691643Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3691983Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3745697Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3746466Z torch.ops.load_library(path) 2023-08-09T11:40:56.3747173Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3747665Z ctypes.CDLL(path) 2023-08-09T11:40:56.3748119Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3748386Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3748997Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3749594Z _ ERROR collecting test/torchaudio_unittest/example/tacotron2/tacotron2_loss_cpu_test.py _ 2023-08-09T11:40:56.3750034Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3750321Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3750680Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3750999Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3751400Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3751674Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3752063Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3752374Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3752739Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3753008Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3753355Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3753642Z return self._importtestmodule() 2023-08-09T11:40:56.3754031Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3754378Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3754801Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3755090Z importlib.import_module(module_name) 2023-08-09T11:40:56.3755446Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3755741Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3756174Z :1050: in _gcd_import 2023-08-09T11:40:56.3756385Z ??? 2023-08-09T11:40:56.3756641Z :1027: in _find_and_load 2023-08-09T11:40:56.3756852Z ??? 2023-08-09T11:40:56.3757138Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3757345Z ??? 2023-08-09T11:40:56.3757608Z :688: in _load_unlocked 2023-08-09T11:40:56.3757810Z ??? 2023-08-09T11:40:56.3758148Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3758428Z exec(co, module.__dict__) 2023-08-09T11:40:56.3758773Z torchaudio_unittest/example/tacotron2/tacotron2_loss_cpu_test.py:2: in 2023-08-09T11:40:56.3759094Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.3759442Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.3759716Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.3760059Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.3760290Z import torchaudio 2023-08-09T11:40:56.3760806Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3761165Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3761651Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3762008Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3762495Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3762855Z torch.ops.load_library(path) 2023-08-09T11:40:56.3763206Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3763466Z ctypes.CDLL(path) 2023-08-09T11:40:56.3763781Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3764038Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3764644Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3765243Z _ ERROR collecting test/torchaudio_unittest/example/tacotron2/tacotron2_loss_gpu_test.py _ 2023-08-09T11:40:56.3765684Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3765956Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3766319Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3766651Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3767052Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3767319Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3767900Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3768209Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3768559Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3768890Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3769251Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3769529Z return self._importtestmodule() 2023-08-09T11:40:56.3769902Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3770341Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3770768Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3771051Z importlib.import_module(module_name) 2023-08-09T11:40:56.3771409Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3771710Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3772027Z :1050: in _gcd_import 2023-08-09T11:40:56.3772236Z ??? 2023-08-09T11:40:56.3772502Z :1027: in _find_and_load 2023-08-09T11:40:56.3772712Z ??? 2023-08-09T11:40:56.3773006Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3773223Z ??? 2023-08-09T11:40:56.3773484Z :688: in _load_unlocked 2023-08-09T11:40:56.3773689Z ??? 2023-08-09T11:40:56.3774037Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3774315Z exec(co, module.__dict__) 2023-08-09T11:40:56.3774723Z torchaudio_unittest/example/tacotron2/tacotron2_loss_gpu_test.py:2: in 2023-08-09T11:40:56.3775059Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.3775433Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.3775703Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.3776031Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.3776274Z import torchaudio 2023-08-09T11:40:56.3776739Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3777090Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3777589Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3777943Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3778431Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3778780Z torch.ops.load_library(path) 2023-08-09T11:40:56.3779131Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3779382Z ctypes.CDLL(path) 2023-08-09T11:40:56.3779686Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3779947Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3780554Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3781157Z _ ERROR collecting test/torchaudio_unittest/example/tacotron2/test_text_preprocessing.py _ 2023-08-09T11:40:56.3781590Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3781867Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3782227Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3782547Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3782941Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3783215Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3783612Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3783974Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3784337Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3784603Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3784950Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3843418Z return self._importtestmodule() 2023-08-09T11:40:56.3844158Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3844705Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3845341Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3845806Z importlib.import_module(module_name) 2023-08-09T11:40:56.3846484Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3846807Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3847129Z :1050: in _gcd_import 2023-08-09T11:40:56.3847334Z ??? 2023-08-09T11:40:56.3847746Z :1027: in _find_and_load 2023-08-09T11:40:56.3847944Z ??? 2023-08-09T11:40:56.3848412Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3848632Z ??? 2023-08-09T11:40:56.3848973Z :688: in _load_unlocked 2023-08-09T11:40:56.3849173Z ??? 2023-08-09T11:40:56.3849524Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3849804Z exec(co, module.__dict__) 2023-08-09T11:40:56.3850144Z torchaudio_unittest/example/tacotron2/test_text_preprocessing.py:3: in 2023-08-09T11:40:56.3850509Z from torchaudio_unittest.common_utils import skipIfNoModule, TorchaudioTestCase 2023-08-09T11:40:56.3850903Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.3851166Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.3851495Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.3851742Z import torchaudio 2023-08-09T11:40:56.3852203Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3852549Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3853044Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3853397Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3853881Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3854238Z torch.ops.load_library(path) 2023-08-09T11:40:56.3854596Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3854853Z ctypes.CDLL(path) 2023-08-09T11:40:56.3855164Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3855426Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3856038Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3856622Z __ ERROR collecting test/torchaudio_unittest/functional/autograd_cpu_test.py ___ 2023-08-09T11:40:56.3857043Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3857327Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3857781Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3858102Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3858518Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3858807Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3859218Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3859521Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3859886Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3860159Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3860508Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3860793Z return self._importtestmodule() 2023-08-09T11:40:56.3861194Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3861553Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3862023Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3862324Z importlib.import_module(module_name) 2023-08-09T11:40:56.3862685Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3862978Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3863313Z :1050: in _gcd_import 2023-08-09T11:40:56.3863527Z ??? 2023-08-09T11:40:56.3863787Z :1027: in _find_and_load 2023-08-09T11:40:56.3864004Z ??? 2023-08-09T11:40:56.3874209Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3874499Z ??? 2023-08-09T11:40:56.3874805Z :688: in _load_unlocked 2023-08-09T11:40:56.3875015Z ??? 2023-08-09T11:40:56.3875366Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3875647Z exec(co, module.__dict__) 2023-08-09T11:40:56.3875975Z torchaudio_unittest/functional/autograd_cpu_test.py:2: in 2023-08-09T11:40:56.3876260Z from torchaudio_unittest import common_utils 2023-08-09T11:40:56.3876583Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.3876846Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.3877183Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.3877411Z import torchaudio 2023-08-09T11:40:56.3877876Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3878237Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3878733Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3879080Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3879566Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3879927Z torch.ops.load_library(path) 2023-08-09T11:40:56.3880276Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3880535Z ctypes.CDLL(path) 2023-08-09T11:40:56.3880848Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3881103Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3881707Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3882424Z __ ERROR collecting test/torchaudio_unittest/functional/autograd_cuda_test.py __ 2023-08-09T11:40:56.3882855Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3883129Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3883490Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3883818Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3884225Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3884492Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3884891Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3885205Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3885558Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3885823Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3886223Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3886503Z return self._importtestmodule() 2023-08-09T11:40:56.3886883Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3887233Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3887805Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3888086Z importlib.import_module(module_name) 2023-08-09T11:40:56.3888438Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3888741Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3889135Z :1050: in _gcd_import 2023-08-09T11:40:56.3889344Z ??? 2023-08-09T11:40:56.3889611Z :1027: in _find_and_load 2023-08-09T11:40:56.3889824Z ??? 2023-08-09T11:40:56.3890097Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3890314Z ??? 2023-08-09T11:40:56.3890569Z :688: in _load_unlocked 2023-08-09T11:40:56.3890766Z ??? 2023-08-09T11:40:56.3891105Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3891383Z exec(co, module.__dict__) 2023-08-09T11:40:56.3891696Z torchaudio_unittest/functional/autograd_cuda_test.py:2: in 2023-08-09T11:40:56.3891978Z from torchaudio_unittest import common_utils 2023-08-09T11:40:56.3892312Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.3892565Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.3892898Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.3893144Z import torchaudio 2023-08-09T11:40:56.3893604Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3893955Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3894454Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3937571Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3938508Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3939231Z torch.ops.load_library(path) 2023-08-09T11:40:56.3939796Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3940283Z ctypes.CDLL(path) 2023-08-09T11:40:56.3940689Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3940955Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3941567Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3942153Z _ ERROR collecting test/torchaudio_unittest/functional/batch_consistency_test.py _ 2023-08-09T11:40:56.3942577Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3942857Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3943220Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3943539Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3943944Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3944306Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3944751Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3945059Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3945411Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3945678Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3946032Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3946301Z return self._importtestmodule() 2023-08-09T11:40:56.3946691Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3947041Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3947465Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3947752Z importlib.import_module(module_name) 2023-08-09T11:40:56.3948105Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3948410Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3948729Z :1050: in _gcd_import 2023-08-09T11:40:56.3948935Z ??? 2023-08-09T11:40:56.3949199Z :1027: in _find_and_load 2023-08-09T11:40:56.3949396Z ??? 2023-08-09T11:40:56.3949670Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3949892Z ??? 2023-08-09T11:40:56.3950146Z :688: in _load_unlocked 2023-08-09T11:40:56.3950352Z ??? 2023-08-09T11:40:56.3950702Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3950981Z exec(co, module.__dict__) 2023-08-09T11:40:56.3951308Z torchaudio_unittest/functional/batch_consistency_test.py:7: in 2023-08-09T11:40:56.3951584Z import torchaudio.functional as F 2023-08-09T11:40:56.3952069Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3952417Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3952913Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3953261Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3953804Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3954148Z torch.ops.load_library(path) 2023-08-09T11:40:56.3954507Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3954762Z ctypes.CDLL(path) 2023-08-09T11:40:56.3955067Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3955326Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3955930Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3956499Z _ ERROR collecting test/torchaudio_unittest/functional/functional_cpu_test.py __ 2023-08-09T11:40:56.3956914Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3957195Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3957554Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3957926Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3958332Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3958609Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3959009Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3959307Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3959667Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3959932Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3960273Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3960555Z return self._importtestmodule() 2023-08-09T11:40:56.3960942Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3961298Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3961712Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3961997Z importlib.import_module(module_name) 2023-08-09T11:40:56.3962349Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3962641Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3962966Z :1050: in _gcd_import 2023-08-09T11:40:56.3963168Z ??? 2023-08-09T11:40:56.3963422Z :1027: in _find_and_load 2023-08-09T11:40:56.3963628Z ??? 2023-08-09T11:40:56.3963903Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.3964116Z ??? 2023-08-09T11:40:56.3964369Z :688: in _load_unlocked 2023-08-09T11:40:56.3964572Z ??? 2023-08-09T11:40:56.3964919Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.3965186Z exec(co, module.__dict__) 2023-08-09T11:40:56.3965506Z torchaudio_unittest/functional/functional_cpu_test.py:4: in 2023-08-09T11:40:56.3965782Z import torchaudio.functional as F 2023-08-09T11:40:56.3966257Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.3966611Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.3967110Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.3967526Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.3968187Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.3968548Z torch.ops.load_library(path) 2023-08-09T11:40:56.3968973Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.3969221Z ctypes.CDLL(path) 2023-08-09T11:40:56.3969536Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.3969798Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.3970405Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.3970975Z _ ERROR collecting test/torchaudio_unittest/functional/functional_cuda_test.py _ 2023-08-09T11:40:56.3971393Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.3971672Z result: Optional[TResult] = func() 2023-08-09T11:40:56.3972105Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.3972433Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.3972834Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.3973100Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.3973485Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.3973788Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.3974142Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.3974400Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.3974744Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.3975017Z return self._importtestmodule() 2023-08-09T11:40:56.3975403Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.3975743Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.3976164Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.3976454Z importlib.import_module(module_name) 2023-08-09T11:40:56.3976794Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.3977092Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.3977422Z :1050: in _gcd_import 2023-08-09T11:40:56.4037671Z ??? 2023-08-09T11:40:56.4038399Z :1027: in _find_and_load 2023-08-09T11:40:56.4038683Z ??? 2023-08-09T11:40:56.4038984Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4039204Z ??? 2023-08-09T11:40:56.4039467Z :688: in _load_unlocked 2023-08-09T11:40:56.4039676Z ??? 2023-08-09T11:40:56.4040034Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4040311Z exec(co, module.__dict__) 2023-08-09T11:40:56.4040635Z torchaudio_unittest/functional/functional_cuda_test.py:4: in 2023-08-09T11:40:56.4040972Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4041335Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4041602Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4042097Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4042338Z import torchaudio 2023-08-09T11:40:56.4042800Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4043166Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4043664Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4044006Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4044491Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4044848Z torch.ops.load_library(path) 2023-08-09T11:40:56.4045206Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4045460Z ctypes.CDLL(path) 2023-08-09T11:40:56.4045772Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4046034Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4046709Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4047308Z _ ERROR collecting test/torchaudio_unittest/functional/kaldi_compatibility_cpu_test.py _ 2023-08-09T11:40:56.4047911Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4048187Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4048538Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4048933Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4049350Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4049627Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4050021Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4050332Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4050728Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4050993Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4051336Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4051614Z return self._importtestmodule() 2023-08-09T11:40:56.4052002Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4052341Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4052767Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4052869Z importlib.import_module(module_name) 2023-08-09T11:40:56.4053093Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4053225Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4053397Z :1050: in _gcd_import 2023-08-09T11:40:56.4053454Z ??? 2023-08-09T11:40:56.4053622Z :1027: in _find_and_load 2023-08-09T11:40:56.4053680Z ??? 2023-08-09T11:40:56.4053872Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4053931Z ??? 2023-08-09T11:40:56.4054106Z :688: in _load_unlocked 2023-08-09T11:40:56.4054163Z ??? 2023-08-09T11:40:56.4054505Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4054576Z exec(co, module.__dict__) 2023-08-09T11:40:56.4054806Z torchaudio_unittest/functional/kaldi_compatibility_cpu_test.py:2: in 2023-08-09T11:40:56.4054950Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.4055139Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4055247Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4055447Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4055520Z import torchaudio 2023-08-09T11:40:56.4055865Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4055966Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4056330Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4056422Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4056869Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4056962Z torch.ops.load_library(path) 2023-08-09T11:40:56.4057198Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4057275Z ctypes.CDLL(path) 2023-08-09T11:40:56.4057479Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4057573Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4058051Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4058309Z _ ERROR collecting test/torchaudio_unittest/functional/kaldi_compatibility_cuda_test.py _ 2023-08-09T11:40:56.4058545Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4058641Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4058881Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4059026Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4059256Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4059343Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4059614Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4059718Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4059952Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4060039Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4060271Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4060369Z return self._importtestmodule() 2023-08-09T11:40:56.4060628Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4060775Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4061019Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4061124Z importlib.import_module(module_name) 2023-08-09T11:40:56.4061341Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4061471Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4061704Z :1050: in _gcd_import 2023-08-09T11:40:56.4061766Z ??? 2023-08-09T11:40:56.4061944Z :1027: in _find_and_load 2023-08-09T11:40:56.4061994Z ??? 2023-08-09T11:40:56.4062186Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4062251Z ??? 2023-08-09T11:40:56.4062426Z :688: in _load_unlocked 2023-08-09T11:40:56.4062483Z ??? 2023-08-09T11:40:56.4062742Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4062822Z exec(co, module.__dict__) 2023-08-09T11:40:56.4063044Z torchaudio_unittest/functional/kaldi_compatibility_cuda_test.py:2: in 2023-08-09T11:40:56.4063204Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4063394Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4063507Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4063705Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4063778Z import torchaudio 2023-08-09T11:40:56.4064180Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4064281Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4064640Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4064726Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4065084Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4065174Z torch.ops.load_library(path) 2023-08-09T11:40:56.4065407Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4065482Z ctypes.CDLL(path) 2023-08-09T11:40:56.4065687Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4065789Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4130448Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4130713Z _ ERROR collecting test/torchaudio_unittest/functional/librosa_compatibility_cpu_test.py _ 2023-08-09T11:40:56.4130977Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4131077Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4131314Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4131465Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4131699Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4131793Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4132153Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4132262Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4132482Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4132567Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4132798Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4132894Z return self._importtestmodule() 2023-08-09T11:40:56.4133148Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4133405Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4133692Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4133837Z importlib.import_module(module_name) 2023-08-09T11:40:56.4134054Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4134183Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4134362Z :1050: in _gcd_import 2023-08-09T11:40:56.4134423Z ??? 2023-08-09T11:40:56.4134599Z :1027: in _find_and_load 2023-08-09T11:40:56.4134657Z ??? 2023-08-09T11:40:56.4134853Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4134903Z ??? 2023-08-09T11:40:56.4135079Z :688: in _load_unlocked 2023-08-09T11:40:56.4135142Z ??? 2023-08-09T11:40:56.4135462Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4135590Z exec(co, module.__dict__) 2023-08-09T11:40:56.4135894Z torchaudio_unittest/functional/librosa_compatibility_cpu_test.py:1: in 2023-08-09T11:40:56.4136037Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.4136227Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4136335Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4136527Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4136600Z import torchaudio 2023-08-09T11:40:56.4136986Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4137087Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4137494Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4137577Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4137939Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4138029Z torch.ops.load_library(path) 2023-08-09T11:40:56.4138255Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4138323Z ctypes.CDLL(path) 2023-08-09T11:40:56.4138527Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4138646Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4139177Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4139443Z _ ERROR collecting test/torchaudio_unittest/functional/librosa_compatibility_cuda_test.py _ 2023-08-09T11:40:56.4139683Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4139773Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4140006Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4140142Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4140405Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4140505Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4140817Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4141007Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4141232Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4141319Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4141554Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4141641Z return self._importtestmodule() 2023-08-09T11:40:56.4141895Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4142056Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4142370Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4142474Z importlib.import_module(module_name) 2023-08-09T11:40:56.4142692Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4142824Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4142996Z :1050: in _gcd_import 2023-08-09T11:40:56.4143046Z ??? 2023-08-09T11:40:56.4143224Z :1027: in _find_and_load 2023-08-09T11:40:56.4143281Z ??? 2023-08-09T11:40:56.4143525Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4143587Z ??? 2023-08-09T11:40:56.4143769Z :688: in _load_unlocked 2023-08-09T11:40:56.4143862Z ??? 2023-08-09T11:40:56.4144148Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4144231Z exec(co, module.__dict__) 2023-08-09T11:40:56.4144469Z torchaudio_unittest/functional/librosa_compatibility_cuda_test.py:1: in 2023-08-09T11:40:56.4144629Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4144825Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4144933Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4145131Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4145203Z import torchaudio 2023-08-09T11:40:56.4145587Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4145708Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4146099Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4146184Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4146547Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4146643Z torch.ops.load_library(path) 2023-08-09T11:40:56.4146876Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4146949Z ctypes.CDLL(path) 2023-08-09T11:40:56.4147144Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4147290Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4147805Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4148046Z _ ERROR collecting test/torchaudio_unittest/functional/sox_compatibility_test.py _ 2023-08-09T11:40:56.4148280Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4148373Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4148607Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4148834Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4149131Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4149230Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4149539Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4149646Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4149909Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4149994Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4150226Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4150322Z return self._importtestmodule() 2023-08-09T11:40:56.4150568Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4150726Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4150969Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4151123Z importlib.import_module(module_name) 2023-08-09T11:40:56.4151384Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4226919Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4227106Z :1050: in _gcd_import 2023-08-09T11:40:56.4227172Z ??? 2023-08-09T11:40:56.4227365Z :1027: in _find_and_load 2023-08-09T11:40:56.4227417Z ??? 2023-08-09T11:40:56.4227627Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4227685Z ??? 2023-08-09T11:40:56.4227886Z :688: in _load_unlocked 2023-08-09T11:40:56.4227946Z ??? 2023-08-09T11:40:56.4228251Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4228329Z exec(co, module.__dict__) 2023-08-09T11:40:56.4228551Z torchaudio_unittest/functional/sox_compatibility_test.py:2: in 2023-08-09T11:40:56.4228647Z import torchaudio.functional as F 2023-08-09T11:40:56.4229000Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4229100Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4229467Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4229552Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4229921Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4230012Z torch.ops.load_library(path) 2023-08-09T11:40:56.4230243Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4230315Z ctypes.CDLL(path) 2023-08-09T11:40:56.4230519Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4230622Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4231097Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4231360Z _ ERROR collecting test/torchaudio_unittest/functional/torchscript_consistency_cpu_test.py _ 2023-08-09T11:40:56.4231599Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4231790Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4232064Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4232214Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4232453Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4232549Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4232809Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4232913Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4233142Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4233228Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4233461Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4233560Z return self._importtestmodule() 2023-08-09T11:40:56.4233815Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4234035Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4234275Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4234377Z importlib.import_module(module_name) 2023-08-09T11:40:56.4234594Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4234723Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4234896Z :1050: in _gcd_import 2023-08-09T11:40:56.4234953Z ??? 2023-08-09T11:40:56.4235130Z :1027: in _find_and_load 2023-08-09T11:40:56.4235185Z ??? 2023-08-09T11:40:56.4235374Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4235430Z ??? 2023-08-09T11:40:56.4235605Z :688: in _load_unlocked 2023-08-09T11:40:56.4235662Z ??? 2023-08-09T11:40:56.4235925Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4236003Z exec(co, module.__dict__) 2023-08-09T11:40:56.4236248Z torchaudio_unittest/functional/torchscript_consistency_cpu_test.py:2: in 2023-08-09T11:40:56.4236381Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.4236568Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4236675Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4236878Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4236957Z import torchaudio 2023-08-09T11:40:56.4237307Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4237406Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4237779Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4237859Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4238228Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4238318Z torch.ops.load_library(path) 2023-08-09T11:40:56.4238551Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4238628Z ctypes.CDLL(path) 2023-08-09T11:40:56.4238832Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4238992Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4239464Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4239721Z _ ERROR collecting test/torchaudio_unittest/functional/torchscript_consistency_cuda_test.py _ 2023-08-09T11:40:56.4239959Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4240052Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4240284Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4240426Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4240657Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4240759Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4241025Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4241122Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4241398Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4241488Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4241716Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4241811Z return self._importtestmodule() 2023-08-09T11:40:56.4242065Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4242221Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4242463Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4242562Z importlib.import_module(module_name) 2023-08-09T11:40:56.4242779Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4242910Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4243087Z :1050: in _gcd_import 2023-08-09T11:40:56.4243147Z ??? 2023-08-09T11:40:56.4243325Z :1027: in _find_and_load 2023-08-09T11:40:56.4243384Z ??? 2023-08-09T11:40:56.4243567Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4243624Z ??? 2023-08-09T11:40:56.4243801Z :688: in _load_unlocked 2023-08-09T11:40:56.4243860Z ??? 2023-08-09T11:40:56.4244120Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4244200Z exec(co, module.__dict__) 2023-08-09T11:40:56.4244443Z torchaudio_unittest/functional/torchscript_consistency_cuda_test.py:2: in 2023-08-09T11:40:56.4244603Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4244785Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4244896Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4245098Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4245172Z import torchaudio 2023-08-09T11:40:56.4245524Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4245624Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4245990Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4246133Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4246489Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4246579Z torch.ops.load_library(path) 2023-08-09T11:40:56.4246814Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4246888Z ctypes.CDLL(path) 2023-08-09T11:40:56.4247096Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4247199Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4247825Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4326039Z ________ ERROR collecting test/torchaudio_unittest/io/effector_test.py _________ 2023-08-09T11:40:56.4326329Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4326453Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4326700Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4327015Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4327263Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4327359Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4327762Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4327870Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4328097Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4328186Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4328416Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4328513Z return self._importtestmodule() 2023-08-09T11:40:56.4328822Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4328990Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4329237Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4329340Z importlib.import_module(module_name) 2023-08-09T11:40:56.4329558Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4329690Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4329853Z :1050: in _gcd_import 2023-08-09T11:40:56.4329914Z ??? 2023-08-09T11:40:56.4330093Z :1027: in _find_and_load 2023-08-09T11:40:56.4330156Z ??? 2023-08-09T11:40:56.4330349Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4330408Z ??? 2023-08-09T11:40:56.4330581Z :688: in _load_unlocked 2023-08-09T11:40:56.4330630Z ??? 2023-08-09T11:40:56.4330893Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4330974Z exec(co, module.__dict__) 2023-08-09T11:40:56.4331156Z torchaudio_unittest/io/effector_test.py:3: in 2023-08-09T11:40:56.4331264Z from torchaudio.io import AudioEffector 2023-08-09T11:40:56.4331615Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4331713Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4332079Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4332246Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4332664Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4332754Z torch.ops.load_library(path) 2023-08-09T11:40:56.4332978Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4333056Z ctypes.CDLL(path) 2023-08-09T11:40:56.4333299Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4333404Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4333881Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4334109Z ________ ERROR collecting test/torchaudio_unittest/io/playback_test.py _________ 2023-08-09T11:40:56.4334347Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4334439Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4334739Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4334914Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4335189Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4335284Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4335554Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4335660Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4335889Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4335975Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4336197Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4336295Z return self._importtestmodule() 2023-08-09T11:40:56.4336597Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4336792Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4337036Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4337138Z importlib.import_module(module_name) 2023-08-09T11:40:56.4337355Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4337484Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4337652Z :1050: in _gcd_import 2023-08-09T11:40:56.4337712Z ??? 2023-08-09T11:40:56.4337889Z :1027: in _find_and_load 2023-08-09T11:40:56.4337948Z ??? 2023-08-09T11:40:56.4338138Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4338207Z ??? 2023-08-09T11:40:56.4338427Z :688: in _load_unlocked 2023-08-09T11:40:56.4338502Z ??? 2023-08-09T11:40:56.4338765Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4338843Z exec(co, module.__dict__) 2023-08-09T11:40:56.4339029Z torchaudio_unittest/io/playback_test.py:5: in 2023-08-09T11:40:56.4339154Z from torchaudio.io import play_audio, StreamWriter 2023-08-09T11:40:56.4339504Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4339667Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4340070Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4340184Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4340558Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4340649Z torch.ops.load_library(path) 2023-08-09T11:40:56.4340881Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4340957Z ctypes.CDLL(path) 2023-08-09T11:40:56.4341161Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4341266Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4341773Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4342035Z ______ ERROR collecting test/torchaudio_unittest/io/stream_reader_test.py ______ 2023-08-09T11:40:56.4342335Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4342429Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4342660Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4342807Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4343039Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4343136Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4343444Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4343565Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4343842Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4343926Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4344160Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4344256Z return self._importtestmodule() 2023-08-09T11:40:56.4344512Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4344671Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4344915Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4345009Z importlib.import_module(module_name) 2023-08-09T11:40:56.4345277Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4345435Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4345606Z :1050: in _gcd_import 2023-08-09T11:40:56.4345666Z ??? 2023-08-09T11:40:56.4345844Z :1027: in _find_and_load 2023-08-09T11:40:56.4345907Z ??? 2023-08-09T11:40:56.4346096Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4346146Z ??? 2023-08-09T11:40:56.4346319Z :688: in _load_unlocked 2023-08-09T11:40:56.4346376Z ??? 2023-08-09T11:40:56.4346637Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4346714Z exec(co, module.__dict__) 2023-08-09T11:40:56.4346944Z torchaudio_unittest/io/stream_reader_test.py:4: in 2023-08-09T11:40:56.4347056Z import torchaudio 2023-08-09T11:40:56.4347471Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4347569Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4418470Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4418561Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4418942Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4419034Z torch.ops.load_library(path) 2023-08-09T11:40:56.4419269Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4419343Z ctypes.CDLL(path) 2023-08-09T11:40:56.4419544Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4419644Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4420125Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4420474Z ______ ERROR collecting test/torchaudio_unittest/io/stream_writer_test.py ______ 2023-08-09T11:40:56.4420714Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4420844Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4421077Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4421224Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4421455Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4421555Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4421822Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4421928Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4422147Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4422233Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4422462Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4422557Z return self._importtestmodule() 2023-08-09T11:40:56.4422812Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4422967Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4423208Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4423316Z importlib.import_module(module_name) 2023-08-09T11:40:56.4423525Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4423654Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4423822Z :1050: in _gcd_import 2023-08-09T11:40:56.4423883Z ??? 2023-08-09T11:40:56.4424059Z :1027: in _find_and_load 2023-08-09T11:40:56.4424116Z ??? 2023-08-09T11:40:56.4424306Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4424355Z ??? 2023-08-09T11:40:56.4424529Z :688: in _load_unlocked 2023-08-09T11:40:56.4424586Z ??? 2023-08-09T11:40:56.4424842Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4424920Z exec(co, module.__dict__) 2023-08-09T11:40:56.4425193Z torchaudio_unittest/io/stream_writer_test.py:5: in 2023-08-09T11:40:56.4425264Z import torchaudio 2023-08-09T11:40:56.4425608Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4425709Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4426078Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4426163Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4426524Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4426614Z torch.ops.load_library(path) 2023-08-09T11:40:56.4426843Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4426923Z ctypes.CDLL(path) 2023-08-09T11:40:56.4427127Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4427221Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4427741Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4427965Z _______ ERROR collecting test/torchaudio_unittest/models/models_test.py ________ 2023-08-09T11:40:56.4428200Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4428291Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4428522Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4428666Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4428900Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4428985Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4429250Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4429359Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4429584Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4429668Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4429897Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4429992Z return self._importtestmodule() 2023-08-09T11:40:56.4430245Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4430391Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4430637Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4430742Z importlib.import_module(module_name) 2023-08-09T11:40:56.4430958Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4431093Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4431266Z :1050: in _gcd_import 2023-08-09T11:40:56.4431323Z ??? 2023-08-09T11:40:56.4431499Z :1027: in _find_and_load 2023-08-09T11:40:56.4431549Z ??? 2023-08-09T11:40:56.4431738Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4431794Z ??? 2023-08-09T11:40:56.4431969Z :688: in _load_unlocked 2023-08-09T11:40:56.4432025Z ??? 2023-08-09T11:40:56.4432283Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4432418Z exec(co, module.__dict__) 2023-08-09T11:40:56.4432598Z torchaudio_unittest/models/models_test.py:6: in 2023-08-09T11:40:56.4432753Z from torchaudio.models import ConvTasNet, DeepSpeech, Wav2Letter, WaveRNN 2023-08-09T11:40:56.4433107Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4433205Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4433573Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4433659Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4434018Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4434113Z torch.ops.load_library(path) 2023-08-09T11:40:56.4434334Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4434409Z ctypes.CDLL(path) 2023-08-09T11:40:56.4434609Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4434776Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4435251Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4435499Z _ ERROR collecting test/torchaudio_unittest/models/conformer/conformer_cpu_test.py _ 2023-08-09T11:40:56.4435733Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4435824Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4436046Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4436192Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4436422Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4436516Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4436788Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4436895Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4437120Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4437206Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4437428Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4437524Z return self._importtestmodule() 2023-08-09T11:40:56.4437779Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4437938Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4438183Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4438289Z importlib.import_module(module_name) 2023-08-09T11:40:56.4516614Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4516767Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4517950Z :1050: in _gcd_import 2023-08-09T11:40:56.4518085Z ??? 2023-08-09T11:40:56.4518359Z :1027: in _find_and_load 2023-08-09T11:40:56.4518448Z ??? 2023-08-09T11:40:56.4518821Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4518911Z ??? 2023-08-09T11:40:56.4519191Z :688: in _load_unlocked 2023-08-09T11:40:56.4519508Z ??? 2023-08-09T11:40:56.4519949Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4520104Z exec(co, module.__dict__) 2023-08-09T11:40:56.4520545Z torchaudio_unittest/models/conformer/conformer_cpu_test.py:2: in 2023-08-09T11:40:56.4520729Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.4520918Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4521025Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4521225Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4521289Z import torchaudio 2023-08-09T11:40:56.4521645Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4521752Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4522122Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4522209Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4522656Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4522752Z torch.ops.load_library(path) 2023-08-09T11:40:56.4523022Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4523098Z ctypes.CDLL(path) 2023-08-09T11:40:56.4523300Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4523394Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4523869Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4524118Z _ ERROR collecting test/torchaudio_unittest/models/conformer/conformer_gpu_test.py _ 2023-08-09T11:40:56.4524361Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4524456Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4524688Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4524834Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4525073Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4525165Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4525429Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4525539Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4525764Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4525848Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4526082Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4526174Z return self._importtestmodule() 2023-08-09T11:40:56.4526427Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4526583Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4526819Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4526919Z importlib.import_module(module_name) 2023-08-09T11:40:56.4527135Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4527326Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4527497Z :1050: in _gcd_import 2023-08-09T11:40:56.4527712Z ??? 2023-08-09T11:40:56.4527893Z :1027: in _find_and_load 2023-08-09T11:40:56.4527942Z ??? 2023-08-09T11:40:56.4528136Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4528193Z ??? 2023-08-09T11:40:56.4528366Z :688: in _load_unlocked 2023-08-09T11:40:56.4528421Z ??? 2023-08-09T11:40:56.4528685Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4528762Z exec(co, module.__dict__) 2023-08-09T11:40:56.4529072Z torchaudio_unittest/models/conformer/conformer_gpu_test.py:2: in 2023-08-09T11:40:56.4529227Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4529421Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4529562Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4529763Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4529836Z import torchaudio 2023-08-09T11:40:56.4530267Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4530366Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4530738Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4530816Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4531180Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4531278Z torch.ops.load_library(path) 2023-08-09T11:40:56.4531512Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4531587Z ctypes.CDLL(path) 2023-08-09T11:40:56.4531798Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4531904Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4532375Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4532602Z _ ERROR collecting test/torchaudio_unittest/models/decoder/ctc_decoder_test.py _ 2023-08-09T11:40:56.4532838Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4532930Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4533166Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4533307Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4533539Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4533636Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4533903Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4534000Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4534222Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4534305Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4534535Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4534630Z return self._importtestmodule() 2023-08-09T11:40:56.4534973Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4535131Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4535377Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4535475Z importlib.import_module(module_name) 2023-08-09T11:40:56.4535696Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4535826Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4535997Z :1050: in _gcd_import 2023-08-09T11:40:56.4536057Z ??? 2023-08-09T11:40:56.4536233Z :1027: in _find_and_load 2023-08-09T11:40:56.4536292Z ??? 2023-08-09T11:40:56.4536474Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4536536Z ??? 2023-08-09T11:40:56.4536712Z :688: in _load_unlocked 2023-08-09T11:40:56.4536770Z ??? 2023-08-09T11:40:56.4537030Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4537108Z exec(co, module.__dict__) 2023-08-09T11:40:56.4537369Z torchaudio_unittest/models/decoder/ctc_decoder_test.py:5: in 2023-08-09T11:40:56.4537583Z from torchaudio_unittest.common_utils import get_asset_path, skipIfNoCtcDecoder, TempDirMixin, TorchaudioTestCase 2023-08-09T11:40:56.4537765Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4537872Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4538073Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4538145Z import torchaudio 2023-08-09T11:40:56.4538496Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4538600Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4538969Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4539059Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4539416Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4539506Z torch.ops.load_library(path) 2023-08-09T11:40:56.4611630Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4611769Z ctypes.CDLL(path) 2023-08-09T11:40:56.4612150Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4612344Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4613115Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4613496Z _ ERROR collecting test/torchaudio_unittest/models/decoder/cuda_ctc_decoder_test.py _ 2023-08-09T11:40:56.4613835Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4613965Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4614369Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4614649Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4615002Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4615098Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4615410Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4615665Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4615897Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4615988Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4616219Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4616312Z return self._importtestmodule() 2023-08-09T11:40:56.4616559Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4616715Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4616958Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4617058Z importlib.import_module(module_name) 2023-08-09T11:40:56.4617279Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4617407Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4617576Z :1050: in _gcd_import 2023-08-09T11:40:56.4617627Z ??? 2023-08-09T11:40:56.4617868Z :1027: in _find_and_load 2023-08-09T11:40:56.4617927Z ??? 2023-08-09T11:40:56.4618120Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4618181Z ??? 2023-08-09T11:40:56.4618357Z :688: in _load_unlocked 2023-08-09T11:40:56.4618413Z ??? 2023-08-09T11:40:56.4618662Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4618742Z exec(co, module.__dict__) 2023-08-09T11:40:56.4618962Z torchaudio_unittest/models/decoder/cuda_ctc_decoder_test.py:2: in 2023-08-09T11:40:56.4619085Z from torchaudio_unittest.common_utils import ( 2023-08-09T11:40:56.4619277Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4619381Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4619586Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4619660Z import torchaudio 2023-08-09T11:40:56.4620006Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4620109Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4620473Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4620557Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4620919Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4621015Z torch.ops.load_library(path) 2023-08-09T11:40:56.4621244Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4621320Z ctypes.CDLL(path) 2023-08-09T11:40:56.4621521Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4621624Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4622097Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4622334Z _ ERROR collecting test/torchaudio_unittest/models/emformer/emformer_cpu_test.py _ 2023-08-09T11:40:56.4622569Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4622725Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4622957Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4623102Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4623337Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4623423Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4623691Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4623795Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4624018Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4624103Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4624334Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4624433Z return self._importtestmodule() 2023-08-09T11:40:56.4624690Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4624837Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4625132Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4625235Z importlib.import_module(module_name) 2023-08-09T11:40:56.4625451Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4625578Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4625751Z :1050: in _gcd_import 2023-08-09T11:40:56.4625808Z ??? 2023-08-09T11:40:56.4625975Z :1027: in _find_and_load 2023-08-09T11:40:56.4626032Z ??? 2023-08-09T11:40:56.4626220Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4626284Z ??? 2023-08-09T11:40:56.4626458Z :688: in _load_unlocked 2023-08-09T11:40:56.4626515Z ??? 2023-08-09T11:40:56.4626770Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4626844Z exec(co, module.__dict__) 2023-08-09T11:40:56.4627061Z torchaudio_unittest/models/emformer/emformer_cpu_test.py:2: in 2023-08-09T11:40:56.4627203Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.4627390Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4627498Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4627699Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4627771Z import torchaudio 2023-08-09T11:40:56.4628122Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4628218Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4628592Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4628675Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4629036Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4629124Z torch.ops.load_library(path) 2023-08-09T11:40:56.4629353Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4629428Z ctypes.CDLL(path) 2023-08-09T11:40:56.4629630Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4629724Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4630261Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4630504Z _ ERROR collecting test/torchaudio_unittest/models/emformer/emformer_gpu_test.py _ 2023-08-09T11:40:56.4630739Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4630832Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4631062Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4631205Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4631435Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4631528Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4631790Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4631896Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4632121Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4632267Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4632503Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4632597Z return self._importtestmodule() 2023-08-09T11:40:56.4632850Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4633004Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4633239Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4711246Z importlib.import_module(module_name) 2023-08-09T11:40:56.4711693Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4711927Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4712225Z :1050: in _gcd_import 2023-08-09T11:40:56.4712297Z ??? 2023-08-09T11:40:56.4712594Z :1027: in _find_and_load 2023-08-09T11:40:56.4712698Z ??? 2023-08-09T11:40:56.4713060Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4713147Z ??? 2023-08-09T11:40:56.4713545Z :688: in _load_unlocked 2023-08-09T11:40:56.4713759Z ??? 2023-08-09T11:40:56.4714146Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4714299Z exec(co, module.__dict__) 2023-08-09T11:40:56.4714718Z torchaudio_unittest/models/emformer/emformer_gpu_test.py:2: in 2023-08-09T11:40:56.4714972Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4715165Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4715272Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4715470Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4715542Z import torchaudio 2023-08-09T11:40:56.4715898Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4715996Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4716361Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4716448Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4716812Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4717053Z torch.ops.load_library(path) 2023-08-09T11:40:56.4717277Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4717357Z ctypes.CDLL(path) 2023-08-09T11:40:56.4717561Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4717663Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4718138Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4718371Z _ ERROR collecting test/torchaudio_unittest/models/hdemucs/hdemucs_cpu_test.py _ 2023-08-09T11:40:56.4718606Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4718703Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4718929Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4719071Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4719382Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4719477Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4719745Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4719850Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4720074Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4720158Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4720380Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4720478Z return self._importtestmodule() 2023-08-09T11:40:56.4720732Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4720886Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4721132Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4721232Z importlib.import_module(module_name) 2023-08-09T11:40:56.4721448Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4721577Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4721741Z :1050: in _gcd_import 2023-08-09T11:40:56.4721800Z ??? 2023-08-09T11:40:56.4721976Z :1027: in _find_and_load 2023-08-09T11:40:56.4722033Z ??? 2023-08-09T11:40:56.4722228Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4722287Z ??? 2023-08-09T11:40:56.4722461Z :688: in _load_unlocked 2023-08-09T11:40:56.4722511Z ??? 2023-08-09T11:40:56.4722774Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4722852Z exec(co, module.__dict__) 2023-08-09T11:40:56.4723063Z torchaudio_unittest/models/hdemucs/hdemucs_cpu_test.py:2: in 2023-08-09T11:40:56.4723204Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.4723392Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4723498Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4723698Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4723764Z import torchaudio 2023-08-09T11:40:56.4724177Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4724278Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4724654Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4724742Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4725102Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4725194Z torch.ops.load_library(path) 2023-08-09T11:40:56.4725426Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4725494Z ctypes.CDLL(path) 2023-08-09T11:40:56.4725695Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4725800Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4726271Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4726565Z _ ERROR collecting test/torchaudio_unittest/models/hdemucs/hdemucs_gpu_test.py _ 2023-08-09T11:40:56.4726801Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4726894Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4727124Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4727260Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4727492Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4727725Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4728002Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4728106Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4728332Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4728423Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4728651Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4728738Z return self._importtestmodule() 2023-08-09T11:40:56.4729061Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4729216Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4729480Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4729581Z importlib.import_module(module_name) 2023-08-09T11:40:56.4729805Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4730011Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4730183Z :1050: in _gcd_import 2023-08-09T11:40:56.4730244Z ??? 2023-08-09T11:40:56.4730414Z :1027: in _find_and_load 2023-08-09T11:40:56.4730472Z ??? 2023-08-09T11:40:56.4730662Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4730721Z ??? 2023-08-09T11:40:56.4730897Z :688: in _load_unlocked 2023-08-09T11:40:56.4730955Z ??? 2023-08-09T11:40:56.4731212Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4731283Z exec(co, module.__dict__) 2023-08-09T11:40:56.4731495Z torchaudio_unittest/models/hdemucs/hdemucs_gpu_test.py:2: in 2023-08-09T11:40:56.4731735Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4731922Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4732025Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4732235Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4732301Z import torchaudio 2023-08-09T11:40:56.4732651Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4732750Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4733116Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4733204Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4733571Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4733662Z torch.ops.load_library(path) 2023-08-09T11:40:56.4733897Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4806386Z ctypes.CDLL(path) 2023-08-09T11:40:56.4806889Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4807083Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4808062Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4808471Z ____ ERROR collecting test/torchaudio_unittest/models/rnnt/rnnt_cpu_test.py ____ 2023-08-09T11:40:56.4808884Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4809039Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4809498Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4809756Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4810015Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4810103Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4810371Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4810476Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4810702Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4810789Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4811057Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4811158Z return self._importtestmodule() 2023-08-09T11:40:56.4811416Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4811572Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4811817Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4811912Z importlib.import_module(module_name) 2023-08-09T11:40:56.4812132Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4812258Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4812429Z :1050: in _gcd_import 2023-08-09T11:40:56.4812487Z ??? 2023-08-09T11:40:56.4812664Z :1027: in _find_and_load 2023-08-09T11:40:56.4812850Z ??? 2023-08-09T11:40:56.4813037Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4813093Z ??? 2023-08-09T11:40:56.4813267Z :688: in _load_unlocked 2023-08-09T11:40:56.4813325Z ??? 2023-08-09T11:40:56.4813587Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4813667Z exec(co, module.__dict__) 2023-08-09T11:40:56.4813866Z torchaudio_unittest/models/rnnt/rnnt_cpu_test.py:2: in 2023-08-09T11:40:56.4813997Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.4814185Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4814293Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4814492Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4814565Z import torchaudio 2023-08-09T11:40:56.4814924Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4815023Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4815454Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4815540Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4815895Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4815983Z torch.ops.load_library(path) 2023-08-09T11:40:56.4816213Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4816289Z ctypes.CDLL(path) 2023-08-09T11:40:56.4816490Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4816597Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4817073Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4817307Z ____ ERROR collecting test/torchaudio_unittest/models/rnnt/rnnt_gpu_test.py ____ 2023-08-09T11:40:56.4817535Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4817630Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4817861Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4818009Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4818239Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4818336Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4818607Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4818711Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4818932Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4819016Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4819247Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4819341Z return self._importtestmodule() 2023-08-09T11:40:56.4819599Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4819752Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4819994Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4820155Z importlib.import_module(module_name) 2023-08-09T11:40:56.4820364Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4820490Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4820660Z :1050: in _gcd_import 2023-08-09T11:40:56.4820723Z ??? 2023-08-09T11:40:56.4820899Z :1027: in _find_and_load 2023-08-09T11:40:56.4820955Z ??? 2023-08-09T11:40:56.4821144Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4821194Z ??? 2023-08-09T11:40:56.4821368Z :688: in _load_unlocked 2023-08-09T11:40:56.4821423Z ??? 2023-08-09T11:40:56.4821682Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4821762Z exec(co, module.__dict__) 2023-08-09T11:40:56.4821967Z torchaudio_unittest/models/rnnt/rnnt_gpu_test.py:2: in 2023-08-09T11:40:56.4822125Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4822314Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4822463Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4822663Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4822735Z import torchaudio 2023-08-09T11:40:56.4823083Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4823179Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4823545Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4823628Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4823995Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4824076Z torch.ops.load_library(path) 2023-08-09T11:40:56.4824310Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4824387Z ctypes.CDLL(path) 2023-08-09T11:40:56.4824588Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4824689Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4825156Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4825403Z _ ERROR collecting test/torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_cpu_test.py _ 2023-08-09T11:40:56.4825640Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4825726Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4825954Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4826100Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4826328Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4826419Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4826689Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4826791Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4827014Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4827091Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4827381Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4827473Z return self._importtestmodule() 2023-08-09T11:40:56.4827726Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4827880Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4828121Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4828221Z importlib.import_module(module_name) 2023-08-09T11:40:56.4905927Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4906163Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4906425Z :1050: in _gcd_import 2023-08-09T11:40:56.4906532Z ??? 2023-08-09T11:40:56.4906838Z :1027: in _find_and_load 2023-08-09T11:40:56.4906909Z ??? 2023-08-09T11:40:56.4907161Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4907248Z ??? 2023-08-09T11:40:56.4907508Z :688: in _load_unlocked 2023-08-09T11:40:56.4907583Z ??? 2023-08-09T11:40:56.4908157Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4908317Z exec(co, module.__dict__) 2023-08-09T11:40:56.4908748Z torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_cpu_test.py:2: in 2023-08-09T11:40:56.4908904Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.4909133Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4909243Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4909443Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4909522Z import torchaudio 2023-08-09T11:40:56.4909877Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4909969Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4910349Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4910437Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4910799Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4910891Z torch.ops.load_library(path) 2023-08-09T11:40:56.4911123Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4911201Z ctypes.CDLL(path) 2023-08-09T11:40:56.4911403Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4911502Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4911980Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4912229Z _ ERROR collecting test/torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_gpu_test.py _ 2023-08-09T11:40:56.4912466Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4912556Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4912787Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4912931Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4913161Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4913345Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4913608Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4913713Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4913945Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4914028Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4914260Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4914354Z return self._importtestmodule() 2023-08-09T11:40:56.4914608Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4914754Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4914995Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4915101Z importlib.import_module(module_name) 2023-08-09T11:40:56.4915316Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4915442Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4915673Z :1050: in _gcd_import 2023-08-09T11:40:56.4915732Z ??? 2023-08-09T11:40:56.4915910Z :1027: in _find_and_load 2023-08-09T11:40:56.4915959Z ??? 2023-08-09T11:40:56.4916148Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4916204Z ??? 2023-08-09T11:40:56.4916378Z :688: in _load_unlocked 2023-08-09T11:40:56.4916434Z ??? 2023-08-09T11:40:56.4916692Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4916773Z exec(co, module.__dict__) 2023-08-09T11:40:56.4916991Z torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_gpu_test.py:2: in 2023-08-09T11:40:56.4917149Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.4917339Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.4917444Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.4917642Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.4917715Z import torchaudio 2023-08-09T11:40:56.4918067Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4918166Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4918523Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4918611Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4918973Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4919063Z torch.ops.load_library(path) 2023-08-09T11:40:56.4919299Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4919375Z ctypes.CDLL(path) 2023-08-09T11:40:56.4919574Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4919677Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4920141Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.4920369Z _____ ERROR collecting test/torchaudio_unittest/models/squim/squim_test.py _____ 2023-08-09T11:40:56.4920664Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.4920757Z result: Optional[TResult] = func() 2023-08-09T11:40:56.4920985Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.4921132Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.4921364Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.4921456Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.4921723Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.4921821Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.4922043Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.4922126Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.4922359Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.4922452Z return self._importtestmodule() 2023-08-09T11:40:56.4922704Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.4922906Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.4923149Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.4923243Z importlib.import_module(module_name) 2023-08-09T11:40:56.4923456Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.4923583Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.4923754Z :1050: in _gcd_import 2023-08-09T11:40:56.4923815Z ??? 2023-08-09T11:40:56.4923995Z :1027: in _find_and_load 2023-08-09T11:40:56.4924051Z ??? 2023-08-09T11:40:56.4924234Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.4924290Z ??? 2023-08-09T11:40:56.4924464Z :688: in _load_unlocked 2023-08-09T11:40:56.4924527Z ??? 2023-08-09T11:40:56.4924787Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.4924866Z exec(co, module.__dict__) 2023-08-09T11:40:56.4925060Z torchaudio_unittest/models/squim/squim_test.py:3: in 2023-08-09T11:40:56.4925202Z from torchaudio.models import squim_objective_base, squim_subjective_base 2023-08-09T11:40:56.4925553Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.4925650Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.4926022Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.4926110Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.4926474Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.4926563Z torch.ops.load_library(path) 2023-08-09T11:40:56.4926792Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.4926868Z ctypes.CDLL(path) 2023-08-09T11:40:56.4927063Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.4927163Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.4927792Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5003407Z _ ERROR collecting test/torchaudio_unittest/models/tacotron2/model_test_cpu_test.py _ 2023-08-09T11:40:56.5004455Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5004797Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5005283Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5005504Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5005855Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5005978Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5006424Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5006622Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5007039Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5007128Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5007361Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5007741Z return self._importtestmodule() 2023-08-09T11:40:56.5008009Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5008166Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5008407Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5008510Z importlib.import_module(module_name) 2023-08-09T11:40:56.5008721Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5008921Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5009100Z :1050: in _gcd_import 2023-08-09T11:40:56.5009157Z ??? 2023-08-09T11:40:56.5009333Z :1027: in _find_and_load 2023-08-09T11:40:56.5009391Z ??? 2023-08-09T11:40:56.5009586Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5009643Z ??? 2023-08-09T11:40:56.5009810Z :688: in _load_unlocked 2023-08-09T11:40:56.5009863Z ??? 2023-08-09T11:40:56.5010121Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5010199Z exec(co, module.__dict__) 2023-08-09T11:40:56.5010416Z torchaudio_unittest/models/tacotron2/model_test_cpu_test.py:2: in 2023-08-09T11:40:56.5010554Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5010741Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5010890Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5011088Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5011154Z import torchaudio 2023-08-09T11:40:56.5011511Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5011611Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5011976Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5012063Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5012421Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5012598Z torch.ops.load_library(path) 2023-08-09T11:40:56.5012831Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5012907Z ctypes.CDLL(path) 2023-08-09T11:40:56.5013103Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5013211Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5013688Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5013930Z _ ERROR collecting test/torchaudio_unittest/models/tacotron2/model_test_gpu_test.py _ 2023-08-09T11:40:56.5014166Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5014258Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5014489Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5014639Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5014863Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5014957Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5015295Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5015400Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5015628Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5015712Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5015940Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5016035Z return self._importtestmodule() 2023-08-09T11:40:56.5016284Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5016445Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5016686Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5016785Z importlib.import_module(module_name) 2023-08-09T11:40:56.5017006Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5017134Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5017303Z :1050: in _gcd_import 2023-08-09T11:40:56.5017363Z ??? 2023-08-09T11:40:56.5017533Z :1027: in _find_and_load 2023-08-09T11:40:56.5017591Z ??? 2023-08-09T11:40:56.5017781Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5017837Z ??? 2023-08-09T11:40:56.5018009Z :688: in _load_unlocked 2023-08-09T11:40:56.5018069Z ??? 2023-08-09T11:40:56.5018328Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5018399Z exec(co, module.__dict__) 2023-08-09T11:40:56.5018622Z torchaudio_unittest/models/tacotron2/model_test_gpu_test.py:2: in 2023-08-09T11:40:56.5018783Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5018971Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5019078Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5019277Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5019350Z import torchaudio 2023-08-09T11:40:56.5019700Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5019851Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5020218Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5020304Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5020675Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5020764Z torch.ops.load_library(path) 2023-08-09T11:40:56.5020993Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5021068Z ctypes.CDLL(path) 2023-08-09T11:40:56.5021267Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5021363Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5021836Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5022096Z _ ERROR collecting test/torchaudio_unittest/models/wav2vec2/fairseq_integration_test.py _ 2023-08-09T11:40:56.5022384Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5022480Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5022713Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5022856Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5023088Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5023174Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5023441Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5023552Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5023777Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5023862Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5024094Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5024186Z return self._importtestmodule() 2023-08-09T11:40:56.5024442Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5024588Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5024829Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5024928Z importlib.import_module(module_name) 2023-08-09T11:40:56.5025143Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5025274Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5025446Z :1050: in _gcd_import 2023-08-09T11:40:56.5025502Z ??? 2023-08-09T11:40:56.5025677Z :1027: in _find_and_load 2023-08-09T11:40:56.5025728Z ??? 2023-08-09T11:40:56.5095473Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5095591Z ??? 2023-08-09T11:40:56.5095881Z :688: in _load_unlocked 2023-08-09T11:40:56.5095969Z ??? 2023-08-09T11:40:56.5096387Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5096509Z exec(co, module.__dict__) 2023-08-09T11:40:56.5096847Z torchaudio_unittest/models/wav2vec2/fairseq_integration_test.py:5: in 2023-08-09T11:40:56.5097064Z from torchaudio.models.wav2vec2 import ( 2023-08-09T11:40:56.5097900Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5098075Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5098552Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5098638Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5099006Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5099095Z torch.ops.load_library(path) 2023-08-09T11:40:56.5099328Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5099403Z ctypes.CDLL(path) 2023-08-09T11:40:56.5099607Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5099707Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5100179Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5100540Z _ ERROR collecting test/torchaudio_unittest/models/wav2vec2/huggingface_intergration_test.py _ 2023-08-09T11:40:56.5100781Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5100874Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5101106Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5101252Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5101483Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5101580Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5101843Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5101950Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5102175Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5102261Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5102488Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5102582Z return self._importtestmodule() 2023-08-09T11:40:56.5102841Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5102993Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5103229Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5103333Z importlib.import_module(module_name) 2023-08-09T11:40:56.5103548Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5103676Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5103852Z :1050: in _gcd_import 2023-08-09T11:40:56.5103910Z ??? 2023-08-09T11:40:56.5104084Z :1027: in _find_and_load 2023-08-09T11:40:56.5104133Z ??? 2023-08-09T11:40:56.5104321Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5104376Z ??? 2023-08-09T11:40:56.5104549Z :688: in _load_unlocked 2023-08-09T11:40:56.5104604Z ??? 2023-08-09T11:40:56.5104861Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5104936Z exec(co, module.__dict__) 2023-08-09T11:40:56.5105241Z torchaudio_unittest/models/wav2vec2/huggingface_intergration_test.py:6: in 2023-08-09T11:40:56.5105351Z from torchaudio.models.wav2vec2 import ( 2023-08-09T11:40:56.5105707Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5105807Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5106172Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5106258Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5106615Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5106703Z torch.ops.load_library(path) 2023-08-09T11:40:56.5106930Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5107003Z ctypes.CDLL(path) 2023-08-09T11:40:56.5107205Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5107304Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5107831Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5108062Z ___ ERROR collecting test/torchaudio_unittest/models/wav2vec2/model_test.py ____ 2023-08-09T11:40:56.5108295Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5108386Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5108614Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5108750Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5108986Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5109078Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5109352Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5109454Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5109677Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5109759Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5109993Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5110079Z return self._importtestmodule() 2023-08-09T11:40:56.5110331Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5110484Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5110728Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5110829Z importlib.import_module(module_name) 2023-08-09T11:40:56.5111066Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5111192Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5111360Z :1050: in _gcd_import 2023-08-09T11:40:56.5111418Z ??? 2023-08-09T11:40:56.5111585Z :1027: in _find_and_load 2023-08-09T11:40:56.5111641Z ??? 2023-08-09T11:40:56.5111830Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5111887Z ??? 2023-08-09T11:40:56.5112059Z :688: in _load_unlocked 2023-08-09T11:40:56.5112113Z ??? 2023-08-09T11:40:56.5112452Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5112523Z exec(co, module.__dict__) 2023-08-09T11:40:56.5112723Z torchaudio_unittest/models/wav2vec2/model_test.py:8: in 2023-08-09T11:40:56.5112840Z from torchaudio.models.wav2vec2 import ( 2023-08-09T11:40:56.5113191Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5113289Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5113652Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5113737Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5114098Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5114192Z torch.ops.load_library(path) 2023-08-09T11:40:56.5114413Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5114489Z ctypes.CDLL(path) 2023-08-09T11:40:56.5114744Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5114846Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5115318Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5115559Z _ ERROR collecting test/torchaudio_unittest/prototype/conformer_wav2vec2_test.py _ 2023-08-09T11:40:56.5115794Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5115884Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5116112Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5116256Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5116487Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5116582Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5116846Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5197002Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5197460Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5197611Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5198098Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5198230Z return self._importtestmodule() 2023-08-09T11:40:56.5198765Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5198994Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5199363Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5199521Z importlib.import_module(module_name) 2023-08-09T11:40:56.5199850Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5200096Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5200499Z :1050: in _gcd_import 2023-08-09T11:40:56.5200594Z ??? 2023-08-09T11:40:56.5200845Z :1027: in _find_and_load 2023-08-09T11:40:56.5200895Z ??? 2023-08-09T11:40:56.5201088Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5201297Z ??? 2023-08-09T11:40:56.5201475Z :688: in _load_unlocked 2023-08-09T11:40:56.5201532Z ??? 2023-08-09T11:40:56.5201796Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5201875Z exec(co, module.__dict__) 2023-08-09T11:40:56.5202090Z torchaudio_unittest/prototype/conformer_wav2vec2_test.py:3: in 2023-08-09T11:40:56.5202218Z from torchaudio.prototype.models import ( 2023-08-09T11:40:56.5202573Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5202672Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5203038Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5203124Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5203488Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5203577Z torch.ops.load_library(path) 2023-08-09T11:40:56.5203872Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5203942Z ctypes.CDLL(path) 2023-08-09T11:40:56.5204147Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5204247Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5204721Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5204959Z _ ERROR collecting test/torchaudio_unittest/prototype/conv_emformer_cpu_test.py _ 2023-08-09T11:40:56.5205193Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5205288Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5205519Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5205661Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5205892Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5205987Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5206256Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5206359Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5206582Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5206665Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5206893Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5206983Z return self._importtestmodule() 2023-08-09T11:40:56.5207239Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5207398Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5207769Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5207871Z importlib.import_module(module_name) 2023-08-09T11:40:56.5208086Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5208213Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5208383Z :1050: in _gcd_import 2023-08-09T11:40:56.5208433Z ??? 2023-08-09T11:40:56.5208610Z :1027: in _find_and_load 2023-08-09T11:40:56.5208754Z ??? 2023-08-09T11:40:56.5209024Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5209080Z ??? 2023-08-09T11:40:56.5209253Z :688: in _load_unlocked 2023-08-09T11:40:56.5209310Z ??? 2023-08-09T11:40:56.5209566Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5209646Z exec(co, module.__dict__) 2023-08-09T11:40:56.5209862Z torchaudio_unittest/prototype/conv_emformer_cpu_test.py:2: in 2023-08-09T11:40:56.5210002Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5210191Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5210298Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5210501Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5210581Z import torchaudio 2023-08-09T11:40:56.5210923Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5211023Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5211460Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5211548Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5211910Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5211998Z torch.ops.load_library(path) 2023-08-09T11:40:56.5212229Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5212303Z ctypes.CDLL(path) 2023-08-09T11:40:56.5212497Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5212605Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5213078Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5213318Z _ ERROR collecting test/torchaudio_unittest/prototype/conv_emformer_gpu_test.py _ 2023-08-09T11:40:56.5213552Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5213644Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5213875Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5214019Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5214244Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5214343Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5214613Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5214717Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5214948Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5215031Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5215262Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5215353Z return self._importtestmodule() 2023-08-09T11:40:56.5215600Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5215755Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5215998Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5216173Z importlib.import_module(module_name) 2023-08-09T11:40:56.5216388Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5216515Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5216690Z :1050: in _gcd_import 2023-08-09T11:40:56.5216746Z ??? 2023-08-09T11:40:56.5216917Z :1027: in _find_and_load 2023-08-09T11:40:56.5216975Z ??? 2023-08-09T11:40:56.5217167Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5217223Z ??? 2023-08-09T11:40:56.5217401Z :688: in _load_unlocked 2023-08-09T11:40:56.5217457Z ??? 2023-08-09T11:40:56.5217715Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5217786Z exec(co, module.__dict__) 2023-08-09T11:40:56.5218006Z torchaudio_unittest/prototype/conv_emformer_gpu_test.py:2: in 2023-08-09T11:40:56.5218167Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5218357Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5218515Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5218715Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5218786Z import torchaudio 2023-08-09T11:40:56.5219134Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5219227Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5219597Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5291113Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5291808Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5291988Z torch.ops.load_library(path) 2023-08-09T11:40:56.5292401Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5292518Z ctypes.CDLL(path) 2023-08-09T11:40:56.5292824Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5292982Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5293608Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5294060Z _____ ERROR collecting test/torchaudio_unittest/prototype/rnnt_cpu_test.py _____ 2023-08-09T11:40:56.5294450Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5294545Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5294781Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5294930Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5295163Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5295257Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5295524Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5295624Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5295850Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5295935Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5296360Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5296454Z return self._importtestmodule() 2023-08-09T11:40:56.5296712Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5296868Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5297110Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5297209Z importlib.import_module(module_name) 2023-08-09T11:40:56.5297426Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5297546Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5297715Z :1050: in _gcd_import 2023-08-09T11:40:56.5297776Z ??? 2023-08-09T11:40:56.5297953Z :1027: in _find_and_load 2023-08-09T11:40:56.5298015Z ??? 2023-08-09T11:40:56.5298211Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5298266Z ??? 2023-08-09T11:40:56.5298432Z :688: in _load_unlocked 2023-08-09T11:40:56.5298490Z ??? 2023-08-09T11:40:56.5298815Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5298893Z exec(co, module.__dict__) 2023-08-09T11:40:56.5299091Z torchaudio_unittest/prototype/rnnt_cpu_test.py:2: in 2023-08-09T11:40:56.5299230Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5299417Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5299524Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5299716Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5299792Z import torchaudio 2023-08-09T11:40:56.5300139Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5300238Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5300608Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5300693Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5301058Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5301148Z torch.ops.load_library(path) 2023-08-09T11:40:56.5301371Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5301445Z ctypes.CDLL(path) 2023-08-09T11:40:56.5301647Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5301751Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5302229Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5302460Z _____ ERROR collecting test/torchaudio_unittest/prototype/rnnt_gpu_test.py _____ 2023-08-09T11:40:56.5302695Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5302786Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5303011Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5303155Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5303385Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5303540Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5303808Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5303911Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5304136Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5304219Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5304442Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5304536Z return self._importtestmodule() 2023-08-09T11:40:56.5304791Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5304946Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5305191Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5305297Z importlib.import_module(module_name) 2023-08-09T11:40:56.5305513Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5305640Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5305870Z :1050: in _gcd_import 2023-08-09T11:40:56.5305929Z ??? 2023-08-09T11:40:56.5306104Z :1027: in _find_and_load 2023-08-09T11:40:56.5306158Z ??? 2023-08-09T11:40:56.5306349Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5306403Z ??? 2023-08-09T11:40:56.5306575Z :688: in _load_unlocked 2023-08-09T11:40:56.5306625Z ??? 2023-08-09T11:40:56.5306885Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5306966Z exec(co, module.__dict__) 2023-08-09T11:40:56.5307161Z torchaudio_unittest/prototype/rnnt_gpu_test.py:2: in 2023-08-09T11:40:56.5307321Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5307506Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5307614Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5307812Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5307877Z import torchaudio 2023-08-09T11:40:56.5308227Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5308325Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5308690Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5308777Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5309135Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5309222Z torch.ops.load_library(path) 2023-08-09T11:40:56.5309455Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5309523Z ctypes.CDLL(path) 2023-08-09T11:40:56.5309725Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5309825Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5310295Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5310525Z ____ ERROR collecting test/torchaudio_unittest/prototype/ssl_model_test.py _____ 2023-08-09T11:40:56.5310820Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5310909Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5311139Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5311277Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5311510Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5311603Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5311872Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5311977Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5312203Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5312286Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5312520Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5312605Z return self._importtestmodule() 2023-08-09T11:40:56.5387938Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5388405Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5388950Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5389142Z importlib.import_module(module_name) 2023-08-09T11:40:56.5389460Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5389651Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5389904Z :1050: in _gcd_import 2023-08-09T11:40:56.5389989Z ??? 2023-08-09T11:40:56.5390311Z :1027: in _find_and_load 2023-08-09T11:40:56.5390425Z ??? 2023-08-09T11:40:56.5390781Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5390853Z ??? 2023-08-09T11:40:56.5391028Z :688: in _load_unlocked 2023-08-09T11:40:56.5391084Z ??? 2023-08-09T11:40:56.5391350Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5391428Z exec(co, module.__dict__) 2023-08-09T11:40:56.5391620Z torchaudio_unittest/prototype/ssl_model_test.py:3: in 2023-08-09T11:40:56.5391839Z from torchaudio.prototype.models import conformer_wav2vec2_base, conformer_wav2vec2_pretrain_base, emformer_hubert_base 2023-08-09T11:40:56.5392192Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5392295Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5392662Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5392747Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5393114Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5393206Z torch.ops.load_library(path) 2023-08-09T11:40:56.5393429Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5393506Z ctypes.CDLL(path) 2023-08-09T11:40:56.5393709Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5393811Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5394281Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5394616Z __ ERROR collecting test/torchaudio_unittest/prototype/datasets/musan_test.py __ 2023-08-09T11:40:56.5394857Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5394949Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5395182Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5395317Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5395546Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5395641Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5395910Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5396019Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5396240Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5396357Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5396663Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5396760Z return self._importtestmodule() 2023-08-09T11:40:56.5397020Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5397168Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5397410Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5397511Z importlib.import_module(module_name) 2023-08-09T11:40:56.5397727Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5397860Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5398032Z :1050: in _gcd_import 2023-08-09T11:40:56.5398091Z ??? 2023-08-09T11:40:56.5398266Z :1027: in _find_and_load 2023-08-09T11:40:56.5398316Z ??? 2023-08-09T11:40:56.5398512Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5398568Z ??? 2023-08-09T11:40:56.5398740Z :688: in _load_unlocked 2023-08-09T11:40:56.5398799Z ??? 2023-08-09T11:40:56.5399060Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5399136Z exec(co, module.__dict__) 2023-08-09T11:40:56.5399340Z torchaudio_unittest/prototype/datasets/musan_test.py:5: in 2023-08-09T11:40:56.5399471Z from torchaudio.prototype.datasets import Musan 2023-08-09T11:40:56.5399820Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5399924Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5400293Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5400381Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5400739Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5400829Z torch.ops.load_library(path) 2023-08-09T11:40:56.5401050Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5401126Z ctypes.CDLL(path) 2023-08-09T11:40:56.5401330Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5401498Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5401974Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5402230Z _ ERROR collecting test/torchaudio_unittest/prototype/functional/autograd_cpu_test.py _ 2023-08-09T11:40:56.5402464Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5402554Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5402777Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5402921Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5403153Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5403245Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5403516Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5403619Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5403843Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5403981Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5404206Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5404302Z return self._importtestmodule() 2023-08-09T11:40:56.5404558Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5404711Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5404954Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5405056Z importlib.import_module(module_name) 2023-08-09T11:40:56.5405275Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5405402Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5405565Z :1050: in _gcd_import 2023-08-09T11:40:56.5405627Z ??? 2023-08-09T11:40:56.5405803Z :1027: in _find_and_load 2023-08-09T11:40:56.5405860Z ??? 2023-08-09T11:40:56.5406050Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5406106Z ??? 2023-08-09T11:40:56.5406280Z :688: in _load_unlocked 2023-08-09T11:40:56.5406328Z ??? 2023-08-09T11:40:56.5406587Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5406665Z exec(co, module.__dict__) 2023-08-09T11:40:56.5406889Z torchaudio_unittest/prototype/functional/autograd_cpu_test.py:2: in 2023-08-09T11:40:56.5407034Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5407223Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5407329Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5407533Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5407736Z import torchaudio 2023-08-09T11:40:56.5408087Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5408184Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5408548Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5408634Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5409150Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5409242Z torch.ops.load_library(path) 2023-08-09T11:40:56.5409473Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5409546Z ctypes.CDLL(path) 2023-08-09T11:40:56.5409750Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5482851Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5483720Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5484220Z _ ERROR collecting test/torchaudio_unittest/prototype/functional/autograd_cuda_test.py _ 2023-08-09T11:40:56.5484575Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5484728Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5485199Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5485397Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5485935Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5486109Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5486588Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5486694Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5486922Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5487007Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5487237Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5487337Z return self._importtestmodule() 2023-08-09T11:40:56.5487715Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5487864Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5488113Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5488256Z importlib.import_module(module_name) 2023-08-09T11:40:56.5488472Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5488600Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5488828Z :1050: in _gcd_import 2023-08-09T11:40:56.5488894Z ??? 2023-08-09T11:40:56.5489074Z :1027: in _find_and_load 2023-08-09T11:40:56.5489136Z ??? 2023-08-09T11:40:56.5489319Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5489377Z ??? 2023-08-09T11:40:56.5489551Z :688: in _load_unlocked 2023-08-09T11:40:56.5489606Z ??? 2023-08-09T11:40:56.5489872Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5489950Z exec(co, module.__dict__) 2023-08-09T11:40:56.5490175Z torchaudio_unittest/prototype/functional/autograd_cuda_test.py:2: in 2023-08-09T11:40:56.5490334Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5490514Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5490619Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5490817Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5490989Z import torchaudio 2023-08-09T11:40:56.5491343Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5491442Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5491812Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5491897Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5492254Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5492346Z torch.ops.load_library(path) 2023-08-09T11:40:56.5492576Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5492653Z ctypes.CDLL(path) 2023-08-09T11:40:56.5492856Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5492961Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5493433Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5493750Z _ ERROR collecting test/torchaudio_unittest/prototype/functional/functional_cpu_test.py _ 2023-08-09T11:40:56.5493988Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5494072Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5494303Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5494449Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5494680Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5494781Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5495047Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5495151Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5495379Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5495458Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5495685Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5495778Z return self._importtestmodule() 2023-08-09T11:40:56.5496035Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5496188Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5496428Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5496531Z importlib.import_module(module_name) 2023-08-09T11:40:56.5496739Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5496866Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5497042Z :1050: in _gcd_import 2023-08-09T11:40:56.5497099Z ??? 2023-08-09T11:40:56.5497274Z :1027: in _find_and_load 2023-08-09T11:40:56.5497331Z ??? 2023-08-09T11:40:56.5497522Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5497578Z ??? 2023-08-09T11:40:56.5497745Z :688: in _load_unlocked 2023-08-09T11:40:56.5497798Z ??? 2023-08-09T11:40:56.5498057Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5498133Z exec(co, module.__dict__) 2023-08-09T11:40:56.5498426Z torchaudio_unittest/prototype/functional/functional_cpu_test.py:2: in 2023-08-09T11:40:56.5498565Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5498750Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5498853Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5499051Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5499123Z import torchaudio 2023-08-09T11:40:56.5499470Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5499568Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5499931Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5500022Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5500387Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5500468Z torch.ops.load_library(path) 2023-08-09T11:40:56.5500751Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5500827Z ctypes.CDLL(path) 2023-08-09T11:40:56.5501029Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5501130Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5501602Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5501857Z _ ERROR collecting test/torchaudio_unittest/prototype/functional/functional_cuda_test.py _ 2023-08-09T11:40:56.5502099Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5502191Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5502415Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5502560Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5502791Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5502884Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5503153Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5503257Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5503480Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5503563Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5503792Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5503886Z return self._importtestmodule() 2023-08-09T11:40:56.5504138Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5504296Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5504538Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5504639Z importlib.import_module(module_name) 2023-08-09T11:40:56.5504854Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5580190Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5580537Z :1050: in _gcd_import 2023-08-09T11:40:56.5580660Z ??? 2023-08-09T11:40:56.5580931Z :1027: in _find_and_load 2023-08-09T11:40:56.5581247Z ??? 2023-08-09T11:40:56.5581553Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5581635Z ??? 2023-08-09T11:40:56.5581901Z :688: in _load_unlocked 2023-08-09T11:40:56.5581988Z ??? 2023-08-09T11:40:56.5582421Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5582548Z exec(co, module.__dict__) 2023-08-09T11:40:56.5582999Z torchaudio_unittest/prototype/functional/functional_cuda_test.py:2: in 2023-08-09T11:40:56.5583283Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5583477Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5583584Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5583783Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5583853Z import torchaudio 2023-08-09T11:40:56.5584210Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5584308Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5584770Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5584858Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5585264Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5585355Z torch.ops.load_library(path) 2023-08-09T11:40:56.5585584Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5585658Z ctypes.CDLL(path) 2023-08-09T11:40:56.5585866Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5585966Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5586439Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5586713Z _ ERROR collecting test/torchaudio_unittest/prototype/functional/librosa_compatibility_cpu_test.py _ 2023-08-09T11:40:56.5586948Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5587040Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5587273Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5587416Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5587654Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5587747Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5588016Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5588119Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5588346Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5588434Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5588662Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5588756Z return self._importtestmodule() 2023-08-09T11:40:56.5589008Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5589162Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5589468Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5589569Z importlib.import_module(module_name) 2023-08-09T11:40:56.5589784Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5589918Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5590087Z :1050: in _gcd_import 2023-08-09T11:40:56.5590146Z ??? 2023-08-09T11:40:56.5590321Z :1027: in _find_and_load 2023-08-09T11:40:56.5590377Z ??? 2023-08-09T11:40:56.5590560Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5590617Z ??? 2023-08-09T11:40:56.5590794Z :688: in _load_unlocked 2023-08-09T11:40:56.5590849Z ??? 2023-08-09T11:40:56.5591103Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5591182Z exec(co, module.__dict__) 2023-08-09T11:40:56.5591434Z torchaudio_unittest/prototype/functional/librosa_compatibility_cpu_test.py:1: in 2023-08-09T11:40:56.5591568Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5591808Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5591915Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5592115Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5592185Z import torchaudio 2023-08-09T11:40:56.5592535Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5592635Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5593000Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5593082Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5593445Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5593538Z torch.ops.load_library(path) 2023-08-09T11:40:56.5593770Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5593845Z ctypes.CDLL(path) 2023-08-09T11:40:56.5594047Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5594148Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5594622Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5594898Z _ ERROR collecting test/torchaudio_unittest/prototype/functional/librosa_compatibility_cuda_test.py _ 2023-08-09T11:40:56.5595131Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5595221Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5595455Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5595598Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5595827Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5595919Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5596190Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5596293Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5596509Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5596670Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5596901Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5596994Z return self._importtestmodule() 2023-08-09T11:40:56.5597253Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5597406Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5597645Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5597746Z importlib.import_module(module_name) 2023-08-09T11:40:56.5597955Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5598083Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5598252Z :1050: in _gcd_import 2023-08-09T11:40:56.5598316Z ??? 2023-08-09T11:40:56.5598491Z :1027: in _find_and_load 2023-08-09T11:40:56.5598549Z ??? 2023-08-09T11:40:56.5598737Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5598786Z ??? 2023-08-09T11:40:56.5599013Z :688: in _load_unlocked 2023-08-09T11:40:56.5599071Z ??? 2023-08-09T11:40:56.5599331Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5599408Z exec(co, module.__dict__) 2023-08-09T11:40:56.5599661Z torchaudio_unittest/prototype/functional/librosa_compatibility_cuda_test.py:1: in 2023-08-09T11:40:56.5599822Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5600007Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5600112Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5600310Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5600383Z import torchaudio 2023-08-09T11:40:56.5600738Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5600838Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5601206Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5601292Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5601655Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5601737Z torch.ops.load_library(path) 2023-08-09T11:40:56.5601971Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5674614Z ctypes.CDLL(path) 2023-08-09T11:40:56.5675054Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5675229Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5676005Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5676551Z _ ERROR collecting test/torchaudio_unittest/prototype/functional/torchscript_consistency_cpu_test.py _ 2023-08-09T11:40:56.5676948Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5677126Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5677534Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5677836Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5678076Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5678171Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5678443Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5678547Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5678770Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5678858Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5679081Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5679176Z return self._importtestmodule() 2023-08-09T11:40:56.5679427Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5679587Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5679835Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5679937Z importlib.import_module(module_name) 2023-08-09T11:40:56.5680239Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5680369Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5680533Z :1050: in _gcd_import 2023-08-09T11:40:56.5680593Z ??? 2023-08-09T11:40:56.5680769Z :1027: in _find_and_load 2023-08-09T11:40:56.5680828Z ??? 2023-08-09T11:40:56.5681021Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5681077Z ??? 2023-08-09T11:40:56.5681250Z :688: in _load_unlocked 2023-08-09T11:40:56.5681304Z ??? 2023-08-09T11:40:56.5681608Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5681679Z exec(co, module.__dict__) 2023-08-09T11:40:56.5681939Z torchaudio_unittest/prototype/functional/torchscript_consistency_cpu_test.py:2: in 2023-08-09T11:40:56.5682082Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5682269Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5682380Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5682578Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5682650Z import torchaudio 2023-08-09T11:40:56.5683001Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5683095Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5683468Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5683553Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5683918Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5684007Z torch.ops.load_library(path) 2023-08-09T11:40:56.5684238Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5684313Z ctypes.CDLL(path) 2023-08-09T11:40:56.5684516Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5684610Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5685081Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5685428Z _ ERROR collecting test/torchaudio_unittest/prototype/functional/torchscript_consistency_cuda_test.py _ 2023-08-09T11:40:56.5685666Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5685762Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5685993Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5686136Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5686368Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5686459Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5686720Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5686829Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5687053Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5687138Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5687367Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5687514Z return self._importtestmodule() 2023-08-09T11:40:56.5687938Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5688089Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5688328Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5688426Z importlib.import_module(module_name) 2023-08-09T11:40:56.5688638Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5688816Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5689020Z :1050: in _gcd_import 2023-08-09T11:40:56.5689079Z ??? 2023-08-09T11:40:56.5689255Z :1027: in _find_and_load 2023-08-09T11:40:56.5689305Z ??? 2023-08-09T11:40:56.5689501Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5689559Z ??? 2023-08-09T11:40:56.5689730Z :688: in _load_unlocked 2023-08-09T11:40:56.5689786Z ??? 2023-08-09T11:40:56.5690043Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5690122Z exec(co, module.__dict__) 2023-08-09T11:40:56.5690380Z torchaudio_unittest/prototype/functional/torchscript_consistency_cuda_test.py:2: in 2023-08-09T11:40:56.5690534Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5690725Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5690833Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5691034Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5691107Z import torchaudio 2023-08-09T11:40:56.5691461Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5691562Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5691928Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5692006Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5692372Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5692531Z torch.ops.load_library(path) 2023-08-09T11:40:56.5692761Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5692838Z ctypes.CDLL(path) 2023-08-09T11:40:56.5693040Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5693147Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5693621Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5693857Z _ ERROR collecting test/torchaudio_unittest/prototype/hifi_gan/hifi_gan_cpu_test.py _ 2023-08-09T11:40:56.5694090Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5694181Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5694413Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5694561Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5694795Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5694946Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5695216Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5695313Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5695537Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5695623Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5695853Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5695948Z return self._importtestmodule() 2023-08-09T11:40:56.5696202Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5696359Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5696601Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5775211Z importlib.import_module(module_name) 2023-08-09T11:40:56.5775591Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5775821Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5776083Z :1050: in _gcd_import 2023-08-09T11:40:56.5776182Z ??? 2023-08-09T11:40:56.5776436Z :1027: in _find_and_load 2023-08-09T11:40:56.5776529Z ??? 2023-08-09T11:40:56.5776808Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5776892Z ??? 2023-08-09T11:40:56.5777147Z :688: in _load_unlocked 2023-08-09T11:40:56.5777235Z ??? 2023-08-09T11:40:56.5777741Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5777891Z exec(co, module.__dict__) 2023-08-09T11:40:56.5778178Z torchaudio_unittest/prototype/hifi_gan/hifi_gan_cpu_test.py:2: in 2023-08-09T11:40:56.5778325Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5778515Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5778615Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5778815Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5778890Z import torchaudio 2023-08-09T11:40:56.5779247Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5779491Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5779864Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5779950Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5780363Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5780456Z torch.ops.load_library(path) 2023-08-09T11:40:56.5780691Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5780759Z ctypes.CDLL(path) 2023-08-09T11:40:56.5780962Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5781063Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5781536Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5781785Z _ ERROR collecting test/torchaudio_unittest/prototype/hifi_gan/hifi_gan_gpu_test.py _ 2023-08-09T11:40:56.5782092Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5782188Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5782422Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5782566Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5782792Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5782884Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5783151Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5783265Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5783493Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5783579Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5783816Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5783909Z return self._importtestmodule() 2023-08-09T11:40:56.5784159Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5784314Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5784557Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5784661Z importlib.import_module(module_name) 2023-08-09T11:40:56.5784878Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5785013Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5785183Z :1050: in _gcd_import 2023-08-09T11:40:56.5785238Z ??? 2023-08-09T11:40:56.5785409Z :1027: in _find_and_load 2023-08-09T11:40:56.5785470Z ??? 2023-08-09T11:40:56.5785661Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5785716Z ??? 2023-08-09T11:40:56.5785891Z :688: in _load_unlocked 2023-08-09T11:40:56.5785945Z ??? 2023-08-09T11:40:56.5786204Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5786275Z exec(co, module.__dict__) 2023-08-09T11:40:56.5786496Z torchaudio_unittest/prototype/hifi_gan/hifi_gan_gpu_test.py:2: in 2023-08-09T11:40:56.5786660Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5786916Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5787028Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5787232Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5787313Z import torchaudio 2023-08-09T11:40:56.5787659Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5787761Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5788132Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5788224Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5788590Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5788690Z torch.ops.load_library(path) 2023-08-09T11:40:56.5788925Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5789005Z ctypes.CDLL(path) 2023-08-09T11:40:56.5789273Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5789369Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5789847Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5790105Z _ ERROR collecting test/torchaudio_unittest/prototype/transforms/autograd_cpu_test.py _ 2023-08-09T11:40:56.5790346Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5790442Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5790684Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5790833Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5791075Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5791161Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5791436Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5791545Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5791774Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5791862Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5799629Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5799769Z return self._importtestmodule() 2023-08-09T11:40:56.5800086Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5800246Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5800500Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5800596Z importlib.import_module(module_name) 2023-08-09T11:40:56.5800815Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5800946Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5801121Z :1050: in _gcd_import 2023-08-09T11:40:56.5801181Z ??? 2023-08-09T11:40:56.5801357Z :1027: in _find_and_load 2023-08-09T11:40:56.5801413Z ??? 2023-08-09T11:40:56.5801596Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5801764Z ??? 2023-08-09T11:40:56.5801942Z :688: in _load_unlocked 2023-08-09T11:40:56.5801999Z ??? 2023-08-09T11:40:56.5802260Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5802340Z exec(co, module.__dict__) 2023-08-09T11:40:56.5802563Z torchaudio_unittest/prototype/transforms/autograd_cpu_test.py:1: in 2023-08-09T11:40:56.5802702Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5802882Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5802991Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5803192Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5803266Z import torchaudio 2023-08-09T11:40:56.5803617Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5803721Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5804088Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5804231Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5804596Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5804687Z torch.ops.load_library(path) 2023-08-09T11:40:56.5868176Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5868376Z ctypes.CDLL(path) 2023-08-09T11:40:56.5868888Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5869113Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5869866Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5870323Z _ ERROR collecting test/torchaudio_unittest/prototype/transforms/autograd_cuda_test.py _ 2023-08-09T11:40:56.5870689Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5870834Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5871306Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5871556Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5872073Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5872210Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5872481Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5872593Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5872818Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5872903Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5873137Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5873232Z return self._importtestmodule() 2023-08-09T11:40:56.5873483Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5873641Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5873886Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5873992Z importlib.import_module(module_name) 2023-08-09T11:40:56.5874357Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5874486Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5874658Z :1050: in _gcd_import 2023-08-09T11:40:56.5874717Z ??? 2023-08-09T11:40:56.5874890Z :1027: in _find_and_load 2023-08-09T11:40:56.5874950Z ??? 2023-08-09T11:40:56.5875142Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5875200Z ??? 2023-08-09T11:40:56.5875374Z :688: in _load_unlocked 2023-08-09T11:40:56.5875428Z ??? 2023-08-09T11:40:56.5875686Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5875757Z exec(co, module.__dict__) 2023-08-09T11:40:56.5875984Z torchaudio_unittest/prototype/transforms/autograd_cuda_test.py:1: in 2023-08-09T11:40:56.5876148Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5876334Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5876442Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5876707Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5876780Z import torchaudio 2023-08-09T11:40:56.5877130Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5877223Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5877590Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5877676Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5878039Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5878133Z torch.ops.load_library(path) 2023-08-09T11:40:56.5878365Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5878440Z ctypes.CDLL(path) 2023-08-09T11:40:56.5878643Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5878739Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5879210Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5879470Z _ ERROR collecting test/torchaudio_unittest/prototype/transforms/batch_consistency_test.py _ 2023-08-09T11:40:56.5879708Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5879803Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5880033Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5880178Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5880412Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5880499Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5880770Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5880875Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5881100Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5881187Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5881414Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5881577Z return self._importtestmodule() 2023-08-09T11:40:56.5881836Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5881982Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5882233Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5882334Z importlib.import_module(module_name) 2023-08-09T11:40:56.5882550Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5882679Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5882847Z :1050: in _gcd_import 2023-08-09T11:40:56.5882905Z ??? 2023-08-09T11:40:56.5883080Z :1027: in _find_and_load 2023-08-09T11:40:56.5883130Z ??? 2023-08-09T11:40:56.5883327Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5883382Z ??? 2023-08-09T11:40:56.5883553Z :688: in _load_unlocked 2023-08-09T11:40:56.5883611Z ??? 2023-08-09T11:40:56.5883935Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5884015Z exec(co, module.__dict__) 2023-08-09T11:40:56.5884245Z torchaudio_unittest/prototype/transforms/batch_consistency_test.py:4: in 2023-08-09T11:40:56.5884372Z import torchaudio.prototype.transforms as T 2023-08-09T11:40:56.5884720Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5884820Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5885187Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5885277Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5885638Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5885732Z torch.ops.load_library(path) 2023-08-09T11:40:56.5885955Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5886028Z ctypes.CDLL(path) 2023-08-09T11:40:56.5886230Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5886334Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5886809Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5887084Z _ ERROR collecting test/torchaudio_unittest/prototype/transforms/librosa_compatibility_cpu_test.py _ 2023-08-09T11:40:56.5887327Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5887419Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5887812Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5887950Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5888182Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5888275Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5888547Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5888653Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5888946Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5889107Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5889344Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5889430Z return self._importtestmodule() 2023-08-09T11:40:56.5889689Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5889844Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5890085Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5890185Z importlib.import_module(module_name) 2023-08-09T11:40:56.5890401Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5965148Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5965541Z :1050: in _gcd_import 2023-08-09T11:40:56.5965664Z ??? 2023-08-09T11:40:56.5965946Z :1027: in _find_and_load 2023-08-09T11:40:56.5966037Z ??? 2023-08-09T11:40:56.5966407Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5966496Z ??? 2023-08-09T11:40:56.5967062Z :688: in _load_unlocked 2023-08-09T11:40:56.5967174Z ??? 2023-08-09T11:40:56.5967780Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5967944Z exec(co, module.__dict__) 2023-08-09T11:40:56.5968444Z torchaudio_unittest/prototype/transforms/librosa_compatibility_cpu_test.py:2: in 2023-08-09T11:40:56.5968624Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5968882Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5968994Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5969205Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5969280Z import torchaudio 2023-08-09T11:40:56.5969718Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5969822Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5970198Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5970278Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5970645Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5970736Z torch.ops.load_library(path) 2023-08-09T11:40:56.5970967Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5971049Z ctypes.CDLL(path) 2023-08-09T11:40:56.5971252Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5971354Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5971836Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5972108Z _ ERROR collecting test/torchaudio_unittest/prototype/transforms/librosa_compatibility_cuda_test.py _ 2023-08-09T11:40:56.5972347Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5972441Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5972669Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5972813Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5973145Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5973240Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5973513Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5973620Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5973838Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5973924Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5974155Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5974249Z return self._importtestmodule() 2023-08-09T11:40:56.5974506Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5974662Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5974909Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5975002Z importlib.import_module(module_name) 2023-08-09T11:40:56.5975283Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5975412Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5975586Z :1050: in _gcd_import 2023-08-09T11:40:56.5975645Z ??? 2023-08-09T11:40:56.5975820Z :1027: in _find_and_load 2023-08-09T11:40:56.5975877Z ??? 2023-08-09T11:40:56.5976066Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5976116Z ??? 2023-08-09T11:40:56.5976290Z :688: in _load_unlocked 2023-08-09T11:40:56.5976347Z ??? 2023-08-09T11:40:56.5976610Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5976686Z exec(co, module.__dict__) 2023-08-09T11:40:56.5976936Z torchaudio_unittest/prototype/transforms/librosa_compatibility_cuda_test.py:2: in 2023-08-09T11:40:56.5977101Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.5977285Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5977396Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5977596Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5977671Z import torchaudio 2023-08-09T11:40:56.5978020Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5978120Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5978488Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5978572Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5978930Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5979021Z torch.ops.load_library(path) 2023-08-09T11:40:56.5979253Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.5979326Z ctypes.CDLL(path) 2023-08-09T11:40:56.5979528Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.5979629Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.5980103Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.5980409Z _ ERROR collecting test/torchaudio_unittest/prototype/transforms/transforms_cpu_test.py _ 2023-08-09T11:40:56.5980647Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.5980738Z result: Optional[TResult] = func() 2023-08-09T11:40:56.5980970Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.5981114Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.5981345Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.5981436Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.5981702Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.5981809Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.5982044Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.5982122Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.5982349Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.5982505Z return self._importtestmodule() 2023-08-09T11:40:56.5982766Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.5982926Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.5983169Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.5983268Z importlib.import_module(module_name) 2023-08-09T11:40:56.5983482Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.5983603Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.5983793Z :1050: in _gcd_import 2023-08-09T11:40:56.5983850Z ??? 2023-08-09T11:40:56.5984024Z :1027: in _find_and_load 2023-08-09T11:40:56.5984083Z ??? 2023-08-09T11:40:56.5984275Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.5984333Z ??? 2023-08-09T11:40:56.5984504Z :688: in _load_unlocked 2023-08-09T11:40:56.5984554Z ??? 2023-08-09T11:40:56.5984812Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.5984893Z exec(co, module.__dict__) 2023-08-09T11:40:56.5985123Z torchaudio_unittest/prototype/transforms/transforms_cpu_test.py:2: in 2023-08-09T11:40:56.5985262Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.5985447Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.5985556Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.5985749Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.5985820Z import torchaudio 2023-08-09T11:40:56.5986171Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.5986267Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.5986633Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.5986716Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.5987080Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.5987172Z torch.ops.load_library(path) 2023-08-09T11:40:56.5987449Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6062944Z ctypes.CDLL(path) 2023-08-09T11:40:56.6063643Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6063960Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6064781Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6065152Z _ ERROR collecting test/torchaudio_unittest/prototype/transforms/transforms_cuda_test.py _ 2023-08-09T11:40:56.6065680Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6065856Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6066135Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6066289Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6066523Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6066619Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6067024Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6067136Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6067364Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6067450Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6067679Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6067770Z return self._importtestmodule() 2023-08-09T11:40:56.6068025Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6068185Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6068420Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6068524Z importlib.import_module(module_name) 2023-08-09T11:40:56.6068745Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6068874Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6069046Z :1050: in _gcd_import 2023-08-09T11:40:56.6069105Z ??? 2023-08-09T11:40:56.6069281Z :1027: in _find_and_load 2023-08-09T11:40:56.6069337Z ??? 2023-08-09T11:40:56.6069519Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6069576Z ??? 2023-08-09T11:40:56.6069751Z :688: in _load_unlocked 2023-08-09T11:40:56.6069813Z ??? 2023-08-09T11:40:56.6070076Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6070152Z exec(co, module.__dict__) 2023-08-09T11:40:56.6070388Z torchaudio_unittest/prototype/transforms/transforms_cuda_test.py:2: in 2023-08-09T11:40:56.6070540Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.6070727Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6070836Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6071036Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6071107Z import torchaudio 2023-08-09T11:40:56.6071458Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6071630Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6071994Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6072071Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6072435Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6072525Z torch.ops.load_library(path) 2023-08-09T11:40:56.6072754Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6072829Z ctypes.CDLL(path) 2023-08-09T11:40:56.6073033Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6073134Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6073606Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6073838Z _____ ERROR collecting test/torchaudio_unittest/sox_effect/dataset_test.py _____ 2023-08-09T11:40:56.6074128Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6074221Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6074454Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6074597Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6074828Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6074920Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6075188Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6075295Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6075512Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6075595Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6075828Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6075922Z return self._importtestmodule() 2023-08-09T11:40:56.6076177Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6076329Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6076569Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6076667Z importlib.import_module(module_name) 2023-08-09T11:40:56.6076875Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6077005Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6077174Z :1050: in _gcd_import 2023-08-09T11:40:56.6077232Z ??? 2023-08-09T11:40:56.6077408Z :1027: in _find_and_load 2023-08-09T11:40:56.6077464Z ??? 2023-08-09T11:40:56.6077660Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6077710Z ??? 2023-08-09T11:40:56.6077883Z :688: in _load_unlocked 2023-08-09T11:40:56.6077939Z ??? 2023-08-09T11:40:56.6078198Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6078276Z exec(co, module.__dict__) 2023-08-09T11:40:56.6078474Z torchaudio_unittest/sox_effect/dataset_test.py:10: in 2023-08-09T11:40:56.6078547Z import torchaudio 2023-08-09T11:40:56.6078888Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6079041Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6079410Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6079495Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6079852Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6079942Z torch.ops.load_library(path) 2023-08-09T11:40:56.6080171Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6080248Z ctypes.CDLL(path) 2023-08-09T11:40:56.6080442Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6080541Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6081023Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6081304Z ______ ERROR collecting test/torchaudio_unittest/sox_effect/smoke_test.py ______ 2023-08-09T11:40:56.6081542Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6081634Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6081865Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6082008Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6082239Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6082325Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6082597Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6082702Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6082925Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6083013Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6083240Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6083335Z return self._importtestmodule() 2023-08-09T11:40:56.6083591Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6083738Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6083979Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6084079Z importlib.import_module(module_name) 2023-08-09T11:40:56.6084302Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6084426Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6084597Z :1050: in _gcd_import 2023-08-09T11:40:56.6084654Z ??? 2023-08-09T11:40:56.6156429Z :1027: in _find_and_load 2023-08-09T11:40:56.6156563Z ??? 2023-08-09T11:40:56.6156780Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6156989Z ??? 2023-08-09T11:40:56.6157606Z :688: in _load_unlocked 2023-08-09T11:40:56.6157680Z ??? 2023-08-09T11:40:56.6158016Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6158099Z exec(co, module.__dict__) 2023-08-09T11:40:56.6158396Z torchaudio_unittest/sox_effect/smoke_test.py:2: in 2023-08-09T11:40:56.6158690Z from torchaudio import sox_effects 2023-08-09T11:40:56.6159051Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6159178Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6159556Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6159635Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6160001Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6160093Z torch.ops.load_library(path) 2023-08-09T11:40:56.6160394Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6160470Z ctypes.CDLL(path) 2023-08-09T11:40:56.6160679Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6160780Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6161337Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6161564Z ___ ERROR collecting test/torchaudio_unittest/sox_effect/sox_effect_test.py ____ 2023-08-09T11:40:56.6161802Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6161910Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6162199Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6162343Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6162582Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6162681Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6162952Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6163049Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6163281Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6163365Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6163611Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6163756Z return self._importtestmodule() 2023-08-09T11:40:56.6164014Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6164169Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6164414Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6164511Z importlib.import_module(module_name) 2023-08-09T11:40:56.6164728Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6164856Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6165032Z :1050: in _gcd_import 2023-08-09T11:40:56.6165090Z ??? 2023-08-09T11:40:56.6165278Z :1027: in _find_and_load 2023-08-09T11:40:56.6165376Z ??? 2023-08-09T11:40:56.6165582Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6165632Z ??? 2023-08-09T11:40:56.6165805Z :688: in _load_unlocked 2023-08-09T11:40:56.6165860Z ??? 2023-08-09T11:40:56.6166120Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6166272Z exec(co, module.__dict__) 2023-08-09T11:40:56.6166470Z torchaudio_unittest/sox_effect/sox_effect_test.py:5: in 2023-08-09T11:40:56.6166562Z from torchaudio import sox_effects 2023-08-09T11:40:56.6166910Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6167047Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6167448Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6167533Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6168046Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6168163Z torch.ops.load_library(path) 2023-08-09T11:40:56.6168402Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6168476Z ctypes.CDLL(path) 2023-08-09T11:40:56.6168676Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6168822Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6169407Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6169713Z ___ ERROR collecting test/torchaudio_unittest/sox_effect/torchscript_test.py ___ 2023-08-09T11:40:56.6169949Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6170042Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6170273Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6170422Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6170657Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6170749Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6171015Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6171118Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6171409Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6171495Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6171727Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6171822Z return self._importtestmodule() 2023-08-09T11:40:56.6172076Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6172235Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6172470Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6172571Z importlib.import_module(module_name) 2023-08-09T11:40:56.6172793Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6172922Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6173162Z :1050: in _gcd_import 2023-08-09T11:40:56.6173220Z ??? 2023-08-09T11:40:56.6173395Z :1027: in _find_and_load 2023-08-09T11:40:56.6173445Z ??? 2023-08-09T11:40:56.6173633Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6173691Z ??? 2023-08-09T11:40:56.6173865Z :688: in _load_unlocked 2023-08-09T11:40:56.6173993Z ??? 2023-08-09T11:40:56.6174254Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6174331Z exec(co, module.__dict__) 2023-08-09T11:40:56.6174534Z torchaudio_unittest/sox_effect/torchscript_test.py:5: in 2023-08-09T11:40:56.6174625Z from torchaudio import sox_effects 2023-08-09T11:40:56.6175036Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6175135Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6175498Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6175582Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6175941Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6176034Z torch.ops.load_library(path) 2023-08-09T11:40:56.6176263Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6176329Z ctypes.CDLL(path) 2023-08-09T11:40:56.6176648Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6176754Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6177228Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6177461Z __ ERROR collecting test/torchaudio_unittest/transforms/autograd_cpu_test.py ___ 2023-08-09T11:40:56.6177695Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6177789Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6178025Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6178199Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6178471Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6178563Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6178831Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6256562Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6256870Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6256960Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6257202Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6257299Z return self._importtestmodule() 2023-08-09T11:40:56.6257562Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6257749Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6258002Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6258111Z importlib.import_module(module_name) 2023-08-09T11:40:56.6258330Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6258462Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6258636Z :1050: in _gcd_import 2023-08-09T11:40:56.6258694Z ??? 2023-08-09T11:40:56.6258870Z :1027: in _find_and_load 2023-08-09T11:40:56.6258920Z ??? 2023-08-09T11:40:56.6259111Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6259328Z ??? 2023-08-09T11:40:56.6259507Z :688: in _load_unlocked 2023-08-09T11:40:56.6259565Z ??? 2023-08-09T11:40:56.6259827Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6259911Z exec(co, module.__dict__) 2023-08-09T11:40:56.6260111Z torchaudio_unittest/transforms/autograd_cpu_test.py:1: in 2023-08-09T11:40:56.6260250Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.6260435Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6260541Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6260737Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6260808Z import torchaudio 2023-08-09T11:40:56.6261157Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6261258Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6261619Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6261774Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6262139Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6262229Z torch.ops.load_library(path) 2023-08-09T11:40:56.6262460Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6262535Z ctypes.CDLL(path) 2023-08-09T11:40:56.6262735Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6262837Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6263312Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6263549Z __ ERROR collecting test/torchaudio_unittest/transforms/autograd_cuda_test.py __ 2023-08-09T11:40:56.6263786Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6263878Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6264109Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6264253Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6264483Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6264575Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6264833Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6264942Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6265164Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6265249Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6265483Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6265577Z return self._importtestmodule() 2023-08-09T11:40:56.6265830Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6266010Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6266252Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6266352Z importlib.import_module(module_name) 2023-08-09T11:40:56.6266569Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6266746Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6266919Z :1050: in _gcd_import 2023-08-09T11:40:56.6266976Z ??? 2023-08-09T11:40:56.6267155Z :1027: in _find_and_load 2023-08-09T11:40:56.6267213Z ??? 2023-08-09T11:40:56.6267402Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6267459Z ??? 2023-08-09T11:40:56.6267626Z :688: in _load_unlocked 2023-08-09T11:40:56.6267684Z ??? 2023-08-09T11:40:56.6267940Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6268020Z exec(co, module.__dict__) 2023-08-09T11:40:56.6268230Z torchaudio_unittest/transforms/autograd_cuda_test.py:1: in 2023-08-09T11:40:56.6268395Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.6268581Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6268678Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6268933Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6269009Z import torchaudio 2023-08-09T11:40:56.6269361Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6269460Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6269825Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6269913Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6270272Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6270363Z torch.ops.load_library(path) 2023-08-09T11:40:56.6270585Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6270660Z ctypes.CDLL(path) 2023-08-09T11:40:56.6270865Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6270966Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6271443Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6271684Z _ ERROR collecting test/torchaudio_unittest/transforms/batch_consistency_test.py _ 2023-08-09T11:40:56.6271915Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6272008Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6272230Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6272373Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6272606Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6272700Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6272964Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6273067Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6273291Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6273373Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6273592Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6273752Z return self._importtestmodule() 2023-08-09T11:40:56.6274009Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6274161Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6274408Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6274507Z importlib.import_module(module_name) 2023-08-09T11:40:56.6274723Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6274850Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6275013Z :1050: in _gcd_import 2023-08-09T11:40:56.6275071Z ??? 2023-08-09T11:40:56.6275250Z :1027: in _find_and_load 2023-08-09T11:40:56.6275307Z ??? 2023-08-09T11:40:56.6275499Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6275560Z ??? 2023-08-09T11:40:56.6275732Z :688: in _load_unlocked 2023-08-09T11:40:56.6275782Z ??? 2023-08-09T11:40:56.6276039Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6276174Z exec(co, module.__dict__) 2023-08-09T11:40:56.6276393Z torchaudio_unittest/transforms/batch_consistency_test.py:6: in 2023-08-09T11:40:56.6276494Z from torchaudio import transforms as T 2023-08-09T11:40:56.6276842Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6276941Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6277307Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6351014Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6351729Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6351832Z torch.ops.load_library(path) 2023-08-09T11:40:56.6352083Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6352160Z ctypes.CDLL(path) 2023-08-09T11:40:56.6352365Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6352557Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6353099Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6353356Z _ ERROR collecting test/torchaudio_unittest/transforms/librosa_compatibility_cpu_test.py _ 2023-08-09T11:40:56.6353604Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6353691Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6353968Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6354111Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6354342Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6354434Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6354703Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6354806Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6355032Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6355117Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6355502Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6355587Z return self._importtestmodule() 2023-08-09T11:40:56.6355841Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6355999Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6356244Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6356345Z importlib.import_module(module_name) 2023-08-09T11:40:56.6356562Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6356689Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6356859Z :1050: in _gcd_import 2023-08-09T11:40:56.6356911Z ??? 2023-08-09T11:40:56.6357093Z :1027: in _find_and_load 2023-08-09T11:40:56.6357151Z ??? 2023-08-09T11:40:56.6357339Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6357396Z ??? 2023-08-09T11:40:56.6357570Z :688: in _load_unlocked 2023-08-09T11:40:56.6357697Z ??? 2023-08-09T11:40:56.6357951Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6358028Z exec(co, module.__dict__) 2023-08-09T11:40:56.6358260Z torchaudio_unittest/transforms/librosa_compatibility_cpu_test.py:2: in 2023-08-09T11:40:56.6358399Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.6358587Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6358692Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6358890Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6358969Z import torchaudio 2023-08-09T11:40:56.6359310Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6359409Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6359775Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6359860Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6360220Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6360308Z torch.ops.load_library(path) 2023-08-09T11:40:56.6360539Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6360617Z ctypes.CDLL(path) 2023-08-09T11:40:56.6360813Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6360913Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6361394Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6361649Z _ ERROR collecting test/torchaudio_unittest/transforms/librosa_compatibility_cuda_test.py _ 2023-08-09T11:40:56.6361884Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6361975Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6362208Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6362350Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6362630Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6362722Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6362988Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6363097Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6363320Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6363404Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6363635Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6363728Z return self._importtestmodule() 2023-08-09T11:40:56.6363973Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6364128Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6364374Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6364473Z importlib.import_module(module_name) 2023-08-09T11:40:56.6364685Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6364868Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6365040Z :1050: in _gcd_import 2023-08-09T11:40:56.6365098Z ??? 2023-08-09T11:40:56.6365267Z :1027: in _find_and_load 2023-08-09T11:40:56.6365324Z ??? 2023-08-09T11:40:56.6365517Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6365574Z ??? 2023-08-09T11:40:56.6365748Z :688: in _load_unlocked 2023-08-09T11:40:56.6365804Z ??? 2023-08-09T11:40:56.6366062Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6366137Z exec(co, module.__dict__) 2023-08-09T11:40:56.6366369Z torchaudio_unittest/transforms/librosa_compatibility_cuda_test.py:2: in 2023-08-09T11:40:56.6366531Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.6366725Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6366832Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6367028Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6367099Z import torchaudio 2023-08-09T11:40:56.6367447Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6367538Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6368078Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6368164Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6368526Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6368620Z torch.ops.load_library(path) 2023-08-09T11:40:56.6368924Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6369000Z ctypes.CDLL(path) 2023-08-09T11:40:56.6369204Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6369298Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6369792Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6370108Z _ ERROR collecting test/torchaudio_unittest/transforms/sox_compatibility_test.py _ 2023-08-09T11:40:56.6370355Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6370445Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6370677Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6370820Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6371052Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6371144Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6371404Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6371509Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6371733Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6371824Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6372054Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6450502Z return self._importtestmodule() 2023-08-09T11:40:56.6451007Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6451182Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6451442Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6451539Z importlib.import_module(module_name) 2023-08-09T11:40:56.6451761Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6451891Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6452078Z :1050: in _gcd_import 2023-08-09T11:40:56.6452141Z ??? 2023-08-09T11:40:56.6452315Z :1027: in _find_and_load 2023-08-09T11:40:56.6452371Z ??? 2023-08-09T11:40:56.6452567Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6452616Z ??? 2023-08-09T11:40:56.6452796Z :688: in _load_unlocked 2023-08-09T11:40:56.6452853Z ??? 2023-08-09T11:40:56.6453114Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6453190Z exec(co, module.__dict__) 2023-08-09T11:40:56.6453408Z torchaudio_unittest/transforms/sox_compatibility_test.py:4: in 2023-08-09T11:40:56.6453511Z import torchaudio.transforms as T 2023-08-09T11:40:56.6453860Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6453964Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6454327Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6454411Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6454774Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6454862Z torch.ops.load_library(path) 2023-08-09T11:40:56.6455092Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6455164Z ctypes.CDLL(path) 2023-08-09T11:40:56.6455361Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6455463Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6455935Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6456277Z _ ERROR collecting test/torchaudio_unittest/transforms/torchscript_consistency_cpu_test.py _ 2023-08-09T11:40:56.6456518Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6456611Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6456844Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6456986Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6457218Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6457304Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6457578Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6457721Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6457948Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6458033Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6458313Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6458408Z return self._importtestmodule() 2023-08-09T11:40:56.6458663Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6458815Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6459062Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6459156Z importlib.import_module(module_name) 2023-08-09T11:40:56.6459372Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6459504Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6459673Z :1050: in _gcd_import 2023-08-09T11:40:56.6459730Z ??? 2023-08-09T11:40:56.6459906Z :1027: in _find_and_load 2023-08-09T11:40:56.6459963Z ??? 2023-08-09T11:40:56.6460158Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6460208Z ??? 2023-08-09T11:40:56.6460380Z :688: in _load_unlocked 2023-08-09T11:40:56.6460433Z ??? 2023-08-09T11:40:56.6460690Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6460770Z exec(co, module.__dict__) 2023-08-09T11:40:56.6461001Z torchaudio_unittest/transforms/torchscript_consistency_cpu_test.py:2: in 2023-08-09T11:40:56.6461141Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.6461325Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6461432Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6461630Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6461702Z import torchaudio 2023-08-09T11:40:56.6462054Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6462154Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6462523Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6462607Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6462961Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6463106Z torch.ops.load_library(path) 2023-08-09T11:40:56.6463340Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6463413Z ctypes.CDLL(path) 2023-08-09T11:40:56.6463617Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6463717Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6464190Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6464452Z _ ERROR collecting test/torchaudio_unittest/transforms/torchscript_consistency_cuda_test.py _ 2023-08-09T11:40:56.6464688Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6464774Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6465011Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6465153Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6465380Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6465529Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6465797Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6465901Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6466121Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6466197Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6466426Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6466521Z return self._importtestmodule() 2023-08-09T11:40:56.6466781Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6466936Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6467175Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6467280Z importlib.import_module(module_name) 2023-08-09T11:40:56.6467489Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6467619Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6467787Z :1050: in _gcd_import 2023-08-09T11:40:56.6467842Z ??? 2023-08-09T11:40:56.6468017Z :1027: in _find_and_load 2023-08-09T11:40:56.6468077Z ??? 2023-08-09T11:40:56.6468264Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6468325Z ??? 2023-08-09T11:40:56.6468492Z :688: in _load_unlocked 2023-08-09T11:40:56.6468548Z ??? 2023-08-09T11:40:56.6468803Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6468878Z exec(co, module.__dict__) 2023-08-09T11:40:56.6469119Z torchaudio_unittest/transforms/torchscript_consistency_cuda_test.py:2: in 2023-08-09T11:40:56.6469278Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.6469466Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6469566Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6469800Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6469871Z import torchaudio 2023-08-09T11:40:56.6470217Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6470373Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6470736Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6470822Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6471182Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6544956Z torch.ops.load_library(path) 2023-08-09T11:40:56.6545264Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6546030Z ctypes.CDLL(path) 2023-08-09T11:40:56.6546490Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6546660Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6547505Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6547897Z _ ERROR collecting test/torchaudio_unittest/transforms/transforms_cpu_test.py __ 2023-08-09T11:40:56.6548423Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6548553Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6549035Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6549362Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6549628Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6549722Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6549990Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6550100Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6550321Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6550407Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6550639Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6550726Z return self._importtestmodule() 2023-08-09T11:40:56.6550981Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6551134Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6551375Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6551475Z importlib.import_module(module_name) 2023-08-09T11:40:56.6551690Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6551824Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6551993Z :1050: in _gcd_import 2023-08-09T11:40:56.6552044Z ??? 2023-08-09T11:40:56.6552223Z :1027: in _find_and_load 2023-08-09T11:40:56.6552280Z ??? 2023-08-09T11:40:56.6552469Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6552523Z ??? 2023-08-09T11:40:56.6552696Z :688: in _load_unlocked 2023-08-09T11:40:56.6552753Z ??? 2023-08-09T11:40:56.6553005Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6553082Z exec(co, module.__dict__) 2023-08-09T11:40:56.6553293Z torchaudio_unittest/transforms/transforms_cpu_test.py:2: in 2023-08-09T11:40:56.6553528Z from torchaudio_unittest.common_utils import PytorchTestCase 2023-08-09T11:40:56.6553716Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6553822Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6554018Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6554093Z import torchaudio 2023-08-09T11:40:56.6554438Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6554537Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6554904Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6554988Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6555348Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6555440Z torch.ops.load_library(path) 2023-08-09T11:40:56.6555670Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6555744Z ctypes.CDLL(path) 2023-08-09T11:40:56.6555994Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6556100Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6556578Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6556813Z _ ERROR collecting test/torchaudio_unittest/transforms/transforms_cuda_test.py _ 2023-08-09T11:40:56.6557048Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6557144Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6557375Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6557518Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6557746Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6557840Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6558110Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6558215Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6558435Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6558517Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6558746Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6558840Z return self._importtestmodule() 2023-08-09T11:40:56.6559090Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6559244Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6559493Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6559594Z importlib.import_module(module_name) 2023-08-09T11:40:56.6559808Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6559935Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6560106Z :1050: in _gcd_import 2023-08-09T11:40:56.6560164Z ??? 2023-08-09T11:40:56.6560334Z :1027: in _find_and_load 2023-08-09T11:40:56.6560390Z ??? 2023-08-09T11:40:56.6560579Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6560694Z ??? 2023-08-09T11:40:56.6560868Z :688: in _load_unlocked 2023-08-09T11:40:56.6560925Z ??? 2023-08-09T11:40:56.6561181Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6561256Z exec(co, module.__dict__) 2023-08-09T11:40:56.6561469Z torchaudio_unittest/transforms/transforms_cuda_test.py:2: in 2023-08-09T11:40:56.6561631Z from torchaudio_unittest.common_utils import PytorchTestCase, skipIfNoCuda 2023-08-09T11:40:56.6561819Z torchaudio_unittest/common_utils/__init__.py:2: in 2023-08-09T11:40:56.6561927Z from .backend_utils import set_audio_backend 2023-08-09T11:40:56.6562123Z torchaudio_unittest/common_utils/backend_utils.py:3: in 2023-08-09T11:40:56.6562196Z import torchaudio 2023-08-09T11:40:56.6562544Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6562641Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6563058Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6563146Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6563507Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6563598Z torch.ops.load_library(path) 2023-08-09T11:40:56.6563827Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6563903Z ctypes.CDLL(path) 2023-08-09T11:40:56.6564104Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6564198Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6564677Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6564912Z ___ ERROR collecting test/torchaudio_unittest/transforms/transforms_test.py ____ 2023-08-09T11:40:56.6565149Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6565240Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6565476Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6565617Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6565849Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6565939Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6566203Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6566307Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6566531Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6566619Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6566846Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6566939Z return self._importtestmodule() 2023-08-09T11:40:56.6567192Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6567339Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6636191Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6636382Z importlib.import_module(module_name) 2023-08-09T11:40:56.6637035Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6637277Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6637608Z :1050: in _gcd_import 2023-08-09T11:40:56.6637704Z ??? 2023-08-09T11:40:56.6638100Z :1027: in _find_and_load 2023-08-09T11:40:56.6638198Z ??? 2023-08-09T11:40:56.6638460Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6638570Z ??? 2023-08-09T11:40:56.6638907Z :688: in _load_unlocked 2023-08-09T11:40:56.6639015Z ??? 2023-08-09T11:40:56.6639400Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6639480Z exec(co, module.__dict__) 2023-08-09T11:40:56.6639684Z torchaudio_unittest/transforms/transforms_test.py:4: in 2023-08-09T11:40:56.6639754Z import torchaudio 2023-08-09T11:40:56.6640114Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6640212Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6640662Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6640750Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6641117Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6641207Z torch.ops.load_library(path) 2023-08-09T11:40:56.6641437Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6641515Z ctypes.CDLL(path) 2023-08-09T11:40:56.6641716Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6641817Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6642304Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6642536Z _____ ERROR collecting test/torchaudio_unittest/utils/ffmpeg_utils_test.py _____ 2023-08-09T11:40:56.6642771Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6642862Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6643132Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6643275Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6643508Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6643606Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6643870Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6643975Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6644205Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6644289Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6644518Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6644612Z return self._importtestmodule() 2023-08-09T11:40:56.6644867Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6645019Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6645254Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6645414Z importlib.import_module(module_name) 2023-08-09T11:40:56.6645630Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6645757Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6645930Z :1050: in _gcd_import 2023-08-09T11:40:56.6645988Z ??? 2023-08-09T11:40:56.6646163Z :1027: in _find_and_load 2023-08-09T11:40:56.6646222Z ??? 2023-08-09T11:40:56.6646405Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6646463Z ??? 2023-08-09T11:40:56.6646635Z :688: in _load_unlocked 2023-08-09T11:40:56.6646690Z ??? 2023-08-09T11:40:56.6646947Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6647029Z exec(co, module.__dict__) 2023-08-09T11:40:56.6647223Z torchaudio_unittest/utils/ffmpeg_utils_test.py:1: in 2023-08-09T11:40:56.6647325Z from torchaudio.utils import ffmpeg_utils 2023-08-09T11:40:56.6647906Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6648009Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6648378Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6648465Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6648890Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6648983Z torch.ops.load_library(path) 2023-08-09T11:40:56.6649216Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6649289Z ctypes.CDLL(path) 2023-08-09T11:40:56.6649491Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6649591Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6650068Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6650292Z ______ ERROR collecting test/torchaudio_unittest/utils/sox_utils_test.py _______ 2023-08-09T11:40:56.6650526Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:341: in from_call 2023-08-09T11:40:56.6650615Z result: Optional[TResult] = func() 2023-08-09T11:40:56.6650848Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/runner.py:372: in 2023-08-09T11:40:56.6650990Z call = CallInfo.from_call(lambda: list(collector.collect()), "collect") 2023-08-09T11:40:56.6651217Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:531: in collect 2023-08-09T11:40:56.6651310Z self._inject_setup_module_fixture() 2023-08-09T11:40:56.6651581Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture 2023-08-09T11:40:56.6651685Z self.obj, ("setUpModule", "setup_module") 2023-08-09T11:40:56.6651908Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:310: in obj 2023-08-09T11:40:56.6651994Z self._obj = obj = self._getobj() 2023-08-09T11:40:56.6652225Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:528: in _getobj 2023-08-09T11:40:56.6652319Z return self._importtestmodule() 2023-08-09T11:40:56.6652567Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/python.py:617: in _importtestmodule 2023-08-09T11:40:56.6652790Z mod = import_path(self.path, mode=importmode, root=self.config.rootpath) 2023-08-09T11:40:56.6653035Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/pathlib.py:565: in import_path 2023-08-09T11:40:56.6653137Z importlib.import_module(module_name) 2023-08-09T11:40:56.6653361Z /opt/conda/envs/ci/lib/python3.10/importlib/__init__.py:126: in import_module 2023-08-09T11:40:56.6653489Z return _bootstrap._gcd_import(name[level:], package, level) 2023-08-09T11:40:56.6653659Z :1050: in _gcd_import 2023-08-09T11:40:56.6653709Z ??? 2023-08-09T11:40:56.6653882Z :1027: in _find_and_load 2023-08-09T11:40:56.6653940Z ??? 2023-08-09T11:40:56.6654128Z :1006: in _find_and_load_unlocked 2023-08-09T11:40:56.6654181Z ??? 2023-08-09T11:40:56.6654354Z :688: in _load_unlocked 2023-08-09T11:40:56.6654410Z ??? 2023-08-09T11:40:56.6654665Z /opt/conda/envs/ci/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:178: in exec_module 2023-08-09T11:40:56.6654742Z exec(co, module.__dict__) 2023-08-09T11:40:56.6654929Z torchaudio_unittest/utils/sox_utils_test.py:1: in 2023-08-09T11:40:56.6655096Z from torchaudio.utils import sox_utils 2023-08-09T11:40:56.6655450Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py:1: in 2023-08-09T11:40:56.6655547Z from torchaudio import ( # noqa: F401 2023-08-09T11:40:56.6655915Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py:45: in 2023-08-09T11:40:56.6656000Z _load_lib("libtorchaudio") 2023-08-09T11:40:56.6656357Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py:64: in _load_lib 2023-08-09T11:40:56.6656444Z torch.ops.load_library(path) 2023-08-09T11:40:56.6656671Z /opt/conda/envs/ci/lib/python3.10/site-packages/torch/_ops.py:255: in load_library 2023-08-09T11:40:56.6656745Z ctypes.CDLL(path) 2023-08-09T11:40:56.6656951Z /opt/conda/envs/ci/lib/python3.10/ctypes/__init__.py:374: in __init__ 2023-08-09T11:40:56.6657052Z self._handle = _dlopen(self._name, mode) 2023-08-09T11:40:56.6657528Z E OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6657753Z ----------------- generated xml file: /test-results/junit.xml ------------------ 2023-08-09T11:40:56.6657761Z 2023-08-09T11:40:56.6657963Z ---------- coverage: platform linux, python 3.10.12-final-0 ---------- 2023-08-09T11:40:56.6658091Z Name Stmts Miss Cover 2023-08-09T11:40:56.6696905Z ------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-08-09T11:40:56.6697568Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/__init__.py 7 6 14% 2023-08-09T11:40:56.6698249Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/__init__.py 50 33 34% 2023-08-09T11:40:56.6698622Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_extension/utils.py 108 78 28% 2023-08-09T11:40:56.6698986Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_internal/__init__.py 5 0 100% 2023-08-09T11:40:56.6699743Z /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/_internal/module_utils.py 50 38 24% 2023-08-09T11:40:56.6700448Z ------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-08-09T11:40:56.6700594Z TOTAL 220 155 30% 2023-08-09T11:40:56.6700602Z 2023-08-09T11:40:56.6700796Z =========================== short test summary info ============================ 2023-08-09T11:40:56.6701338Z ERROR torchaudio_unittest/kaldi_io_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6701950Z ERROR torchaudio_unittest/backend/utils_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6703070Z ERROR torchaudio_unittest/backend/dispatcher/dispatcher_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6703643Z ERROR torchaudio_unittest/backend/dispatcher/smoke_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6704219Z ERROR torchaudio_unittest/backend/dispatcher/ffmpeg/info_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6704798Z ERROR torchaudio_unittest/backend/dispatcher/ffmpeg/load_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6705477Z ERROR torchaudio_unittest/backend/dispatcher/ffmpeg/save_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6706165Z ERROR torchaudio_unittest/backend/dispatcher/soundfile/info_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6706744Z ERROR torchaudio_unittest/backend/dispatcher/soundfile/load_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6707323Z ERROR torchaudio_unittest/backend/dispatcher/soundfile/save_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6707885Z ERROR torchaudio_unittest/backend/dispatcher/sox/info_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6708443Z ERROR torchaudio_unittest/backend/dispatcher/sox/load_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6709081Z ERROR torchaudio_unittest/backend/dispatcher/sox/roundtrip_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6709638Z ERROR torchaudio_unittest/backend/dispatcher/sox/save_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6710199Z ERROR torchaudio_unittest/backend/dispatcher/sox/smoke_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6710756Z ERROR torchaudio_unittest/backend/soundfile/info_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6711360Z ERROR torchaudio_unittest/backend/soundfile/load_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6711912Z ERROR torchaudio_unittest/backend/soundfile/save_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6712453Z ERROR torchaudio_unittest/backend/sox_io/info_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6712995Z ERROR torchaudio_unittest/backend/sox_io/load_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6713539Z ERROR torchaudio_unittest/backend/sox_io/roundtrip_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6714085Z ERROR torchaudio_unittest/backend/sox_io/save_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6714629Z ERROR torchaudio_unittest/backend/sox_io/smoke_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6715191Z ERROR torchaudio_unittest/backend/sox_io/torchscript_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6715776Z ERROR torchaudio_unittest/compliance/kaldi/kaldi_compatibility_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6716368Z ERROR torchaudio_unittest/compliance/kaldi/kaldi_compatibility_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6716987Z ERROR torchaudio_unittest/compliance/kaldi/legacy_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6717533Z ERROR torchaudio_unittest/datasets/cmuarctic_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6718072Z ERROR torchaudio_unittest/datasets/cmudict_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6718616Z ERROR torchaudio_unittest/datasets/commonvoice_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6719217Z ERROR torchaudio_unittest/datasets/dr_vctk_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6719775Z ERROR torchaudio_unittest/datasets/fluentcommands_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6720313Z ERROR torchaudio_unittest/datasets/gtzan_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6720860Z ERROR torchaudio_unittest/datasets/iemocap_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6721430Z ERROR torchaudio_unittest/datasets/librilightlimited_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6721972Z ERROR torchaudio_unittest/datasets/librimix_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6722524Z ERROR torchaudio_unittest/datasets/librispeech_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6723074Z ERROR torchaudio_unittest/datasets/libritts_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6723616Z ERROR torchaudio_unittest/datasets/ljspeech_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6724155Z ERROR torchaudio_unittest/datasets/musdb_hq_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6724750Z ERROR torchaudio_unittest/datasets/quesst14_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6725292Z ERROR torchaudio_unittest/datasets/snips_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6725847Z ERROR torchaudio_unittest/datasets/speechcommands_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6726386Z ERROR torchaudio_unittest/datasets/tedlium_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6726972Z ERROR torchaudio_unittest/datasets/vctk_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6727523Z ERROR torchaudio_unittest/datasets/voxceleb1_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6728220Z ERROR torchaudio_unittest/datasets/yesno_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6728878Z ERROR torchaudio_unittest/example/emformer_rnnt/test_librispeech_lightning.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6729473Z ERROR torchaudio_unittest/example/emformer_rnnt/test_mustc_lightning.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6730058Z ERROR torchaudio_unittest/example/emformer_rnnt/test_tedlium3_lightning.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6730628Z ERROR torchaudio_unittest/example/hubert/test_crop_audio_label.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6731206Z ERROR torchaudio_unittest/example/souce_sepration/metrics_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6731777Z ERROR torchaudio_unittest/example/souce_sepration/wsj0mix_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6732355Z ERROR torchaudio_unittest/example/tacotron2/tacotron2_loss_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6732996Z ERROR torchaudio_unittest/example/tacotron2/tacotron2_loss_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6733566Z ERROR torchaudio_unittest/example/tacotron2/test_text_preprocessing.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6734120Z ERROR torchaudio_unittest/functional/autograd_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6734669Z ERROR torchaudio_unittest/functional/autograd_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6735295Z ERROR torchaudio_unittest/functional/batch_consistency_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6735850Z ERROR torchaudio_unittest/functional/functional_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6736411Z ERROR torchaudio_unittest/functional/functional_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6736984Z ERROR torchaudio_unittest/functional/kaldi_compatibility_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6737561Z ERROR torchaudio_unittest/functional/kaldi_compatibility_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6738137Z ERROR torchaudio_unittest/functional/librosa_compatibility_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6738712Z ERROR torchaudio_unittest/functional/librosa_compatibility_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6739285Z ERROR torchaudio_unittest/functional/sox_compatibility_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6739871Z ERROR torchaudio_unittest/functional/torchscript_consistency_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6740452Z ERROR torchaudio_unittest/functional/torchscript_consistency_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6741040Z ERROR torchaudio_unittest/io/effector_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6741654Z ERROR torchaudio_unittest/io/playback_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6742205Z ERROR torchaudio_unittest/io/stream_reader_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6742743Z ERROR torchaudio_unittest/io/stream_writer_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6743349Z ERROR torchaudio_unittest/models/models_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6743915Z ERROR torchaudio_unittest/models/conformer/conformer_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6744485Z ERROR torchaudio_unittest/models/conformer/conformer_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6745052Z ERROR torchaudio_unittest/models/decoder/ctc_decoder_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6745629Z ERROR torchaudio_unittest/models/decoder/cuda_ctc_decoder_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6746191Z ERROR torchaudio_unittest/models/emformer/emformer_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6746744Z ERROR torchaudio_unittest/models/emformer/emformer_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6747313Z ERROR torchaudio_unittest/models/hdemucs/hdemucs_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6747871Z ERROR torchaudio_unittest/models/hdemucs/hdemucs_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6748410Z ERROR torchaudio_unittest/models/rnnt/rnnt_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6748997Z ERROR torchaudio_unittest/models/rnnt/rnnt_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6749580Z ERROR torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6750144Z ERROR torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6750684Z ERROR torchaudio_unittest/models/squim/squim_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6751305Z ERROR torchaudio_unittest/models/tacotron2/model_test_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6751871Z ERROR torchaudio_unittest/models/tacotron2/model_test_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6752445Z ERROR torchaudio_unittest/models/wav2vec2/fairseq_integration_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6753031Z ERROR torchaudio_unittest/models/wav2vec2/huggingface_intergration_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6753593Z ERROR torchaudio_unittest/models/wav2vec2/model_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6754175Z ERROR torchaudio_unittest/prototype/conformer_wav2vec2_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6754731Z ERROR torchaudio_unittest/prototype/conv_emformer_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6755298Z ERROR torchaudio_unittest/prototype/conv_emformer_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6755837Z ERROR torchaudio_unittest/prototype/rnnt_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6756371Z ERROR torchaudio_unittest/prototype/rnnt_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6756967Z ERROR torchaudio_unittest/prototype/ssl_model_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6757522Z ERROR torchaudio_unittest/prototype/datasets/musan_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6758097Z ERROR torchaudio_unittest/prototype/functional/autograd_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6758666Z ERROR torchaudio_unittest/prototype/functional/autograd_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6759300Z ERROR torchaudio_unittest/prototype/functional/functional_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6759877Z ERROR torchaudio_unittest/prototype/functional/functional_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6760470Z ERROR torchaudio_unittest/prototype/functional/librosa_compatibility_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6761076Z ERROR torchaudio_unittest/prototype/functional/librosa_compatibility_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6761673Z ERROR torchaudio_unittest/prototype/functional/torchscript_consistency_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6762269Z ERROR torchaudio_unittest/prototype/functional/torchscript_consistency_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6762837Z ERROR torchaudio_unittest/prototype/hifi_gan/hifi_gan_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6763405Z ERROR torchaudio_unittest/prototype/hifi_gan/hifi_gan_gpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6763978Z ERROR torchaudio_unittest/prototype/transforms/autograd_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6764554Z ERROR torchaudio_unittest/prototype/transforms/autograd_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6765188Z ERROR torchaudio_unittest/prototype/transforms/batch_consistency_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6765781Z ERROR torchaudio_unittest/prototype/transforms/librosa_compatibility_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6766380Z ERROR torchaudio_unittest/prototype/transforms/librosa_compatibility_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6767004Z ERROR torchaudio_unittest/prototype/transforms/transforms_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6767649Z ERROR torchaudio_unittest/prototype/transforms/transforms_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6768197Z ERROR torchaudio_unittest/sox_effect/dataset_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6768738Z ERROR torchaudio_unittest/sox_effect/smoke_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6769365Z ERROR torchaudio_unittest/sox_effect/sox_effect_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6769912Z ERROR torchaudio_unittest/sox_effect/torchscript_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6770471Z ERROR torchaudio_unittest/transforms/autograd_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.6771032Z ERROR torchaudio_unittest/transforms/autograd_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8145853Z ERROR torchaudio_unittest/transforms/batch_consistency_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8146541Z ERROR torchaudio_unittest/transforms/librosa_compatibility_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8147174Z ERROR torchaudio_unittest/transforms/librosa_compatibility_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8148037Z ERROR torchaudio_unittest/transforms/sox_compatibility_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8148630Z ERROR torchaudio_unittest/transforms/torchscript_consistency_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8149226Z ERROR torchaudio_unittest/transforms/torchscript_consistency_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8149893Z ERROR torchaudio_unittest/transforms/transforms_cpu_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8150465Z ERROR torchaudio_unittest/transforms/transforms_cuda_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8151030Z ERROR torchaudio_unittest/transforms/transforms_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8151581Z ERROR torchaudio_unittest/utils/ffmpeg_utils_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8152135Z ERROR torchaudio_unittest/utils/sox_utils_test.py - OSError: /opt/conda/envs/ci/lib/python3.10/site-packages/torchaudio-2.1.0a0+fe9b9ff-py3.10-linux-x86_64.egg/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv 2023-08-09T11:40:56.8152275Z !!!!!!!!!!!!!!!!!! Interrupted: 132 errors during collection !!!!!!!!!!!!!!!!!!! 2023-08-09T11:40:56.8152494Z ============================= 132 errors in 30.25s ============================= 2023-08-09T11:40:56.8152606Z Traceback (most recent call last): 2023-08-09T11:40:56.8152917Z File "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py", line 95, in 2023-08-09T11:40:56.8152988Z main() 2023-08-09T11:40:56.8153301Z File "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py", line 91, in main 2023-08-09T11:40:56.8153481Z run_cmd_or_die(f"docker exec -t {container_name} /exec") 2023-08-09T11:40:56.8153812Z 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-08-09T11:40:56.8153957Z raise RuntimeError(f"Command {cmd} failed with exit code {exit_code}") 2023-08-09T11:40:56.8154295Z RuntimeError: Command docker exec -t e5de6cd9f9e04466a56246989628b9a7e7571e774bcb5d4aa6efc7792e5c39e9 /exec failed with exit code 2 2023-08-09T11:40:56.8202569Z ##[error]Process completed with exit code 1. 2023-08-09T11:40:56.8254471Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2023-08-09T11:40:56.8254542Z with: 2023-08-09T11:40:56.8254685Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:56.8254772Z fail-on-empty: false 2023-08-09T11:40:56.8254941Z env: 2023-08-09T11:40:56.8255052Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:40:56.8255127Z REPOSITORY: pytorch/audio 2023-08-09T11:40:56.8255198Z PR_NUMBER: 2023-08-09T11:40:56.8256945Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:40:56.8257123Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:40:56.8257276Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:56.8257411Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:40:56.8257485Z ##[endgroup] 2023-08-09T11:40:56.9198426Z Prepare all required actions 2023-08-09T11:40:56.9216555Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-08-09T11:40:56.9216780Z with: 2023-08-09T11:40:56.9216994Z directory: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-08-09T11:40:56.9217306Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-08-09T11:40:56.9217545Z env: 2023-08-09T11:40:56.9217730Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:40:56.9217956Z REPOSITORY: pytorch/audio 2023-08-09T11:40:56.9218152Z PR_NUMBER: 2023-08-09T11:40:56.9219974Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:40:56.9222163Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:40:56.9222483Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:56.9222772Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:40:56.9222994Z ##[endgroup] 2023-08-09T11:40:56.9234346Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-08-09T11:40:56.9234687Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-08-09T11:40:56.9245801Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:40:56.9246027Z env: 2023-08-09T11:40:56.9246228Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:40:56.9246444Z REPOSITORY: pytorch/audio 2023-08-09T11:40:56.9246635Z PR_NUMBER: 2023-08-09T11:40:56.9248853Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:40:56.9250812Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:40:56.9251144Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:56.9251463Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:40:56.9251779Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-08-09T11:40:56.9252076Z DIRECTORY: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-08-09T11:40:56.9252309Z ##[endgroup] 2023-08-09T11:40:56.9450491Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2023-08-09T11:40:57.1425504Z latest: Pulling from tool/alpine 2023-08-09T11:40:57.1425757Z 540db60ca938: Pulling fs layer 2023-08-09T11:40:57.2586746Z 540db60ca938: Verifying Checksum 2023-08-09T11:40:57.2586977Z 540db60ca938: Download complete 2023-08-09T11:40:57.3749772Z 540db60ca938: Pull complete 2023-08-09T11:40:57.3841240Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-08-09T11:40:57.3878699Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-08-09T11:40:58.2425734Z Prepare all required actions 2023-08-09T11:40:58.2449396Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-08-09T11:40:58.2449616Z with: 2023-08-09T11:40:58.2449882Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-08-09T11:40:58.2450125Z env: 2023-08-09T11:40:58.2450315Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:40:58.2450548Z REPOSITORY: pytorch/audio 2023-08-09T11:40:58.2450743Z PR_NUMBER: 2023-08-09T11:40:58.2452564Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:40:58.2454575Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:40:58.2454892Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:58.2455204Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:40:58.2455436Z ##[endgroup] 2023-08-09T11:40:58.2472057Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-08-09T11:40:58.2472642Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-08-09T11:40:58.2485044Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:40:58.2485390Z env: 2023-08-09T11:40:58.2485688Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:40:58.2486032Z REPOSITORY: pytorch/audio 2023-08-09T11:40:58.2486326Z PR_NUMBER: 2023-08-09T11:40:58.2489861Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:40:58.2493588Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:40:58.2494186Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:58.2494748Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:40:58.2495304Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-08-09T11:40:58.2495750Z DIRECTORY: 2023-08-09T11:40:58.2496042Z ##[endgroup] 2023-08-09T11:40:59.1000671Z Prepare all required actions 2023-08-09T11:40:59.1042024Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2023-08-09T11:40:59.1042253Z with: 2023-08-09T11:40:59.1042406Z env: 2023-08-09T11:40:59.1042596Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:40:59.1042825Z REPOSITORY: pytorch/audio 2023-08-09T11:40:59.1043019Z PR_NUMBER: 2023-08-09T11:40:59.1044850Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:40:59.1046854Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:40:59.1047171Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:59.1047485Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:40:59.1047828Z ##[endgroup] 2023-08-09T11:40:59.1061322Z ##[group]Run set -eou pipefail 2023-08-09T11:40:59.1061655Z set -eou pipefail 2023-08-09T11:40:59.1061912Z  2023-08-09T11:40:59.1062157Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-08-09T11:40:59.1062405Z for _ in $(seq 1440); do 2023-08-09T11:40:59.1062633Z  # Break if no ssh session exists anymore 2023-08-09T11:40:59.1062862Z  if [ "$(who)" = "" ]; then 2023-08-09T11:40:59.1063037Z  break 2023-08-09T11:40:59.1063209Z  fi 2023-08-09T11:40:59.1063521Z  echo "." 2023-08-09T11:40:59.1063696Z  sleep 5 2023-08-09T11:40:59.1063870Z done 2023-08-09T11:40:59.1074818Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:40:59.1075031Z env: 2023-08-09T11:40:59.1075235Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:40:59.1075467Z REPOSITORY: pytorch/audio 2023-08-09T11:40:59.1075648Z PR_NUMBER: 2023-08-09T11:40:59.1077552Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:40:59.1079526Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:40:59.1079846Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:59.1080274Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:40:59.1080497Z ##[endgroup] 2023-08-09T11:40:59.1104382Z Holding runner for 2 hours until all ssh sessions have logged out 2023-08-09T11:40:59.1158132Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-08-09T11:40:59.1158447Z # ignore expansion of "docker ps -q" since it could be empty 2023-08-09T11:40:59.1158698Z # shellcheck disable=SC2046 2023-08-09T11:40:59.1158924Z docker stop $(docker ps -q) || true 2023-08-09T11:40:59.1159302Z # Prune all of the docker images 2023-08-09T11:40:59.1159526Z docker system prune -af 2023-08-09T11:40:59.1169733Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:40:59.1169975Z env: 2023-08-09T11:40:59.1170182Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:40:59.1170404Z REPOSITORY: pytorch/audio 2023-08-09T11:40:59.1170594Z PR_NUMBER: 2023-08-09T11:40:59.1172388Z 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 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=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-08-09T11:40:59.1174479Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:40:59.1174806Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:40:59.1175194Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:40:59.1175424Z ##[endgroup] 2023-08-09T11:41:09.5614921Z e5de6cd9f9e0 2023-08-09T11:41:11.9448852Z Deleted Containers: 2023-08-09T11:41:11.9449199Z e5de6cd9f9e04466a56246989628b9a7e7571e774bcb5d4aa6efc7792e5c39e9 2023-08-09T11:41:11.9449401Z 2023-08-09T11:41:13.7289930Z Deleted Images: 2023-08-09T11:41:13.7290595Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-08-09T11:41:13.7291559Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-08-09T11:41:13.7292021Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2023-08-09T11:41:13.7292383Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2023-08-09T11:41:13.7292737Z untagged: pytorch/conda-builder:cpu 2023-08-09T11:41:13.7293184Z untagged: pytorch/conda-builder@sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-08-09T11:41:13.7293542Z deleted: sha256:64672554fb11d1fd3e66941ac18ba8d2f9d45bb5483193dfbdd491421cfc671f 2023-08-09T11:41:13.7293904Z deleted: sha256:348b0b3e6ff13daeea3098227afa88ee6a3d5baa9207e8d05b54692a6f24ccd2 2023-08-09T11:41:13.7294267Z deleted: sha256:b133b14f7af12ab5a5c6ca861b8eb8837586532bcc0d4218cea8851e9d66834c 2023-08-09T11:41:13.7294623Z deleted: sha256:a02c0b7c75fa3b3925e9f054a538cf93eda4c1a4553c6eb9e6de859509751f58 2023-08-09T11:41:13.7294954Z deleted: sha256:d324d5ccf1539728006b7388c6c558d5e81f50073e7cf4339a72e8979ac78be1 2023-08-09T11:41:13.7295300Z deleted: sha256:3ec0e3b953f56a3b11d86b1bff49fdc948be3c1fbc19332ff68641d62fab09b2 2023-08-09T11:41:13.7295660Z deleted: sha256:82f680cdf579789a2dfb18f8b1123a3adc43639ea15687d0abee0e4af701b9eb 2023-08-09T11:41:13.7295998Z deleted: sha256:4058af928c16a258f0d65f9e292fe94caeb21ceda82ede0774705073f0d25657 2023-08-09T11:41:13.7296355Z deleted: sha256:ebc3d517bf28f1e71620526f05cd4d8bbcad27275b39e6371ad5ce09eb3d8b66 2023-08-09T11:41:13.7296707Z deleted: sha256:e08320869bddf81c422e82a5c6676ac15277154975aa02b400d849c349589eb8 2023-08-09T11:41:13.7297044Z deleted: sha256:c45f0966a8c36ce86e04551aa116accb4b07e4af2705c3e5a5b0e5f36f974dc8 2023-08-09T11:41:13.7297374Z deleted: sha256:d58c6f9130c7488e676336d1740e3d551ea56c5748f3caffe24c9e7c935b6824 2023-08-09T11:41:13.7297723Z deleted: sha256:b849eac51ebd23ca42a10b0efe93ed7f02a2a59979c10ff71a5928ec42ab40db 2023-08-09T11:41:13.7298079Z deleted: sha256:e35336f0c171349f53edf1f6626f252f4f038ec00ccd45a565a61dc7c37e951c 2023-08-09T11:41:13.7298397Z deleted: sha256:1ae264c1c49d901918386ab5058401483b5c6107d5aa2ad7d6abec08b5029298 2023-08-09T11:41:13.7298730Z deleted: sha256:bc5ef403a5a09796e6c7d8a70cd6ca93181da48b287219d38021953fe952ac77 2023-08-09T11:41:13.7299067Z deleted: sha256:1901b8761fb00bc9bb866db4497393a3e349df37c8493aba6938df26689ba3db 2023-08-09T11:41:13.7299393Z deleted: sha256:0163bca380fb74804d563f59833594a8eb2a3f23ba57084267d6d9961f62315d 2023-08-09T11:41:13.7299956Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2023-08-09T11:41:13.7300127Z 2023-08-09T11:41:13.7306079Z Total reclaimed space: 7.655GB 2023-08-09T11:41:13.7364072Z Post job cleanup. 2023-08-09T11:41:13.8134758Z [command]/usr/bin/git version 2023-08-09T11:41:13.8172159Z git version 2.40.1 2023-08-09T11:41:13.8209668Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2ee1ea3d-46f9-45b8-862b-f08f691f0c68' before making global git config changes 2023-08-09T11:41:13.8210255Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:41:13.8214635Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T11:41:13.8244221Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:41:13.8271802Z [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-08-09T11:41:13.8534943Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:41:13.8554668Z http.https://github.com/.extraheader 2023-08-09T11:41:13.8560651Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-08-09T11:41:13.8587695Z [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-08-09T11:41:13.8916338Z Post job cleanup. 2023-08-09T11:41:13.9677397Z [command]/usr/bin/git version 2023-08-09T11:41:13.9713903Z git version 2.40.1 2023-08-09T11:41:13.9750807Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/984dada0-a7ef-45a0-9242-4ffdca3c56e9' before making global git config changes 2023-08-09T11:41:13.9751288Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:41:13.9754403Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-08-09T11:41:13.9784342Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:41:13.9812081Z [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-08-09T11:41:14.0064762Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:41:14.0083962Z http.https://github.com/.extraheader 2023-08-09T11:41:14.0090949Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-08-09T11:41:14.0116519Z [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-08-09T11:41:14.0565222Z Cleaning up orphan processes