2023-07-13T14:16:04.3865608Z Requested labels: linux.12xlarge 2023-07-13T14:16:04.3865757Z Job defined at: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main 2023-07-13T14:16:04.3865962Z Reusable workflow chain: 2023-07-13T14:16:04.3866066Z pytorch/audio/.github/workflows/unittest-linux-cpu.yml@refs/pull/306/merge (7182816322bf05c53164d9767907a1dc4818bc40) 2023-07-13T14:16:04.3866164Z -> pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:04.3866266Z Waiting for a runner to pick up this job... 2023-07-13T14:16:06.0444945Z Job is about to start running on the runner: i-00f475064861273a0 (organization) 2023-07-13T14:16:11.5306238Z Current runner version: '2.306.0' 2023-07-13T14:16:11.5310908Z Runner name: 'i-00f475064861273a0' 2023-07-13T14:16:11.5311408Z Runner group name: 'Default' 2023-07-13T14:16:11.5311931Z Machine name: 'ip-10-0-0-53' 2023-07-13T14:16:11.5313755Z ##[group]GITHUB_TOKEN Permissions 2023-07-13T14:16:11.5314683Z Actions: write 2023-07-13T14:16:11.5315009Z Checks: write 2023-07-13T14:16:11.5315288Z Contents: write 2023-07-13T14:16:11.5315614Z Deployments: write 2023-07-13T14:16:11.5315976Z Discussions: write 2023-07-13T14:16:11.5316251Z Issues: write 2023-07-13T14:16:11.5316596Z Metadata: read 2023-07-13T14:16:11.5316932Z Packages: write 2023-07-13T14:16:11.5317203Z Pages: write 2023-07-13T14:16:11.5317550Z PullRequests: write 2023-07-13T14:16:11.5317920Z RepositoryProjects: write 2023-07-13T14:16:11.5318239Z SecurityEvents: write 2023-07-13T14:16:11.5318568Z Statuses: write 2023-07-13T14:16:11.5318900Z ##[endgroup] 2023-07-13T14:16:11.5322002Z Secret source: Actions 2023-07-13T14:16:11.5322708Z Prepare workflow directory 2023-07-13T14:16:11.6554908Z Prepare all required actions 2023-07-13T14:16:11.6711173Z Getting action download info 2023-07-13T14:16:12.0041312Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-07-13T14:16:12.2270943Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-07-13T14:16:12.3819501Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2023-07-13T14:16:12.5530611Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-07-13T14:16:12.7763064Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-07-13T14:16:13.0924901Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:13.0926389Z ##[group] Inputs 2023-07-13T14:16:13.0928172Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:13.0930315Z timeout: 120 2023-07-13T14:16:13.0930503Z runner: linux.12xlarge 2023-07-13T14:16:13.0930704Z upload-artifact: 2023-07-13T14:16:13.0930901Z download-artifact: 2023-07-13T14:16:13.0931100Z repository: pytorch/audio 2023-07-13T14:16:13.0931305Z fetch-depth: 1 2023-07-13T14:16:13.0931476Z ref: 2023-07-13T14:16:13.0931680Z test-infra-repository: pytorch/test-infra 2023-07-13T14:16:13.0931910Z test-infra-ref: 2023-07-13T14:16:13.0932218Z docker-image: pytorch/conda-builder 2023-07-13T14:16:13.0932410Z gpu-arch-type: cpu 2023-07-13T14:16:13.0932742Z gpu-arch-version: 2023-07-13T14:16:13.0933003Z job-name: linux-job 2023-07-13T14:16:13.0933483Z continue-on-error: false 2023-07-13T14:16:13.0933678Z binary-matrix: 2023-07-13T14:16:13.0933854Z run-with-docker: true 2023-07-13T14:16:13.0934020Z secrets-env: 2023-07-13T14:16:13.0934197Z no-sudo: false 2023-07-13T14:16:13.0934382Z ##[endgroup] 2023-07-13T14:16:13.0934732Z Complete job name: tests (3.9) / linux-job 2023-07-13T14:16:13.1721545Z ##[group]Run if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-13T14:16:13.1722002Z if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-13T14:16:13.1722407Z  echo "::group::Cleanup with-sudo debug output" 2023-07-13T14:16:13.1722686Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2023-07-13T14:16:13.1722970Z else 2023-07-13T14:16:13.1723244Z  echo "::group::Cleanup no-sudo debug output" 2023-07-13T14:16:13.1723504Z  rm -rfv "${GITHUB_WORKSPACE}" 2023-07-13T14:16:13.1723774Z fi 2023-07-13T14:16:13.1723995Z  2023-07-13T14:16:13.1724221Z mkdir -p "${GITHUB_WORKSPACE}" 2023-07-13T14:16:13.1724592Z echo "::endgroup::" 2023-07-13T14:16:13.1737869Z shell: /usr/bin/bash -e {0} 2023-07-13T14:16:13.1738120Z env: 2023-07-13T14:16:13.1738382Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:13.1738615Z REPOSITORY: pytorch/audio 2023-07-13T14:16:13.1738887Z PR_NUMBER: 306 2023-07-13T14:16:13.1740556Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:13.1742254Z NO_SUDO: false 2023-07-13T14:16:13.1742443Z ##[endgroup] 2023-07-13T14:16:13.1926052Z ##[group]Cleanup with-sudo debug output 2023-07-13T14:16:13.1965558Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/branches’ 2023-07-13T14:16:13.1966094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/description’ 2023-07-13T14:16:13.1966661Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/applypatch-msg.sample’ 2023-07-13T14:16:13.1967267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/commit-msg.sample’ 2023-07-13T14:16:13.1967817Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/post-update.sample’ 2023-07-13T14:16:13.1968360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-applypatch.sample’ 2023-07-13T14:16:13.1968960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-commit.sample’ 2023-07-13T14:16:13.1969521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-merge-commit.sample’ 2023-07-13T14:16:13.1970248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-push.sample’ 2023-07-13T14:16:13.1970739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-receive.sample’ 2023-07-13T14:16:13.1971348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/push-to-checkout.sample’ 2023-07-13T14:16:13.1971976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/update.sample’ 2023-07-13T14:16:13.1972535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/fsmonitor-watchman.sample’ 2023-07-13T14:16:13.1973049Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-rebase.sample’ 2023-07-13T14:16:13.1973632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/prepare-commit-msg.sample’ 2023-07-13T14:16:13.1974164Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks’ 2023-07-13T14:16:13.1974628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/info/exclude’ 2023-07-13T14:16:13.1975117Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/info’ 2023-07-13T14:16:13.1975659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/heads/main’ 2023-07-13T14:16:13.1976176Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/heads’ 2023-07-13T14:16:13.1976645Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/tags’ 2023-07-13T14:16:13.1977159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/remotes/origin/main’ 2023-07-13T14:16:13.1977704Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/remotes/origin’ 2023-07-13T14:16:13.1978252Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/remotes’ 2023-07-13T14:16:13.1978712Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs’ 2023-07-13T14:16:13.1979212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/HEAD’ 2023-07-13T14:16:13.1979701Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/config’ 2023-07-13T14:16:13.1980312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects/pack/pack-c646d67cc0d1c93f125b5d8d7b773b0486fc5d8c.pack’ 2023-07-13T14:16:13.1980989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects/pack/pack-c646d67cc0d1c93f125b5d8d7b773b0486fc5d8c.idx’ 2023-07-13T14:16:13.1981572Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects/pack’ 2023-07-13T14:16:13.1982096Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects/info’ 2023-07-13T14:16:13.1982582Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects’ 2023-07-13T14:16:13.1983071Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/FETCH_HEAD’ 2023-07-13T14:16:13.1983559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/shallow’ 2023-07-13T14:16:13.1984099Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/remotes/origin/main’ 2023-07-13T14:16:13.1984620Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/remotes/origin’ 2023-07-13T14:16:13.1985184Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/remotes’ 2023-07-13T14:16:13.1985699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/heads/main’ 2023-07-13T14:16:13.1986188Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/heads’ 2023-07-13T14:16:13.1986725Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs’ 2023-07-13T14:16:13.1987262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/HEAD’ 2023-07-13T14:16:13.1987834Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs’ 2023-07-13T14:16:13.1988308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/index’ 2023-07-13T14:16:13.1988744Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git’ 2023-07-13T14:16:13.1989377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git-blame-ignore-revs’ 2023-07-13T14:16:13.1989895Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.gitattributes’ 2023-07-13T14:16:13.1990403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actionlint.yaml’ 2023-07-13T14:16:13.1990895Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/bc-lint/action.yml’ 2023-07-13T14:16:13.1991455Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/bc-lint’ 2023-07-13T14:16:13.1992034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/check-disk-space/action.yml’ 2023-07-13T14:16:13.1992571Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/check-disk-space’ 2023-07-13T14:16:13.1993153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/chown-directory/action.yml’ 2023-07-13T14:16:13.1993965Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/chown-directory’ 2023-07-13T14:16:13.1994549Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/cleanup-runner/action.yml’ 2023-07-13T14:16:13.1995192Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/cleanup-runner’ 2023-07-13T14:16:13.1995751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/export-matrix-variables/action.yml’ 2023-07-13T14:16:13.1996410Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/export-matrix-variables’ 2023-07-13T14:16:13.1997008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/pull-docker-image/action.yml’ 2023-07-13T14:16:13.1997589Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/pull-docker-image’ 2023-07-13T14:16:13.1998144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/run-script-with-cache/action.yml’ 2023-07-13T14:16:13.1998762Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/run-script-with-cache’ 2023-07-13T14:16:13.1999436Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/set-channel/action.yml’ 2023-07-13T14:16:13.2000000Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/set-channel’ 2023-07-13T14:16:13.2000535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-binary-builds/action.yml’ 2023-07-13T14:16:13.2001137Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-binary-builds’ 2023-07-13T14:16:13.2001757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-build-test/action.yml’ 2023-07-13T14:16:13.2002342Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-build-test’ 2023-07-13T14:16:13.2002870Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-linux/action.yml’ 2023-07-13T14:16:13.2003424Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-linux’ 2023-07-13T14:16:13.2004011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-miniconda/README.md’ 2023-07-13T14:16:13.2004561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-miniconda/action.yml’ 2023-07-13T14:16:13.2005260Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-miniconda’ 2023-07-13T14:16:13.2005830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-nvidia/action.yml’ 2023-07-13T14:16:13.2006507Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-nvidia’ 2023-07-13T14:16:13.2007022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-ssh/action.yml’ 2023-07-13T14:16:13.2007562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-ssh/index.js’ 2023-07-13T14:16:13.2008117Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-ssh’ 2023-07-13T14:16:13.2008812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-windows/action.yml’ 2023-07-13T14:16:13.2009384Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-windows’ 2023-07-13T14:16:13.2009952Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/teardown-linux/action.yml’ 2023-07-13T14:16:13.2010523Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/teardown-linux’ 2023-07-13T14:16:13.2011132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/teardown-windows/action.yml’ 2023-07-13T14:16:13.2011667Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/teardown-windows’ 2023-07-13T14:16:13.2012238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/trigger-nightly/action.yml’ 2023-07-13T14:16:13.2012816Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/trigger-nightly’ 2023-07-13T14:16:13.2013420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/upload-alerts/action.yml’ 2023-07-13T14:16:13.2013952Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/upload-alerts’ 2023-07-13T14:16:13.2014520Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions’ 2023-07-13T14:16:13.2015044Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/dependabot.yml’ 2023-07-13T14:16:13.2015521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scale-config.yml’ 2023-07-13T14:16:13.2016088Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/anaconda-prune/prune.sh’ 2023-07-13T14:16:13.2016658Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/anaconda-prune/run.sh’ 2023-07-13T14:16:13.2017222Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/anaconda-prune’ 2023-07-13T14:16:13.2017794Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/compute_and_upload_ci_wait_time_metric.py’ 2023-07-13T14:16:13.2018381Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/export_matrix_variables.py’ 2023-07-13T14:16:13.2018977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/get_tutorials_stats.py’ 2023-07-13T14:16:13.2019521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/install_torch.sh’ 2023-07-13T14:16:13.2020038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py’ 2023-07-13T14:16:13.2020661Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/test_compute_and_upload_ci_wait_time_metric.py’ 2023-07-13T14:16:13.2021261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/test_update_disabled_issues.py’ 2023-07-13T14:16:13.2021912Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/update_disabled_issues.py’ 2023-07-13T14:16:13.2022405Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts’ 2023-07-13T14:16:13.2023005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/_prune-anaconda-packages.yml’ 2023-07-13T14:16:13.2023785Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/anaconda-prune.yml’ 2023-07-13T14:16:13.2024327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/backfill-workflow-job.yml’ 2023-07-13T14:16:13.2024898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_conda_linux.yml’ 2023-07-13T14:16:13.2025456Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_conda_macos.yml’ 2023-07-13T14:16:13.2026028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_conda_windows.yml’ 2023-07-13T14:16:13.2026549Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_wheels_linux.yml’ 2023-07-13T14:16:13.2027107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_wheels_macos.yml’ 2023-07-13T14:16:13.2027682Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_wheels_windows.yml’ 2023-07-13T14:16:13.2028257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/check-alerts.yml’ 2023-07-13T14:16:13.2028789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/clang-tidy-linux.yml’ 2023-07-13T14:16:13.2029351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/clang-tidy-macos.yml’ 2023-07-13T14:16:13.2029926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/disable-flaky-tests.yml’ 2023-07-13T14:16:13.2030539Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/generate_binary_build_matrix.yml’ 2023-07-13T14:16:13.2031096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/github-status-test-lambda.yml’ 2023-07-13T14:16:13.2031746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-do-release-runners.yml’ 2023-07-13T14:16:13.2032360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-release-runners.yml’ 2023-07-13T14:16:13.2032984Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-release-tag-runners.yml’ 2023-07-13T14:16:13.2033523Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-runners.yml’ 2023-07-13T14:16:13.2034255Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-webhook.yml’ 2023-07-13T14:16:13.2034862Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda_github_status_webhook_handler.yml’ 2023-07-13T14:16:13.2035394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda_scribe_proxy.yml’ 2023-07-13T14:16:13.2035947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lint.yml’ 2023-07-13T14:16:13.2036484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lint_actions.yml’ 2023-07-13T14:16:13.2037025Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/linux_job.yml’ 2023-07-13T14:16:13.2037550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/log-classifier-lambda.yml’ 2023-07-13T14:16:13.2038124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/macos_job.yml’ 2023-07-13T14:16:13.2038710Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/push-rockset-query-lambda-tags.yml’ 2023-07-13T14:16:13.2039520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/revert-tracker.yml’ 2023-07-13T14:16:13.2040044Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/rockset_autoscale.yml’ 2023-07-13T14:16:13.2040701Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/stronghold.yml’ 2023-07-13T14:16:13.2041271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/sync_pytorch_canary.yml’ 2023-07-13T14:16:13.2041866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-binary-size-validation.yml’ 2023-07-13T14:16:13.2042454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-export-matrix-variables.yml’ 2023-07-13T14:16:13.2043074Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-miniconda-env-file’ 2023-07-13T14:16:13.2043766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file’ 2023-07-13T14:16:13.2044419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-miniconda.yml’ 2023-07-13T14:16:13.2044965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-nvidia.yml’ 2023-07-13T14:16:13.2045552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-ssh.yml’ 2023-07-13T14:16:13.2046109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-torchfix.yml’ 2023-07-13T14:16:13.2046651Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-update-viablestrict.yml’ 2023-07-13T14:16:13.2047266Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-validate-domain-library.yml’ 2023-07-13T14:16:13.2047890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_linux_with_cuda.yml’ 2023-07-13T14:16:13.2048507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_linux_without_cuda.yml’ 2023-07-13T14:16:13.2049042Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_m1.yml’ 2023-07-13T14:16:13.2049621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_macos.yml’ 2023-07-13T14:16:13.2050422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_windows_with_cuda.yml’ 2023-07-13T14:16:13.2051030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_windows_without_cuda.yml’ 2023-07-13T14:16:13.2051581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml’ 2023-07-13T14:16:13.2052185Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml’ 2023-07-13T14:16:13.2052750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_m1.yml’ 2023-07-13T14:16:13.2053343Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_macos.yml’ 2023-07-13T14:16:13.2053882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml’ 2023-07-13T14:16:13.2054499Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml’ 2023-07-13T14:16:13.2055061Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_linux_job.yml’ 2023-07-13T14:16:13.2055647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_macos_job.yml’ 2023-07-13T14:16:13.2056212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_windows_job.yml’ 2023-07-13T14:16:13.2056742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/tests.yml’ 2023-07-13T14:16:13.2057332Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/tflint.yml’ 2023-07-13T14:16:13.2057944Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/tools-self-hosted-runner-utils.yml’ 2023-07-13T14:16:13.2058478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/torchci.yml’ 2023-07-13T14:16:13.2059035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/trigger_nightly.yml’ 2023-07-13T14:16:13.2059614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-drci-comments.yml’ 2023-07-13T14:16:13.2060209Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-queue-times.yml’ 2023-07-13T14:16:13.2060753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-slow-tests.yml’ 2023-07-13T14:16:13.2061317Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-test-times.yml’ 2023-07-13T14:16:13.2061912Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-viablestrict.yml’ 2023-07-13T14:16:13.2062451Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update_ci_wait_time_metric.yml’ 2023-07-13T14:16:13.2063039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update_disabled_tests.yml’ 2023-07-13T14:16:13.2063617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/upload-tutorials-stats.yml’ 2023-07-13T14:16:13.2064239Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/validate-domain-library.yml’ 2023-07-13T14:16:13.2064769Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/windows_job.yml’ 2023-07-13T14:16:13.2065312Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows’ 2023-07-13T14:16:13.2065825Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github’ 2023-07-13T14:16:13.2066314Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.gitignore’ 2023-07-13T14:16:13.2066758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.lintrunner.toml’ 2023-07-13T14:16:13.2067284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.mypy_requirements.txt’ 2023-07-13T14:16:13.2067789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/CODE_OF_CONDUCT.md’ 2023-07-13T14:16:13.2068235Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/CONTRIBUTING.md’ 2023-07-13T14:16:13.2068739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/LICENSE’ 2023-07-13T14:16:13.2069207Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/README.md’ 2023-07-13T14:16:13.2069716Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/README.md’ 2023-07-13T14:16:13.2070233Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/build.hwm’ 2023-07-13T14:16:13.2070746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/build.pwd’ 2023-07-13T14:16:13.2071210Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/build.pwi’ 2023-07-13T14:16:13.2071745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/configs/sshd_config’ 2023-07-13T14:16:13.2072321Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/configs’ 2023-07-13T14:16:13.2072918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1’ 2023-07-13T14:16:13.2073573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1’ 2023-07-13T14:16:13.2074316Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Helpers’ 2023-07-13T14:16:13.2075022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1’ 2023-07-13T14:16:13.2075607Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Choco.ps1’ 2023-07-13T14:16:13.2076252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1’ 2023-07-13T14:16:13.2076932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1’ 2023-07-13T14:16:13.2077595Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1’ 2023-07-13T14:16:13.2078203Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1’ 2023-07-13T14:16:13.2078819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1’ 2023-07-13T14:16:13.2188199Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1’ 2023-07-13T14:16:13.2188748Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers’ 2023-07-13T14:16:13.2189243Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts’ 2023-07-13T14:16:13.2190188Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1’ 2023-07-13T14:16:13.2191333Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/user-data-scripts’ 2023-07-13T14:16:13.2192067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/variables.pkr.hcl’ 2023-07-13T14:16:13.2192791Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/windows.pkr.hcl’ 2023-07-13T14:16:13.2193468Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows’ 2023-07-13T14:16:13.2194285Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami’ 2023-07-13T14:16:13.2194990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/checks-cron/Makefile’ 2023-07-13T14:16:13.2195706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/checks-cron/lambda_function.py’ 2023-07-13T14:16:13.2196432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/checks-cron/requirements.txt’ 2023-07-13T14:16:13.2197153Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/checks-cron’ 2023-07-13T14:16:13.2197867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test/Makefile’ 2023-07-13T14:16:13.2198614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test/README.md’ 2023-07-13T14:16:13.2199423Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test/lambda_function.py’ 2023-07-13T14:16:13.2200259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test/requirements.txt’ 2023-07-13T14:16:13.2201106Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test’ 2023-07-13T14:16:13.2201843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/Makefile’ 2023-07-13T14:16:13.2202557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/existing_schema.py’ 2023-07-13T14:16:13.2203103Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/generate_schema.py’ 2023-07-13T14:16:13.2203737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/lambda_function.py’ 2023-07-13T14:16:13.2204383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/requirements.txt’ 2023-07-13T14:16:13.2204932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/test_lambda.py’ 2023-07-13T14:16:13.2205446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/utils.py’ 2023-07-13T14:16:13.2205980Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync’ 2023-07-13T14:16:13.2206502Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/.gitignore’ 2023-07-13T14:16:13.2206985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/Cargo.lock’ 2023-07-13T14:16:13.2207470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/Cargo.toml’ 2023-07-13T14:16:13.2207951Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/README.md’ 2023-07-13T14:16:13.2208463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/fixtures/request.json’ 2023-07-13T14:16:13.2208979Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/fixtures’ 2023-07-13T14:16:13.2209474Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/ruleset.toml’ 2023-07-13T14:16:13.2209969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/engine.rs’ 2023-07-13T14:16:13.2210470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/lib.rs’ 2023-07-13T14:16:13.2210950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/log.rs’ 2023-07-13T14:16:13.2211433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/main.rs’ 2023-07-13T14:16:13.2211927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/network.rs’ 2023-07-13T14:16:13.2212418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/rule.rs’ 2023-07-13T14:16:13.2212902Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/rule_match.rs’ 2023-07-13T14:16:13.2213400Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src’ 2023-07-13T14:16:13.2213903Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier’ 2023-07-13T14:16:13.2214377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/rds-proxy/Makefile’ 2023-07-13T14:16:13.2214864Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/rds-proxy/lambda_function.py’ 2023-07-13T14:16:13.2215366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/rds-proxy/requirements.txt’ 2023-07-13T14:16:13.2215853Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/rds-proxy’ 2023-07-13T14:16:13.2216334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/scribe-proxy/__init__.py’ 2023-07-13T14:16:13.2216818Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/scribe-proxy/lambda_function.py’ 2023-07-13T14:16:13.2217306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/scribe-proxy/test.py’ 2023-07-13T14:16:13.2217869Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/scribe-proxy’ 2023-07-13T14:16:13.2218385Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py’ 2023-07-13T14:16:13.2218978Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/requirements.txt’ 2023-07-13T14:16:13.2219537Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py’ 2023-07-13T14:16:13.2220112Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt’ 2023-07-13T14:16:13.2220690Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip’ 2023-07-13T14:16:13.2221251Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/test_samples’ 2023-07-13T14:16:13.2221783Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator’ 2023-07-13T14:16:13.2222257Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda’ 2023-07-13T14:16:13.2222749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/websites/download.pytorch.org/README.md’ 2023-07-13T14:16:13.2223303Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js’ 2023-07-13T14:16:13.2223840Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/websites/download.pytorch.org’ 2023-07-13T14:16:13.2224323Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/websites’ 2023-07-13T14:16:13.2224740Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws’ 2023-07-13T14:16:13.2225163Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/mypy.ini’ 2023-07-13T14:16:13.2225587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/pyproject.toml’ 2023-07-13T14:16:13.2226034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/.eslintignore’ 2023-07-13T14:16:13.2226494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/.eslintrc.json’ 2023-07-13T14:16:13.2226957Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/.prettierignore’ 2023-07-13T14:16:13.2227424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/.prettierrc.json’ 2023-07-13T14:16:13.2227863Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/README.md’ 2023-07-13T14:16:13.2228363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts’ 2023-07-13T14:16:13.2228936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/__tests__/get-ip.test.ts’ 2023-07-13T14:16:13.2229430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/__tests__/github-utils.test.ts’ 2023-07-13T14:16:13.2229905Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/__tests__’ 2023-07-13T14:16:13.2230789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/jest.config.js’ 2023-07-13T14:16:13.2231634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/package.json’ 2023-07-13T14:16:13.2232174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/add-github-ssh-key.ts’ 2023-07-13T14:16:13.2232643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/ec2-utils.ts’ 2023-07-13T14:16:13.2233096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/get-ip.ts’ 2023-07-13T14:16:13.2233573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/github-utils.ts’ 2023-07-13T14:16:13.2234127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/main.ts’ 2023-07-13T14:16:13.2234579Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src’ 2023-07-13T14:16:13.2235045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/tsconfig.json’ 2023-07-13T14:16:13.2235492Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/yarn.lock’ 2023-07-13T14:16:13.2235920Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh’ 2023-07-13T14:16:13.2236435Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/stats/README.md’ 2023-07-13T14:16:13.2237198Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/stats/windows_smoke_tests.csv’ 2023-07-13T14:16:13.2237810Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/stats’ 2023-07-13T14:16:13.2238298Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/.gitignore’ 2023-07-13T14:16:13.2238823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/.tflint.hcl’ 2023-07-13T14:16:13.2239432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/LICENSE.md’ 2023-07-13T14:16:13.2239954Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/elastic_cache.tf’ 2023-07-13T14:16:13.2240470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/kms.tf’ 2023-07-13T14:16:13.2240975Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/main.tf’ 2023-07-13T14:16:13.2241543Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl’ 2023-07-13T14:16:13.2242137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md’ 2023-07-13T14:16:13.2242971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf’ 2023-07-13T14:16:13.2244030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf’ 2023-07-13T14:16:13.2244637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf’ 2023-07-13T14:16:13.2245225Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda’ 2023-07-13T14:16:13.2245842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl’ 2023-07-13T14:16:13.2246474Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md’ 2023-07-13T14:16:13.2247306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml’ 2023-07-13T14:16:13.2248105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore’ 2023-07-13T14:16:13.2248823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc’ 2023-07-13T14:16:13.2249547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc’ 2023-07-13T14:16:13.2250291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js’ 2023-07-13T14:16:13.2251036Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json’ 2023-07-13T14:16:13.2251759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts’ 2023-07-13T14:16:13.2252845Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts’ 2023-07-13T14:16:13.2254009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts’ 2023-07-13T14:16:13.2254772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts’ 2023-07-13T14:16:13.2255535Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer’ 2023-07-13T14:16:13.2256287Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src’ 2023-07-13T14:16:13.2257135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json’ 2023-07-13T14:16:13.2258034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json’ 2023-07-13T14:16:13.2258916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json’ 2023-07-13T14:16:13.2259768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json’ 2023-07-13T14:16:13.2260561Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources’ 2023-07-13T14:16:13.2261778Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test’ 2023-07-13T14:16:13.2263041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json’ 2023-07-13T14:16:13.2263838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock’ 2023-07-13T14:16:13.2264607Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer’ 2023-07-13T14:16:13.2265284Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas’ 2023-07-13T14:16:13.2265915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf’ 2023-07-13T14:16:13.2266546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf’ 2023-07-13T14:16:13.2267215Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json’ 2023-07-13T14:16:13.2267921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json’ 2023-07-13T14:16:13.2268848Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies’ 2023-07-13T14:16:13.2269569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf’ 2023-07-13T14:16:13.2270235Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars’ 2023-07-13T14:16:13.2270873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json’ 2023-07-13T14:16:13.2271519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf’ 2023-07-13T14:16:13.2272145Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer’ 2023-07-13T14:16:13.2272772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf’ 2023-07-13T14:16:13.2273386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf’ 2023-07-13T14:16:13.2274134Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf’ 2023-07-13T14:16:13.2274734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf’ 2023-07-13T14:16:13.2275336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf’ 2023-07-13T14:16:13.2275958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf’ 2023-07-13T14:16:13.2276668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json’ 2023-07-13T14:16:13.2277419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json’ 2023-07-13T14:16:13.2278166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json’ 2023-07-13T14:16:13.2278865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json’ 2023-07-13T14:16:13.2279787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json’ 2023-07-13T14:16:13.2280480Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/policies’ 2023-07-13T14:16:13.2281202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf’ 2023-07-13T14:16:13.2282283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl’ 2023-07-13T14:16:13.2283361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json’ 2023-07-13T14:16:13.2284038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json’ 2023-07-13T14:16:13.2284738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json’ 2023-07-13T14:16:13.2285582Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json’ 2023-07-13T14:16:13.2286666Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1’ 2023-07-13T14:16:13.2287372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh’ 2023-07-13T14:16:13.2288040Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1’ 2023-07-13T14:16:13.2288692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh’ 2023-07-13T14:16:13.2289318Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates’ 2023-07-13T14:16:13.2289945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf’ 2023-07-13T14:16:13.2290557Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances’ 2023-07-13T14:16:13.2291334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep’ 2023-07-13T14:16:13.2292322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl’ 2023-07-13T14:16:13.2292926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore’ 2023-07-13T14:16:13.2293533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml’ 2023-07-13T14:16:13.2294145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc’ 2023-07-13T14:16:13.2294734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc’ 2023-07-13T14:16:13.2295356Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js’ 2023-07-13T14:16:13.2295982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json’ 2023-07-13T14:16:13.2296609Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts’ 2023-07-13T14:16:13.2297295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts’ 2023-07-13T14:16:13.2298009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts’ 2023-07-13T14:16:13.2298824Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts’ 2023-07-13T14:16:13.2299955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts’ 2023-07-13T14:16:13.2300627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts’ 2023-07-13T14:16:13.2301301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts’ 2023-07-13T14:16:13.2301983Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts’ 2023-07-13T14:16:13.2302662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts’ 2023-07-13T14:16:13.2303339Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts’ 2023-07-13T14:16:13.2304318Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts’ 2023-07-13T14:16:13.2305406Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts’ 2023-07-13T14:16:13.2306084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts’ 2023-07-13T14:16:13.2306756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts’ 2023-07-13T14:16:13.2307417Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms’ 2023-07-13T14:16:13.2308087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts’ 2023-07-13T14:16:13.2308754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts’ 2023-07-13T14:16:13.2309694Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts’ 2023-07-13T14:16:13.2310708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts’ 2023-07-13T14:16:13.2311373Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts’ 2023-07-13T14:16:13.2312052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts’ 2023-07-13T14:16:13.2312729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts’ 2023-07-13T14:16:13.2313466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts’ 2023-07-13T14:16:13.2314211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts’ 2023-07-13T14:16:13.2314951Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts’ 2023-07-13T14:16:13.2315619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts’ 2023-07-13T14:16:13.2316281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts’ 2023-07-13T14:16:13.2317039Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners’ 2023-07-13T14:16:13.2318138Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src’ 2023-07-13T14:16:13.2318781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js’ 2023-07-13T14:16:13.2319516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json’ 2023-07-13T14:16:13.2320186Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources’ 2023-07-13T14:16:13.2320811Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test’ 2023-07-13T14:16:13.2321452Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json’ 2023-07-13T14:16:13.2322063Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock’ 2023-07-13T14:16:13.2322975Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners’ 2023-07-13T14:16:13.2323821Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas’ 2023-07-13T14:16:13.2324382Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/main.tf’ 2023-07-13T14:16:13.2324946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf’ 2023-07-13T14:16:13.2325556Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf’ 2023-07-13T14:16:13.2326197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json’ 2023-07-13T14:16:13.2326857Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json’ 2023-07-13T14:16:13.2327488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json’ 2023-07-13T14:16:13.2328287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json’ 2023-07-13T14:16:13.2329390Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json’ 2023-07-13T14:16:13.2330162Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/policies’ 2023-07-13T14:16:13.2330750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf’ 2023-07-13T14:16:13.2331389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf’ 2023-07-13T14:16:13.2331965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/variables.tf’ 2023-07-13T14:16:13.2332525Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners’ 2023-07-13T14:16:13.2333127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl’ 2023-07-13T14:16:13.2334050Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md’ 2023-07-13T14:16:13.2334914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf’ 2023-07-13T14:16:13.2335527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf’ 2023-07-13T14:16:13.2336229Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json’ 2023-07-13T14:16:13.2336924Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json’ 2023-07-13T14:16:13.2337601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json’ 2023-07-13T14:16:13.2338281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json’ 2023-07-13T14:16:13.2338956Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies’ 2023-07-13T14:16:13.2339673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf’ 2023-07-13T14:16:13.2340848Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions’ 2023-07-13T14:16:13.2341430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl’ 2023-07-13T14:16:13.2341994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/README.md’ 2023-07-13T14:16:13.2342590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml’ 2023-07-13T14:16:13.2343212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore’ 2023-07-13T14:16:13.2343807Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc’ 2023-07-13T14:16:13.2344411Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc’ 2023-07-13T14:16:13.2345027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js’ 2023-07-13T14:16:13.2345643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json’ 2023-07-13T14:16:13.2346252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts’ 2023-07-13T14:16:13.2346956Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms’ 2023-07-13T14:16:13.2347648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts’ 2023-07-13T14:16:13.2348293Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts’ 2023-07-13T14:16:13.2348906Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts’ 2023-07-13T14:16:13.2349512Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs’ 2023-07-13T14:16:13.2350156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts’ 2023-07-13T14:16:13.2350815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts’ 2023-07-13T14:16:13.2351467Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook’ 2023-07-13T14:16:13.2352085Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src’ 2023-07-13T14:16:13.2352714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js’ 2023-07-13T14:16:13.2353382Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json’ 2023-07-13T14:16:13.2354179Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources’ 2023-07-13T14:16:13.2354859Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test’ 2023-07-13T14:16:13.2355615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json’ 2023-07-13T14:16:13.2356731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock’ 2023-07-13T14:16:13.2357507Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook’ 2023-07-13T14:16:13.2358091Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas’ 2023-07-13T14:16:13.2358664Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/main.tf’ 2023-07-13T14:16:13.2359230Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf’ 2023-07-13T14:16:13.2359884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf’ 2023-07-13T14:16:13.2360483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json’ 2023-07-13T14:16:13.2361134Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json’ 2023-07-13T14:16:13.2361814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json’ 2023-07-13T14:16:13.2362569Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/policies’ 2023-07-13T14:16:13.2363147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars’ 2023-07-13T14:16:13.2363803Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf’ 2023-07-13T14:16:13.2364365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf’ 2023-07-13T14:16:13.2364916Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook’ 2023-07-13T14:16:13.2365449Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules’ 2023-07-13T14:16:13.2365975Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/outputs.tf’ 2023-07-13T14:16:13.2366584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json’ 2023-07-13T14:16:13.2367177Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/policies’ 2023-07-13T14:16:13.2367745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/templates/resource-group.json’ 2023-07-13T14:16:13.2368309Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/templates’ 2023-07-13T14:16:13.2368875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh’ 2023-07-13T14:16:13.2369457Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/terraform_migrations’ 2023-07-13T14:16:13.2369991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/variables.tf’ 2023-07-13T14:16:13.2370683Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner’ 2023-07-13T14:16:13.2371522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/alerts/upload_alerts_to_aws.py’ 2023-07-13T14:16:13.2372296Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/alerts/validate_alerts.py’ 2023-07-13T14:16:13.2372757Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/alerts’ 2023-07-13T14:16:13.2373223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation/README.md’ 2023-07-13T14:16:13.2373742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation/binary_size_validation.py’ 2023-07-13T14:16:13.2374269Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation/requirements.txt’ 2023-07-13T14:16:13.2374800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation/test_binary_size_validation.py’ 2023-07-13T14:16:13.2375304Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation’ 2023-07-13T14:16:13.2375795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/.gitignore’ 2023-07-13T14:16:13.2376341Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff’ 2023-07-13T14:16:13.2376960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff’ 2023-07-13T14:16:13.2377545Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/11.x-patches’ 2023-07-13T14:16:13.2378114Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff’ 2023-07-13T14:16:13.2378875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff’ 2023-07-13T14:16:13.2379637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff’ 2023-07-13T14:16:13.2380256Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/15.x-patches’ 2023-07-13T14:16:13.2380819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy’ 2023-07-13T14:16:13.2381345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/README.md’ 2023-07-13T14:16:13.2381852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/setup.sh’ 2023-07-13T14:16:13.2382324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/verify.sh’ 2023-07-13T14:16:13.2382822Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks’ 2023-07-13T14:16:13.2383325Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/actionlint_linter.py’ 2023-07-13T14:16:13.2383815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/exec_linter.py’ 2023-07-13T14:16:13.2384306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/flake8_linter.py’ 2023-07-13T14:16:13.2384787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/grep_linter.py’ 2023-07-13T14:16:13.2385291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/lintrunner_version_linter.py’ 2023-07-13T14:16:13.2385780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/mypy_linter.py’ 2023-07-13T14:16:13.2386279Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/newlines_linter.py’ 2023-07-13T14:16:13.2386761Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/pip_init.py’ 2023-07-13T14:16:13.2387240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/ruff_linter.py’ 2023-07-13T14:16:13.2387716Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/s3_init.py’ 2023-07-13T14:16:13.2388198Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/s3_init_config.json’ 2023-07-13T14:16:13.2388683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/ufmt_linter.py’ 2023-07-13T14:16:13.2389151Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters’ 2023-07-13T14:16:13.2389595Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter’ 2023-07-13T14:16:13.2390095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh’ 2023-07-13T14:16:13.2390578Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/mirror-pypi’ 2023-07-13T14:16:13.2391091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/.flake8’ 2023-07-13T14:16:13.2391562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/.gitattributes’ 2023-07-13T14:16:13.2392024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/.gitignore’ 2023-07-13T14:16:13.2392484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/Makefile’ 2023-07-13T14:16:13.2392931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/README.md’ 2023-07-13T14:16:13.2393393Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/poetry.lock’ 2023-07-13T14:16:13.2394065Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pyproject.toml’ 2023-07-13T14:16:13.2394621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py’ 2023-07-13T14:16:13.2395184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py’ 2023-07-13T14:16:13.2395705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py’ 2023-07-13T14:16:13.2396752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py’ 2023-07-13T14:16:13.2397267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py’ 2023-07-13T14:16:13.2397762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py’ 2023-07-13T14:16:13.2398305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py’ 2023-07-13T14:16:13.2398895Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py’ 2023-07-13T14:16:13.2399519Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers’ 2023-07-13T14:16:13.2400035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/assets/conda_search.json’ 2023-07-13T14:16:13.2400549Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/assets’ 2023-07-13T14:16:13.2401049Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_conda.py’ 2023-07-13T14:16:13.2401539Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_cuda.py’ 2023-07-13T14:16:13.2402024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_macos.py’ 2023-07-13T14:16:13.2402505Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_utils.py’ 2023-07-13T14:16:13.2403305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_version.py’ 2023-07-13T14:16:13.2403914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_wheel.py’ 2023-07-13T14:16:13.2404402Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests’ 2023-07-13T14:16:13.2404877Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers’ 2023-07-13T14:16:13.2405364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/analyze_ci_workflows.py’ 2023-07-13T14:16:13.2405855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/consolidate_scale_config_yaml.py’ 2023-07-13T14:16:13.2406471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/download-lambdas.py’ 2023-07-13T14:16:13.2406970Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/fetch_latest_green_commit.py’ 2023-07-13T14:16:13.2407837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/generate_binary_build_matrix.py’ 2023-07-13T14:16:13.2408723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/gitutils.py’ 2023-07-13T14:16:13.2409260Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/list_prs_from_partners_by_label.py’ 2023-07-13T14:16:13.2409758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/rockset_autoscale.py’ 2023-07-13T14:16:13.2410219Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts’ 2023-07-13T14:16:13.2410712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/.gitignore’ 2023-07-13T14:16:13.2411231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/Makefile’ 2023-07-13T14:16:13.2411825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/README.md’ 2023-07-13T14:16:13.2412807Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/check_runners_state.py’ 2023-07-13T14:16:13.2413476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py’ 2023-07-13T14:16:13.2414038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py’ 2023-07-13T14:16:13.2414605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh’ 2023-07-13T14:16:13.2415164Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/requirements.txt’ 2023-07-13T14:16:13.2415697Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils’ 2023-07-13T14:16:13.2416179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/.flake8’ 2023-07-13T14:16:13.2416766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/bin/.gitignore’ 2023-07-13T14:16:13.2417573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/bin/analyze-history’ 2023-07-13T14:16:13.2418237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/bin/build-check-api-compatibility’ 2023-07-13T14:16:13.2418755Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/bin’ 2023-07-13T14:16:13.2419229Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/pyproject.toml’ 2023-07-13T14:16:13.2419717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/requirements.txt’ 2023-07-13T14:16:13.2420203Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/__init__.py’ 2023-07-13T14:16:13.2420685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/ast.py’ 2023-07-13T14:16:13.2421149Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/checker.py’ 2023-07-13T14:16:13.2421764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/compatibility.py’ 2023-07-13T14:16:13.2422392Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/git.py’ 2023-07-13T14:16:13.2422893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/github.py’ 2023-07-13T14:16:13.2423429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/types.py’ 2023-07-13T14:16:13.2423914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/violations.py’ 2023-07-13T14:16:13.2424404Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api’ 2023-07-13T14:16:13.2424938Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src’ 2023-07-13T14:16:13.2425411Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/conftest.py’ 2023-07-13T14:16:13.2425899Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_ast.py’ 2023-07-13T14:16:13.2426423Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py’ 2023-07-13T14:16:13.2426965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_ast_param_types.py’ 2023-07-13T14:16:13.2427800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_compatibility.py’ 2023-07-13T14:16:13.2428655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_git.py’ 2023-07-13T14:16:13.2429158Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_github.py’ 2023-07-13T14:16:13.2429655Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api’ 2023-07-13T14:16:13.2430145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib/testing/__init__.py’ 2023-07-13T14:16:13.2430642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib/testing/git.py’ 2023-07-13T14:16:13.2431135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib/testing/source.py’ 2023-07-13T14:16:13.2431642Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib/testing’ 2023-07-13T14:16:13.2432137Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib’ 2023-07-13T14:16:13.2432631Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests’ 2023-07-13T14:16:13.2433101Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold’ 2023-07-13T14:16:13.2433542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests/README.md’ 2023-07-13T14:16:13.2434127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests/test_fetch_latest_green_commit.py’ 2023-07-13T14:16:13.2434623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests/test_rockset_autoscale.py’ 2023-07-13T14:16:13.2435109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests/test_validate_alerts.py’ 2023-07-13T14:16:13.2435567Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests’ 2023-07-13T14:16:13.2436012Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/.flake8’ 2023-07-13T14:16:13.2436470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/.gitignore’ 2023-07-13T14:16:13.2436911Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/README.md’ 2023-07-13T14:16:13.2437378Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/pyproject.toml’ 2023-07-13T14:16:13.2437868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/requirements-dev.txt’ 2023-07-13T14:16:13.2438434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/deprecated_from_nn.py’ 2023-07-13T14:16:13.2439124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/deprecated_from_nn.txt’ 2023-07-13T14:16:13.2439790Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/deprecated_qr.py’ 2023-07-13T14:16:13.2440471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/deprecated_qr.txt’ 2023-07-13T14:16:13.2441055Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/functorch.py’ 2023-07-13T14:16:13.2441754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/functorch.txt’ 2023-07-13T14:16:13.2442768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/removed_symeig.py’ 2023-07-13T14:16:13.2443660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/removed_symeig.txt’ 2023-07-13T14:16:13.2444240Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker’ 2023-07-13T14:16:13.2444829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/chain_matmul.py’ 2023-07-13T14:16:13.2445410Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/chain_matmul.py.out’ 2023-07-13T14:16:13.2445994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/cholesky.py’ 2023-07-13T14:16:13.2446579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/cholesky.py.out’ 2023-07-13T14:16:13.2447171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/functorch.py’ 2023-07-13T14:16:13.2447746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/functorch.py.out’ 2023-07-13T14:16:13.2448339Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/ger-outer.py’ 2023-07-13T14:16:13.2448921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/ger-outer.py.out’ 2023-07-13T14:16:13.2449534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/qr.py’ 2023-07-13T14:16:13.2450443Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/qr.py.out’ 2023-07-13T14:16:13.2451229Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/range-arange.py’ 2023-07-13T14:16:13.2451834Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/range-arange.py.out’ 2023-07-13T14:16:13.2452434Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod’ 2023-07-13T14:16:13.2452980Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols’ 2023-07-13T14:16:13.2453525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/checker/require_grad.py’ 2023-07-13T14:16:13.2454067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/checker/require_grad.txt’ 2023-07-13T14:16:13.2454601Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/checker’ 2023-07-13T14:16:13.2455199Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/codemod/require_grad.py’ 2023-07-13T14:16:13.2455772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/codemod/require_grad.py.out’ 2023-07-13T14:16:13.2456764Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/codemod’ 2023-07-13T14:16:13.2457686Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc’ 2023-07-13T14:16:13.2458261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/performance/checker/dataloader.py’ 2023-07-13T14:16:13.2458837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/performance/checker/dataloader.txt’ 2023-07-13T14:16:13.2459411Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/performance/checker’ 2023-07-13T14:16:13.2459957Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/performance’ 2023-07-13T14:16:13.2460464Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures’ 2023-07-13T14:16:13.2460957Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/test_torchfix.py’ 2023-07-13T14:16:13.2461441Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests’ 2023-07-13T14:16:13.2462114Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/__init__.py’ 2023-07-13T14:16:13.2462929Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/__main__.py’ 2023-07-13T14:16:13.2463581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/common.py’ 2023-07-13T14:16:13.2464104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/deprecated_symbols.yaml’ 2023-07-13T14:16:13.2464585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/torchfix.py’ 2023-07-13T14:16:13.2465124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/__init__.py’ 2023-07-13T14:16:13.2465689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/chain_matmul.py’ 2023-07-13T14:16:13.2466249Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/cholesky.py’ 2023-07-13T14:16:13.2466793Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/qr.py’ 2023-07-13T14:16:13.2467353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/range.py’ 2023-07-13T14:16:13.2467915Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols’ 2023-07-13T14:16:13.2468697Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/misc/__init__.py’ 2023-07-13T14:16:13.2469543Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/misc’ 2023-07-13T14:16:13.2470080Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/performance/__init__.py’ 2023-07-13T14:16:13.2470627Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/performance’ 2023-07-13T14:16:13.2471149Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors’ 2023-07-13T14:16:13.2471710Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix’ 2023-07-13T14:16:13.2472173Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix’ 2023-07-13T14:16:13.2472605Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools’ 2023-07-13T14:16:13.2473095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.env.example’ 2023-07-13T14:16:13.2473534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.eslintrc.json’ 2023-07-13T14:16:13.2474094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.gitignore’ 2023-07-13T14:16:13.2474792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.prettierignore’ 2023-07-13T14:16:13.2475244Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.prettierrc.json’ 2023-07-13T14:16:13.2475698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/README.md’ 2023-07-13T14:16:13.2476200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/AnnouncementBanner.module.css’ 2023-07-13T14:16:13.2476744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/AnnouncementBanner.tsx’ 2023-07-13T14:16:13.2477258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/CommitStatus.tsx’ 2023-07-13T14:16:13.2477751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/CopyLink.tsx’ 2023-07-13T14:16:13.2478239Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/ErrorBoundary.tsx’ 2023-07-13T14:16:13.2478748Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/FilteredJobList.tsx’ 2023-07-13T14:16:13.2479254Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/GranularityPicker.tsx’ 2023-07-13T14:16:13.2479878Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/GroupHudTableHeaders.tsx’ 2023-07-13T14:16:13.2480414Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/GroupJobConclusion.tsx’ 2023-07-13T14:16:13.2480950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobAnnotationToggle.tsx’ 2023-07-13T14:16:13.2481441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobArtifact.tsx’ 2023-07-13T14:16:13.2481954Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobConclusion.module.css’ 2023-07-13T14:16:13.2482708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobConclusion.tsx’ 2023-07-13T14:16:13.2483583Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobFilterInput.tsx’ 2023-07-13T14:16:13.2484109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobLinks.module.css’ 2023-07-13T14:16:13.2484595Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobLinks.tsx’ 2023-07-13T14:16:13.2485072Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobSummary.tsx’ 2023-07-13T14:16:13.2485548Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobTooltip.tsx’ 2023-07-13T14:16:13.2486029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/LogViewer.tsx’ 2023-07-13T14:16:13.2486513Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/LoggedInMenu.tsx’ 2023-07-13T14:16:13.2487023Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/LoginSection.module.css’ 2023-07-13T14:16:13.2487518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/LoginSection.tsx’ 2023-07-13T14:16:13.2488120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/NavBar.module.css’ 2023-07-13T14:16:13.2488600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/NavBar.tsx’ 2023-07-13T14:16:13.2489163Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/PageSelector.tsx’ 2023-07-13T14:16:13.2489951Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/ReproductionCommand.tsx’ 2023-07-13T14:16:13.2490873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/SevReport.module.css’ 2023-07-13T14:16:13.2491497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/SevReport.tsx’ 2023-07-13T14:16:13.2491980Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/TestInsights.tsx’ 2023-07-13T14:16:13.2492473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/TimeUtils.tsx’ 2023-07-13T14:16:13.2492994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/TooltipTarget.module.css’ 2023-07-13T14:16:13.2493509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/TooltipTarget.tsx’ 2023-07-13T14:16:13.2494028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/VersionControlLinks.tsx’ 2023-07-13T14:16:13.2494535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/WorkflowBox.tsx’ 2023-07-13T14:16:13.2495044Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/WorkflowDispatcher.tsx’ 2023-07-13T14:16:13.2495550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/commit.module.css’ 2023-07-13T14:16:13.2496027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/hud.module.css’ 2023-07-13T14:16:13.2496529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics.module.css’ 2023-07-13T14:16:13.2497280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/GenerateIndividualTestsLeaderboard.tsx’ 2023-07-13T14:16:13.2498455Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/GenerateTestInsightsOverviewTable.tsx’ 2023-07-13T14:16:13.2499052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx’ 2023-07-13T14:16:13.2499584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/TablePanel.tsx’ 2023-07-13T14:16:13.2500127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx’ 2023-07-13T14:16:13.2500682Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx’ 2023-07-13T14:16:13.2501214Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels’ 2023-07-13T14:16:13.2501713Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics’ 2023-07-13T14:16:13.2502222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/minihud.module.css’ 2023-07-13T14:16:13.2502689Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components’ 2023-07-13T14:16:13.2503227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/docs/architecture.md’ 2023-07-13T14:16:13.2504123Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/docs/write-path.png’ 2023-07-13T14:16:13.2504620Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/docs’ 2023-07-13T14:16:13.2505054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/jest.config.js’ 2023-07-13T14:16:13.2505586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/GeneralUtils.ts’ 2023-07-13T14:16:13.2506056Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/JobClassifierUtil.ts’ 2023-07-13T14:16:13.2506590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/RevertModal.tsx’ 2023-07-13T14:16:13.2507038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/Constants.ts’ 2023-07-13T14:16:13.2507496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/acceptBot.ts’ 2023-07-13T14:16:13.2507952Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/autoCcBot.ts’ 2023-07-13T14:16:13.2508481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/autoLabelBot.ts’ 2023-07-13T14:16:13.2509428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/ciflowPushTrigger.ts’ 2023-07-13T14:16:13.2510185Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/cliParser.ts’ 2023-07-13T14:16:13.2510642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/drciBot.ts’ 2023-07-13T14:16:13.2511088Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/index.ts’ 2023-07-13T14:16:13.2511541Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/pytorchBot.ts’ 2023-07-13T14:16:13.2512023Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/pytorchBotHandler.ts’ 2023-07-13T14:16:13.2512521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/pytorchbotLogger.ts’ 2023-07-13T14:16:13.2512980Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/retryBot.ts’ 2023-07-13T14:16:13.2513493Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/subscriptions.ts’ 2023-07-13T14:16:13.2514534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts’ 2023-07-13T14:16:13.2515156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/utils.ts’ 2023-07-13T14:16:13.2515674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts’ 2023-07-13T14:16:13.2516186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/webhookToDynamo.ts’ 2023-07-13T14:16:13.2516654Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot’ 2023-07-13T14:16:13.2517113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/correlation_matrix.json’ 2023-07-13T14:16:13.2517571Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/drciUtils.ts’ 2023-07-13T14:16:13.2518029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/dynamo.ts’ 2023-07-13T14:16:13.2518721Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchCommit.ts’ 2023-07-13T14:16:13.2519566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts’ 2023-07-13T14:16:13.2520100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchFailureSamples.ts’ 2023-07-13T14:16:13.2520594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchFlakyTests.ts’ 2023-07-13T14:16:13.2521058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchHud.ts’ 2023-07-13T14:16:13.2521521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchIssuesByLabel.ts’ 2023-07-13T14:16:13.2521989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchPR.ts’ 2023-07-13T14:16:13.2522591Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchRecentWorkflows.ts’ 2023-07-13T14:16:13.2523222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchS3Links.ts’ 2023-07-13T14:16:13.2523813Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/github.ts’ 2023-07-13T14:16:13.2524374Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/githubFunctions.ts’ 2023-07-13T14:16:13.2524833Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/jobUtils.ts’ 2023-07-13T14:16:13.2525272Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/metricUtils.ts’ 2023-07-13T14:16:13.2525721Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/rockset.ts’ 2023-07-13T14:16:13.2526150Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/s3.ts’ 2023-07-13T14:16:13.2526584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/types.ts’ 2023-07-13T14:16:13.2527072Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/useGroupingPreference.tsx’ 2023-07-13T14:16:13.2527551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/useHudData.ts’ 2023-07-13T14:16:13.2528019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/useScrollTo.ts’ 2023-07-13T14:16:13.2528476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/useTableFilter.ts’ 2023-07-13T14:16:13.2528935Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib’ 2023-07-13T14:16:13.2529375Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/next-env.d.ts’ 2023-07-13T14:16:13.2529818Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/next.config.js’ 2023-07-13T14:16:13.2530258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/package-lock.json’ 2023-07-13T14:16:13.2530725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/package.json’ 2023-07-13T14:16:13.2531219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx’ 2023-07-13T14:16:13.2531761Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/commit’ 2023-07-13T14:16:13.2532296Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx’ 2023-07-13T14:16:13.2532833Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/issues’ 2023-07-13T14:16:13.2533367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx’ 2023-07-13T14:16:13.2533889Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/pull’ 2023-07-13T14:16:13.2534427Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2534924Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]’ 2023-07-13T14:16:13.2535445Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/_app.tsx’ 2023-07-13T14:16:13.2535941Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/_githubrunnersutilization.tsx’ 2023-07-13T14:16:13.2536486Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts’ 2023-07-13T14:16:13.2537028Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit’ 2023-07-13T14:16:13.2537578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts’ 2023-07-13T14:16:13.2538184Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull’ 2023-07-13T14:16:13.2538709Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2539223Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]’ 2023-07-13T14:16:13.2539733Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts’ 2023-07-13T14:16:13.2540234Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/artifacts/s3’ 2023-07-13T14:16:13.2541134Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/artifacts’ 2023-07-13T14:16:13.2541782Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/auth/[...nextauth].js’ 2023-07-13T14:16:13.2542280Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/auth’ 2023-07-13T14:16:13.2542745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/drci/drci.ts’ 2023-07-13T14:16:13.2543220Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/drci’ 2023-07-13T14:16:13.2543692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/failure/[capture].ts’ 2023-07-13T14:16:13.2544177Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/failure’ 2023-07-13T14:16:13.2544660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/flaky-tests/disable.ts’ 2023-07-13T14:16:13.2545163Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/flaky-tests/flakytest.ts’ 2023-07-13T14:16:13.2545670Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/flaky-tests’ 2023-07-13T14:16:13.2546226Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts’ 2023-07-13T14:16:13.2547027Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]’ 2023-07-13T14:16:13.2547641Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2548198Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch/[repoOwner]’ 2023-07-13T14:16:13.2548705Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch’ 2023-07-13T14:16:13.2549196Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/webhooks.ts’ 2023-07-13T14:16:13.2549754Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github’ 2023-07-13T14:16:13.2550283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts’ 2023-07-13T14:16:13.2550884Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:13.2551429Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2551947Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud/[repoOwner]’ 2023-07-13T14:16:13.2552429Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud’ 2023-07-13T14:16:13.2552892Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/issue/[label].ts’ 2023-07-13T14:16:13.2553383Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/issue’ 2023-07-13T14:16:13.2554013Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts’ 2023-07-13T14:16:13.2554619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts’ 2023-07-13T14:16:13.2555206Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations’ 2023-07-13T14:16:13.2555822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts’ 2023-07-13T14:16:13.2556424Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures’ 2023-07-13T14:16:13.2557005Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2557545Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]’ 2023-07-13T14:16:13.2558073Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation’ 2023-07-13T14:16:13.2558594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/query/[collection]/[lambdaName].ts’ 2023-07-13T14:16:13.2559113Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/query/[collection]’ 2023-07-13T14:16:13.2559661Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/query’ 2023-07-13T14:16:13.2560177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts’ 2023-07-13T14:16:13.2560726Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/usage-log-aggregator’ 2023-07-13T14:16:13.2561326Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api’ 2023-07-13T14:16:13.2561846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx’ 2023-07-13T14:16:13.2562376Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark/[suite]/[compiler]’ 2023-07-13T14:16:13.2562883Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark/[suite]’ 2023-07-13T14:16:13.2563379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark/compilers.tsx’ 2023-07-13T14:16:13.2563855Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark’ 2023-07-13T14:16:13.2564426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/correlation.tsx’ 2023-07-13T14:16:13.2564973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx’ 2023-07-13T14:16:13.2565620Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:13.2566162Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2566687Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs/[repoOwner]’ 2023-07-13T14:16:13.2567181Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs’ 2023-07-13T14:16:13.2567816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failure/[capture].tsx’ 2023-07-13T14:16:13.2568735Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failure’ 2023-07-13T14:16:13.2569219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/flakytest.tsx’ 2023-07-13T14:16:13.2569759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx’ 2023-07-13T14:16:13.2570299Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:13.2570830Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2571332Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud/[repoOwner]’ 2023-07-13T14:16:13.2571800Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud’ 2023-07-13T14:16:13.2572248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/kpis.tsx’ 2023-07-13T14:16:13.2572702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/login_test.tsx’ 2023-07-13T14:16:13.2573215Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/metrics.tsx’ 2023-07-13T14:16:13.2574187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx’ 2023-07-13T14:16:13.2574747Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:13.2575290Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2575800Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud/[repoOwner]’ 2023-07-13T14:16:13.2576283Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud’ 2023-07-13T14:16:13.2576754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/nightlies.tsx’ 2023-07-13T14:16:13.2577281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx’ 2023-07-13T14:16:13.2577843Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2578375Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/reliability/[repoOwner]’ 2023-07-13T14:16:13.2578968Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/reliability’ 2023-07-13T14:16:13.2579515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/test/insights.tsx’ 2023-07-13T14:16:13.2579992Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/test’ 2023-07-13T14:16:13.2580542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/testing_overhead.tsx’ 2023-07-13T14:16:13.2581044Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/testing_overhead/insights.tsx’ 2023-07-13T14:16:13.2581624Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/testing_overhead/oncall_insights.tsx’ 2023-07-13T14:16:13.2582142Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/testing_overhead’ 2023-07-13T14:16:13.2582598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tests.tsx’ 2023-07-13T14:16:13.2583114Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx’ 2023-07-13T14:16:13.2583669Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:13.2584213Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts/[repoOwner]/[repoName]’ 2023-07-13T14:16:13.2584708Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts/[repoOwner]’ 2023-07-13T14:16:13.2585186Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts’ 2023-07-13T14:16:13.2585663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/userbenchmark_view.tsx’ 2023-07-13T14:16:13.2586126Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages’ 2023-07-13T14:16:13.2586574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/public/favicon.ico’ 2023-07-13T14:16:13.2587025Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/public’ 2023-07-13T14:16:13.2587488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset.config.json’ 2023-07-13T14:16:13.2588004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/annotated_flaky_jobs.sql’ 2023-07-13T14:16:13.2588527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/commit_failed_jobs.sql’ 2023-07-13T14:16:13.2589135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/commit_jobs_query.sql’ 2023-07-13T14:16:13.2589678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/commit_query.sql’ 2023-07-13T14:16:13.2590195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/disabled_non_flaky_tests.sql’ 2023-07-13T14:16:13.2590723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/failed_workflow_jobs.sql’ 2023-07-13T14:16:13.2591249Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/failure_samples_query.sql’ 2023-07-13T14:16:13.2591788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/filter_forced_merge_pr.sql’ 2023-07-13T14:16:13.2592289Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/flaky_tests.sql’ 2023-07-13T14:16:13.2592817Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/flaky_tests_across_jobs.sql’ 2023-07-13T14:16:13.2593342Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/flaky_workflows_jobs.sql’ 2023-07-13T14:16:13.2594020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/get_relevant_alerts.sql’ 2023-07-13T14:16:13.2594927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/get_workflow_jobs.sql’ 2023-07-13T14:16:13.2595531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/hud_query.sql’ 2023-07-13T14:16:13.2596089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/individual_test_stats_per_workflow_per_oncall.sql’ 2023-07-13T14:16:13.2596764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/individual_test_times_per_oncall_per_workflow.sql’ 2023-07-13T14:16:13.2597300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/issue_query.sql’ 2023-07-13T14:16:13.2597817Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/master_commit_red_jobs.sql’ 2023-07-13T14:16:13.2598337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/num_commits_master.sql’ 2023-07-13T14:16:13.2598866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/recent_pr_workflows_query.sql’ 2023-07-13T14:16:13.2599481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/reverted_prs_with_reason.sql’ 2023-07-13T14:16:13.2599991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/slow_tests.sql’ 2023-07-13T14:16:13.2600523Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_insights_latest_runs.sql’ 2023-07-13T14:16:13.2601153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_insights_overview.sql’ 2023-07-13T14:16:13.2602110Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_time_and_price_per_oncall.sql’ 2023-07-13T14:16:13.2602646Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_time_per_file.sql’ 2023-07-13T14:16:13.2603183Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_time_per_file_periodic_jobs.sql’ 2023-07-13T14:16:13.2603728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_time_per_oncall.sql’ 2023-07-13T14:16:13.2604263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_times_per_workflow_type.sql’ 2023-07-13T14:16:13.2604787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/unclassified.sql’ 2023-07-13T14:16:13.2605288Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql’ 2023-07-13T14:16:13.2605804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/annotated_flaky_jobs.lambda.json’ 2023-07-13T14:16:13.2606329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/commit_failed_jobs.lambda.json’ 2023-07-13T14:16:13.2606874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/commit_jobs_query.lambda.json’ 2023-07-13T14:16:13.2607399Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/commit_query.lambda.json’ 2023-07-13T14:16:13.2608084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/disabled_non_flaky_tests.lambda.json’ 2023-07-13T14:16:13.2609055Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/failed_workflow_jobs.lambda.json’ 2023-07-13T14:16:13.2609795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/failure_samples_query.lambda.json’ 2023-07-13T14:16:13.2610340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/filter_forced_merge_pr.lambda.json’ 2023-07-13T14:16:13.2610875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/flaky_test_query.lambda.json’ 2023-07-13T14:16:13.2611466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/flaky_tests.lambda.json’ 2023-07-13T14:16:13.2612004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/flaky_tests_across_jobs.lambda.json’ 2023-07-13T14:16:13.2612606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/flaky_workflows_jobs.lambda.json’ 2023-07-13T14:16:13.2613434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/get_relevant_alerts.lambda.json’ 2023-07-13T14:16:13.2614330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/get_workflow_jobs.lambda.json’ 2023-07-13T14:16:13.2614854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/hud_query.lambda.json’ 2023-07-13T14:16:13.2615435Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/individual_test_stats_per_workflow_per_oncall.lambda.json’ 2023-07-13T14:16:13.2616063Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/individual_test_times_per_oncall_per_workflow.lambda.json’ 2023-07-13T14:16:13.2616621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/issue_query.lambda.json’ 2023-07-13T14:16:13.2617156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/master_commit_red_jobs.lambda.json’ 2023-07-13T14:16:13.2617693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/num_commits_master.lambda.json’ 2023-07-13T14:16:13.2618475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/recent_pr_workflows_query.lambda.json’ 2023-07-13T14:16:13.2619359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/reverted_prs_with_reason.lambda.json’ 2023-07-13T14:16:13.2619906Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/slow_tests.lambda.json’ 2023-07-13T14:16:13.2620444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_insights_latest_runs.lambda.json’ 2023-07-13T14:16:13.2621007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_insights_overview.lambda.json’ 2023-07-13T14:16:13.2621554Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_time_and_price_per_oncall.lambda.json’ 2023-07-13T14:16:13.2622100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_time_per_file.lambda.json’ 2023-07-13T14:16:13.2622665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_time_per_file_periodic_jobs.lambda.json’ 2023-07-13T14:16:13.2623414Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_time_per_oncall.lambda.json’ 2023-07-13T14:16:13.2624323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_times_per_workflow_type.lambda.json’ 2023-07-13T14:16:13.2624887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/unclassified.lambda.json’ 2023-07-13T14:16:13.2625391Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons’ 2023-07-13T14:16:13.2625928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance.sql’ 2023-07-13T14:16:13.2626507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance_branches.sql’ 2023-07-13T14:16:13.2627041Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/__sql’ 2023-07-13T14:16:13.2627678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/compilers_benchmark_performance.lambda.json’ 2023-07-13T14:16:13.2628406Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/compilers_benchmark_performance_branches.lambda.json’ 2023-07-13T14:16:13.2629424Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor’ 2023-07-13T14:16:13.2629958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/completed_pr_jobs_aggregate.sql’ 2023-07-13T14:16:13.2630497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/correlation_matrix.sql’ 2023-07-13T14:16:13.2631031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/disabled_test_historical.sql’ 2023-07-13T14:16:13.2631553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/disabled_test_total.sql’ 2023-07-13T14:16:13.2632103Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/external_contribution_stats.sql’ 2023-07-13T14:16:13.2632635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/force_merge_red_avg.sql’ 2023-07-13T14:16:13.2633174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/force_merge_red_percent.sql’ 2023-07-13T14:16:13.2634187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/job_duration_avg.sql’ 2023-07-13T14:16:13.2634898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/job_duration_percentile.sql’ 2023-07-13T14:16:13.2635420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/last_branch_push.sql’ 2023-07-13T14:16:13.2635952Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/last_successful_jobs.sql’ 2023-07-13T14:16:13.2636481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/last_successful_workflow.sql’ 2023-07-13T14:16:13.2637014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/log_captures_count.sql’ 2023-07-13T14:16:13.2637532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_commit_red.sql’ 2023-07-13T14:16:13.2638041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_commit_red_avg.sql’ 2023-07-13T14:16:13.2638717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent.sql’ 2023-07-13T14:16:13.2639737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent_groups.sql’ 2023-07-13T14:16:13.2640288Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_jobs_red.sql’ 2023-07-13T14:16:13.2640791Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_jobs_red_avg.sql’ 2023-07-13T14:16:13.2641310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/num_tests_run.sql’ 2023-07-13T14:16:13.2641821Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/number_of_force_pushes.sql’ 2023-07-13T14:16:13.2642348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/queue_times_historical.sql’ 2023-07-13T14:16:13.2642846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/queued_jobs.sql’ 2023-07-13T14:16:13.2643364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/queued_jobs_by_label.sql’ 2023-07-13T14:16:13.2644407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/reverts.sql’ 2023-07-13T14:16:13.2645077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/strict_lag_sec.sql’ 2023-07-13T14:16:13.2645648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/top_reds.sql’ 2023-07-13T14:16:13.2646138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/tts_avg.sql’ 2023-07-13T14:16:13.2646648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical.sql’ 2023-07-13T14:16:13.2647205Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical_percentile.sql’ 2023-07-13T14:16:13.2647744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/tts_percentile.sql’ 2023-07-13T14:16:13.2648272Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/workflow_duration_avg.sql’ 2023-07-13T14:16:13.2649075Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/workflow_duration_percentile.sql’ 2023-07-13T14:16:13.2649879Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/workflow_load.sql’ 2023-07-13T14:16:13.2650364Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql’ 2023-07-13T14:16:13.2650909Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/completed_pr_jobs_aggregate.lambda.json’ 2023-07-13T14:16:13.2651461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/correlation_matrix.lambda.json’ 2023-07-13T14:16:13.2652050Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/disabled_test_historical.lambda.json’ 2023-07-13T14:16:13.2652590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/disabled_test_total.lambda.json’ 2023-07-13T14:16:13.2653151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/external_contribution_stats.lambda.json’ 2023-07-13T14:16:13.2653697Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/force_merge_red_avg.lambda.json’ 2023-07-13T14:16:13.2654239Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/force_merge_red_percent.lambda.json’ 2023-07-13T14:16:13.2654763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/job_duration_avg.lambda.json’ 2023-07-13T14:16:13.2655304Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/job_duration_percentile.lambda.json’ 2023-07-13T14:16:13.2655853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/last_branch_push.lambda.json’ 2023-07-13T14:16:13.2656672Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/last_successful_jobs.lambda.json’ 2023-07-13T14:16:13.2657526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/last_successful_workflow.lambda.json’ 2023-07-13T14:16:13.2658076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/log_captures_count.lambda.json’ 2023-07-13T14:16:13.2658613Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_commit_red.lambda.json’ 2023-07-13T14:16:13.2659141Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_commit_red_avg.lambda.json’ 2023-07-13T14:16:13.2659757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_commit_red_percent.lambda.json’ 2023-07-13T14:16:13.2660331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_commit_red_percent_groups.lambda.json’ 2023-07-13T14:16:13.2661047Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_jobs_red.lambda.json’ 2023-07-13T14:16:13.2661976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_jobs_red_avg.lambda.json’ 2023-07-13T14:16:13.2662498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/num_tests_run.lambda.json’ 2023-07-13T14:16:13.2663035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/number_of_force_pushes.lambda.json’ 2023-07-13T14:16:13.2663587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/queue_times_historical.lambda.json’ 2023-07-13T14:16:13.2664136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/queued_jobs.lambda.json’ 2023-07-13T14:16:13.2664658Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/queued_jobs_by_label.lambda.json’ 2023-07-13T14:16:13.2665182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/reverts.lambda.json’ 2023-07-13T14:16:13.2665828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/strict_lag_sec.lambda.json’ 2023-07-13T14:16:13.2666775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/top_reds.lambda.json’ 2023-07-13T14:16:13.2667307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/tts_avg.lambda.json’ 2023-07-13T14:16:13.2667837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/tts_duration_historical.lambda.json’ 2023-07-13T14:16:13.2668429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/tts_duration_historical_percentile.lambda.json’ 2023-07-13T14:16:13.2668994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/tts_percentile.lambda.json’ 2023-07-13T14:16:13.2669544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/workflow_duration_avg.lambda.json’ 2023-07-13T14:16:13.2670107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/workflow_duration_percentile.lambda.json’ 2023-07-13T14:16:13.2670656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/workflow_load.lambda.json’ 2023-07-13T14:16:13.2671148Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics’ 2023-07-13T14:16:13.2671636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red.sql’ 2023-07-13T14:16:13.2672187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red_past_day.sql’ 2023-07-13T14:16:13.2672753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red.sql’ 2023-07-13T14:16:13.2673835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_by_name.sql’ 2023-07-13T14:16:13.2674560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_by_platform.sql’ 2023-07-13T14:16:13.2675118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_past_day.sql’ 2023-07-13T14:16:13.2675655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red.sql’ 2023-07-13T14:16:13.2676312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red_past_day.sql’ 2023-07-13T14:16:13.2676821Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql’ 2023-07-13T14:16:13.2677415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/docker_jobs_red.lambda.json’ 2023-07-13T14:16:13.2678096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/docker_jobs_red_past_day.lambda.json’ 2023-07-13T14:16:13.2679051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/nightly_jobs_red.lambda.json’ 2023-07-13T14:16:13.2679678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/nightly_jobs_red_by_name.lambda.json’ 2023-07-13T14:16:13.2680243Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/nightly_jobs_red_by_platform.lambda.json’ 2023-07-13T14:16:13.2680823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/nightly_jobs_red_past_day.lambda.json’ 2023-07-13T14:16:13.2681382Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/validation_jobs_red.lambda.json’ 2023-07-13T14:16:13.2681934Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/validation_jobs_red_past_day.lambda.json’ 2023-07-13T14:16:13.2682453Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies’ 2023-07-13T14:16:13.2683026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/prodVersions.json’ 2023-07-13T14:16:13.2683975Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/ci_wait_time.sql’ 2023-07-13T14:16:13.2684644Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/monthly_contribution_stats.sql’ 2023-07-13T14:16:13.2685195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/num_reverts.sql’ 2023-07-13T14:16:13.2685793Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/number_of_force_pushes_historical.sql’ 2023-07-13T14:16:13.2686382Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/strict_lag_historical.sql’ 2023-07-13T14:16:13.2686929Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_merge.sql’ 2023-07-13T14:16:13.2687465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_review.sql’ 2023-07-13T14:16:13.2688016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_signal.sql’ 2023-07-13T14:16:13.2688634Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql’ 2023-07-13T14:16:13.2689232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/ci_wait_time.lambda.json’ 2023-07-13T14:16:13.2689895Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/monthly_contribution_stats.lambda.json’ 2023-07-13T14:16:13.2690932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/num_reverts.lambda.json’ 2023-07-13T14:16:13.2691564Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/number_of_force_pushes_historical.lambda.json’ 2023-07-13T14:16:13.2692166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/strict_lag_historical.lambda.json’ 2023-07-13T14:16:13.2692751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_merge.lambda.json’ 2023-07-13T14:16:13.2693329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_review.lambda.json’ 2023-07-13T14:16:13.2693897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_signal.lambda.json’ 2023-07-13T14:16:13.2694450Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis’ 2023-07-13T14:16:13.2695354Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/__sql/runner_utilization.sql’ 2023-07-13T14:16:13.2696224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_activity.sql’ 2023-07-13T14:16:13.2696792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_repo.sql’ 2023-07-13T14:16:13.2697307Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/__sql’ 2023-07-13T14:16:13.2697855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/runner_utilization.lambda.json’ 2023-07-13T14:16:13.2698439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/runner_utilization_by_activity.lambda.json’ 2023-07-13T14:16:13.2699018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/runner_utilization_by_repo.lambda.json’ 2023-07-13T14:16:13.2699537Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization’ 2023-07-13T14:16:13.2700057Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset’ 2023-07-13T14:16:13.2700682Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/backfillJobs.mjs’ 2023-07-13T14:16:13.2701166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/checkRockset.mjs’ 2023-07-13T14:16:13.2701643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/check_alerts.py’ 2023-07-13T14:16:13.2702133Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/compute_correlation.py’ 2023-07-13T14:16:13.2702646Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/downloadQueryLambda.mjs’ 2023-07-13T14:16:13.2703128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/github_analyze.py’ 2023-07-13T14:16:13.2703622Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/pushRocksetTags.mjs’ 2023-07-13T14:16:13.2704178Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/queue_alert.py’ 2023-07-13T14:16:13.2704673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/reverts.py’ 2023-07-13T14:16:13.2705497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/test_check_alerts.py’ 2023-07-13T14:16:13.2706290Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/test_queue_alert.py’ 2023-07-13T14:16:13.2706783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/updateQueueTimes.mjs’ 2023-07-13T14:16:13.2707277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/updateSlowTests.mjs’ 2023-07-13T14:16:13.2707757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/updateTestTimes.mjs’ 2023-07-13T14:16:13.2708267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/uploadQueryLambda.mjs’ 2023-07-13T14:16:13.2708755Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts’ 2023-07-13T14:16:13.2709193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/styles/globals.css’ 2023-07-13T14:16:13.2709644Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/styles’ 2023-07-13T14:16:13.2710117Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/acceptBot.test.ts’ 2023-07-13T14:16:13.2710586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/autoCcBot.test.ts’ 2023-07-13T14:16:13.2711052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/autoLabelBot.test.ts’ 2023-07-13T14:16:13.2711564Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/ciflow-push-trigger.test.ts’ 2023-07-13T14:16:13.2712379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/common.ts’ 2023-07-13T14:16:13.2713119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/disableFlakyBot.test.ts’ 2023-07-13T14:16:13.2713576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/drci.test.ts’ 2023-07-13T14:16:13.2714162Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/drciBot.test.ts’ 2023-07-13T14:16:13.2714630Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/config.json’ 2023-07-13T14:16:13.2715090Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/issue.json’ 2023-07-13T14:16:13.2715568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/issue_comment.json’ 2023-07-13T14:16:13.2716073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/issues.labeled.json’ 2023-07-13T14:16:13.2716578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/issues.opened.json’ 2023-07-13T14:16:13.2717077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/known_labels.json’ 2023-07-13T14:16:13.2717561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_files.json’ 2023-07-13T14:16:13.2718078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request.labeled.json’ 2023-07-13T14:16:13.2718605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request.opened.json’ 2023-07-13T14:16:13.2719141Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request.reopened.json’ 2023-07-13T14:16:13.2719768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request.synchronize.json’ 2023-07-13T14:16:13.2720322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request_comment.json’ 2023-07-13T14:16:13.2721398Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request_review.json’ 2023-07-13T14:16:13.2722135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request_reviews.json’ 2023-07-13T14:16:13.2722742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/permission.json’ 2023-07-13T14:16:13.2723305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json’ 2023-07-13T14:16:13.2723866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json’ 2023-07-13T14:16:13.2724443Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json’ 2023-07-13T14:16:13.2725026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json’ 2023-07-13T14:16:13.2725579Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger’ 2023-07-13T14:16:13.2726062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push.json’ 2023-07-13T14:16:13.2726707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/workflow_jobs.json’ 2023-07-13T14:16:13.2727227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/workflow_run.completed.json’ 2023-07-13T14:16:13.2727720Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures’ 2023-07-13T14:16:13.2728174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/jobUtils.test.ts’ 2023-07-13T14:16:13.2728655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/labelCommands.test.ts’ 2023-07-13T14:16:13.2729155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/mergeCommands.test.ts’ 2023-07-13T14:16:13.2729630Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/metricUtils.test.ts’ 2023-07-13T14:16:13.2730110Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/retryBot.test.ts’ 2023-07-13T14:16:13.2730593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/subscriptions.test.ts’ 2023-07-13T14:16:13.2731312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts’ 2023-07-13T14:16:13.2731793Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/utils.ts’ 2023-07-13T14:16:13.2732282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/verifyDisableTestIssue.test.ts’ 2023-07-13T14:16:13.2732762Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test’ 2023-07-13T14:16:13.2733211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/tsconfig.json’ 2023-07-13T14:16:13.2733656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/types/next-auth-d.ts’ 2023-07-13T14:16:13.2734115Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/types’ 2023-07-13T14:16:13.2734544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/yarn.lock’ 2023-07-13T14:16:13.2734958Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci’ 2023-07-13T14:16:13.2735373Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra’ 2023-07-13T14:16:13.2735809Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/branches’ 2023-07-13T14:16:13.2736243Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/description’ 2023-07-13T14:16:13.2736781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/applypatch-msg.sample’ 2023-07-13T14:16:13.2737267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/commit-msg.sample’ 2023-07-13T14:16:13.2738107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/post-update.sample’ 2023-07-13T14:16:13.2738735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-applypatch.sample’ 2023-07-13T14:16:13.2739215Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-commit.sample’ 2023-07-13T14:16:13.2739699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-merge-commit.sample’ 2023-07-13T14:16:13.2740186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-push.sample’ 2023-07-13T14:16:13.2740651Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-receive.sample’ 2023-07-13T14:16:13.2741159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/push-to-checkout.sample’ 2023-07-13T14:16:13.2741633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/update.sample’ 2023-07-13T14:16:13.2742305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/fsmonitor-watchman.sample’ 2023-07-13T14:16:13.2743189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-rebase.sample’ 2023-07-13T14:16:13.2743691Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/prepare-commit-msg.sample’ 2023-07-13T14:16:13.2744161Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks’ 2023-07-13T14:16:13.2744587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/info/exclude’ 2023-07-13T14:16:13.2745007Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/info’ 2023-07-13T14:16:13.2745451Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/heads/main’ 2023-07-13T14:16:13.2745891Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/heads’ 2023-07-13T14:16:13.2746344Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/tags’ 2023-07-13T14:16:13.2746801Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/remotes/origin/main’ 2023-07-13T14:16:13.2747271Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/remotes/origin’ 2023-07-13T14:16:13.2747740Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/remotes’ 2023-07-13T14:16:13.2748172Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs’ 2023-07-13T14:16:13.2748878Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/HEAD’ 2023-07-13T14:16:13.2749510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/config’ 2023-07-13T14:16:13.2750054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects/pack/pack-70a22a19d6e1fd992c9900ddb34cd9eace242dea.pack’ 2023-07-13T14:16:13.2750677Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects/pack/pack-70a22a19d6e1fd992c9900ddb34cd9eace242dea.idx’ 2023-07-13T14:16:13.2751198Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects/pack’ 2023-07-13T14:16:13.2751658Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects/info’ 2023-07-13T14:16:13.2752109Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects’ 2023-07-13T14:16:13.2752569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/FETCH_HEAD’ 2023-07-13T14:16:13.2753290Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/shallow’ 2023-07-13T14:16:13.2754070Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/remotes/origin/main’ 2023-07-13T14:16:13.2754547Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/remotes/origin’ 2023-07-13T14:16:13.2755127Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/remotes’ 2023-07-13T14:16:13.2755590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/heads/main’ 2023-07-13T14:16:13.2756051Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/heads’ 2023-07-13T14:16:13.2756499Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs’ 2023-07-13T14:16:13.2757004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/HEAD’ 2023-07-13T14:16:13.2757766Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs’ 2023-07-13T14:16:13.2758310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/index’ 2023-07-13T14:16:13.2758729Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git’ 2023-07-13T14:16:13.2759166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.clang-format’ 2023-07-13T14:16:13.2759683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.clang-tidy’ 2023-07-13T14:16:13.2760082Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.flake8’ 2023-07-13T14:16:13.2760495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.gitattributes’ 2023-07-13T14:16:13.2760972Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE/bug-report.yml’ 2023-07-13T14:16:13.2761470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE/config.yml’ 2023-07-13T14:16:13.2761971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE/documentation.yml’ 2023-07-13T14:16:13.2762486Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE/feature-request.yml’ 2023-07-13T14:16:13.2762992Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE’ 2023-07-13T14:16:13.2763451Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/process_commit.py’ 2023-07-13T14:16:13.2763921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/pytorch-probot.yml’ 2023-07-13T14:16:13.2764748Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/ffmpeg/build.bat’ 2023-07-13T14:16:13.2765548Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/ffmpeg/build.sh’ 2023-07-13T14:16:13.2766023Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/ffmpeg’ 2023-07-13T14:16:13.2766527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-linux/install.sh’ 2023-07-13T14:16:13.2767039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-linux/run_test.sh’ 2023-07-13T14:16:13.2767562Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-linux’ 2023-07-13T14:16:13.2768085Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/environment.yml’ 2023-07-13T14:16:13.2768616Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/install.sh’ 2023-07-13T14:16:13.2769148Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/install_conda.bat’ 2023-07-13T14:16:13.2769674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/run_test.sh’ 2023-07-13T14:16:13.2770470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/set_cuda_envs.sh’ 2023-07-13T14:16:13.2771400Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/setup_env.sh’ 2023-07-13T14:16:13.2771987Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows’ 2023-07-13T14:16:13.2772473Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts’ 2023-07-13T14:16:13.2772928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/bandit.yml’ 2023-07-13T14:16:13.2773419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build-conda-m1.yml’ 2023-07-13T14:16:13.2773938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build-conda-windows.yml’ 2023-07-13T14:16:13.2774462Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build-wheels-m1.yml’ 2023-07-13T14:16:13.2775330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_conda_linux.yml’ 2023-07-13T14:16:13.2776015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_conda_macos.yml’ 2023-07-13T14:16:13.2776505Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_docs.yml’ 2023-07-13T14:16:13.2776982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_wheels_linux.yml’ 2023-07-13T14:16:13.2777471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_wheels_macos.yml’ 2023-07-13T14:16:13.2777963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_wheels_windows.yml’ 2023-07-13T14:16:13.2778522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/ffmpeg.yml’ 2023-07-13T14:16:13.2779384Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/integration-test.yml’ 2023-07-13T14:16:13.2780018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/lint.yml’ 2023-07-13T14:16:13.2780499Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/pr-labels.yml’ 2023-07-13T14:16:13.2781004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-linux-cpu.yml’ 2023-07-13T14:16:13.2781514Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-linux-gpu.yml’ 2023-07-13T14:16:13.2782024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-macos-cpu.yml’ 2023-07-13T14:16:13.2782939Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-windows-cpu.yml’ 2023-07-13T14:16:13.2783671Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-windows-gpu.yml’ 2023-07-13T14:16:13.2784157Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows’ 2023-07-13T14:16:13.2784611Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github’ 2023-07-13T14:16:13.2785036Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.gitignore’ 2023-07-13T14:16:13.2785439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.gitmodules’ 2023-07-13T14:16:13.2785893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.pre-commit-config.yaml’ 2023-07-13T14:16:13.2786325Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/CITATION’ 2023-07-13T14:16:13.2786745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/CMakeLists.txt’ 2023-07-13T14:16:13.2787251Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/CODE_OF_CONDUCT.md’ 2023-07-13T14:16:13.2787742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/CONTRIBUTING.md’ 2023-07-13T14:16:13.2788510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/LICENSE’ 2023-07-13T14:16:13.2789081Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/README.md’ 2023-07-13T14:16:13.2789518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/cmake/LoadHIP.cmake’ 2023-07-13T14:16:13.2789992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/cmake/TorchAudioHelper.cmake’ 2023-07-13T14:16:13.2790444Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/cmake’ 2023-07-13T14:16:13.2790856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/Makefile’ 2023-07-13T14:16:13.2791272Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/make.bat’ 2023-07-13T14:16:13.2791738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/post_process_dispatcher.py’ 2023-07-13T14:16:13.2792233Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/requirements-tutorials.txt’ 2023-07-13T14:16:13.2792707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/requirements.txt’ 2023-07-13T14:16:13.2793153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/Doxyfile’ 2023-07-13T14:16:13.2793613Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/css/custom.css’ 2023-07-13T14:16:13.2794212Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/css’ 2023-07-13T14:16:13.2794917Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/img/favicon.ico’ 2023-07-13T14:16:13.2795695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/img/logo.png’ 2023-07-13T14:16:13.2796194Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/img’ 2023-07-13T14:16:13.2796658Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static’ 2023-07-13T14:16:13.2797179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/bundle_class.rst’ 2023-07-13T14:16:13.2797716Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/bundle_data.rst’ 2023-07-13T14:16:13.2798242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/class.rst’ 2023-07-13T14:16:13.2798762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/ctc_decoder_class.rst’ 2023-07-13T14:16:13.2799380Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/cuda_ctc_decoder_class.rst’ 2023-07-13T14:16:13.2799943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/dataset_class.rst’ 2023-07-13T14:16:13.2800684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/io_class.rst’ 2023-07-13T14:16:13.2801623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/model_class.rst’ 2023-07-13T14:16:13.2802246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/prototype_model_class.rst’ 2023-07-13T14:16:13.2802775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/utils.rst’ 2023-07-13T14:16:13.2803294Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary’ 2023-07-13T14:16:13.2803920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/breadcrumbs.html’ 2023-07-13T14:16:13.2804418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/layout.html’ 2023-07-13T14:16:13.2804900Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates’ 2023-07-13T14:16:13.2805444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/backend.rst’ 2023-07-13T14:16:13.2805905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.ffmpeg.rst’ 2023-07-13T14:16:13.2806375Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.jetson.rst’ 2023-07-13T14:16:13.2807169Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.linux.rst’ 2023-07-13T14:16:13.2807986Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.rst’ 2023-07-13T14:16:13.2808652Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.windows.rst’ 2023-07-13T14:16:13.2809139Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/compliance.kaldi.rst’ 2023-07-13T14:16:13.2809593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/conf.py’ 2023-07-13T14:16:13.2810059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/custom_directives.py’ 2023-07-13T14:16:13.2810525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/datasets.rst’ 2023-07-13T14:16:13.2811012Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/feature_classifications.rst’ 2023-07-13T14:16:13.2811494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/functional.rst’ 2023-07-13T14:16:13.2811978Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/hw_acceleration_tutorial.ipynb’ 2023-07-13T14:16:13.2812484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/index.rst’ 2023-07-13T14:16:13.2813286Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/installation.rst’ 2023-07-13T14:16:13.2813899Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/io.rst’ 2023-07-13T14:16:13.2814348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/kaldi_io.rst’ 2023-07-13T14:16:13.2814812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/libtorchaudio.rst’ 2023-07-13T14:16:13.2815321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/libtorchaudio.stream_reader.rst’ 2023-07-13T14:16:13.2815837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/libtorchaudio.stream_writer.rst’ 2023-07-13T14:16:13.2816305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/logo.rst’ 2023-07-13T14:16:13.2816783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/models.decoder.rst’ 2023-07-13T14:16:13.2817241Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/models.rst’ 2023-07-13T14:16:13.2817696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/pipelines.rst’ 2023-07-13T14:16:13.2818346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.datasets.rst’ 2023-07-13T14:16:13.2819242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.functional.rst’ 2023-07-13T14:16:13.2819738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.models.rst’ 2023-07-13T14:16:13.2820246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.pipelines.rst’ 2023-07-13T14:16:13.2820728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.rst’ 2023-07-13T14:16:13.2821294Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.transforms.rst’ 2023-07-13T14:16:13.2821772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/references.rst’ 2023-07-13T14:16:13.2822283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/refs.bib’ 2023-07-13T14:16:13.2822742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/sox_effects.rst’ 2023-07-13T14:16:13.2823220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/supported_features.rst’ 2023-07-13T14:16:13.2823725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/torchaudio.rst’ 2023-07-13T14:16:13.2824533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/transforms.rst’ 2023-07-13T14:16:13.2825143Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/utils.rst’ 2023-07-13T14:16:13.2825575Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source’ 2023-07-13T14:16:13.2826012Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs’ 2023-07-13T14:16:13.2826477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/README.md’ 2023-07-13T14:16:13.2826981Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/average_checkpoints.py’ 2023-07-13T14:16:13.2827473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_module.py’ 2023-07-13T14:16:13.2827968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/README.md’ 2023-07-13T14:16:13.2828488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/data/data_module.py’ 2023-07-13T14:16:13.2829024Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/data’ 2023-07-13T14:16:13.2829568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/detectors/retinaface/detector.py’ 2023-07-13T14:16:13.2830539Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/detectors/retinaface/video_process.py’ 2023-07-13T14:16:13.2831422Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/detectors/retinaface’ 2023-07-13T14:16:13.2832047Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/detectors’ 2023-07-13T14:16:13.2832634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/main.py’ 2023-07-13T14:16:13.2833225Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/merge.py’ 2023-07-13T14:16:13.2833959Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/requirements.txt’ 2023-07-13T14:16:13.2834600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/tools/README.md’ 2023-07-13T14:16:13.2835690Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/tools’ 2023-07-13T14:16:13.2836570Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/utils.py’ 2023-07-13T14:16:13.2837098Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep’ 2023-07-13T14:16:13.2837704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/doc/lip_white.png’ 2023-07-13T14:16:13.2838259Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/doc’ 2023-07-13T14:16:13.2838838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/eval.py’ 2023-07-13T14:16:13.2839421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/lightning.py’ 2023-07-13T14:16:13.2840055Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/lightning_av.py’ 2023-07-13T14:16:13.2840600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/lrs3.py’ 2023-07-13T14:16:13.2841124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/conformer_rnnt.py’ 2023-07-13T14:16:13.2841835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/emformer_rnnt.py’ 2023-07-13T14:16:13.2842874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/fusion.py’ 2023-07-13T14:16:13.2843543Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/resnet.py’ 2023-07-13T14:16:13.2844062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/resnet1d.py’ 2023-07-13T14:16:13.2844661Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models’ 2023-07-13T14:16:13.2845229Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/schedulers.py’ 2023-07-13T14:16:13.2845809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/train.py’ 2023-07-13T14:16:13.2846312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/train_spm.py’ 2023-07-13T14:16:13.2846858Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/transforms.py’ 2023-07-13T14:16:13.2847436Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt’ 2023-07-13T14:16:13.2848306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/README.md’ 2023-07-13T14:16:13.2849165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/common.py’ 2023-07-13T14:16:13.2849734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/eval.py’ 2023-07-13T14:16:13.2850322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/global_stats.py’ 2023-07-13T14:16:13.2850945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/librispeech/global_stats.json’ 2023-07-13T14:16:13.2851510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/librispeech/lightning.py’ 2023-07-13T14:16:13.2852222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/librispeech/train_spm.py’ 2023-07-13T14:16:13.2853036Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/librispeech’ 2023-07-13T14:16:13.2854147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/mustc/dataset.py’ 2023-07-13T14:16:13.2854695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/mustc/lightning.py’ 2023-07-13T14:16:13.2855278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/mustc/train_spm.py’ 2023-07-13T14:16:13.2855871Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/mustc’ 2023-07-13T14:16:13.2856403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/pipeline_demo.py’ 2023-07-13T14:16:13.2857033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3/eval_pipeline.py’ 2023-07-13T14:16:13.2857639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3/global_stats.json’ 2023-07-13T14:16:13.2858240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3/lightning.py’ 2023-07-13T14:16:13.2858892Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3/train_spm.py’ 2023-07-13T14:16:13.2859930Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3’ 2023-07-13T14:16:13.2860563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/train.py’ 2023-07-13T14:16:13.2861139Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt’ 2023-07-13T14:16:13.2861686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/README.md’ 2023-07-13T14:16:13.2862309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/data_module.py’ 2023-07-13T14:16:13.2862917Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/eval.py’ 2023-07-13T14:16:13.2863746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/global_stats.json’ 2023-07-13T14:16:13.2864768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/lightning.py’ 2023-07-13T14:16:13.2865399Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/train.py’ 2023-07-13T14:16:13.2865997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/train_spm.py’ 2023-07-13T14:16:13.2866606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/transforms.py’ 2023-07-13T14:16:13.2867162Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt’ 2023-07-13T14:16:13.2867816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/README.md’ 2023-07-13T14:16:13.2868536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/blists/README.md’ 2023-07-13T14:16:13.2869653Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/blists’ 2023-07-13T14:16:13.2870277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/data_module.py’ 2023-07-13T14:16:13.2871057Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/error_analysis/get_error_word_count.py’ 2023-07-13T14:16:13.2871725Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/error_analysis’ 2023-07-13T14:16:13.2872415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/eval.py’ 2023-07-13T14:16:13.2873030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/global_stats_100.json’ 2023-07-13T14:16:13.2873668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/lightning.py’ 2023-07-13T14:16:13.2874424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/score.sh’ 2023-07-13T14:16:13.2875041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/train.py’ 2023-07-13T14:16:13.2875696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/train_spm.py’ 2023-07-13T14:16:13.2876766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/transforms.py’ 2023-07-13T14:16:13.2877400Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing’ 2023-07-13T14:16:13.2877999Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_ctc_decoder/README.md’ 2023-07-13T14:16:13.2878554Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_ctc_decoder/inference.py’ 2023-07-13T14:16:13.2879176Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_ctc_decoder’ 2023-07-13T14:16:13.2880132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_cuda_ctc_decoder/README.md’ 2023-07-13T14:16:13.2881089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_cuda_ctc_decoder/inference.py’ 2023-07-13T14:16:13.2881667Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_cuda_ctc_decoder’ 2023-07-13T14:16:13.2882225Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr’ 2023-07-13T14:16:13.2882784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/README.md’ 2023-07-13T14:16:13.2883341Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/datamodule.py’ 2023-07-13T14:16:13.2883854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/eval.py’ 2023-07-13T14:16:13.2911351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/model.py’ 2023-07-13T14:16:13.2912017Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/train.py’ 2023-07-13T14:16:13.2912916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/utils.py’ 2023-07-13T14:16:13.2913726Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer’ 2023-07-13T14:16:13.2914587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/README.md’ 2023-07-13T14:16:13.2915358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/dataset/__init__.py’ 2023-07-13T14:16:13.2916123Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/dataset/hubert_dataset.py’ 2023-07-13T14:16:13.2916612Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/dataset’ 2023-07-13T14:16:13.2917251Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/evaluate.py’ 2023-07-13T14:16:13.2917714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/finetune.py’ 2023-07-13T14:16:13.2918275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/lightning_modules.py’ 2023-07-13T14:16:13.2918754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/loss/__init__.py’ 2023-07-13T14:16:13.2919237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/loss/hubert_loss.py’ 2023-07-13T14:16:13.2919789Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/loss’ 2023-07-13T14:16:13.2920262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/preprocess.py’ 2023-07-13T14:16:13.2920749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/train.py’ 2023-07-13T14:16:13.2921215Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils/__init__.py’ 2023-07-13T14:16:13.2921711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils/common_utils.py’ 2023-07-13T14:16:13.2922411Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils/feature_utils.py’ 2023-07-13T14:16:13.2923310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils/kmeans.py’ 2023-07-13T14:16:13.2923795Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils’ 2023-07-13T14:16:13.2924260Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert’ 2023-07-13T14:16:13.2924726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/.gitignore’ 2023-07-13T14:16:13.2925237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/CMakeLists.txt’ 2023-07-13T14:16:13.2925732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/README.md’ 2023-07-13T14:16:13.2926270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation/CMakeLists.txt’ 2023-07-13T14:16:13.2926791Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation/README.md’ 2023-07-13T14:16:13.2927484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation/create_jittable_pipeline.py’ 2023-07-13T14:16:13.2928433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation/main.cpp’ 2023-07-13T14:16:13.2928965Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation’ 2023-07-13T14:16:13.2929471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/build.sh’ 2023-07-13T14:16:13.2929958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/data/README.md’ 2023-07-13T14:16:13.2930460Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/data/input.wav’ 2023-07-13T14:16:13.2930935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/data/rir.wav’ 2023-07-13T14:16:13.2931422Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/data’ 2023-07-13T14:16:13.2931958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/CMakeLists.txt’ 2023-07-13T14:16:13.2932512Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/README.md’ 2023-07-13T14:16:13.2933174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/build_pipeline_from_fairseq.py’ 2023-07-13T14:16:13.2933816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/build_pipeline_from_huggingface_transformers.py’ 2023-07-13T14:16:13.2934482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/greedy_decoder.py’ 2023-07-13T14:16:13.2935060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/parse_librispeech.py’ 2023-07-13T14:16:13.2935616Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/parse_voxforge.py’ 2023-07-13T14:16:13.2936175Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/transcribe.cpp’ 2023-07-13T14:16:13.2936750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/transcribe_list.cpp’ 2023-07-13T14:16:13.2937599Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition’ 2023-07-13T14:16:13.2938320Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio’ 2023-07-13T14:16:13.2938813Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/README.md’ 2023-07-13T14:16:13.2939310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/datasets.py’ 2023-07-13T14:16:13.2939816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/inference.py’ 2023-07-13T14:16:13.2940307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/loss.py’ 2023-07-13T14:16:13.2940885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/text/__init__.py’ 2023-07-13T14:16:13.2941800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/text/numbers.py’ 2023-07-13T14:16:13.2942377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/text/text_preprocessing.py’ 2023-07-13T14:16:13.2942898Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/text’ 2023-07-13T14:16:13.2943398Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/train.py’ 2023-07-13T14:16:13.2943894Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/utils.py’ 2023-07-13T14:16:13.2944389Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2’ 2023-07-13T14:16:13.2944883Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/README.md’ 2023-07-13T14:16:13.2945408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/ctc_decoders.py’ 2023-07-13T14:16:13.2945920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/datasets.py’ 2023-07-13T14:16:13.2946878Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/languagemodels.py’ 2023-07-13T14:16:13.2947489Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/main.py’ 2023-07-13T14:16:13.2947994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/transforms.py’ 2023-07-13T14:16:13.2948490Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/utils.py’ 2023-07-13T14:16:13.2948979Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter’ 2023-07-13T14:16:13.2949548Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/README.md’ 2023-07-13T14:16:13.2950042Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/datasets.py’ 2023-07-13T14:16:13.2950750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/inference.py’ 2023-07-13T14:16:13.2951662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/losses.py’ 2023-07-13T14:16:13.2952156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/main.py’ 2023-07-13T14:16:13.2952650Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/processing.py’ 2023-07-13T14:16:13.2953135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/utils.py’ 2023-07-13T14:16:13.2953657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/wavernn_inference_wrapper.py’ 2023-07-13T14:16:13.2954301Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn’ 2023-07-13T14:16:13.2954827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/README.md’ 2023-07-13T14:16:13.2955359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules/__init__.py’ 2023-07-13T14:16:13.2955910Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules/_hubert_datamodule.py’ 2023-07-13T14:16:13.2956467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules/_utils.py’ 2023-07-13T14:16:13.2957041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules/_wav2vec2_datamodule.py’ 2023-07-13T14:16:13.2957711Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules’ 2023-07-13T14:16:13.2958673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/lightning_modules.py’ 2023-07-13T14:16:13.2959261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/losses/__init__.py’ 2023-07-13T14:16:13.2959877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/losses/_hubert_loss.py’ 2023-07-13T14:16:13.2960429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/losses/_wav2vec2_loss.py’ 2023-07-13T14:16:13.2960955Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/losses’ 2023-07-13T14:16:13.2961510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/lr_schedulers/__init__.py’ 2023-07-13T14:16:13.2962063Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/lr_schedulers/_linear_decay.py’ 2023-07-13T14:16:13.2962755Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/lr_schedulers’ 2023-07-13T14:16:13.2963658Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/train_hubert.py’ 2023-07-13T14:16:13.2964179Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning’ 2023-07-13T14:16:13.2964686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/README.md’ 2023-07-13T14:16:13.2965200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet/README.md’ 2023-07-13T14:16:13.2965829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet/__init__.py’ 2023-07-13T14:16:13.2966344Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet/train.py’ 2023-07-13T14:16:13.2970838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet/trainer.py’ 2023-07-13T14:16:13.2971374Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet’ 2023-07-13T14:16:13.2971864Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/eval.py’ 2023-07-13T14:16:13.2972367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/lightning_train.py’ 2023-07-13T14:16:13.2972865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/train.py’ 2023-07-13T14:16:13.2973379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/__init__.py’ 2023-07-13T14:16:13.2973890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dataset/__init__.py’ 2023-07-13T14:16:13.2974429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dataset/utils.py’ 2023-07-13T14:16:13.2974964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dataset/wsj0mix.py’ 2023-07-13T14:16:13.2975487Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dataset’ 2023-07-13T14:16:13.2976002Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dist_utils.py’ 2023-07-13T14:16:13.2976509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/metrics.py’ 2023-07-13T14:16:13.2977037Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils’ 2023-07-13T14:16:13.2977530Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation’ 2023-07-13T14:16:13.2978132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/README.rst’ 2023-07-13T14:16:13.2979148Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/additive_synthesis_tutorial.py’ 2023-07-13T14:16:13.2979701Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/asr_inference_with_ctc_decoder_tutorial.py’ 2023-07-13T14:16:13.2980240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_data_augmentation_tutorial.py’ 2023-07-13T14:16:13.2980765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_datasets_tutorial.py’ 2023-07-13T14:16:13.2981089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_feature_augmentation_tutorial.py’ 2023-07-13T14:16:13.2981403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_feature_extractions_tutorial.py’ 2023-07-13T14:16:13.2981696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_io_tutorial.py’ 2023-07-13T14:16:13.2982019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_resampling_tutorial.py’ 2023-07-13T14:16:13.2982557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/ctc_forced_alignment_api_tutorial.py’ 2023-07-13T14:16:13.2983092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/device_asr.py’ 2023-07-13T14:16:13.2983419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/effector_tutorial.py’ 2023-07-13T14:16:13.2983793Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/filter_design_tutorial.py’ 2023-07-13T14:16:13.2984130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/forced_alignment_for_multilingual_data_tutorial.py’ 2023-07-13T14:16:13.2984499Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/forced_alignment_tutorial.py’ 2023-07-13T14:16:13.2984796Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/hybrid_demucs_tutorial.py’ 2023-07-13T14:16:13.2985073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/mvdr_tutorial.py’ 2023-07-13T14:16:13.2985359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/online_asr_tutorial.py’ 2023-07-13T14:16:13.2985649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/oscillator_tutorial.py’ 2023-07-13T14:16:13.2985977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/speech_recognition_pipeline_tutorial.py’ 2023-07-13T14:16:13.2986251Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/squim_tutorial.py’ 2023-07-13T14:16:13.2986559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/streamreader_advanced_tutorial.py’ 2023-07-13T14:16:13.2986854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/streamreader_basic_tutorial.py’ 2023-07-13T14:16:13.2987301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/streamwriter_advanced.py’ 2023-07-13T14:16:13.2987854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/streamwriter_basic_tutorial.py’ 2023-07-13T14:16:13.2988433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/subtractive_synthesis_tutorial.py’ 2023-07-13T14:16:13.2988738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/tacotron2_pipeline_tutorial.py’ 2023-07-13T14:16:13.2989011Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials’ 2023-07-13T14:16:13.2989258Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples’ 2023-07-13T14:16:13.2989482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/mypy.ini’ 2023-07-13T14:16:13.2989734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/torchaudio/bld.bat’ 2023-07-13T14:16:13.2989998Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/torchaudio/build.sh’ 2023-07-13T14:16:13.2990267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/torchaudio/meta.yaml’ 2023-07-13T14:16:13.2990550Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/torchaudio’ 2023-07-13T14:16:13.2990811Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vc_env_helper.bat’ 2023-07-13T14:16:13.2991071Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/activate.bat’ 2023-07-13T14:16:13.2991363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/conda_build_config.yaml’ 2023-07-13T14:16:13.2991635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/install_activate.bat’ 2023-07-13T14:16:13.2992051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/install_runtime.bat’ 2023-07-13T14:16:13.2992502Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/meta.yaml’ 2023-07-13T14:16:13.2993003Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019’ 2023-07-13T14:16:13.2993602Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/windows/internal/cuda_install.bat’ 2023-07-13T14:16:13.2994019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/windows/internal/driver_update.bat’ 2023-07-13T14:16:13.2994403Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/windows/internal’ 2023-07-13T14:16:13.2994669Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/windows’ 2023-07-13T14:16:13.2994916Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging’ 2023-07-13T14:16:13.2995157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/pyproject.toml’ 2023-07-13T14:16:13.2995403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/requirements.txt’ 2023-07-13T14:16:13.2995621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/setup.cfg’ 2023-07-13T14:16:13.2995859Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/setup.py’ 2023-07-13T14:16:13.2996133Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/__init__.py’ 2023-07-13T14:16:13.2996418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/conftest.py’ 2023-07-13T14:16:13.2996800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/ctc_decoder_integration_test.py’ 2023-07-13T14:16:13.2997323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/loudness_compliance_test.py’ 2023-07-13T14:16:13.2997900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/prototype/hifi_gan_pipeline_test.py’ 2023-07-13T14:16:13.2998213Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/prototype/squim_pipeline_test.py’ 2023-07-13T14:16:13.2998519Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/prototype’ 2023-07-13T14:16:13.2998799Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/rnnt_pipeline_test.py’ 2023-07-13T14:16:13.2999125Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/source_separation_pipeline_test.py’ 2023-07-13T14:16:13.2999495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/tacotron2_pipeline_test.py’ 2023-07-13T14:16:13.2999795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/wav2vec2_pipeline_test.py’ 2023-07-13T14:16:13.3000066Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests’ 2023-07-13T14:16:13.3000326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/smoke_test/smoke_test.py’ 2023-07-13T14:16:13.3000731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/smoke_test/smoke_test_no_ffmpeg.py’ 2023-07-13T14:16:13.3000991Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/smoke_test’ 2023-07-13T14:16:13.3001444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/README.md’ 2023-07-13T14:16:13.3001883Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/__init__.py’ 2023-07-13T14:16:13.3002515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/RATRACE_wave_f_nm_np1_fr_goo_37.avi’ 2023-07-13T14:16:13.3002798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/README.md’ 2023-07-13T14:16:13.3003121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/txt/p224/p224_002.txt’ 2023-07-13T14:16:13.3003461Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/txt/p224’ 2023-07-13T14:16:13.3003780Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/txt’ 2023-07-13T14:16:13.3004121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/wav48/p224/p224_002.wav’ 2023-07-13T14:16:13.3004454Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/wav48/p224’ 2023-07-13T14:16:13.3004778Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/wav48’ 2023-07-13T14:16:13.3005087Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus’ 2023-07-13T14:16:13.3005432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/kenlm.arpa’ 2023-07-13T14:16:13.3005938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/kenlm_char.arpa’ 2023-07-13T14:16:13.3006525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/lexicon.txt’ 2023-07-13T14:16:13.3007038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/nnlm_lex_dict.txt’ 2023-07-13T14:16:13.3007360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/nnlm_lexfree_dict.txt’ 2023-07-13T14:16:13.3007660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/tokens.txt’ 2023-07-13T14:16:13.3007963Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder’ 2023-07-13T14:16:13.3008263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_0_1ch.opus’ 2023-07-13T14:16:13.3008552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_0_2ch.opus’ 2023-07-13T14:16:13.3008854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_10_1ch.opus’ 2023-07-13T14:16:13.3009145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_10_2ch.opus’ 2023-07-13T14:16:13.3009425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_5_1ch.opus’ 2023-07-13T14:16:13.3009716Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_5_2ch.opus’ 2023-07-13T14:16:13.3010016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/generate_opus.py’ 2023-07-13T14:16:13.3010379Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io’ 2023-07-13T14:16:13.3010673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_file.wav’ 2023-07-13T14:16:13.3011024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_file_8000.wav’ 2023-07-13T14:16:13.3011342Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_test_fbank_args.jsonl’ 2023-07-13T14:16:13.3011652Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_test_mfcc_args.jsonl’ 2023-07-13T14:16:13.3011959Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_test_pitch_args.jsonl’ 2023-07-13T14:16:13.3012390Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_test_spectrogram_args.jsonl’ 2023-07-13T14:16:13.3012844Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/mat.ark’ 2023-07-13T14:16:13.3013426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/mp3_without_ext’ 2023-07-13T14:16:13.3013860Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/nasa_13013.avi’ 2023-07-13T14:16:13.3014152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/nasa_13013.mp4’ 2023-07-13T14:16:13.3014457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/nasa_13013_no_audio.mp4’ 2023-07-13T14:16:13.3014757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/nasa_13013_no_video.mp4’ 2023-07-13T14:16:13.3015059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/sinewave.wav’ 2023-07-13T14:16:13.3015369Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/sox_effect_test_args.jsonl’ 2023-07-13T14:16:13.3015697Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/sox_effect_test_fir_coeffs.txt’ 2023-07-13T14:16:13.3016037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/steam-train-whistle-daniel_simon.mp3’ 2023-07-13T14:16:13.3016371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/steam-train-whistle-daniel_simon.wav’ 2023-07-13T14:16:13.3016655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/testsrc.hevc’ 2023-07-13T14:16:13.3016978Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/vad-go-mono-32000.wav’ 2023-07-13T14:16:13.3017297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/vad-go-stereo-44100.wav’ 2023-07-13T14:16:13.3017588Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/vec_flt.ark’ 2023-07-13T14:16:13.3017869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/vec_int.ark’ 2023-07-13T14:16:13.3018221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/generate_hubert_model_config.py’ 2023-07-13T14:16:13.3018575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/generate_wav2vec2_model_config.py’ 2023-07-13T14:16:13.3018908Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/hubert_base_ls960.json’ 2023-07-13T14:16:13.3019322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/hubert_large_ll60k.json’ 2023-07-13T14:16:13.3019729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/hubert_large_ll60k_finetune_ls960.json’ 2023-07-13T14:16:13.3020074Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/hubert_xtralarge_ll60k.json’ 2023-07-13T14:16:13.3020441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/hubert_xtralarge_ll60k_finetune_ls960.json’ 2023-07-13T14:16:13.3020768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/libri960_big.json’ 2023-07-13T14:16:13.3021117Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/wav2vec_large_960h.json’ 2023-07-13T14:16:13.3021460Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/wav2vec_large_lv60k_960h.json’ 2023-07-13T14:16:13.3021815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/wav2vec_large_lv60k_self_960h.json’ 2023-07-13T14:16:13.3022142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/wav2vec_small.json’ 2023-07-13T14:16:13.3022469Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/wav2vec_small_960h.json’ 2023-07-13T14:16:13.3022795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/wav2vec_vox_new.json’ 2023-07-13T14:16:13.3023114Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/xlsr_1b.json’ 2023-07-13T14:16:13.3023414Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/xlsr_2b.json’ 2023-07-13T14:16:13.3023737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/xlsr_300m.json’ 2023-07-13T14:16:13.3024057Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/xlsr_53_56k.json’ 2023-07-13T14:16:13.3024370Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq’ 2023-07-13T14:16:13.3024736Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/generate_huggingface_model_config.py’ 2023-07-13T14:16:13.3025122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-base-10k-voxpopuli.json’ 2023-07-13T14:16:13.3025471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-base-960h.json’ 2023-07-13T14:16:13.3025817Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-base.json’ 2023-07-13T14:16:13.3026374Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-large-960h-lv60-self.json’ 2023-07-13T14:16:13.3027077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-large-960h-lv60.json’ 2023-07-13T14:16:13.3027438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-large-960h.json’ 2023-07-13T14:16:13.3027841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-large-lv60.json’ 2023-07-13T14:16:13.3028279Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-large-xlsr-53-german.json’ 2023-07-13T14:16:13.3028649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-large-xlsr-53.json’ 2023-07-13T14:16:13.3028992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-large.json’ 2023-07-13T14:16:13.3029338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-xls-r-1b.json’ 2023-07-13T14:16:13.3029676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-xls-r-2b.json’ 2023-07-13T14:16:13.3030039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-xls-r-300m.json’ 2023-07-13T14:16:13.3030384Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wavlm-base.json’ 2023-07-13T14:16:13.3030720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wavlm-large.json’ 2023-07-13T14:16:13.3031045Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface’ 2023-07-13T14:16:13.3031348Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2’ 2023-07-13T14:16:13.3031625Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets’ 2023-07-13T14:16:13.3031925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/__init__.py’ 2023-07-13T14:16:13.3032210Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/common.py’ 2023-07-13T14:16:13.3032531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/__init__.py’ 2023-07-13T14:16:13.3032859Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/dispatcher_test.py’ 2023-07-13T14:16:13.3033178Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg/__init__.py’ 2023-07-13T14:16:13.3033498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg/info_test.py’ 2023-07-13T14:16:13.3033935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg/load_test.py’ 2023-07-13T14:16:13.3034258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg/save_test.py’ 2023-07-13T14:16:13.3034586Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg’ 2023-07-13T14:16:13.3034890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/smoke_test.py’ 2023-07-13T14:16:13.3035211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/__init__.py’ 2023-07-13T14:16:13.3035535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/common.py’ 2023-07-13T14:16:13.3035866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/info_test.py’ 2023-07-13T14:16:13.3036283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/load_test.py’ 2023-07-13T14:16:13.3036680Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/save_test.py’ 2023-07-13T14:16:13.3037012Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile’ 2023-07-13T14:16:13.3037330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/__init__.py’ 2023-07-13T14:16:13.3037646Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/common.py’ 2023-07-13T14:16:13.3037961Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/info_test.py’ 2023-07-13T14:16:13.3038279Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/load_test.py’ 2023-07-13T14:16:13.3038594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/roundtrip_test.py’ 2023-07-13T14:16:13.3038914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/save_test.py’ 2023-07-13T14:16:13.3039232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/smoke_test.py’ 2023-07-13T14:16:13.3039624Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox’ 2023-07-13T14:16:13.3039940Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher’ 2023-07-13T14:16:13.3040255Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/__init__.py’ 2023-07-13T14:16:13.3040557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/common.py’ 2023-07-13T14:16:13.3040873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/info_test.py’ 2023-07-13T14:16:13.3041184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/load_test.py’ 2023-07-13T14:16:13.3041485Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/save_test.py’ 2023-07-13T14:16:13.3041784Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile’ 2023-07-13T14:16:13.3042079Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/__init__.py’ 2023-07-13T14:16:13.3042386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/common.py’ 2023-07-13T14:16:13.3042684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/info_test.py’ 2023-07-13T14:16:13.3042989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/load_test.py’ 2023-07-13T14:16:13.3043297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/roundtrip_test.py’ 2023-07-13T14:16:13.3043592Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/save_test.py’ 2023-07-13T14:16:13.3043889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/smoke_test.py’ 2023-07-13T14:16:13.3044273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/torchscript_test.py’ 2023-07-13T14:16:13.3044574Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io’ 2023-07-13T14:16:13.3044919Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/utils_test.py’ 2023-07-13T14:16:13.3045204Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend’ 2023-07-13T14:16:13.3045495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/__init__.py’ 2023-07-13T14:16:13.3045805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/autograd_utils.py’ 2023-07-13T14:16:13.3046107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/backend_utils.py’ 2023-07-13T14:16:13.3046424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/beamform_utils.py’ 2023-07-13T14:16:13.3046723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/case_utils.py’ 2023-07-13T14:16:13.3047031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/data_utils.py’ 2023-07-13T14:16:13.3047327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/func_utils.py’ 2023-07-13T14:16:13.3047622Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/image_utils.py’ 2023-07-13T14:16:13.3047914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/kaldi_utils.py’ 2023-07-13T14:16:13.3048234Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/parameterized_utils.py’ 2023-07-13T14:16:13.3048540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/psd_utils.py’ 2023-07-13T14:16:13.3048835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/rnnt_utils.py’ 2023-07-13T14:16:13.3049139Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/sox_utils.py’ 2023-07-13T14:16:13.3049437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/wav_utils.py’ 2023-07-13T14:16:13.3049734Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils’ 2023-07-13T14:16:13.3050025Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/__init__.py’ 2023-07-13T14:16:13.3050331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi/__init__.py’ 2023-07-13T14:16:13.3050661Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi/kaldi_compatibility_cpu_test.py’ 2023-07-13T14:16:13.3051008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi/kaldi_compatibility_cuda_test.py’ 2023-07-13T14:16:13.3051340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi/kaldi_compatibility_impl.py’ 2023-07-13T14:16:13.3051649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi/legacy_test.py’ 2023-07-13T14:16:13.3051958Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi’ 2023-07-13T14:16:13.3052253Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance’ 2023-07-13T14:16:13.3052601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/__init__.py’ 2023-07-13T14:16:13.3052900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/cmuarctic_test.py’ 2023-07-13T14:16:13.3053255Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/cmudict_test.py’ 2023-07-13T14:16:13.3053562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/commonvoice_test.py’ 2023-07-13T14:16:13.3053855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/dr_vctk_test.py’ 2023-07-13T14:16:13.3054156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/fluentcommands_test.py’ 2023-07-13T14:16:13.3054467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/gtzan_test.py’ 2023-07-13T14:16:13.3054762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/iemocap_test.py’ 2023-07-13T14:16:13.3055093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/librilightlimited_test.py’ 2023-07-13T14:16:13.3055391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/librimix_test.py’ 2023-07-13T14:16:13.3055690Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/librispeech_test.py’ 2023-07-13T14:16:13.3055997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/librispeech_test_impl.py’ 2023-07-13T14:16:13.3056290Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/libritts_test.py’ 2023-07-13T14:16:13.3056597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/ljspeech_test.py’ 2023-07-13T14:16:13.3056884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/musdb_hq_test.py’ 2023-07-13T14:16:13.3057182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/quesst14_test.py’ 2023-07-13T14:16:13.3057472Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/snips_test.py’ 2023-07-13T14:16:13.3057784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/speechcommands_test.py’ 2023-07-13T14:16:13.3058077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/tedlium_test.py’ 2023-07-13T14:16:13.3058368Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/vctk_test.py’ 2023-07-13T14:16:13.3058672Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/voxceleb1_test.py’ 2023-07-13T14:16:13.3058965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/yesno_test.py’ 2023-07-13T14:16:13.3059264Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets’ 2023-07-13T14:16:13.3059551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/__init__.py’ 2023-07-13T14:16:13.3059852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt/__init__.py’ 2023-07-13T14:16:13.3060200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt/test_librispeech_lightning.py’ 2023-07-13T14:16:13.3060608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt/test_mustc_lightning.py’ 2023-07-13T14:16:13.3060947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt/test_tedlium3_lightning.py’ 2023-07-13T14:16:13.3061310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt/utils.py’ 2023-07-13T14:16:13.3061628Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt’ 2023-07-13T14:16:13.3061921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/hubert/__init__.py’ 2023-07-13T14:16:13.3062242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/hubert/test_crop_audio_label.py’ 2023-07-13T14:16:13.3062545Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/hubert’ 2023-07-13T14:16:13.3062872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration/__init__.py’ 2023-07-13T14:16:13.3063205Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration/metrics_test.py’ 2023-07-13T14:16:13.3063522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration/sdr_reference.py’ 2023-07-13T14:16:13.3063841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration/wsj0mix_test.py’ 2023-07-13T14:16:13.3064157Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration’ 2023-07-13T14:16:13.3064459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2/__init__.py’ 2023-07-13T14:16:13.3064804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2/tacotron2_loss_cpu_test.py’ 2023-07-13T14:16:13.3065138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2/tacotron2_loss_gpu_test.py’ 2023-07-13T14:16:13.3065472Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2/tacotron2_loss_impl.py’ 2023-07-13T14:16:13.3065805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2/test_text_preprocessing.py’ 2023-07-13T14:16:13.3066109Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2’ 2023-07-13T14:16:13.3066397Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example’ 2023-07-13T14:16:13.3066689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/__init__.py’ 2023-07-13T14:16:13.3066997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/autograd_cpu_test.py’ 2023-07-13T14:16:13.3067316Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/autograd_cuda_test.py’ 2023-07-13T14:16:13.3067624Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/autograd_impl.py’ 2023-07-13T14:16:13.3067935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/batch_consistency_test.py’ 2023-07-13T14:16:13.3068242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/functional_cpu_test.py’ 2023-07-13T14:16:13.3068555Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/functional_cuda_test.py’ 2023-07-13T14:16:13.3068921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/functional_impl.py’ 2023-07-13T14:16:13.3069252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/kaldi_compatibility_cpu_test.py’ 2023-07-13T14:16:13.3069669Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/kaldi_compatibility_cuda_test.py’ 2023-07-13T14:16:13.3069991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/kaldi_compatibility_test_impl.py’ 2023-07-13T14:16:13.3070326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/librosa_compatibility_cpu_test.py’ 2023-07-13T14:16:13.3070665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/librosa_compatibility_cuda_test.py’ 2023-07-13T14:16:13.3071009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/librosa_compatibility_test_impl.py’ 2023-07-13T14:16:13.3071329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/sox_compatibility_test.py’ 2023-07-13T14:16:13.3071676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/torchscript_consistency_cpu_test.py’ 2023-07-13T14:16:13.3072015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/torchscript_consistency_cuda_test.py’ 2023-07-13T14:16:13.3072343Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/torchscript_consistency_impl.py’ 2023-07-13T14:16:13.3072640Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional’ 2023-07-13T14:16:13.3072931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/__init__.py’ 2023-07-13T14:16:13.3073197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/common.py’ 2023-07-13T14:16:13.3073497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/effector_test.py’ 2023-07-13T14:16:13.3073872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/playback_test.py’ 2023-07-13T14:16:13.3074168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/stream_reader_test.py’ 2023-07-13T14:16:13.3074456Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/stream_writer_test.py’ 2023-07-13T14:16:13.3074739Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io’ 2023-07-13T14:16:13.3075033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/kaldi_io_test.py’ 2023-07-13T14:16:13.3075323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/__init__.py’ 2023-07-13T14:16:13.3075636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer/__init__.py’ 2023-07-13T14:16:13.3075962Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer/conformer_cpu_test.py’ 2023-07-13T14:16:13.3076273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer/conformer_gpu_test.py’ 2023-07-13T14:16:13.3076602Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer/conformer_test_impl.py’ 2023-07-13T14:16:13.3076910Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer’ 2023-07-13T14:16:13.3077304Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder/__init__.py’ 2023-07-13T14:16:13.3077615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder/ctc_decoder_test.py’ 2023-07-13T14:16:13.3078006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder/ctc_decoder_utils.py’ 2023-07-13T14:16:13.3078331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder/cuda_ctc_decoder_test.py’ 2023-07-13T14:16:13.3078630Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder’ 2023-07-13T14:16:13.3078933Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer/__init__.py’ 2023-07-13T14:16:13.3079263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer/emformer_cpu_test.py’ 2023-07-13T14:16:13.3079641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer/emformer_gpu_test.py’ 2023-07-13T14:16:13.3079972Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer/emformer_test_impl.py’ 2023-07-13T14:16:13.3080274Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer’ 2023-07-13T14:16:13.3080575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs/__init__.py’ 2023-07-13T14:16:13.3080886Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs/hdemucs_cpu_test.py’ 2023-07-13T14:16:13.3081191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs/hdemucs_gpu_test.py’ 2023-07-13T14:16:13.3081513Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs/hdemucs_test_impl.py’ 2023-07-13T14:16:13.3081827Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs’ 2023-07-13T14:16:13.3082122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/models_test.py’ 2023-07-13T14:16:13.3082418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt/__init__.py’ 2023-07-13T14:16:13.3082711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt/rnnt_cpu_test.py’ 2023-07-13T14:16:13.3083011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt/rnnt_gpu_test.py’ 2023-07-13T14:16:13.3083328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt/rnnt_test_impl.py’ 2023-07-13T14:16:13.3083625Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt’ 2023-07-13T14:16:13.3083992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt_decoder/__init__.py’ 2023-07-13T14:16:13.3084326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_cpu_test.py’ 2023-07-13T14:16:13.3084651Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_gpu_test.py’ 2023-07-13T14:16:13.3084982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt_decoder/rnnt_decoder_test_impl.py’ 2023-07-13T14:16:13.3085352Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt_decoder’ 2023-07-13T14:16:13.3085655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/tacotron2/__init__.py’ 2023-07-13T14:16:13.3086086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/tacotron2/model_test_cpu_test.py’ 2023-07-13T14:16:13.3086578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/tacotron2/model_test_gpu_test.py’ 2023-07-13T14:16:13.3087222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/tacotron2/model_test_impl.py’ 2023-07-13T14:16:13.3087576Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/tacotron2’ 2023-07-13T14:16:13.3087877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2/__init__.py’ 2023-07-13T14:16:13.3088219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2/fairseq_integration_test.py’ 2023-07-13T14:16:13.3088558Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2/huggingface_intergration_test.py’ 2023-07-13T14:16:13.3088875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2/model_test.py’ 2023-07-13T14:16:13.3089185Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2’ 2023-07-13T14:16:13.3089474Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models’ 2023-07-13T14:16:13.3089769Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/__init__.py’ 2023-07-13T14:16:13.3090197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/conformer_wav2vec2_test.py’ 2023-07-13T14:16:13.3090767Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/conv_emformer_cpu_test.py’ 2023-07-13T14:16:13.3091300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/conv_emformer_gpu_test.py’ 2023-07-13T14:16:13.3091621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/conv_emformer_test_impl.py’ 2023-07-13T14:16:13.3091928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/datasets/__init__.py’ 2023-07-13T14:16:13.3092242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/datasets/musan_test.py’ 2023-07-13T14:16:13.3092555Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/datasets’ 2023-07-13T14:16:13.3092935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/__init__.py’ 2023-07-13T14:16:13.3093263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/autograd_cpu_test.py’ 2023-07-13T14:16:13.3093655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/autograd_cuda_test.py’ 2023-07-13T14:16:13.3093983Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/autograd_test_impl.py’ 2023-07-13T14:16:13.3094298Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/dsp_utils.py’ 2023-07-13T14:16:13.3094627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/functional_cpu_test.py’ 2023-07-13T14:16:13.3095032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/functional_cuda_test.py’ 2023-07-13T14:16:13.3095574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/functional_test_impl.py’ 2023-07-13T14:16:13.3096232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/librosa_compatibility_cpu_test.py’ 2023-07-13T14:16:13.3096595Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/librosa_compatibility_cuda_test.py’ 2023-07-13T14:16:13.3096946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/librosa_compatibility_test_impl.py’ 2023-07-13T14:16:13.3097300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/torchscript_consistency_cpu_test.py’ 2023-07-13T14:16:13.3097667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/torchscript_consistency_cuda_test.py’ 2023-07-13T14:16:13.3098032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/torchscript_consistency_test_impl.py’ 2023-07-13T14:16:13.3098342Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional’ 2023-07-13T14:16:13.3098653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/__init__.py’ 2023-07-13T14:16:13.3099128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/hifi_gan_cpu_test.py’ 2023-07-13T14:16:13.3099738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/hifi_gan_gpu_test.py’ 2023-07-13T14:16:13.3100177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/hifi_gan_test_impl.py’ 2023-07-13T14:16:13.3100510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/README.md’ 2023-07-13T14:16:13.3100826Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/env.py’ 2023-07-13T14:16:13.3101154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/meldataset.py’ 2023-07-13T14:16:13.3101473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/models.py’ 2023-07-13T14:16:13.3101792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/utils.py’ 2023-07-13T14:16:13.3102182Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original’ 2023-07-13T14:16:13.3102481Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan’ 2023-07-13T14:16:13.3102848Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/rnnt_cpu_test.py’ 2023-07-13T14:16:13.3103153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/rnnt_gpu_test.py’ 2023-07-13T14:16:13.3103477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/rnnt_test_impl.py’ 2023-07-13T14:16:13.3104005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/squim_test.py’ 2023-07-13T14:16:13.3104593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/ssl_model_test.py’ 2023-07-13T14:16:13.3104924Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/__init__.py’ 2023-07-13T14:16:13.3105263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/autograd_cpu_test.py’ 2023-07-13T14:16:13.3105593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/autograd_cuda_test.py’ 2023-07-13T14:16:13.3105923Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/autograd_test_impl.py’ 2023-07-13T14:16:13.3106247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/batch_consistency_test.py’ 2023-07-13T14:16:13.3106597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/librosa_compatibility_cpu_test.py’ 2023-07-13T14:16:13.3106962Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/librosa_compatibility_cuda_test.py’ 2023-07-13T14:16:13.3107324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/librosa_compatibility_test_impl.py’ 2023-07-13T14:16:13.3107656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/transforms_cpu_test.py’ 2023-07-13T14:16:13.3107989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/transforms_cuda_test.py’ 2023-07-13T14:16:13.3108319Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/transforms_test_impl.py’ 2023-07-13T14:16:13.3108636Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms’ 2023-07-13T14:16:13.3108944Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype’ 2023-07-13T14:16:13.3109238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/__init__.py’ 2023-07-13T14:16:13.3109528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/common.py’ 2023-07-13T14:16:13.3109828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/dataset_test.py’ 2023-07-13T14:16:13.3110118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/smoke_test.py’ 2023-07-13T14:16:13.3110614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/sox_effect_test.py’ 2023-07-13T14:16:13.3111308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/torchscript_test.py’ 2023-07-13T14:16:13.3111716Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect’ 2023-07-13T14:16:13.3112080Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/__init__.py’ 2023-07-13T14:16:13.3112395Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/autograd_cpu_test.py’ 2023-07-13T14:16:13.3112702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/autograd_cuda_test.py’ 2023-07-13T14:16:13.3113012Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/autograd_test_impl.py’ 2023-07-13T14:16:13.3113324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/batch_consistency_test.py’ 2023-07-13T14:16:13.3113668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/librosa_compatibility_cpu_test.py’ 2023-07-13T14:16:13.3114137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/librosa_compatibility_cuda_test.py’ 2023-07-13T14:16:13.3114480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/librosa_compatibility_test_impl.py’ 2023-07-13T14:16:13.3114798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/sox_compatibility_test.py’ 2023-07-13T14:16:13.3115132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/torchscript_consistency_cpu_test.py’ 2023-07-13T14:16:13.3115466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/torchscript_consistency_cuda_test.py’ 2023-07-13T14:16:13.3115807Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/torchscript_consistency_impl.py’ 2023-07-13T14:16:13.3116120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/transforms_cpu_test.py’ 2023-07-13T14:16:13.3116447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/transforms_cuda_test.py’ 2023-07-13T14:16:13.3116758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/transforms_test.py’ 2023-07-13T14:16:13.3117065Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/transforms_test_impl.py’ 2023-07-13T14:16:13.3117365Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms’ 2023-07-13T14:16:13.3117657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/utils/__init__.py’ 2023-07-13T14:16:13.3117961Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/utils/ffmpeg_utils_test.py’ 2023-07-13T14:16:13.3118270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/utils/sox_utils_test.py’ 2023-07-13T14:16:13.3118558Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/utils’ 2023-07-13T14:16:13.3118836Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest’ 2023-07-13T14:16:13.3119078Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test’ 2023-07-13T14:16:13.3119424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/LICENSES_BUNDLED.txt’ 2023-07-13T14:16:13.3119705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg/multi/CMakeLists.txt’ 2023-07-13T14:16:13.3120079Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg/multi’ 2023-07-13T14:16:13.3120366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg/single/CMakeLists.txt’ 2023-07-13T14:16:13.3120713Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg/single’ 2023-07-13T14:16:13.3120976Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg’ 2023-07-13T14:16:13.3121355Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/patches/config.guess’ 2023-07-13T14:16:13.3121838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/patches/config.sub’ 2023-07-13T14:16:13.3122338Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/patches’ 2023-07-13T14:16:13.3122622Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/sox/CMakeLists.txt’ 2023-07-13T14:16:13.3122870Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/sox’ 2023-07-13T14:16:13.3123184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/opencore-amr-0.1.5.tar.gz’ 2023-07-13T14:16:13.3123469Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/lame-3.99.5.tar.gz’ 2023-07-13T14:16:13.3123752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/libogg-1.3.3.tar.gz’ 2023-07-13T14:16:13.3124032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/flac-1.3.2.tar.xz’ 2023-07-13T14:16:13.3124324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/libvorbis-1.3.6.tar.gz’ 2023-07-13T14:16:13.3124635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/opus-1.3.1.tar.gz’ 2023-07-13T14:16:13.3125147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/opusfile-0.12.tar.gz’ 2023-07-13T14:16:13.3125696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/sox-14.4.2.tar.bz2’ 2023-07-13T14:16:13.3126034Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives’ 2023-07-13T14:16:13.3126296Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libogg.la’ 2023-07-13T14:16:13.3126563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libogg.a’ 2023-07-13T14:16:13.3126848Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/ogg.pc’ 2023-07-13T14:16:13.3127137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/vorbis.pc’ 2023-07-13T14:16:13.3127442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/vorbisenc.pc’ 2023-07-13T14:16:13.3127736Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/vorbisfile.pc’ 2023-07-13T14:16:13.3128027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opus.pc’ 2023-07-13T14:16:13.3128418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opusfile.pc’ 2023-07-13T14:16:13.3128927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opusurl.pc’ 2023-07-13T14:16:13.3129465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/flac.pc’ 2023-07-13T14:16:13.3129784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opencore-amrnb.pc’ 2023-07-13T14:16:13.3130154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opencore-amrwb.pc’ 2023-07-13T14:16:13.3130433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/sox.pc’ 2023-07-13T14:16:13.3130785Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig’ 2023-07-13T14:16:13.3131065Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libmp3lame.la’ 2023-07-13T14:16:13.3131338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libmp3lame.a’ 2023-07-13T14:16:13.3131612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbis.la’ 2023-07-13T14:16:13.3131897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbisfile.la’ 2023-07-13T14:16:13.3132177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbisenc.la’ 2023-07-13T14:16:13.3132494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbis.a’ 2023-07-13T14:16:13.3132943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbisfile.a’ 2023-07-13T14:16:13.3133488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbisenc.a’ 2023-07-13T14:16:13.3133812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopus.la’ 2023-07-13T14:16:13.3134081Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopus.a’ 2023-07-13T14:16:13.3134362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopusfile.la’ 2023-07-13T14:16:13.3134648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopusurl.la’ 2023-07-13T14:16:13.3134923Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopusfile.a’ 2023-07-13T14:16:13.3135198Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopusurl.a’ 2023-07-13T14:16:13.3135468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libFLAC.la’ 2023-07-13T14:16:13.3135737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libFLAC.a’ 2023-07-13T14:16:13.3136034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopencore-amrnb.la’ 2023-07-13T14:16:13.3136330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopencore-amrnb.a’ 2023-07-13T14:16:13.3136626Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopencore-amrwb.la’ 2023-07-13T14:16:13.3136927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopencore-amrwb.a’ 2023-07-13T14:16:13.3137191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libsox.la’ 2023-07-13T14:16:13.3137464Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libsox.a’ 2023-07-13T14:16:13.3137737Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib’ 2023-07-13T14:16:13.3138016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/ogg/config_types.h’ 2023-07-13T14:16:13.3138289Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/ogg/ogg.h’ 2023-07-13T14:16:13.3138605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/ogg/os_types.h’ 2023-07-13T14:16:13.3139243Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/ogg’ 2023-07-13T14:16:13.3139765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/lame/lame.h’ 2023-07-13T14:16:13.3140261Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/lame’ 2023-07-13T14:16:13.3140552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/vorbis/codec.h’ 2023-07-13T14:16:13.3140847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/vorbis/vorbisfile.h’ 2023-07-13T14:16:13.3141135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/vorbis/vorbisenc.h’ 2023-07-13T14:16:13.3141413Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/vorbis’ 2023-07-13T14:16:13.3141700Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus.h’ 2023-07-13T14:16:13.3142002Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus_multistream.h’ 2023-07-13T14:16:13.3142302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus_types.h’ 2023-07-13T14:16:13.3142598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus_defines.h’ 2023-07-13T14:16:13.3142900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus_projection.h’ 2023-07-13T14:16:13.3143190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opusfile.h’ 2023-07-13T14:16:13.3143475Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus’ 2023-07-13T14:16:13.3143761Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/all.h’ 2023-07-13T14:16:13.3144043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/assert.h’ 2023-07-13T14:16:13.3144329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/callback.h’ 2023-07-13T14:16:13.3144610Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/export.h’ 2023-07-13T14:16:13.3144890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/format.h’ 2023-07-13T14:16:13.3145177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/metadata.h’ 2023-07-13T14:16:13.3145591Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/ordinals.h’ 2023-07-13T14:16:13.3146167Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/stream_decoder.h’ 2023-07-13T14:16:13.3146676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/stream_encoder.h’ 2023-07-13T14:16:13.3146978Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC’ 2023-07-13T14:16:13.3147284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrnb/interf_dec.h’ 2023-07-13T14:16:13.3147594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrnb/interf_enc.h’ 2023-07-13T14:16:13.3147896Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrnb’ 2023-07-13T14:16:13.3148191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrwb/dec_if.h’ 2023-07-13T14:16:13.3148552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrwb/if_rom.h’ 2023-07-13T14:16:13.3148862Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrwb’ 2023-07-13T14:16:13.3149323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/sox.h’ 2023-07-13T14:16:13.3149830Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include’ 2023-07-13T14:16:13.3150396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/bitpacking.html’ 2023-07-13T14:16:13.3150729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/datastructures.html’ 2023-07-13T14:16:13.3151039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/decoding.html’ 2023-07-13T14:16:13.3151359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/encoding.html’ 2023-07-13T14:16:13.3151671Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/general.html’ 2023-07-13T14:16:13.3151974Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/index.html’ 2023-07-13T14:16:13.3152286Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_iovec_t.html’ 2023-07-13T14:16:13.3152645Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_packet.html’ 2023-07-13T14:16:13.3153188Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_packet_clear.html’ 2023-07-13T14:16:13.3153962Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page.html’ 2023-07-13T14:16:13.3154327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_bos.html’ 2023-07-13T14:16:13.3154665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_checksum_set.html’ 2023-07-13T14:16:13.3154991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_continued.html’ 2023-07-13T14:16:13.3155303Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_eos.html’ 2023-07-13T14:16:13.3155624Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_granulepos.html’ 2023-07-13T14:16:13.3155972Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_packets.html’ 2023-07-13T14:16:13.3156509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_pageno.html’ 2023-07-13T14:16:13.3157137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_serialno.html’ 2023-07-13T14:16:13.3157458Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_page_version.html’ 2023-07-13T14:16:13.3157780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_check.html’ 2023-07-13T14:16:13.3158100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_clear.html’ 2023-07-13T14:16:13.3158532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_destroy.html’ 2023-07-13T14:16:13.3158851Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_eos.html’ 2023-07-13T14:16:13.3159245Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_flush.html’ 2023-07-13T14:16:13.3159654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_flush_fill.html’ 2023-07-13T14:16:13.3159964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_init.html’ 2023-07-13T14:16:13.3160290Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_iovecin.html’ 2023-07-13T14:16:13.3160629Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_packetin.html’ 2023-07-13T14:16:13.3161005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_packetout.html’ 2023-07-13T14:16:13.3161608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_packetpeek.html’ 2023-07-13T14:16:13.3162217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_pagein.html’ 2023-07-13T14:16:13.3162616Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_pageout.html’ 2023-07-13T14:16:13.3162945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_pageout_fill.html’ 2023-07-13T14:16:13.3163273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_reset.html’ 2023-07-13T14:16:13.3163612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_reset_serialno.html’ 2023-07-13T14:16:13.3163926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_stream_state.html’ 2023-07-13T14:16:13.3164252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_buffer.html’ 2023-07-13T14:16:13.3164816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_check.html’ 2023-07-13T14:16:13.3165421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_clear.html’ 2023-07-13T14:16:13.3165907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_destroy.html’ 2023-07-13T14:16:13.3166231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_init.html’ 2023-07-13T14:16:13.3166560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_pageout.html’ 2023-07-13T14:16:13.3166885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_pageseek.html’ 2023-07-13T14:16:13.3167199Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_reset.html’ 2023-07-13T14:16:13.3167512Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_state.html’ 2023-07-13T14:16:13.3167827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/ogg_sync_wrote.html’ 2023-07-13T14:16:13.3168366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_adv.html’ 2023-07-13T14:16:13.3169006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_adv1.html’ 2023-07-13T14:16:13.3169512Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_bits.html’ 2023-07-13T14:16:13.3169833Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_buffer.html’ 2023-07-13T14:16:13.3170145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_bytes.html’ 2023-07-13T14:16:13.3170472Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_get_buffer.html’ 2023-07-13T14:16:13.3170797Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_look.html’ 2023-07-13T14:16:13.3171114Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_look1.html’ 2023-07-13T14:16:13.3171434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_read.html’ 2023-07-13T14:16:13.3171819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_read1.html’ 2023-07-13T14:16:13.3172389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_readinit.html’ 2023-07-13T14:16:13.3172940Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_reset.html’ 2023-07-13T14:16:13.3173265Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_write.html’ 2023-07-13T14:16:13.3173596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_writealign.html’ 2023-07-13T14:16:13.3173931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_writecheck.html’ 2023-07-13T14:16:13.3174256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_writeclear.html’ 2023-07-13T14:16:13.3174583Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_writecopy.html’ 2023-07-13T14:16:13.3174909Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_writeinit.html’ 2023-07-13T14:16:13.3175244Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/oggpack_writetrunc.html’ 2023-07-13T14:16:13.3175559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/overview.html’ 2023-07-13T14:16:13.3175936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/reference.html’ 2023-07-13T14:16:13.3176439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/style.css’ 2023-07-13T14:16:13.3177026Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg’ 2023-07-13T14:16:13.3177421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/framing.html’ 2023-07-13T14:16:13.3177719Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/index.html’ 2023-07-13T14:16:13.3179509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/oggstream.html’ 2023-07-13T14:16:13.3179845Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/ogg-multiplex.html’ 2023-07-13T14:16:13.3180370Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/fish_xiph_org.png’ 2023-07-13T14:16:13.3180976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/multiplex1.png’ 2023-07-13T14:16:13.3181299Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/packets.png’ 2023-07-13T14:16:13.3181587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/pages.png’ 2023-07-13T14:16:13.3181889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/stream.png’ 2023-07-13T14:16:13.3182187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/vorbisword2.png’ 2023-07-13T14:16:13.3182495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/white-ogg.png’ 2023-07-13T14:16:13.3182798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/white-xifish.png’ 2023-07-13T14:16:13.3183097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/rfc3533.txt’ 2023-07-13T14:16:13.3183433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/rfc5334.txt’ 2023-07-13T14:16:13.3183946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/skeleton.html’ 2023-07-13T14:16:13.3184550Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg’ 2023-07-13T14:16:13.3184882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/about.html’ 2023-07-13T14:16:13.3185181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/abr.html’ 2023-07-13T14:16:13.3185474Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/cbr.html’ 2023-07-13T14:16:13.3185767Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/contact.html’ 2023-07-13T14:16:13.3186086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/contributors.html’ 2023-07-13T14:16:13.3186386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/detailed.html’ 2023-07-13T14:16:13.3186770Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/history.html’ 2023-07-13T14:16:13.3187062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/index.html’ 2023-07-13T14:16:13.3187432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/introduction.html’ 2023-07-13T14:16:13.3187724Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/links.html’ 2023-07-13T14:16:13.3188020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/list.html’ 2023-07-13T14:16:13.3188338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/ms_stereo.html’ 2023-07-13T14:16:13.3188834Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/usage.html’ 2023-07-13T14:16:13.3189410Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/vbr.html’ 2023-07-13T14:16:13.3189895Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html’ 2023-07-13T14:16:13.3190198Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame’ 2023-07-13T14:16:13.3190525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/index.html’ 2023-07-13T14:16:13.3190860Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/reference.html’ 2023-07-13T14:16:13.3191180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/style.css’ 2023-07-13T14:16:13.3191534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_comment.html’ 2023-07-13T14:16:13.3191865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_info.html’ 2023-07-13T14:16:13.3192273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_analysis_blockout.html’ 2023-07-13T14:16:13.3192885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_analysis_buffer.html’ 2023-07-13T14:16:13.3193521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_analysis_headerout.html’ 2023-07-13T14:16:13.3194007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_analysis_init.html’ 2023-07-13T14:16:13.3194378Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_analysis_wrote.html’ 2023-07-13T14:16:13.3194731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_analysis.html’ 2023-07-13T14:16:13.3195087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_bitrate_addblock.html’ 2023-07-13T14:16:13.3195454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_bitrate_flushpacket.html’ 2023-07-13T14:16:13.3195794Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_block_init.html’ 2023-07-13T14:16:13.3196300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_block_clear.html’ 2023-07-13T14:16:13.3196928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_dsp_clear.html’ 2023-07-13T14:16:13.3197515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_granule_time.html’ 2023-07-13T14:16:13.3197872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_version_string.html’ 2023-07-13T14:16:13.3198228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_info_blocksize.html’ 2023-07-13T14:16:13.3198558Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_info_clear.html’ 2023-07-13T14:16:13.3198909Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_info_init.html’ 2023-07-13T14:16:13.3199260Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_comment_add.html’ 2023-07-13T14:16:13.3199693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_comment_add_tag.html’ 2023-07-13T14:16:13.3200179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_comment_clear.html’ 2023-07-13T14:16:13.3200790Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_comment_init.html’ 2023-07-13T14:16:13.3201430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_comment_query.html’ 2023-07-13T14:16:13.3201803Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_comment_query_count.html’ 2023-07-13T14:16:13.3202168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_commentheader_out.html’ 2023-07-13T14:16:13.3202529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_packet_blocksize.html’ 2023-07-13T14:16:13.3202872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis.html’ 2023-07-13T14:16:13.3203231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_blockin.html’ 2023-07-13T14:16:13.3203591Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_halfrate.html’ 2023-07-13T14:16:13.3203960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_halfrate_p.html’ 2023-07-13T14:16:13.3204536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_headerin.html’ 2023-07-13T14:16:13.3205176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_idheader.html’ 2023-07-13T14:16:13.3205532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_init.html’ 2023-07-13T14:16:13.3205885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_lapout.html’ 2023-07-13T14:16:13.3206322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_pcmout.html’ 2023-07-13T14:16:13.3206726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_read.html’ 2023-07-13T14:16:13.3207087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_restart.html’ 2023-07-13T14:16:13.3207454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_synthesis_trackonly.html’ 2023-07-13T14:16:13.3207798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_block.html’ 2023-07-13T14:16:13.3208197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/vorbis_dsp_state.html’ 2023-07-13T14:16:13.3208575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/return.html’ 2023-07-13T14:16:13.3208920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis/overview.html’ 2023-07-13T14:16:13.3209251Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/libvorbis’ 2023-07-13T14:16:13.3209594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/OggVorbis_File.html’ 2023-07-13T14:16:13.3209930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/callbacks.html’ 2023-07-13T14:16:13.3210282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/chaining_example_c.html’ 2023-07-13T14:16:13.3210631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/chainingexample.html’ 2023-07-13T14:16:13.3210973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/crosslap.html’ 2023-07-13T14:16:13.3211321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/datastructures.html’ 2023-07-13T14:16:13.3211651Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/decoding.html’ 2023-07-13T14:16:13.3211979Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/example.html’ 2023-07-13T14:16:13.3212321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/exampleindex.html’ 2023-07-13T14:16:13.3212660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/fileinfo.html’ 2023-07-13T14:16:13.3213177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/index.html’ 2023-07-13T14:16:13.3213865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/initialization.html’ 2023-07-13T14:16:13.3214293Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_bitrate.html’ 2023-07-13T14:16:13.3214641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_bitrate_instant.html’ 2023-07-13T14:16:13.3215070Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_callbacks.html’ 2023-07-13T14:16:13.3215455Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_clear.html’ 2023-07-13T14:16:13.3215795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_comment.html’ 2023-07-13T14:16:13.3216140Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_crosslap.html’ 2023-07-13T14:16:13.3216467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_fopen.html’ 2023-07-13T14:16:13.3216786Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_info.html’ 2023-07-13T14:16:13.3217125Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_open.html’ 2023-07-13T14:16:13.3217659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_open_callbacks.html’ 2023-07-13T14:16:13.3218315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_pcm_seek.html’ 2023-07-13T14:16:13.3218662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_pcm_seek_lap.html’ 2023-07-13T14:16:13.3219003Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_pcm_seek_page.html’ 2023-07-13T14:16:13.3219359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_pcm_seek_page_lap.html’ 2023-07-13T14:16:13.3219692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_pcm_tell.html’ 2023-07-13T14:16:13.3220034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_pcm_total.html’ 2023-07-13T14:16:13.3220368Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_raw_seek.html’ 2023-07-13T14:16:13.3220714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_raw_seek_lap.html’ 2023-07-13T14:16:13.3221263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_raw_tell.html’ 2023-07-13T14:16:13.3221881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_raw_total.html’ 2023-07-13T14:16:13.3222214Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_read.html’ 2023-07-13T14:16:13.3222559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_read_float.html’ 2023-07-13T14:16:13.3222899Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_read_filter.html’ 2023-07-13T14:16:13.3223234Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_seekable.html’ 2023-07-13T14:16:13.3223579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_serialnumber.html’ 2023-07-13T14:16:13.3223977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_streams.html’ 2023-07-13T14:16:13.3224334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_test.html’ 2023-07-13T14:16:13.3225028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_test_callbacks.html’ 2023-07-13T14:16:13.3225698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_test_open.html’ 2023-07-13T14:16:13.3226029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_time_seek.html’ 2023-07-13T14:16:13.3226360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_time_seek_lap.html’ 2023-07-13T14:16:13.3226718Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_time_seek_page.html’ 2023-07-13T14:16:13.3227077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_time_seek_page_lap.html’ 2023-07-13T14:16:13.3227415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_time_tell.html’ 2023-07-13T14:16:13.3227754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/ov_time_total.html’ 2023-07-13T14:16:13.3228087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/overview.html’ 2023-07-13T14:16:13.3228427Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/reference.html’ 2023-07-13T14:16:13.3228971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/seekexample.html’ 2023-07-13T14:16:13.3229589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/seeking.html’ 2023-07-13T14:16:13.3230125Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/seeking_example_c.html’ 2023-07-13T14:16:13.3230463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/seeking_test_c.html’ 2023-07-13T14:16:13.3230796Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/seekingexample.html’ 2023-07-13T14:16:13.3231128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/style.css’ 2023-07-13T14:16:13.3231458Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/threads.html’ 2023-07-13T14:16:13.3231814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile/vorbisfile_example_c.html’ 2023-07-13T14:16:13.3232145Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisfile’ 2023-07-13T14:16:13.3232473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/changes.html’ 2023-07-13T14:16:13.3232804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/examples.html’ 2023-07-13T14:16:13.3233198Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/index.html’ 2023-07-13T14:16:13.3233550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/ovectl_ratemanage2_arg.html’ 2023-07-13T14:16:13.3234136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/ovectl_ratemanage_arg.html’ 2023-07-13T14:16:13.3234473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/overview.html’ 2023-07-13T14:16:13.3234799Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/reference.html’ 2023-07-13T14:16:13.3235124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/style.css’ 2023-07-13T14:16:13.3235478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/vorbis_encode_ctl.html’ 2023-07-13T14:16:13.3235823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/vorbis_encode_init.html’ 2023-07-13T14:16:13.3236188Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/vorbis_encode_setup_init.html’ 2023-07-13T14:16:13.3236553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/vorbis_encode_setup_managed.html’ 2023-07-13T14:16:13.3236908Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/vorbis_encode_setup_vbr.html’ 2023-07-13T14:16:13.3237258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc/vorbis_encode_init_vbr.html’ 2023-07-13T14:16:13.3237598Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbisenc’ 2023-07-13T14:16:13.3237915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/rfc5215.xml’ 2023-07-13T14:16:13.3238228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/rfc5215.txt’ 2023-07-13T14:16:13.3238539Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/eightphase.png’ 2023-07-13T14:16:13.3238971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/fish_xiph_org.png’ 2023-07-13T14:16:13.3239453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/floor1_inverse_dB_table.html’ 2023-07-13T14:16:13.3240048Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/floorval.png’ 2023-07-13T14:16:13.3240647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/fourphase.png’ 2023-07-13T14:16:13.3240976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/framing.html’ 2023-07-13T14:16:13.3241287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/helper.html’ 2023-07-13T14:16:13.3241600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/index.html’ 2023-07-13T14:16:13.3241921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/oggstream.html’ 2023-07-13T14:16:13.3242338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/programming.html’ 2023-07-13T14:16:13.3242653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/squarepolar.png’ 2023-07-13T14:16:13.3243030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/stereo.html’ 2023-07-13T14:16:13.3243340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/stream.png’ 2023-07-13T14:16:13.3243654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/v-comment.html’ 2023-07-13T14:16:13.3243979Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbis-clip.txt’ 2023-07-13T14:16:13.3244512Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbis-errors.txt’ 2023-07-13T14:16:13.3245157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/vorbis-fidelity.html’ 2023-07-13T14:16:13.3245636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6/doxygen-build.stamp’ 2023-07-13T14:16:13.3245961Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libvorbis-1.3.6’ 2023-07-13T14:16:13.3246256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/opusfile/COPYING’ 2023-07-13T14:16:13.3246546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/opusfile/AUTHORS’ 2023-07-13T14:16:13.3246832Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/opusfile/README.md’ 2023-07-13T14:16:13.3247145Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/opusfile’ 2023-07-13T14:16:13.3247439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/FLAC.tag’ 2023-07-13T14:16:13.3247763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/images/logo.svg’ 2023-07-13T14:16:13.3248083Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/images/logo130.gif’ 2023-07-13T14:16:13.3248403Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/images’ 2023-07-13T14:16:13.3248862Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/changelog.html’ 2023-07-13T14:16:13.3249391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/developers.html’ 2023-07-13T14:16:13.3250028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/documentation.html’ 2023-07-13T14:16:13.3250463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/documentation_bugs.html’ 2023-07-13T14:16:13.3250801Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/documentation_example_code.html’ 2023-07-13T14:16:13.3251150Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/documentation_format_overview.html’ 2023-07-13T14:16:13.3251482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/documentation_tools.html’ 2023-07-13T14:16:13.3251888Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/documentation_tools_flac.html’ 2023-07-13T14:16:13.3252242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/documentation_tools_metaflac.html’ 2023-07-13T14:16:13.3252614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/faq.html’ 2023-07-13T14:16:13.3252926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/favicon.ico’ 2023-07-13T14:16:13.3253238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/features.html’ 2023-07-13T14:16:13.3253540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/flac.css’ 2023-07-13T14:16:13.3253847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/format.html’ 2023-07-13T14:16:13.3254310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/id.html’ 2023-07-13T14:16:13.3254916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/index.html’ 2023-07-13T14:16:13.3255314Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/license.html’ 2023-07-13T14:16:13.3255631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html/ogg_mapping.html’ 2023-07-13T14:16:13.3255940Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2/html’ 2023-07-13T14:16:13.3256244Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/flac-1.3.2’ 2023-07-13T14:16:13.3256539Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc’ 2023-07-13T14:16:13.3256818Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal/ogg.m4’ 2023-07-13T14:16:13.3257118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal/vorbis.m4’ 2023-07-13T14:16:13.3257404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal/opus.m4’ 2023-07-13T14:16:13.3257685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal/libFLAC.m4’ 2023-07-13T14:16:13.3257971Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal’ 2023-07-13T14:16:13.3258348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/lame.1’ 2023-07-13T14:16:13.3258859Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/flac.1’ 2023-07-13T14:16:13.3259420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/metaflac.1’ 2023-07-13T14:16:13.3259776Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/sox.1’ 2023-07-13T14:16:13.3260052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/soxi.1’ 2023-07-13T14:16:13.3260326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/play.1’ 2023-07-13T14:16:13.3260600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/rec.1’ 2023-07-13T14:16:13.3260890Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1’ 2023-07-13T14:16:13.3261234Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man3/libsox.3’ 2023-07-13T14:16:13.3261523Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man3’ 2023-07-13T14:16:13.3261871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man7/soxformat.7’ 2023-07-13T14:16:13.3262167Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man7/soxeffect.7’ 2023-07-13T14:16:13.3262450Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man7’ 2023-07-13T14:16:13.3262730Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man’ 2023-07-13T14:16:13.3263008Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share’ 2023-07-13T14:16:13.3263279Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/lame’ 2023-07-13T14:16:13.3263534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/flac’ 2023-07-13T14:16:13.3263819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/metaflac’ 2023-07-13T14:16:13.3264130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/sox’ 2023-07-13T14:16:13.3264596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/play’ 2023-07-13T14:16:13.3265070Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/rec’ 2023-07-13T14:16:13.3265324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/soxi’ 2023-07-13T14:16:13.3265592Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin’ 2023-07-13T14:16:13.3265867Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install’ 2023-07-13T14:16:13.3266118Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party’ 2023-07-13T14:16:13.3266357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/__init__.py’ 2023-07-13T14:16:13.3266626Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/convert_fairseq_models.py’ 2023-07-13T14:16:13.3266894Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/convert_voxpopuli_models.py’ 2023-07-13T14:16:13.3267171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/release_notes/classify_prs.py’ 2023-07-13T14:16:13.3267443Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/release_notes/retrieve_prs.py’ 2023-07-13T14:16:13.3267708Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/release_notes’ 2023-07-13T14:16:13.3267982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/__init__.py’ 2023-07-13T14:16:13.3268255Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/extension.py’ 2023-07-13T14:16:13.3268751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/__pycache__/__init__.cpython-310.pyc’ 2023-07-13T14:16:13.3269352Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/__pycache__/extension.cpython-310.pyc’ 2023-07-13T14:16:13.3269781Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/__pycache__’ 2023-07-13T14:16:13.3270050Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers’ 2023-07-13T14:16:13.3270302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/travis/install.sh’ 2023-07-13T14:16:13.3270649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/travis/test_script.sh’ 2023-07-13T14:16:13.3270900Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/travis’ 2023-07-13T14:16:13.3271187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/__pycache__/__init__.cpython-310.pyc’ 2023-07-13T14:16:13.3271503Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/__pycache__’ 2023-07-13T14:16:13.3271745Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools’ 2023-07-13T14:16:13.3271991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/__init__.py’ 2023-07-13T14:16:13.3272246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_backend/__init__.py’ 2023-07-13T14:16:13.3272506Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_backend/utils.py’ 2023-07-13T14:16:13.3272774Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_backend’ 2023-07-13T14:16:13.3273039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_extension/__init__.py’ 2023-07-13T14:16:13.3273322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_extension/utils.py’ 2023-07-13T14:16:13.3273890Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_extension’ 2023-07-13T14:16:13.3274429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_internal/__init__.py’ 2023-07-13T14:16:13.3274761Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_internal/module_utils.py’ 2023-07-13T14:16:13.3275034Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_internal’ 2023-07-13T14:16:13.3275284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/__init__.py’ 2023-07-13T14:16:13.3275561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/common.py’ 2023-07-13T14:16:13.3275833Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/no_backend.py’ 2023-07-13T14:16:13.3276124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/soundfile_backend.py’ 2023-07-13T14:16:13.3276400Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/sox_io_backend.py’ 2023-07-13T14:16:13.3276657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/utils.py’ 2023-07-13T14:16:13.3276916Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend’ 2023-07-13T14:16:13.3277184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/compliance/__init__.py’ 2023-07-13T14:16:13.3277453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/compliance/kaldi.py’ 2023-07-13T14:16:13.3277822Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/compliance’ 2023-07-13T14:16:13.3278253Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/CMakeLists.txt’ 2023-07-13T14:16:13.3278936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/CMakeLists.txt’ 2023-07-13T14:16:13.3279216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/LICENSE’ 2023-07-13T14:16:13.3279596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/include/ctc_prefix_decoder.h’ 2023-07-13T14:16:13.3279911Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/include/ctc_prefix_decoder_host.h’ 2023-07-13T14:16:13.3280193Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/include’ 2023-07-13T14:16:13.3280499Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk/LICENSE’ 2023-07-13T14:16:13.3280805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk/bitonic_sort.cuh’ 2023-07-13T14:16:13.3281105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk/pow2_utils.cuh’ 2023-07-13T14:16:13.3281412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk/warpsort_topk.cuh’ 2023-07-13T14:16:13.3281708Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk’ 2023-07-13T14:16:13.3281998Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/ctc_fast_divmod.cuh’ 2023-07-13T14:16:13.3282294Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/ctc_prefix_decoder.cpp’ 2023-07-13T14:16:13.3282729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/ctc_prefix_decoder_kernel_v2.cu’ 2023-07-13T14:16:13.3283245Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/device_data_wrap.h’ 2023-07-13T14:16:13.3283764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/device_log_prob.cuh’ 2023-07-13T14:16:13.3284051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/python_binding.cpp’ 2023-07-13T14:16:13.3284331Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src’ 2023-07-13T14:16:13.3284592Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc’ 2023-07-13T14:16:13.3284877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/CMakeLists.txt’ 2023-07-13T14:16:13.3285157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/README.md’ 2023-07-13T14:16:13.3285430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/compat.cpp’ 2023-07-13T14:16:13.3285704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/ffmpeg.cpp’ 2023-07-13T14:16:13.3285972Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/ffmpeg.h’ 2023-07-13T14:16:13.3286253Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/filter_graph.cpp’ 2023-07-13T14:16:13.3286530Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/filter_graph.h’ 2023-07-13T14:16:13.3286806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/hw_context.cpp’ 2023-07-13T14:16:13.3287139Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/hw_context.h’ 2023-07-13T14:16:13.3287592Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/pybind/pybind.cpp’ 2023-07-13T14:16:13.3288137Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/pybind’ 2023-07-13T14:16:13.3288775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp’ 2023-07-13T14:16:13.3289108Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h’ 2023-07-13T14:16:13.3289435Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp’ 2023-07-13T14:16:13.3289753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.h’ 2023-07-13T14:16:13.3290073Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer’ 2023-07-13T14:16:13.3290376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp’ 2023-07-13T14:16:13.3290686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/conversion.h’ 2023-07-13T14:16:13.3290982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp’ 2023-07-13T14:16:13.3291284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.h’ 2023-07-13T14:16:13.3291594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp’ 2023-07-13T14:16:13.3291941Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/post_process.h’ 2023-07-13T14:16:13.3292441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp’ 2023-07-13T14:16:13.3293066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.h’ 2023-07-13T14:16:13.3293402Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp’ 2023-07-13T14:16:13.3293703Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.h’ 2023-07-13T14:16:13.3293997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/typedefs.h’ 2023-07-13T14:16:13.3294290Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader’ 2023-07-13T14:16:13.3294599Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp’ 2023-07-13T14:16:13.3294905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/encode_process.h’ 2023-07-13T14:16:13.3295211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp’ 2023-07-13T14:16:13.3295502Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/encoder.h’ 2023-07-13T14:16:13.3295804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp’ 2023-07-13T14:16:13.3296100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/packet_writer.h’ 2023-07-13T14:16:13.3296404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp’ 2023-07-13T14:16:13.3296911Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h’ 2023-07-13T14:16:13.3297502Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp’ 2023-07-13T14:16:13.3298026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h’ 2023-07-13T14:16:13.3298308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/types.h’ 2023-07-13T14:16:13.3298600Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer’ 2023-07-13T14:16:13.3298869Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg’ 2023-07-13T14:16:13.3299154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/compute.cpp’ 2023-07-13T14:16:13.3299447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/compute.h’ 2023-07-13T14:16:13.3299735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/cpu/compute.cpp’ 2023-07-13T14:16:13.3300030Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/cpu’ 2023-07-13T14:16:13.3300313Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/gpu/compute.cu’ 2023-07-13T14:16:13.3300591Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/gpu’ 2023-07-13T14:16:13.3300867Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align’ 2023-07-13T14:16:13.3301116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/iir_cuda.cu’ 2023-07-13T14:16:13.3301383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/iir_cuda.h’ 2023-07-13T14:16:13.3301636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/lfilter.cpp’ 2023-07-13T14:16:13.3301914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/overdrive.cpp’ 2023-07-13T14:16:13.3302184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/pybind/pybind.cpp’ 2023-07-13T14:16:13.3302449Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/pybind’ 2023-07-13T14:16:13.3302699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rir.cpp’ 2023-07-13T14:16:13.3302964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/autograd.cpp’ 2023-07-13T14:16:13.3303223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/compute.cpp’ 2023-07-13T14:16:13.3303503Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/compute.h’ 2023-07-13T14:16:13.3303849Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/compute_alphas.cpp’ 2023-07-13T14:16:13.3304262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/compute_betas.cpp’ 2023-07-13T14:16:13.3304789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/compute.cpp’ 2023-07-13T14:16:13.3305230Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/compute_alphas.cpp’ 2023-07-13T14:16:13.3305520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/compute_betas.cpp’ 2023-07-13T14:16:13.3305797Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/cpu_kernels.h’ 2023-07-13T14:16:13.3306160Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/cpu_transducer.h’ 2023-07-13T14:16:13.3306437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/kernel_utils.h’ 2023-07-13T14:16:13.3306751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/math.h’ 2023-07-13T14:16:13.3307028Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu’ 2023-07-13T14:16:13.3307304Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/compute.cu’ 2023-07-13T14:16:13.3307588Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/compute_alphas.cu’ 2023-07-13T14:16:13.3307868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/compute_betas.cu’ 2023-07-13T14:16:13.3308165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/gpu_kernel_utils.cuh’ 2023-07-13T14:16:13.3308447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/gpu_kernels.cuh’ 2023-07-13T14:16:13.3308909Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/gpu_transducer.h’ 2023-07-13T14:16:13.3309378Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/half.cuh’ 2023-07-13T14:16:13.3309904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/kernel_utils.h’ 2023-07-13T14:16:13.3310204Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/kernels.h’ 2023-07-13T14:16:13.3310470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/math.cuh’ 2023-07-13T14:16:13.3310750Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu’ 2023-07-13T14:16:13.3311030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/macros.cpp’ 2023-07-13T14:16:13.3311290Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/macros.h’ 2023-07-13T14:16:13.3311565Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/options.h’ 2023-07-13T14:16:13.3311828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/types.cpp’ 2023-07-13T14:16:13.3312091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/types.h’ 2023-07-13T14:16:13.3312348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/workspace.h’ 2023-07-13T14:16:13.3312614Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt’ 2023-07-13T14:16:13.3312898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/CMakeLists.txt’ 2023-07-13T14:16:13.3313168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/effects.cpp’ 2023-07-13T14:16:13.3313428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/effects.h’ 2023-07-13T14:16:13.3313714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/effects_chain.cpp’ 2023-07-13T14:16:13.3314086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/effects_chain.h’ 2023-07-13T14:16:13.3314341Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/io.cpp’ 2023-07-13T14:16:13.3314594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/io.h’ 2023-07-13T14:16:13.3314867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/effects.cpp’ 2023-07-13T14:16:13.3315325Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/effects.h’ 2023-07-13T14:16:13.3315821Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/effects_chain.cpp’ 2023-07-13T14:16:13.3316494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/effects_chain.h’ 2023-07-13T14:16:13.3316775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/io.cpp’ 2023-07-13T14:16:13.3317045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/io.h’ 2023-07-13T14:16:13.3317326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/pybind.cpp’ 2023-07-13T14:16:13.3317601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/utils.cpp’ 2023-07-13T14:16:13.3317884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/utils.h’ 2023-07-13T14:16:13.3318155Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind’ 2023-07-13T14:16:13.3318418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/types.cpp’ 2023-07-13T14:16:13.3318686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/types.h’ 2023-07-13T14:16:13.3318945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/utils.cpp’ 2023-07-13T14:16:13.3319198Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/utils.h’ 2023-07-13T14:16:13.3319543Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox’ 2023-07-13T14:16:13.3319950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/utils.cpp’ 2023-07-13T14:16:13.3320463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/utils.h’ 2023-07-13T14:16:13.3320846Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc’ 2023-07-13T14:16:13.3321102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/__init__.py’ 2023-07-13T14:16:13.3321387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/cmuarctic.py’ 2023-07-13T14:16:13.3321653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/cmudict.py’ 2023-07-13T14:16:13.3321931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/commonvoice.py’ 2023-07-13T14:16:13.3322193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/dr_vctk.py’ 2023-07-13T14:16:13.3322481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/fluentcommands.py’ 2023-07-13T14:16:13.3322753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/gtzan.py’ 2023-07-13T14:16:13.3323016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/iemocap.py’ 2023-07-13T14:16:13.3323315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/librilight_limited.py’ 2023-07-13T14:16:13.3323573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/librimix.py’ 2023-07-13T14:16:13.3323851Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/librispeech.py’ 2023-07-13T14:16:13.3324141Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/librispeech_biasing.py’ 2023-07-13T14:16:13.3324528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/libritts.py’ 2023-07-13T14:16:13.3325091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/ljspeech.py’ 2023-07-13T14:16:13.3325601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/musdb_hq.py’ 2023-07-13T14:16:13.3325879Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/quesst14.py’ 2023-07-13T14:16:13.3326205Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/snips.py’ 2023-07-13T14:16:13.3326495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/speechcommands.py’ 2023-07-13T14:16:13.3326749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/tedlium.py’ 2023-07-13T14:16:13.3327011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/utils.py’ 2023-07-13T14:16:13.3327270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/vctk.py’ 2023-07-13T14:16:13.3327550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/voxceleb1.py’ 2023-07-13T14:16:13.3327806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/yesno.py’ 2023-07-13T14:16:13.3328073Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets’ 2023-07-13T14:16:13.3328353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/functional/__init__.py’ 2023-07-13T14:16:13.3328625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/functional/filtering.py’ 2023-07-13T14:16:13.3328903Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/functional/functional.py’ 2023-07-13T14:16:13.3329165Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/functional’ 2023-07-13T14:16:13.3329447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/__init__.py’ 2023-07-13T14:16:13.3329873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_compat.py’ 2023-07-13T14:16:13.3330359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_effector.py’ 2023-07-13T14:16:13.3330820Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_playback.py’ 2023-07-13T14:16:13.3331091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_stream_reader.py’ 2023-07-13T14:16:13.3331357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_stream_writer.py’ 2023-07-13T14:16:13.3331613Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io’ 2023-07-13T14:16:13.3331861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/kaldi_io.py’ 2023-07-13T14:16:13.3332104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/lib/.gitignore’ 2023-07-13T14:16:13.3332367Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/lib’ 2023-07-13T14:16:13.3332623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/__init__.py’ 2023-07-13T14:16:13.3332889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/_hdemucs.py’ 2023-07-13T14:16:13.3333154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/conformer.py’ 2023-07-13T14:16:13.3333421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/conv_tasnet.py’ 2023-07-13T14:16:13.3333692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/decoder/__init__.py’ 2023-07-13T14:16:13.3334109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/decoder/_ctc_decoder.py’ 2023-07-13T14:16:13.3334687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/decoder/_cuda_ctc_decoder.py’ 2023-07-13T14:16:13.3335222Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/decoder’ 2023-07-13T14:16:13.3335577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/deepspeech.py’ 2023-07-13T14:16:13.3335905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/emformer.py’ 2023-07-13T14:16:13.3336164Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/rnnt.py’ 2023-07-13T14:16:13.3336436Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/rnnt_decoder.py’ 2023-07-13T14:16:13.3336700Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/tacotron2.py’ 2023-07-13T14:16:13.3336967Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2letter.py’ 2023-07-13T14:16:13.3337259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/__init__.py’ 2023-07-13T14:16:13.3337543Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/components.py’ 2023-07-13T14:16:13.3337819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/model.py’ 2023-07-13T14:16:13.3338105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/utils/__init__.py’ 2023-07-13T14:16:13.3338404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/utils/import_fairseq.py’ 2023-07-13T14:16:13.3338717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/utils/import_huggingface.py’ 2023-07-13T14:16:13.3339006Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/utils’ 2023-07-13T14:16:13.3339446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/wavlm_attention.py’ 2023-07-13T14:16:13.3339918Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2’ 2023-07-13T14:16:13.3340449Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wavernn.py’ 2023-07-13T14:16:13.3340833Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models’ 2023-07-13T14:16:13.3341105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/__init__.py’ 2023-07-13T14:16:13.3341409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_source_separation_pipeline.py’ 2023-07-13T14:16:13.3341687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts/__init__.py’ 2023-07-13T14:16:13.3341959Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts/impl.py’ 2023-07-13T14:16:13.3342250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts/interface.py’ 2023-07-13T14:16:13.3342524Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts/utils.py’ 2023-07-13T14:16:13.3342816Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts’ 2023-07-13T14:16:13.3343101Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_wav2vec2/__init__.py’ 2023-07-13T14:16:13.3343409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_wav2vec2/impl.py’ 2023-07-13T14:16:13.3343836Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_wav2vec2/utils.py’ 2023-07-13T14:16:13.3344394Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_wav2vec2’ 2023-07-13T14:16:13.3344833Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/rnnt_pipeline.py’ 2023-07-13T14:16:13.3345100Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines’ 2023-07-13T14:16:13.3345423Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/__init__.py’ 2023-07-13T14:16:13.3345709Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/datasets/__init__.py’ 2023-07-13T14:16:13.3345988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/datasets/musan.py’ 2023-07-13T14:16:13.3346279Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/datasets’ 2023-07-13T14:16:13.3346569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional/__init__.py’ 2023-07-13T14:16:13.3346864Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional/_dsp.py’ 2023-07-13T14:16:13.3347134Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional/_rir.py’ 2023-07-13T14:16:13.3347441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional/functional.py’ 2023-07-13T14:16:13.3347731Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional’ 2023-07-13T14:16:13.3348011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/__init__.py’ 2023-07-13T14:16:13.3348436Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/_conformer_wav2vec2.py’ 2023-07-13T14:16:13.3348976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/_emformer_hubert.py’ 2023-07-13T14:16:13.3349494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/conv_emformer.py’ 2023-07-13T14:16:13.3349777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/hifi_gan.py’ 2023-07-13T14:16:13.3350057Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/rnnt.py’ 2023-07-13T14:16:13.3350346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/rnnt_decoder.py’ 2023-07-13T14:16:13.3350625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/squim/__init__.py’ 2023-07-13T14:16:13.3350921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/squim/objective.py’ 2023-07-13T14:16:13.3351219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/squim/subjective.py’ 2023-07-13T14:16:13.3351526Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/squim’ 2023-07-13T14:16:13.3351807Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models’ 2023-07-13T14:16:13.3352110Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines/__init__.py’ 2023-07-13T14:16:13.3352615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines/hifigan_pipeline.py’ 2023-07-13T14:16:13.3353206Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines/rnnt_pipeline.py’ 2023-07-13T14:16:13.3353633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines/squim_pipeline.py’ 2023-07-13T14:16:13.3354050Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines’ 2023-07-13T14:16:13.3354448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/transforms/__init__.py’ 2023-07-13T14:16:13.3354747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/transforms/_transforms.py’ 2023-07-13T14:16:13.3355131Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/transforms’ 2023-07-13T14:16:13.3355405Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype’ 2023-07-13T14:16:13.3355668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/sox_effects/__init__.py’ 2023-07-13T14:16:13.3355947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/sox_effects/sox_effects.py’ 2023-07-13T14:16:13.3356212Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/sox_effects’ 2023-07-13T14:16:13.3356484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/transforms/__init__.py’ 2023-07-13T14:16:13.3356777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/transforms/_multi_channel.py’ 2023-07-13T14:16:13.3357046Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/transforms/_transforms.py’ 2023-07-13T14:16:13.3357330Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/transforms’ 2023-07-13T14:16:13.3357592Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils/__init__.py’ 2023-07-13T14:16:13.3357849Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils/download.py’ 2023-07-13T14:16:13.3358116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils/ffmpeg_utils.py’ 2023-07-13T14:16:13.3358379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils/sox_utils.py’ 2023-07-13T14:16:13.3358652Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils’ 2023-07-13T14:16:13.3358904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/version.py’ 2023-07-13T14:16:13.3359203Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio’ 2023-07-13T14:16:13.3359636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/version.txt’ 2023-07-13T14:16:13.3360181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/PKG-INFO’ 2023-07-13T14:16:13.3360560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/not-zip-safe’ 2023-07-13T14:16:13.3360852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/dependency_links.txt’ 2023-07-13T14:16:13.3361122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/requires.txt’ 2023-07-13T14:16:13.3361469Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/top_level.txt’ 2023-07-13T14:16:13.3361745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/SOURCES.txt’ 2023-07-13T14:16:13.3362021Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info’ 2023-07-13T14:16:13.3362406Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/__init__.py’ 2023-07-13T14:16:13.3362715Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/kaldi_io.py’ 2023-07-13T14:16:13.3363035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/version.py’ 2023-07-13T14:16:13.3363361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_backend/__init__.py’ 2023-07-13T14:16:13.3363693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_backend/utils.py’ 2023-07-13T14:16:13.3364143Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_backend’ 2023-07-13T14:16:13.3364710Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_extension/__init__.py’ 2023-07-13T14:16:13.3365351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_extension/utils.py’ 2023-07-13T14:16:13.3365705Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_extension’ 2023-07-13T14:16:13.3366030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_internal/__init__.py’ 2023-07-13T14:16:13.3366371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_internal/module_utils.py’ 2023-07-13T14:16:13.3366690Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/_internal’ 2023-07-13T14:16:13.3367015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/backend/__init__.py’ 2023-07-13T14:16:13.3367337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/backend/common.py’ 2023-07-13T14:16:13.3367666Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/backend/no_backend.py’ 2023-07-13T14:16:13.3368217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/backend/soundfile_backend.py’ 2023-07-13T14:16:13.3368890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/backend/sox_io_backend.py’ 2023-07-13T14:16:13.3369217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/backend/utils.py’ 2023-07-13T14:16:13.3369553Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/backend’ 2023-07-13T14:16:13.3369883Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/compliance/__init__.py’ 2023-07-13T14:16:13.3370212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/compliance/kaldi.py’ 2023-07-13T14:16:13.3370545Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/compliance’ 2023-07-13T14:16:13.3370964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/__init__.py’ 2023-07-13T14:16:13.3371520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmuarctic.py’ 2023-07-13T14:16:13.3372251Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmudict.py’ 2023-07-13T14:16:13.3372617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/commonvoice.py’ 2023-07-13T14:16:13.3372943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/dr_vctk.py’ 2023-07-13T14:16:13.3373285Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/fluentcommands.py’ 2023-07-13T14:16:13.3373620Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/gtzan.py’ 2023-07-13T14:16:13.3373943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/iemocap.py’ 2023-07-13T14:16:13.3374296Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librilight_limited.py’ 2023-07-13T14:16:13.3374622Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librimix.py’ 2023-07-13T14:16:13.3374946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech.py’ 2023-07-13T14:16:13.3375297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech_biasing.py’ 2023-07-13T14:16:13.3375635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/libritts.py’ 2023-07-13T14:16:13.3376007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/ljspeech.py’ 2023-07-13T14:16:13.3376504Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/musdb_hq.py’ 2023-07-13T14:16:13.3377136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/quesst14.py’ 2023-07-13T14:16:13.3377557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/snips.py’ 2023-07-13T14:16:13.3377907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/speechcommands.py’ 2023-07-13T14:16:13.3378235Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/tedlium.py’ 2023-07-13T14:16:13.3378563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/utils.py’ 2023-07-13T14:16:13.3378887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/vctk.py’ 2023-07-13T14:16:13.3379211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/voxceleb1.py’ 2023-07-13T14:16:13.3379531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets/yesno.py’ 2023-07-13T14:16:13.3379863Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/datasets’ 2023-07-13T14:16:13.3380190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/functional/__init__.py’ 2023-07-13T14:16:13.3380594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/functional/filtering.py’ 2023-07-13T14:16:13.3380992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/functional/functional.py’ 2023-07-13T14:16:13.3381543Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/functional’ 2023-07-13T14:16:13.3382167Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/io/__init__.py’ 2023-07-13T14:16:13.3382531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/io/_compat.py’ 2023-07-13T14:16:13.3382854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/io/_effector.py’ 2023-07-13T14:16:13.3383182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/io/_playback.py’ 2023-07-13T14:16:13.3383502Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/io/_stream_reader.py’ 2023-07-13T14:16:13.3383837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/io/_stream_writer.py’ 2023-07-13T14:16:13.3384152Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/io’ 2023-07-13T14:16:13.3384468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/__init__.py’ 2023-07-13T14:16:13.3384788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/_hdemucs.py’ 2023-07-13T14:16:13.3385124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/conformer.py’ 2023-07-13T14:16:13.3385452Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/conv_tasnet.py’ 2023-07-13T14:16:13.3385936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/deepspeech.py’ 2023-07-13T14:16:13.3386519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/emformer.py’ 2023-07-13T14:16:13.3387039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt.py’ 2023-07-13T14:16:13.3387361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt_decoder.py’ 2023-07-13T14:16:13.3387695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/tacotron2.py’ 2023-07-13T14:16:13.3388019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2letter.py’ 2023-07-13T14:16:13.3388348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wavernn.py’ 2023-07-13T14:16:13.3388690Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/__init__.py’ 2023-07-13T14:16:13.3389034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/_ctc_decoder.py’ 2023-07-13T14:16:13.3389388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/_cuda_ctc_decoder.py’ 2023-07-13T14:16:13.3389788Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder’ 2023-07-13T14:16:13.3390119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/__init__.py’ 2023-07-13T14:16:13.3390520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/components.py’ 2023-07-13T14:16:13.3390853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/model.py’ 2023-07-13T14:16:13.3391257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/wavlm_attention.py’ 2023-07-13T14:16:13.3391849Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/__init__.py’ 2023-07-13T14:16:13.3392456Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/import_fairseq.py’ 2023-07-13T14:16:13.3392840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/import_huggingface.py’ 2023-07-13T14:16:13.3393195Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils’ 2023-07-13T14:16:13.3393532Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2’ 2023-07-13T14:16:13.3393968Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/models’ 2023-07-13T14:16:13.3394304Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/__init__.py’ 2023-07-13T14:16:13.3394682Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_source_separation_pipeline.py’ 2023-07-13T14:16:13.3395035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/rnnt_pipeline.py’ 2023-07-13T14:16:13.3395372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/__init__.py’ 2023-07-13T14:16:13.3395703Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/impl.py’ 2023-07-13T14:16:13.3396034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/interface.py’ 2023-07-13T14:16:13.3396372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/utils.py’ 2023-07-13T14:16:13.3396711Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts’ 2023-07-13T14:16:13.3397135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/__init__.py’ 2023-07-13T14:16:13.3397714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/impl.py’ 2023-07-13T14:16:13.3398312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/utils.py’ 2023-07-13T14:16:13.3398668Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2’ 2023-07-13T14:16:13.3399111Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/pipelines’ 2023-07-13T14:16:13.3399536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/__init__.py’ 2023-07-13T14:16:13.3399966Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets/__init__.py’ 2023-07-13T14:16:13.3400310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets/musan.py’ 2023-07-13T14:16:13.3400647Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets’ 2023-07-13T14:16:13.3400995Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/__init__.py’ 2023-07-13T14:16:13.3401348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/_dsp.py’ 2023-07-13T14:16:13.3401685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/_rir.py’ 2023-07-13T14:16:13.3402053Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/functional.py’ 2023-07-13T14:16:13.3402400Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional’ 2023-07-13T14:16:13.3402815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/__init__.py’ 2023-07-13T14:16:13.3403374Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/_conformer_wav2vec2.py’ 2023-07-13T14:16:13.3403745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/_emformer_hubert.py’ 2023-07-13T14:16:13.3404108Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/conv_emformer.py’ 2023-07-13T14:16:13.3404444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/hifi_gan.py’ 2023-07-13T14:16:13.3404769Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/rnnt.py’ 2023-07-13T14:16:13.3405122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/rnnt_decoder.py’ 2023-07-13T14:16:13.3405471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/__init__.py’ 2023-07-13T14:16:13.3405835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/objective.py’ 2023-07-13T14:16:13.3406202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/subjective.py’ 2023-07-13T14:16:13.3406553Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim’ 2023-07-13T14:16:13.3406895Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models’ 2023-07-13T14:16:13.3407241Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/__init__.py’ 2023-07-13T14:16:13.3407674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/hifigan_pipeline.py’ 2023-07-13T14:16:13.3408098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/rnnt_pipeline.py’ 2023-07-13T14:16:13.3408527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/squim_pipeline.py’ 2023-07-13T14:16:13.3408871Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines’ 2023-07-13T14:16:13.3409217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms/__init__.py’ 2023-07-13T14:16:13.3409576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms/_transforms.py’ 2023-07-13T14:16:13.3409935Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms’ 2023-07-13T14:16:13.3410272Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/prototype’ 2023-07-13T14:16:13.3410605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects/__init__.py’ 2023-07-13T14:16:13.3410943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects/sox_effects.py’ 2023-07-13T14:16:13.3411272Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects’ 2023-07-13T14:16:13.3411600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/transforms/__init__.py’ 2023-07-13T14:16:13.3411954Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_multi_channel.py’ 2023-07-13T14:16:13.3412305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_transforms.py’ 2023-07-13T14:16:13.3412682Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/transforms’ 2023-07-13T14:16:13.3413313Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/utils/__init__.py’ 2023-07-13T14:16:13.3413706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/utils/download.py’ 2023-07-13T14:16:13.3414033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/utils/ffmpeg_utils.py’ 2023-07-13T14:16:13.3414364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/utils/sox_utils.py’ 2023-07-13T14:16:13.3414692Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/utils’ 2023-07-13T14:16:13.3415039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so’ 2023-07-13T14:16:13.3415363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so’ 2023-07-13T14:16:13.3415694Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so’ 2023-07-13T14:16:13.3416020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so’ 2023-07-13T14:16:13.3416426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so’ 2023-07-13T14:16:13.3416753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so’ 2023-07-13T14:16:13.3417151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so’ 2023-07-13T14:16:13.3417596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so’ 2023-07-13T14:16:13.3418228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so’ 2023-07-13T14:16:13.3418707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so’ 2023-07-13T14:16:13.3419036Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio/lib’ 2023-07-13T14:16:13.3419350Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio’ 2023-07-13T14:16:13.3419655Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310’ 2023-07-13T14:16:13.3419992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/CMakeOutput.log’ 2023-07-13T14:16:13.3420335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CMakeSystem.cmake’ 2023-07-13T14:16:13.3420688Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CompilerIdC/tmp’ 2023-07-13T14:16:13.3421058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CompilerIdC/CMakeCCompilerId.c’ 2023-07-13T14:16:13.3421392Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CompilerIdC/a.out’ 2023-07-13T14:16:13.3421749Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CompilerIdC’ 2023-07-13T14:16:13.3422104Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CompilerIdCXX/tmp’ 2023-07-13T14:16:13.3422522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CompilerIdCXX/CMakeCXXCompilerId.cpp’ 2023-07-13T14:16:13.3423094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CompilerIdCXX/a.out’ 2023-07-13T14:16:13.3423791Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CompilerIdCXX’ 2023-07-13T14:16:13.3424223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CMakeDetermineCompilerABI_C.bin’ 2023-07-13T14:16:13.3424575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CMakeCCompiler.cmake’ 2023-07-13T14:16:13.3424953Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CMakeDetermineCompilerABI_CXX.bin’ 2023-07-13T14:16:13.3425304Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2/CMakeCXXCompiler.cmake’ 2023-07-13T14:16:13.3425713Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/3.18.2’ 2023-07-13T14:16:13.3426044Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/CMakeTmp’ 2023-07-13T14:16:13.3426464Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/FindOpenMP/OpenMPTryFlag.c’ 2023-07-13T14:16:13.3426825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp’ 2023-07-13T14:16:13.3427183Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/FindOpenMP/OpenMPCheckVersion.c’ 2023-07-13T14:16:13.3427519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/FindOpenMP/ompver_C.bin’ 2023-07-13T14:16:13.3428006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/FindOpenMP/OpenMPCheckVersion.cpp’ 2023-07-13T14:16:13.3428578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/FindOpenMP/ompver_CXX.bin’ 2023-07-13T14:16:13.3429203Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/FindOpenMP’ 2023-07-13T14:16:13.3429531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/cmake.check_cache’ 2023-07-13T14:16:13.3429869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/TargetDirectories.txt’ 2023-07-13T14:16:13.3430175Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles/rules.ninja’ 2023-07-13T14:16:13.3430498Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles’ 2023-07-13T14:16:13.3430891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o’ 2023-07-13T14:16:13.3431284Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind’ 2023-07-13T14:16:13.3431659Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/_torchaudio.dir’ 2023-07-13T14:16:13.3432071Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o’ 2023-07-13T14:16:13.3432475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o’ 2023-07-13T14:16:13.3432994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o’ 2023-07-13T14:16:13.3433863Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu’ 2023-07-13T14:16:13.3434303Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o’ 2023-07-13T14:16:13.3434708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o’ 2023-07-13T14:16:13.3435102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o’ 2023-07-13T14:16:13.3435588Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o’ 2023-07-13T14:16:13.3436045Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt’ 2023-07-13T14:16:13.3436463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o’ 2023-07-13T14:16:13.3436866Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu’ 2023-07-13T14:16:13.3437275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o’ 2023-07-13T14:16:13.3437683Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align’ 2023-07-13T14:16:13.3438301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o’ 2023-07-13T14:16:13.3439029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o’ 2023-07-13T14:16:13.3439481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o’ 2023-07-13T14:16:13.3439865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o’ 2023-07-13T14:16:13.3440262Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles/libtorchaudio.dir’ 2023-07-13T14:16:13.3440610Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/CMakeFiles’ 2023-07-13T14:16:13.3441012Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o’ 2023-07-13T14:16:13.3441398Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind’ 2023-07-13T14:16:13.3441782Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir’ 2023-07-13T14:16:13.3442182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o’ 2023-07-13T14:16:13.3442594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o’ 2023-07-13T14:16:13.3443213Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o’ 2023-07-13T14:16:13.3443976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o’ 2023-07-13T14:16:13.3444421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o’ 2023-07-13T14:16:13.3444877Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir’ 2023-07-13T14:16:13.3445279Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/CMakeFiles’ 2023-07-13T14:16:13.3445630Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/cmake_install.cmake’ 2023-07-13T14:16:13.3445977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/libtorchaudio_sox.so’ 2023-07-13T14:16:13.3446317Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox/_torchaudio_sox.so’ 2023-07-13T14:16:13.3446650Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox’ 2023-07-13T14:16:13.3447265Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o’ 2023-07-13T14:16:13.3448042Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind’ 2023-07-13T14:16:13.3448445Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir’ 2023-07-13T14:16:13.3448855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o’ 2023-07-13T14:16:13.3449252Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind’ 2023-07-13T14:16:13.3449655Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir’ 2023-07-13T14:16:13.3450073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o’ 2023-07-13T14:16:13.3450471Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind’ 2023-07-13T14:16:13.3450864Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir’ 2023-07-13T14:16:13.3451336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o’ 2023-07-13T14:16:13.3451877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o’ 2023-07-13T14:16:13.3452702Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer’ 2023-07-13T14:16:13.3453218Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o’ 2023-07-13T14:16:13.3453670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o’ 2023-07-13T14:16:13.3454175Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o’ 2023-07-13T14:16:13.3454674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o’ 2023-07-13T14:16:13.3455115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o’ 2023-07-13T14:16:13.3455544Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader’ 2023-07-13T14:16:13.3455997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o’ 2023-07-13T14:16:13.3456439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o’ 2023-07-13T14:16:13.3457208Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o’ 2023-07-13T14:16:13.3457844Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o’ 2023-07-13T14:16:13.3458288Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o’ 2023-07-13T14:16:13.3458721Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer’ 2023-07-13T14:16:13.3459145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o’ 2023-07-13T14:16:13.3459561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o’ 2023-07-13T14:16:13.3459969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o’ 2023-07-13T14:16:13.3460440Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o’ 2023-07-13T14:16:13.3460843Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir’ 2023-07-13T14:16:13.3461349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o’ 2023-07-13T14:16:13.3461843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o’ 2023-07-13T14:16:13.3462663Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer’ 2023-07-13T14:16:13.3463119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o’ 2023-07-13T14:16:13.3463569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o’ 2023-07-13T14:16:13.3464005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o’ 2023-07-13T14:16:13.3464448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o’ 2023-07-13T14:16:13.3464891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o’ 2023-07-13T14:16:13.3465324Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader’ 2023-07-13T14:16:13.3465763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o’ 2023-07-13T14:16:13.3466189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o’ 2023-07-13T14:16:13.3466677Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o’ 2023-07-13T14:16:13.3467398Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o’ 2023-07-13T14:16:13.3468193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o’ 2023-07-13T14:16:13.3468619Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer’ 2023-07-13T14:16:13.3469030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o’ 2023-07-13T14:16:13.3469500Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o’ 2023-07-13T14:16:13.3469905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o’ 2023-07-13T14:16:13.3470361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o’ 2023-07-13T14:16:13.3470769Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir’ 2023-07-13T14:16:13.3471222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o’ 2023-07-13T14:16:13.3471685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o’ 2023-07-13T14:16:13.3472134Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer’ 2023-07-13T14:16:13.3472641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o’ 2023-07-13T14:16:13.3473377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o’ 2023-07-13T14:16:13.3474164Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o’ 2023-07-13T14:16:13.3474631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o’ 2023-07-13T14:16:13.3475072Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o’ 2023-07-13T14:16:13.3475499Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader’ 2023-07-13T14:16:13.3475936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o’ 2023-07-13T14:16:13.3476373Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o’ 2023-07-13T14:16:13.3476801Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o’ 2023-07-13T14:16:13.3477250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o’ 2023-07-13T14:16:13.3477694Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o’ 2023-07-13T14:16:13.3478557Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer’ 2023-07-13T14:16:13.3479123Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o’ 2023-07-13T14:16:13.3479702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o’ 2023-07-13T14:16:13.3480123Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o’ 2023-07-13T14:16:13.3480527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o’ 2023-07-13T14:16:13.3480942Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir’ 2023-07-13T14:16:13.3481295Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/CMakeFiles’ 2023-07-13T14:16:13.3481654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/cmake_install.cmake’ 2023-07-13T14:16:13.3482014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg6.so’ 2023-07-13T14:16:13.3482377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg5.so’ 2023-07-13T14:16:13.3482798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg4.so’ 2023-07-13T14:16:13.3483483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg4.so’ 2023-07-13T14:16:13.3483945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg6.so’ 2023-07-13T14:16:13.3484299Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg5.so’ 2023-07-13T14:16:13.3484633Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg’ 2023-07-13T14:16:13.3484974Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/cmake_install.cmake’ 2023-07-13T14:16:13.3485319Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/libtorchaudio.so’ 2023-07-13T14:16:13.3485648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/_torchaudio.so’ 2023-07-13T14:16:13.3485983Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio/csrc’ 2023-07-13T14:16:13.3486303Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio’ 2023-07-13T14:16:13.3486668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/lame.dir/Labels.json’ 2023-07-13T14:16:13.3487018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/lame.dir/Labels.txt’ 2023-07-13T14:16:13.3487439Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/lame.dir’ 2023-07-13T14:16:13.3487855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/vorbis.dir/Labels.json’ 2023-07-13T14:16:13.3488576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/vorbis.dir/Labels.txt’ 2023-07-13T14:16:13.3489131Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/vorbis.dir’ 2023-07-13T14:16:13.3489489Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/ogg.dir/Labels.json’ 2023-07-13T14:16:13.3489840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/ogg.dir/Labels.txt’ 2023-07-13T14:16:13.3490203Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/ogg.dir’ 2023-07-13T14:16:13.3490572Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/flac.dir/Labels.json’ 2023-07-13T14:16:13.3490923Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/flac.dir/Labels.txt’ 2023-07-13T14:16:13.3491273Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/flac.dir’ 2023-07-13T14:16:13.3491624Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/sox.dir/Labels.json’ 2023-07-13T14:16:13.3491971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/sox.dir/Labels.txt’ 2023-07-13T14:16:13.3492323Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/sox.dir’ 2023-07-13T14:16:13.3492687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opus.dir/Labels.json’ 2023-07-13T14:16:13.3493039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opus.dir/Labels.txt’ 2023-07-13T14:16:13.3493517Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opus.dir’ 2023-07-13T14:16:13.3494069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/amr.dir/Labels.json’ 2023-07-13T14:16:13.3494681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/amr.dir/Labels.txt’ 2023-07-13T14:16:13.3495044Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/amr.dir’ 2023-07-13T14:16:13.3495408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opusfile.dir/Labels.json’ 2023-07-13T14:16:13.3495768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opusfile.dir/Labels.txt’ 2023-07-13T14:16:13.3496135Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opusfile.dir’ 2023-07-13T14:16:13.3496478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/ogg-complete’ 2023-07-13T14:16:13.3496921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/lame-complete’ 2023-07-13T14:16:13.3497431Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/vorbis-complete’ 2023-07-13T14:16:13.3498086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opus-complete’ 2023-07-13T14:16:13.3498688Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opusfile-complete’ 2023-07-13T14:16:13.3499036Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/flac-complete’ 2023-07-13T14:16:13.3499391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/amr-complete’ 2023-07-13T14:16:13.3499727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/sox-complete’ 2023-07-13T14:16:13.3500079Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles’ 2023-07-13T14:16:13.3500438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-urlinfo.txt’ 2023-07-13T14:16:13.3500801Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/download-amr.cmake’ 2023-07-13T14:16:13.3501161Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/verify-amr.cmake’ 2023-07-13T14:16:13.3501524Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/extract-amr.cmake’ 2023-07-13T14:16:13.3501933Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download-Release-impl.cmake’ 2023-07-13T14:16:13.3502388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download-Release.cmake’ 2023-07-13T14:16:13.3503111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure-Release.cmake’ 2023-07-13T14:16:13.3503595Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build-Release.cmake’ 2023-07-13T14:16:13.3503989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install-Release.cmake’ 2023-07-13T14:16:13.3504327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-mkdir’ 2023-07-13T14:16:13.3504696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download.log’ 2023-07-13T14:16:13.3505041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download’ 2023-07-13T14:16:13.3505384Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-update’ 2023-07-13T14:16:13.3505726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-patch’ 2023-07-13T14:16:13.3506143Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure.log’ 2023-07-13T14:16:13.3506545Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure’ 2023-07-13T14:16:13.3506898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build.log’ 2023-07-13T14:16:13.3507239Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build’ 2023-07-13T14:16:13.3507642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install.log’ 2023-07-13T14:16:13.3508015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install’ 2023-07-13T14:16:13.3508363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-done’ 2023-07-13T14:16:13.3508722Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp’ 2023-07-13T14:16:13.3509068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/config.log’ 2023-07-13T14:16:13.3509412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/config.status’ 2023-07-13T14:16:13.3509744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/Makefile’ 2023-07-13T14:16:13.3510102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/Makefile’ 2023-07-13T14:16:13.3510463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/opencore-amrnb.pc’ 2023-07-13T14:16:13.3510823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/wrapper.o’ 2023-07-13T14:16:13.3511173Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ets_to_wmf.o’ 2023-07-13T14:16:13.3511525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/wrapper.lo’ 2023-07-13T14:16:13.3511866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/agc.o’ 2023-07-13T14:16:13.3512231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/enc_lag3.lo’ 2023-07-13T14:16:13.3512737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/agc.lo’ 2023-07-13T14:16:13.3513451Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/amrdecode.o’ 2023-07-13T14:16:13.3513911Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/div_32.o’ 2023-07-13T14:16:13.3514269Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/amrdecode.lo’ 2023-07-13T14:16:13.3514708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/a_refl.o’ 2023-07-13T14:16:13.3515059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/enc_lag6.o’ 2023-07-13T14:16:13.3515473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/a_refl.lo’ 2023-07-13T14:16:13.3515825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/b_cn_cod.o’ 2023-07-13T14:16:13.3516174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/enc_lag6.lo’ 2023-07-13T14:16:13.3516526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/b_cn_cod.lo’ 2023-07-13T14:16:13.3516881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/bgnscd.o’ 2023-07-13T14:16:13.3517277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ets_to_if2.o’ 2023-07-13T14:16:13.3517885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/bgnscd.lo’ 2023-07-13T14:16:13.3518457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c_g_aver.o’ 2023-07-13T14:16:13.3518803Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/g_adapt.o’ 2023-07-13T14:16:13.3519154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c_g_aver.lo’ 2023-07-13T14:16:13.3519583Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d1035pf.o’ 2023-07-13T14:16:13.3519935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_extract.lo’ 2023-07-13T14:16:13.3520287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d1035pf.lo’ 2023-07-13T14:16:13.3520632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d2_11pf.o’ 2023-07-13T14:16:13.3520978Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/g_adapt.lo’ 2023-07-13T14:16:13.3521330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d2_11pf.lo’ 2023-07-13T14:16:13.3521671Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d2_9pf.o’ 2023-07-13T14:16:13.3522130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gain_q.o’ 2023-07-13T14:16:13.3522776Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d2_9pf.lo’ 2023-07-13T14:16:13.3523259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d3_14pf.o’ 2023-07-13T14:16:13.3523605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gain_q.lo’ 2023-07-13T14:16:13.3524033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d3_14pf.lo’ 2023-07-13T14:16:13.3524436Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d4_17pf.o’ 2023-07-13T14:16:13.3524779Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/g_code.o’ 2023-07-13T14:16:13.3525126Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d4_17pf.lo’ 2023-07-13T14:16:13.3525475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d8_31pf.o’ 2023-07-13T14:16:13.3525823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/g_code.lo’ 2023-07-13T14:16:13.3526169Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d8_31pf.lo’ 2023-07-13T14:16:13.3526544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_amr.o’ 2023-07-13T14:16:13.3527078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/g_pitch.o’ 2023-07-13T14:16:13.3527717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_amr.lo’ 2023-07-13T14:16:13.3528216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_gain.o’ 2023-07-13T14:16:13.3528571Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/g_pitch.lo’ 2023-07-13T14:16:13.3528936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_gain.lo’ 2023-07-13T14:16:13.3529308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_input_format_tab.o’ 2023-07-13T14:16:13.3529644Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c4_17pf.lo’ 2023-07-13T14:16:13.3530018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_input_format_tab.lo’ 2023-07-13T14:16:13.3530374Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_lag3.o’ 2023-07-13T14:16:13.3530721Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/hp_max.o’ 2023-07-13T14:16:13.3531075Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_lag3.lo’ 2023-07-13T14:16:13.3531420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_lag6.o’ 2023-07-13T14:16:13.3531763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/hp_max.lo’ 2023-07-13T14:16:13.3532259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dec_lag6.lo’ 2023-07-13T14:16:13.3532983Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_gain_c.o’ 2023-07-13T14:16:13.3533561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/inter_36.o’ 2023-07-13T14:16:13.3533919Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_gain_c.lo’ 2023-07-13T14:16:13.3534261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_gain_p.o’ 2023-07-13T14:16:13.3534610Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/inter_36.lo’ 2023-07-13T14:16:13.3534970Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_gain_p.lo’ 2023-07-13T14:16:13.3535318Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_plsf_3.o’ 2023-07-13T14:16:13.3535673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_abs.o’ 2023-07-13T14:16:13.3536019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_plsf_3.lo’ 2023-07-13T14:16:13.3536362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_plsf_5.o’ 2023-07-13T14:16:13.3536705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_abs.lo’ 2023-07-13T14:16:13.3537059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_plsf_5.lo’ 2023-07-13T14:16:13.3537511Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_plsf.o’ 2023-07-13T14:16:13.3538155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lag_wind.o’ 2023-07-13T14:16:13.3538720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/d_plsf.lo’ 2023-07-13T14:16:13.3539063Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dtx_dec.o’ 2023-07-13T14:16:13.3539412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lag_wind.lo’ 2023-07-13T14:16:13.3539770Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dtx_dec.lo’ 2023-07-13T14:16:13.3540124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ec_gains.o’ 2023-07-13T14:16:13.3540468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_comp.o’ 2023-07-13T14:16:13.3540844Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ec_gains.lo’ 2023-07-13T14:16:13.3541193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ex_ctrl.o’ 2023-07-13T14:16:13.3541598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_comp.lo’ 2023-07-13T14:16:13.3541946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ex_ctrl.lo’ 2023-07-13T14:16:13.3542589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/if2_to_ets.o’ 2023-07-13T14:16:13.3543257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c8_31pf.lo’ 2023-07-13T14:16:13.3543713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/if2_to_ets.lo’ 2023-07-13T14:16:13.3544053Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/int_lsf.o’ 2023-07-13T14:16:13.3544412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/levinson.o’ 2023-07-13T14:16:13.3544778Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/int_lsf.lo’ 2023-07-13T14:16:13.3545122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_avg.o’ 2023-07-13T14:16:13.3545480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/levinson.lo’ 2023-07-13T14:16:13.3545828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_avg.lo’ 2023-07-13T14:16:13.3546179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ph_disp.o’ 2023-07-13T14:16:13.3546529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_extract.o’ 2023-07-13T14:16:13.3546968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ph_disp.lo’ 2023-07-13T14:16:13.3547650Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/post_pro.o’ 2023-07-13T14:16:13.3548059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lflg_upd.o’ 2023-07-13T14:16:13.3548396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/post_pro.lo’ 2023-07-13T14:16:13.3548754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/preemph.o’ 2023-07-13T14:16:13.3549111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/prm2bits.o’ 2023-07-13T14:16:13.3549459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/preemph.lo’ 2023-07-13T14:16:13.3549804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pstfilt.o’ 2023-07-13T14:16:13.3550154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lflg_upd.lo’ 2023-07-13T14:16:13.3550562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pstfilt.lo’ 2023-07-13T14:16:13.3551011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qgain475_tab.o’ 2023-07-13T14:16:13.3551742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/calc_cor.o’ 2023-07-13T14:16:13.3552226Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qgain475_tab.lo’ 2023-07-13T14:16:13.3552571Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sp_dec.o’ 2023-07-13T14:16:13.3552925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_negate.o’ 2023-07-13T14:16:13.3553271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sp_dec.lo’ 2023-07-13T14:16:13.3553635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/wmf_to_ets.o’ 2023-07-13T14:16:13.3554100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dtx_enc.o’ 2023-07-13T14:16:13.3554457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/wmf_to_ets.lo’ 2023-07-13T14:16:13.3554811Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/amrencode.o’ 2023-07-13T14:16:13.3555157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/div_32.lo’ 2023-07-13T14:16:13.3555523Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/amrencode.lo’ 2023-07-13T14:16:13.3555879Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/autocorr.o’ 2023-07-13T14:16:13.3556227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_negate.lo’ 2023-07-13T14:16:13.3556579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/autocorr.lo’ 2023-07-13T14:16:13.3556927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c1035pf.o’ 2023-07-13T14:16:13.3557286Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lpc.o’ 2023-07-13T14:16:13.3557845Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c1035pf.lo’ 2023-07-13T14:16:13.3558489Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c2_11pf.o’ 2023-07-13T14:16:13.3558836Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lpc.lo’ 2023-07-13T14:16:13.3559180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c2_11pf.lo’ 2023-07-13T14:16:13.3559594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c2_9pf.o’ 2023-07-13T14:16:13.3560046Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ol_ltp.o’ 2023-07-13T14:16:13.3560488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c2_9pf.lo’ 2023-07-13T14:16:13.3560840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c3_14pf.o’ 2023-07-13T14:16:13.3561184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ol_ltp.lo’ 2023-07-13T14:16:13.3561529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c3_14pf.lo’ 2023-07-13T14:16:13.3561880Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c4_17pf.o’ 2023-07-13T14:16:13.3562278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c8_31pf.o’ 2023-07-13T14:16:13.3562868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pitch_fr.o’ 2023-07-13T14:16:13.3563476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/calc_cor.lo’ 2023-07-13T14:16:13.3563821Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/calc_en.o’ 2023-07-13T14:16:13.3564171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pitch_fr.lo’ 2023-07-13T14:16:13.3564525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/calc_en.lo’ 2023-07-13T14:16:13.3564879Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cbsearch.o’ 2023-07-13T14:16:13.3565223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pitch_ol.o’ 2023-07-13T14:16:13.3565577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cbsearch.lo’ 2023-07-13T14:16:13.3565920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cl_ltp.o’ 2023-07-13T14:16:13.3566331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pitch_ol.lo’ 2023-07-13T14:16:13.3566741Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cl_ltp.lo’ 2023-07-13T14:16:13.3567394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cod_amr.o’ 2023-07-13T14:16:13.3567999Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/p_ol_wgh.o’ 2023-07-13T14:16:13.3568352Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cod_amr.lo’ 2023-07-13T14:16:13.3568704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/convolve.o’ 2023-07-13T14:16:13.3569062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/p_ol_wgh.lo’ 2023-07-13T14:16:13.3569421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/convolve.lo’ 2023-07-13T14:16:13.3569763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cor_h.o’ 2023-07-13T14:16:13.3570109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pre_big.o’ 2023-07-13T14:16:13.3570454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cor_h.lo’ 2023-07-13T14:16:13.3570811Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cor_h_x2.o’ 2023-07-13T14:16:13.3571174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pre_big.lo’ 2023-07-13T14:16:13.3571531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cor_h_x2.lo’ 2023-07-13T14:16:13.3572079Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cor_h_x.o’ 2023-07-13T14:16:13.3572764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pre_proc.o’ 2023-07-13T14:16:13.3573128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/cor_h_x.lo’ 2023-07-13T14:16:13.3573498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/corrwght_tab.o’ 2023-07-13T14:16:13.3573839Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/enc_lag3.o’ 2023-07-13T14:16:13.3574200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/corrwght_tab.lo’ 2023-07-13T14:16:13.3574551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/dtx_enc.lo’ 2023-07-13T14:16:13.3574921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/enc_output_format_tab.o’ 2023-07-13T14:16:13.3575266Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/norm_s.lo’ 2023-07-13T14:16:13.3575843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/enc_output_format_tab.lo’ 2023-07-13T14:16:13.3576618Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf_5_tbl.o’ 2023-07-13T14:16:13.3576993Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ets_to_if2.lo’ 2023-07-13T14:16:13.3577345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/overflow_tbl.lo’ 2023-07-13T14:16:13.3577694Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ets_to_wmf.lo’ 2023-07-13T14:16:13.3578061Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/inter_36_tab.o’ 2023-07-13T14:16:13.3578426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ph_disp_tab.o’ 2023-07-13T14:16:13.3578780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/inter_36_tab.lo’ 2023-07-13T14:16:13.3579135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lag_wind_tab.o’ 2023-07-13T14:16:13.3579676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ph_disp_tab.lo’ 2023-07-13T14:16:13.3580039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lag_wind_tab.lo’ 2023-07-13T14:16:13.3580392Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pre_proc.lo’ 2023-07-13T14:16:13.3580751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf.o’ 2023-07-13T14:16:13.3581103Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/prm2bits.lo’ 2023-07-13T14:16:13.3581453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qgain475.o’ 2023-07-13T14:16:13.3581786Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sub.o’ 2023-07-13T14:16:13.3582151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qgain475.lo’ 2023-07-13T14:16:13.3582507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qgain795.o’ 2023-07-13T14:16:13.3582852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf.lo’ 2023-07-13T14:16:13.3583203Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qgain795.lo’ 2023-07-13T14:16:13.3583543Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_gain_c.o’ 2023-07-13T14:16:13.3583946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/reorder.o’ 2023-07-13T14:16:13.3584562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_gain_c.lo’ 2023-07-13T14:16:13.3585313Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_gain_p.o’ 2023-07-13T14:16:13.3585687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/reorder.lo’ 2023-07-13T14:16:13.3586039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_gain_p.lo’ 2023-07-13T14:16:13.3586388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qua_gain.o’ 2023-07-13T14:16:13.3586735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/residu.o’ 2023-07-13T14:16:13.3587084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qua_gain.lo’ 2023-07-13T14:16:13.3587438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/s10_8pf.o’ 2023-07-13T14:16:13.3587782Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/residu.lo’ 2023-07-13T14:16:13.3588294Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/s10_8pf.lo’ 2023-07-13T14:16:13.3588970Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/set_sign.o’ 2023-07-13T14:16:13.3589331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/round.o’ 2023-07-13T14:16:13.3589686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/set_sign.lo’ 2023-07-13T14:16:13.3590030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sid_sync.o’ 2023-07-13T14:16:13.3590372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/round.lo’ 2023-07-13T14:16:13.3590719Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sid_sync.lo’ 2023-07-13T14:16:13.3591062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sp_enc.o’ 2023-07-13T14:16:13.3591403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/set_zero.o’ 2023-07-13T14:16:13.3591886Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sp_enc.lo’ 2023-07-13T14:16:13.3592562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/spreproc.o’ 2023-07-13T14:16:13.3593030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/set_zero.lo’ 2023-07-13T14:16:13.3593381Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/spreproc.lo’ 2023-07-13T14:16:13.3593886Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/spstproc.o’ 2023-07-13T14:16:13.3594311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/shr.o’ 2023-07-13T14:16:13.3594670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/spstproc.lo’ 2023-07-13T14:16:13.3595022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ton_stab.o’ 2023-07-13T14:16:13.3595363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/shr.lo’ 2023-07-13T14:16:13.3595888Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/ton_stab.lo’ 2023-07-13T14:16:13.3596528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/vad1.o’ 2023-07-13T14:16:13.3597016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/shr_r.o’ 2023-07-13T14:16:13.3597364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/vad1.lo’ 2023-07-13T14:16:13.3597704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/add.o’ 2023-07-13T14:16:13.3598046Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/shr_r.lo’ 2023-07-13T14:16:13.3598398Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/add.lo’ 2023-07-13T14:16:13.3598740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/az_lsp.o’ 2023-07-13T14:16:13.3599089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sqrt_l.o’ 2023-07-13T14:16:13.3599499Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/az_lsp.lo’ 2023-07-13T14:16:13.3599856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/bitno_tab.o’ 2023-07-13T14:16:13.3600393Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pow2.o’ 2023-07-13T14:16:13.3601092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/bitno_tab.lo’ 2023-07-13T14:16:13.3601608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/bitreorder_tab.o’ 2023-07-13T14:16:13.3601961Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pow2.lo’ 2023-07-13T14:16:13.3602321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/bitreorder_tab.lo’ 2023-07-13T14:16:13.3602674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c2_9pf_tab.o’ 2023-07-13T14:16:13.3603113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pow2_tbl.o’ 2023-07-13T14:16:13.3603470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/c2_9pf_tab.lo’ 2023-07-13T14:16:13.3603869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/div_s.o’ 2023-07-13T14:16:13.3604219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sqrt_l.lo’ 2023-07-13T14:16:13.3604766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/div_s.lo’ 2023-07-13T14:16:13.3605406Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/extract_h.o’ 2023-07-13T14:16:13.3605962Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pow2_tbl.lo’ 2023-07-13T14:16:13.3606322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/extract_h.lo’ 2023-07-13T14:16:13.3606663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/extract_l.o’ 2023-07-13T14:16:13.3607009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pred_lt.o’ 2023-07-13T14:16:13.3607359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/extract_l.lo’ 2023-07-13T14:16:13.3607713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gains_tbl.o’ 2023-07-13T14:16:13.3608062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/pred_lt.lo’ 2023-07-13T14:16:13.3608417Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gains_tbl.lo’ 2023-07-13T14:16:13.3608764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gc_pred.o’ 2023-07-13T14:16:13.3609114Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sqrt_l_tbl.o’ 2023-07-13T14:16:13.3609465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gc_pred.lo’ 2023-07-13T14:16:13.3609831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/get_const_tbls.o’ 2023-07-13T14:16:13.3610187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf_3.o’ 2023-07-13T14:16:13.3610537Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/get_const_tbls.lo’ 2023-07-13T14:16:13.3610879Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gmed_n.o’ 2023-07-13T14:16:13.3611407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/.libs/libopencore-amrnb.a’ 2023-07-13T14:16:13.3612268Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/.libs/libopencore-amrnb.lai’ 2023-07-13T14:16:13.3612701Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/.libs/libopencore-amrnb.la’ 2023-07-13T14:16:13.3613146Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/.libs’ 2023-07-13T14:16:13.3613498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gmed_n.lo’ 2023-07-13T14:16:13.3613847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gray_tbl.o’ 2023-07-13T14:16:13.3614190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sub.lo’ 2023-07-13T14:16:13.3614555Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/gray_tbl.lo’ 2023-07-13T14:16:13.3614912Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/grid_tbl.o’ 2023-07-13T14:16:13.3615259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/syn_filt.o’ 2023-07-13T14:16:13.3615634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/grid_tbl.lo’ 2023-07-13T14:16:13.3616193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/int_lpc.o’ 2023-07-13T14:16:13.3616821Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/syn_filt.lo’ 2023-07-13T14:16:13.3617171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/int_lpc.lo’ 2023-07-13T14:16:13.3617528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/inv_sqrt.o’ 2023-07-13T14:16:13.3617882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/weight_a.o’ 2023-07-13T14:16:13.3618232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/inv_sqrt.lo’ 2023-07-13T14:16:13.3618588Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/inv_sqrt_tbl.o’ 2023-07-13T14:16:13.3618944Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf_3.lo’ 2023-07-13T14:16:13.3619309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/inv_sqrt_tbl.lo’ 2023-07-13T14:16:13.3619662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_deposit_h.o’ 2023-07-13T14:16:13.3620018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf_3_tbl.o’ 2023-07-13T14:16:13.3620567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_deposit_h.lo’ 2023-07-13T14:16:13.3621270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_deposit_l.o’ 2023-07-13T14:16:13.3621632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf_3_tbl.lo’ 2023-07-13T14:16:13.3622051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_deposit_l.lo’ 2023-07-13T14:16:13.3622396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/log2.o’ 2023-07-13T14:16:13.3622749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/weight_a.lo’ 2023-07-13T14:16:13.3623094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/log2.lo’ 2023-07-13T14:16:13.3623458Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/log2_norm.o’ 2023-07-13T14:16:13.3623817Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf_5.o’ 2023-07-13T14:16:13.3624169Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/log2_norm.lo’ 2023-07-13T14:16:13.3624520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/log2_tbl.o’ 2023-07-13T14:16:13.3624870Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/window_tab.o’ 2023-07-13T14:16:13.3625218Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/log2_tbl.lo’ 2023-07-13T14:16:13.3625562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsfwt.o’ 2023-07-13T14:16:13.3625914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsfwt.lo’ 2023-07-13T14:16:13.3626348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_shr_r.o’ 2023-07-13T14:16:13.3626794Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/l_shr_r.lo’ 2023-07-13T14:16:13.3627144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_az.o’ 2023-07-13T14:16:13.3627502Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_az.lo’ 2023-07-13T14:16:13.3627854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp.o’ 2023-07-13T14:16:13.3628194Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp.lo’ 2023-07-13T14:16:13.3628540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_lsf.o’ 2023-07-13T14:16:13.3628887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_lsf.lo’ 2023-07-13T14:16:13.3629236Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_lsf_tbl.o’ 2023-07-13T14:16:13.3629638Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf_5.lo’ 2023-07-13T14:16:13.3630071Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_lsf_tbl.lo’ 2023-07-13T14:16:13.3630416Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_tab.o’ 2023-07-13T14:16:13.3630764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/lsp_tab.lo’ 2023-07-13T14:16:13.3631111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/mult_r.o’ 2023-07-13T14:16:13.3631471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/mult_r.lo’ 2023-07-13T14:16:13.3631948Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/negate.o’ 2023-07-13T14:16:13.3632358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/negate.lo’ 2023-07-13T14:16:13.3632704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/norm_l.o’ 2023-07-13T14:16:13.3633049Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/norm_l.lo’ 2023-07-13T14:16:13.3633395Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/norm_s.o’ 2023-07-13T14:16:13.3633843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/overflow_tbl.o’ 2023-07-13T14:16:13.3634212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/q_plsf_5_tbl.lo’ 2023-07-13T14:16:13.3634574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qua_gain_tbl.o’ 2023-07-13T14:16:13.3634932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/qua_gain_tbl.lo’ 2023-07-13T14:16:13.3635281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/sqrt_l_tbl.lo’ 2023-07-13T14:16:13.3635642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/window_tab.lo’ 2023-07-13T14:16:13.3636030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb/libopencore-amrnb.la’ 2023-07-13T14:16:13.3636399Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrnb’ 2023-07-13T14:16:13.3636748Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/Makefile’ 2023-07-13T14:16:13.3637121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/opencore-amrwb.pc’ 2023-07-13T14:16:13.3637476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/wrapper.o’ 2023-07-13T14:16:13.3637932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/wrapper.lo’ 2023-07-13T14:16:13.3638345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/agc2_amr_wb.o’ 2023-07-13T14:16:13.3638706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/agc2_amr_wb.lo’ 2023-07-13T14:16:13.3639396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/band_pass_6k_7k.o’ 2023-07-13T14:16:13.3639950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/band_pass_6k_7k.lo’ 2023-07-13T14:16:13.3640331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dec_acelp_2p_in_64.o’ 2023-07-13T14:16:13.3640710Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dec_acelp_2p_in_64.lo’ 2023-07-13T14:16:13.3641073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dec_acelp_4p_in_64.o’ 2023-07-13T14:16:13.3641437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/scale_signal.lo’ 2023-07-13T14:16:13.3641806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dec_acelp_4p_in_64.lo’ 2023-07-13T14:16:13.3642176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dec_alg_codebook.o’ 2023-07-13T14:16:13.3642546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dec_alg_codebook.lo’ 2023-07-13T14:16:13.3642913Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dec_gain2_amr_wb.o’ 2023-07-13T14:16:13.3643288Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dec_gain2_amr_wb.lo’ 2023-07-13T14:16:13.3643875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/deemphasis_32.o’ 2023-07-13T14:16:13.3644527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/deemphasis_32.lo’ 2023-07-13T14:16:13.3644906Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dtx_decoder_amr_wb.o’ 2023-07-13T14:16:13.3645274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/synthesis_amr_wb.o’ 2023-07-13T14:16:13.3645643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/dtx_decoder_amr_wb.lo’ 2023-07-13T14:16:13.3646003Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/get_amr_wb_bits.o’ 2023-07-13T14:16:13.3646364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/get_amr_wb_bits.lo’ 2023-07-13T14:16:13.3646814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/highpass_400hz_at_12k8.o’ 2023-07-13T14:16:13.3647248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/highpass_400hz_at_12k8.lo’ 2023-07-13T14:16:13.3647621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/highpass_50hz_at_12k8.o’ 2023-07-13T14:16:13.3648218Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/highpass_50hz_at_12k8.lo’ 2023-07-13T14:16:13.3648866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/homing_amr_wb_dec.o’ 2023-07-13T14:16:13.3649481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/homing_amr_wb_dec.lo’ 2023-07-13T14:16:13.3649852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/interpolate_isp.o’ 2023-07-13T14:16:13.3650226Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/interpolate_isp.lo’ 2023-07-13T14:16:13.3650595Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/isf_extrapolation.o’ 2023-07-13T14:16:13.3650969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/isf_extrapolation.lo’ 2023-07-13T14:16:13.3651314Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/isp_az.o’ 2023-07-13T14:16:13.3651670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/isp_az.lo’ 2023-07-13T14:16:13.3652030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/isp_isf.o’ 2023-07-13T14:16:13.3652461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/isp_isf.lo’ 2023-07-13T14:16:13.3653089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/lagconceal.o’ 2023-07-13T14:16:13.3653662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/lagconceal.lo’ 2023-07-13T14:16:13.3654038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/low_pass_filt_7k.o’ 2023-07-13T14:16:13.3654394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/low_pass_filt_7k.lo’ 2023-07-13T14:16:13.3654752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/median5.o’ 2023-07-13T14:16:13.3655111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/median5.lo’ 2023-07-13T14:16:13.3655457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/mime_io.o’ 2023-07-13T14:16:13.3655808Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/mime_io.lo’ 2023-07-13T14:16:13.3656238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/noise_gen_amrwb.o’ 2023-07-13T14:16:13.3656652Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/noise_gen_amrwb.lo’ 2023-07-13T14:16:13.3657056Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/normalize_amr_wb.o’ 2023-07-13T14:16:13.3657672Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/normalize_amr_wb.lo’ 2023-07-13T14:16:13.3658362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/oversamp_12k8_to_16k.o’ 2023-07-13T14:16:13.3658744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/oversamp_12k8_to_16k.lo’ 2023-07-13T14:16:13.3659125Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/phase_dispersion.o’ 2023-07-13T14:16:13.3659480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/phase_dispersion.lo’ 2023-07-13T14:16:13.3659830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/pit_shrp.o’ 2023-07-13T14:16:13.3660186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/pit_shrp.lo’ 2023-07-13T14:16:13.3660541Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/pred_lt4.o’ 2023-07-13T14:16:13.3660893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/pred_lt4.lo’ 2023-07-13T14:16:13.3661274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/preemph_amrwb_dec.o’ 2023-07-13T14:16:13.3661780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/preemph_amrwb_dec.lo’ 2023-07-13T14:16:13.3662476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/pvamrwbdecoder.o’ 2023-07-13T14:16:13.3663000Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/pvamrwbdecoder.lo’ 2023-07-13T14:16:13.3663373Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/pvamrwb_math_op.o’ 2023-07-13T14:16:13.3663748Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/pvamrwb_math_op.lo’ 2023-07-13T14:16:13.3664102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/q_gain2_tab.o’ 2023-07-13T14:16:13.3664449Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/q_gain2_tab.lo’ 2023-07-13T14:16:13.3664800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/qisf_ns.o’ 2023-07-13T14:16:13.3665216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/qisf_ns.lo’ 2023-07-13T14:16:13.3665572Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/qisf_ns_tab.o’ 2023-07-13T14:16:13.3665986Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/qisf_ns_tab.lo’ 2023-07-13T14:16:13.3666336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/qpisf_2s.o’ 2023-07-13T14:16:13.3666687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/qpisf_2s.lo’ 2023-07-13T14:16:13.3667043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/qpisf_2s_tab.o’ 2023-07-13T14:16:13.3667409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/qpisf_2s_tab.lo’ 2023-07-13T14:16:13.3667774Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/scale_signal.o’ 2023-07-13T14:16:13.3668139Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/synthesis_amr_wb.lo’ 2023-07-13T14:16:13.3668495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/voice_factor.o’ 2023-07-13T14:16:13.3668842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/voice_factor.lo’ 2023-07-13T14:16:13.3669200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/wb_syn_filt.o’ 2023-07-13T14:16:13.3669554Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/wb_syn_filt.lo’ 2023-07-13T14:16:13.3669927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/weight_amrwb_lpc.o’ 2023-07-13T14:16:13.3670293Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/weight_amrwb_lpc.lo’ 2023-07-13T14:16:13.3670678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/.libs/libopencore-amrwb.a’ 2023-07-13T14:16:13.3671064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/.libs/libopencore-amrwb.lai’ 2023-07-13T14:16:13.3671513Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/.libs/libopencore-amrwb.la’ 2023-07-13T14:16:13.3671952Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/.libs’ 2023-07-13T14:16:13.3672332Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb/libopencore-amrwb.la’ 2023-07-13T14:16:13.3672690Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/amrwb’ 2023-07-13T14:16:13.3673042Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/test/Makefile’ 2023-07-13T14:16:13.3673396Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/test’ 2023-07-13T14:16:13.3673856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build/libtool’ 2023-07-13T14:16:13.3674210Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build’ 2023-07-13T14:16:13.3674573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-urlinfo.txt’ 2023-07-13T14:16:13.3674945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/download-lame.cmake’ 2023-07-13T14:16:13.3675320Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/verify-lame.cmake’ 2023-07-13T14:16:13.3675685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/extract-lame.cmake’ 2023-07-13T14:16:13.3676107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download-Release-impl.cmake’ 2023-07-13T14:16:13.3676505Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download-Release.cmake’ 2023-07-13T14:16:13.3676899Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure-Release.cmake’ 2023-07-13T14:16:13.3677280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build-Release.cmake’ 2023-07-13T14:16:13.3677749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install-Release.cmake’ 2023-07-13T14:16:13.3678199Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-mkdir’ 2023-07-13T14:16:13.3678827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download.log’ 2023-07-13T14:16:13.3679552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download’ 2023-07-13T14:16:13.3679909Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-update’ 2023-07-13T14:16:13.3680425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-patch’ 2023-07-13T14:16:13.3680792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure.log’ 2023-07-13T14:16:13.3681228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure’ 2023-07-13T14:16:13.3681584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build.log’ 2023-07-13T14:16:13.3681929Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build’ 2023-07-13T14:16:13.3682516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install.log’ 2023-07-13T14:16:13.3683212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install’ 2023-07-13T14:16:13.3683806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-done’ 2023-07-13T14:16:13.3684163Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp’ 2023-07-13T14:16:13.3684507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/config.log’ 2023-07-13T14:16:13.3684858Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/config.status’ 2023-07-13T14:16:13.3685196Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/Makefile’ 2023-07-13T14:16:13.3685567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/Makefile’ 2023-07-13T14:16:13.3685947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/i386/Makefile’ 2023-07-13T14:16:13.3686326Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/i386’ 2023-07-13T14:16:13.3686696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vector/Makefile’ 2023-07-13T14:16:13.3687085Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vector/xmm_quantize_sub.o’ 2023-07-13T14:16:13.3687482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vector/xmm_quantize_sub.lo’ 2023-07-13T14:16:13.3687914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vector/.libs/liblamevectorroutines.a’ 2023-07-13T14:16:13.3688342Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vector/.libs/liblamevectorroutines.la’ 2023-07-13T14:16:13.3688723Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vector/.libs’ 2023-07-13T14:16:13.3689136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vector/liblamevectorroutines.la’ 2023-07-13T14:16:13.3689589Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vector’ 2023-07-13T14:16:13.3690008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/VbrTag.o’ 2023-07-13T14:16:13.3690379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/VbrTag.lo’ 2023-07-13T14:16:13.3690747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/bitstream.o’ 2023-07-13T14:16:13.3691117Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/bitstream.lo’ 2023-07-13T14:16:13.3691486Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/encoder.o’ 2023-07-13T14:16:13.3691899Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/encoder.lo’ 2023-07-13T14:16:13.3692349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/fft.o’ 2023-07-13T14:16:13.3692739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/fft.lo’ 2023-07-13T14:16:13.3693132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/gain_analysis.o’ 2023-07-13T14:16:13.3693604Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/gain_analysis.lo’ 2023-07-13T14:16:13.3693997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/id3tag.o’ 2023-07-13T14:16:13.3694401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/id3tag.lo’ 2023-07-13T14:16:13.3694793Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/lame.o’ 2023-07-13T14:16:13.3695187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/lame.lo’ 2023-07-13T14:16:13.3695585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/newmdct.o’ 2023-07-13T14:16:13.3695950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/newmdct.lo’ 2023-07-13T14:16:13.3696362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/presets.o’ 2023-07-13T14:16:13.3696760Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/presets.lo’ 2023-07-13T14:16:13.3697176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/psymodel.o’ 2023-07-13T14:16:13.3697577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/psymodel.lo’ 2023-07-13T14:16:13.3698028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/quantize.o’ 2023-07-13T14:16:13.3698425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/quantize.lo’ 2023-07-13T14:16:13.3698904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/quantize_pvt.o’ 2023-07-13T14:16:13.3699306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/quantize_pvt.lo’ 2023-07-13T14:16:13.3699703Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/reservoir.o’ 2023-07-13T14:16:13.3700105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/reservoir.lo’ 2023-07-13T14:16:13.3700530Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/set_get.o’ 2023-07-13T14:16:13.3700890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/set_get.lo’ 2023-07-13T14:16:13.3701278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/tables.o’ 2023-07-13T14:16:13.3701678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/tables.lo’ 2023-07-13T14:16:13.3702070Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/takehiro.o’ 2023-07-13T14:16:13.3702477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/takehiro.lo’ 2023-07-13T14:16:13.3702872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/util.o’ 2023-07-13T14:16:13.3703258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/util.lo’ 2023-07-13T14:16:13.3703663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vbrquantize.o’ 2023-07-13T14:16:13.3704089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/vbrquantize.lo’ 2023-07-13T14:16:13.3704496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/version.o’ 2023-07-13T14:16:13.3704907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/version.lo’ 2023-07-13T14:16:13.3705323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/mpglib_interface.o’ 2023-07-13T14:16:13.3705700Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/mpglib_interface.lo’ 2023-07-13T14:16:13.3706111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/.libs/libmp3lame.a’ 2023-07-13T14:16:13.3706521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/.libs/libmp3lame.lai’ 2023-07-13T14:16:13.3706994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/.libs/libmp3lame.la’ 2023-07-13T14:16:13.3707470Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/.libs’ 2023-07-13T14:16:13.3707900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame/libmp3lame.la’ 2023-07-13T14:16:13.3708304Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libmp3lame’ 2023-07-13T14:16:13.3708694Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/Makefile’ 2023-07-13T14:16:13.3709094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/lame_main.o’ 2023-07-13T14:16:13.3709480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/main.o’ 2023-07-13T14:16:13.3709871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/brhist.o’ 2023-07-13T14:16:13.3710256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/console.o’ 2023-07-13T14:16:13.3710606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/get_audio.o’ 2023-07-13T14:16:13.3711001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/lametime.o’ 2023-07-13T14:16:13.3711434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/parse.o’ 2023-07-13T14:16:13.3711837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/timestatus.o’ 2023-07-13T14:16:13.3712239Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/.libs’ 2023-07-13T14:16:13.3712618Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend/lame’ 2023-07-13T14:16:13.3713023Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/frontend’ 2023-07-13T14:16:13.3713420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/Makefile’ 2023-07-13T14:16:13.3713921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/common.o’ 2023-07-13T14:16:13.3714314Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/common.lo’ 2023-07-13T14:16:13.3714728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/dct64_i386.o’ 2023-07-13T14:16:13.3715122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/dct64_i386.lo’ 2023-07-13T14:16:13.3715568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/decode_i386.o’ 2023-07-13T14:16:13.3715971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/decode_i386.lo’ 2023-07-13T14:16:13.3716444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/interface.o’ 2023-07-13T14:16:13.3716843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/interface.lo’ 2023-07-13T14:16:13.3717246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/layer1.o’ 2023-07-13T14:16:13.3717632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/layer1.lo’ 2023-07-13T14:16:13.3718023Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/layer2.o’ 2023-07-13T14:16:13.3718445Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/layer2.lo’ 2023-07-13T14:16:13.3718830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/layer3.o’ 2023-07-13T14:16:13.3719212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/layer3.lo’ 2023-07-13T14:16:13.3719675Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/tabinit.o’ 2023-07-13T14:16:13.3720040Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/tabinit.lo’ 2023-07-13T14:16:13.3720456Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/.libs/libmpgdecoder.a’ 2023-07-13T14:16:13.3720876Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/.libs/libmpgdecoder.la’ 2023-07-13T14:16:13.3721281Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/.libs’ 2023-07-13T14:16:13.3721695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib/libmpgdecoder.la’ 2023-07-13T14:16:13.3722110Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mpglib’ 2023-07-13T14:16:13.3722501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/doc/Makefile’ 2023-07-13T14:16:13.3722896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/doc/html/Makefile’ 2023-07-13T14:16:13.3723287Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/doc/html’ 2023-07-13T14:16:13.3723672Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/doc/man/Makefile’ 2023-07-13T14:16:13.3724084Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/doc/man’ 2023-07-13T14:16:13.3724545Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/doc’ 2023-07-13T14:16:13.3724887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/include/Makefile’ 2023-07-13T14:16:13.3725332Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/include’ 2023-07-13T14:16:13.3725780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/Dll/Makefile’ 2023-07-13T14:16:13.3726436Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/Dll’ 2023-07-13T14:16:13.3727097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/misc/Makefile’ 2023-07-13T14:16:13.3727509Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/misc’ 2023-07-13T14:16:13.3727906Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/debian/Makefile’ 2023-07-13T14:16:13.3728293Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/debian’ 2023-07-13T14:16:13.3728678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/dshow/Makefile’ 2023-07-13T14:16:13.3729092Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/dshow’ 2023-07-13T14:16:13.3729482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/ACM/Makefile’ 2023-07-13T14:16:13.3729869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/ACM/ADbg/Makefile’ 2023-07-13T14:16:13.3730382Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/ACM/ADbg’ 2023-07-13T14:16:13.3731194Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/ACM/ddk/Makefile’ 2023-07-13T14:16:13.3731595Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/ACM/ddk’ 2023-07-13T14:16:13.3731987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/ACM/tinyxml/Makefile’ 2023-07-13T14:16:13.3732420Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/ACM/tinyxml’ 2023-07-13T14:16:13.3732814Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/ACM’ 2023-07-13T14:16:13.3733194Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/lame.spec’ 2023-07-13T14:16:13.3733573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mac/Makefile’ 2023-07-13T14:16:13.3733954Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/mac’ 2023-07-13T14:16:13.3734417Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/macosx/Makefile’ 2023-07-13T14:16:13.3735078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/macosx/English.lproj/Makefile’ 2023-07-13T14:16:13.3735956Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/macosx/English.lproj’ 2023-07-13T14:16:13.3736340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/macosx/LAME.xcodeproj/Makefile’ 2023-07-13T14:16:13.3736756Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/macosx/LAME.xcodeproj’ 2023-07-13T14:16:13.3737146Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/macosx’ 2023-07-13T14:16:13.3737555Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/vc_solution/Makefile’ 2023-07-13T14:16:13.3737985Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/vc_solution’ 2023-07-13T14:16:13.3738362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/config.h’ 2023-07-13T14:16:13.3738733Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/stamp-h1’ 2023-07-13T14:16:13.3739107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build/libtool’ 2023-07-13T14:16:13.3739519Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build’ 2023-07-13T14:16:13.3739905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-urlinfo.txt’ 2023-07-13T14:16:13.3740477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/download-ogg.cmake’ 2023-07-13T14:16:13.3741183Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/verify-ogg.cmake’ 2023-07-13T14:16:13.3741680Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/extract-ogg.cmake’ 2023-07-13T14:16:13.3742119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download-Release-impl.cmake’ 2023-07-13T14:16:13.3742549Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download-Release.cmake’ 2023-07-13T14:16:13.3743081Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure-Release.cmake’ 2023-07-13T14:16:13.3743521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build-Release.cmake’ 2023-07-13T14:16:13.3743942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install-Release.cmake’ 2023-07-13T14:16:13.3744321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-mkdir’ 2023-07-13T14:16:13.3744805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download.log’ 2023-07-13T14:16:13.3745187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download’ 2023-07-13T14:16:13.3745620Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-update’ 2023-07-13T14:16:13.3746006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-patch’ 2023-07-13T14:16:13.3746478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure.log’ 2023-07-13T14:16:13.3747073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure’ 2023-07-13T14:16:13.3747783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build.log’ 2023-07-13T14:16:13.3748172Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build’ 2023-07-13T14:16:13.3748559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install.log’ 2023-07-13T14:16:13.3748935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install’ 2023-07-13T14:16:13.3749307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-done’ 2023-07-13T14:16:13.3749695Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp’ 2023-07-13T14:16:13.3750142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/config.log’ 2023-07-13T14:16:13.3750533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/config.status’ 2023-07-13T14:16:13.3750903Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/Makefile’ 2023-07-13T14:16:13.3751513Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/Makefile’ 2023-07-13T14:16:13.3752219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/framing.o’ 2023-07-13T14:16:13.3752569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/framing.lo’ 2023-07-13T14:16:13.3752947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/bitwise.o’ 2023-07-13T14:16:13.3753343Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/bitwise.lo’ 2023-07-13T14:16:13.3753864Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/.libs/libogg.a’ 2023-07-13T14:16:13.3754264Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/.libs/libogg.lai’ 2023-07-13T14:16:13.3754653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/.libs/libogg.la’ 2023-07-13T14:16:13.3755148Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/.libs’ 2023-07-13T14:16:13.3755874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/libogg.la’ 2023-07-13T14:16:13.3756585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/test_bitwise-bitwise.o’ 2023-07-13T14:16:13.3756971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/test_bitwise’ 2023-07-13T14:16:13.3757407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/test_framing-framing.o’ 2023-07-13T14:16:13.3757759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src/test_framing’ 2023-07-13T14:16:13.3758144Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/src’ 2023-07-13T14:16:13.3758526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/doc/Makefile’ 2023-07-13T14:16:13.3758947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/doc/libogg/Makefile’ 2023-07-13T14:16:13.3759406Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/doc/libogg’ 2023-07-13T14:16:13.3759799Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/doc’ 2023-07-13T14:16:13.3760194Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/include/Makefile’ 2023-07-13T14:16:13.3820968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/include/ogg/Makefile’ 2023-07-13T14:16:13.3821460Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/include/ogg/config_types.h’ 2023-07-13T14:16:13.3822030Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/include/ogg’ 2023-07-13T14:16:13.3822895Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/include’ 2023-07-13T14:16:13.3823477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/libogg.spec’ 2023-07-13T14:16:13.3824064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/ogg.pc’ 2023-07-13T14:16:13.3824596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/ogg-uninstalled.pc’ 2023-07-13T14:16:13.3825124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/config.h’ 2023-07-13T14:16:13.3825649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/stamp-h1’ 2023-07-13T14:16:13.3826189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build/libtool’ 2023-07-13T14:16:13.3826989Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build’ 2023-07-13T14:16:13.3827542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-urlinfo.txt’ 2023-07-13T14:16:13.3828295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/download-flac.cmake’ 2023-07-13T14:16:13.3828867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/verify-flac.cmake’ 2023-07-13T14:16:13.3829500Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/extract-flac.cmake’ 2023-07-13T14:16:13.3830156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download-Release-impl.cmake’ 2023-07-13T14:16:13.3830563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download-Release.cmake’ 2023-07-13T14:16:13.3830969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure-Release.cmake’ 2023-07-13T14:16:13.3831356Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build-Release.cmake’ 2023-07-13T14:16:13.3831738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install-Release.cmake’ 2023-07-13T14:16:13.3832082Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-mkdir’ 2023-07-13T14:16:13.3832453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download.log’ 2023-07-13T14:16:13.3832810Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download’ 2023-07-13T14:16:13.3833149Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-update’ 2023-07-13T14:16:13.3833495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-patch’ 2023-07-13T14:16:13.3833972Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure.log’ 2023-07-13T14:16:13.3834339Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure’ 2023-07-13T14:16:13.3834693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build.log’ 2023-07-13T14:16:13.3835043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build’ 2023-07-13T14:16:13.3835396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install.log’ 2023-07-13T14:16:13.3835743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install’ 2023-07-13T14:16:13.3836192Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-done’ 2023-07-13T14:16:13.3836970Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp’ 2023-07-13T14:16:13.3837483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/config.log’ 2023-07-13T14:16:13.3837916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/config.status’ 2023-07-13T14:16:13.3838249Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/Makefile’ 2023-07-13T14:16:13.3838587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/Makefile’ 2023-07-13T14:16:13.3838948Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/Makefile’ 2023-07-13T14:16:13.3839376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/flac.pc’ 2023-07-13T14:16:13.3839759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ia32/Makefile’ 2023-07-13T14:16:13.3840137Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ia32’ 2023-07-13T14:16:13.3840709Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/include/Makefile’ 2023-07-13T14:16:13.3841441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/include/private/Makefile’ 2023-07-13T14:16:13.3841932Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/include/private’ 2023-07-13T14:16:13.3842337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/include/protected/Makefile’ 2023-07-13T14:16:13.3842739Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/include/protected’ 2023-07-13T14:16:13.3843113Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/include’ 2023-07-13T14:16:13.3843467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/bitmath.o’ 2023-07-13T14:16:13.3843904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/bitmath.lo’ 2023-07-13T14:16:13.3844331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/bitreader.o’ 2023-07-13T14:16:13.3844703Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/bitreader.lo’ 2023-07-13T14:16:13.3845066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/bitwriter.o’ 2023-07-13T14:16:13.3845429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/bitwriter.lo’ 2023-07-13T14:16:13.3845789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/cpu.o’ 2023-07-13T14:16:13.3846147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/cpu.lo’ 2023-07-13T14:16:13.3846504Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/crc.o’ 2023-07-13T14:16:13.3846854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/crc.lo’ 2023-07-13T14:16:13.3847207Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/fixed.o’ 2023-07-13T14:16:13.3847568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/fixed.lo’ 2023-07-13T14:16:13.3847946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/fixed_intrin_sse2.o’ 2023-07-13T14:16:13.3848331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/fixed_intrin_sse2.lo’ 2023-07-13T14:16:13.3848709Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/fixed_intrin_ssse3.o’ 2023-07-13T14:16:13.3849088Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/fixed_intrin_ssse3.lo’ 2023-07-13T14:16:13.3849558Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/float.o’ 2023-07-13T14:16:13.3850127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/float.lo’ 2023-07-13T14:16:13.3850853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/format.o’ 2023-07-13T14:16:13.3851221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/format.lo’ 2023-07-13T14:16:13.3851574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc.o’ 2023-07-13T14:16:13.3851932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc.lo’ 2023-07-13T14:16:13.3852368Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc_intrin_sse.o’ 2023-07-13T14:16:13.3852741Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc_intrin_sse.lo’ 2023-07-13T14:16:13.3853178Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc_intrin_sse2.o’ 2023-07-13T14:16:13.3853545Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc_intrin_sse2.lo’ 2023-07-13T14:16:13.3853920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc_intrin_sse41.o’ 2023-07-13T14:16:13.3854412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc_intrin_sse41.lo’ 2023-07-13T14:16:13.3855067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc_intrin_avx2.o’ 2023-07-13T14:16:13.3855706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/lpc_intrin_avx2.lo’ 2023-07-13T14:16:13.3856066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/md5.o’ 2023-07-13T14:16:13.3856415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/md5.lo’ 2023-07-13T14:16:13.3856774Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/memory.o’ 2023-07-13T14:16:13.3857143Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/memory.lo’ 2023-07-13T14:16:13.3857533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/metadata_iterators.o’ 2023-07-13T14:16:13.3857917Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/metadata_iterators.lo’ 2023-07-13T14:16:13.3858289Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/metadata_object.o’ 2023-07-13T14:16:13.3858651Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/metadata_object.lo’ 2023-07-13T14:16:13.3859032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_decoder.o’ 2023-07-13T14:16:13.3859531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_decoder.lo’ 2023-07-13T14:16:13.3860122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder.o’ 2023-07-13T14:16:13.3860813Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder.lo’ 2023-07-13T14:16:13.3861211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder_intrin_sse2.o’ 2023-07-13T14:16:13.3861670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder_intrin_sse2.lo’ 2023-07-13T14:16:13.3862109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder_intrin_ssse3.o’ 2023-07-13T14:16:13.3862498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder_intrin_ssse3.lo’ 2023-07-13T14:16:13.3862886Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder_intrin_avx2.o’ 2023-07-13T14:16:13.3863277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder_intrin_avx2.lo’ 2023-07-13T14:16:13.3863666Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder_framing.o’ 2023-07-13T14:16:13.3864334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/stream_encoder_framing.lo’ 2023-07-13T14:16:13.3864993Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/window.o’ 2023-07-13T14:16:13.3865504Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/window.lo’ 2023-07-13T14:16:13.3865887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ogg_decoder_aspect.o’ 2023-07-13T14:16:13.3866275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ogg_decoder_aspect.lo’ 2023-07-13T14:16:13.3866652Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ogg_encoder_aspect.o’ 2023-07-13T14:16:13.3867037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ogg_encoder_aspect.lo’ 2023-07-13T14:16:13.3867401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ogg_helper.o’ 2023-07-13T14:16:13.3867765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ogg_helper.lo’ 2023-07-13T14:16:13.3868130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ogg_mapping.o’ 2023-07-13T14:16:13.3868538Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/ogg_mapping.lo’ 2023-07-13T14:16:13.3869121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/.libs/libFLAC.a’ 2023-07-13T14:16:13.3869847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/.libs/libFLAC.lai’ 2023-07-13T14:16:13.3870222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/.libs/libFLAC.la’ 2023-07-13T14:16:13.3870599Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/.libs/libFLAC-static.a’ 2023-07-13T14:16:13.3871054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/.libs/libFLAC-static.la’ 2023-07-13T14:16:13.3871488Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/.libs’ 2023-07-13T14:16:13.3871856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/libFLAC.la’ 2023-07-13T14:16:13.3872236Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC/libFLAC-static.la’ 2023-07-13T14:16:13.3872596Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC’ 2023-07-13T14:16:13.3872967Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC++/Makefile’ 2023-07-13T14:16:13.3873340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC++/flac++.pc’ 2023-07-13T14:16:13.3873707Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/libFLAC++’ 2023-07-13T14:16:13.3874209Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/Makefile’ 2023-07-13T14:16:13.3874560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/analyze.o’ 2023-07-13T14:16:13.3874916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/decode.o’ 2023-07-13T14:16:13.3875414Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/encode.o’ 2023-07-13T14:16:13.3876122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/foreign_metadata.o’ 2023-07-13T14:16:13.3876594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/main.o’ 2023-07-13T14:16:13.3876967Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/local_string_utils.o’ 2023-07-13T14:16:13.3877322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/utils.o’ 2023-07-13T14:16:13.3877705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/vorbiscomment.o’ 2023-07-13T14:16:13.3878086Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/.libs’ 2023-07-13T14:16:13.3878432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac/flac’ 2023-07-13T14:16:13.3878794Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/flac’ 2023-07-13T14:16:13.3879156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/Makefile’ 2023-07-13T14:16:13.3879667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/main.o’ 2023-07-13T14:16:13.3880121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/operations.o’ 2023-07-13T14:16:13.3880518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/operations_shorthand_cuesheet.o’ 2023-07-13T14:16:13.3880919Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/operations_shorthand_picture.o’ 2023-07-13T14:16:13.3881325Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/operations_shorthand_seektable.o’ 2023-07-13T14:16:13.3881741Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/operations_shorthand_streaminfo.o’ 2023-07-13T14:16:13.3882168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/operations_shorthand_vorbiscomment.o’ 2023-07-13T14:16:13.3882533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/options.o’ 2023-07-13T14:16:13.3882893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/usage.o’ 2023-07-13T14:16:13.3883251Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/utils.o’ 2023-07-13T14:16:13.3883634Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/.libs’ 2023-07-13T14:16:13.3883996Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac/metaflac’ 2023-07-13T14:16:13.3884364Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/metaflac’ 2023-07-13T14:16:13.3884732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/plugin_common/Makefile’ 2023-07-13T14:16:13.3885097Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/plugin_common’ 2023-07-13T14:16:13.3885462Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/plugin_xmms/Makefile’ 2023-07-13T14:16:13.3885834Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/plugin_xmms’ 2023-07-13T14:16:13.3886196Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/Makefile’ 2023-07-13T14:16:13.3886566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/.dirstamp’ 2023-07-13T14:16:13.3886945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/.deps/.dirstamp’ 2023-07-13T14:16:13.3887330Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/.deps’ 2023-07-13T14:16:13.3887774Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/getopt.o’ 2023-07-13T14:16:13.3888198Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/getopt.lo’ 2023-07-13T14:16:13.3888561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/getopt1.o’ 2023-07-13T14:16:13.3888928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/getopt1.lo’ 2023-07-13T14:16:13.3889311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/.libs/libgetopt.a’ 2023-07-13T14:16:13.3889708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/.libs/libgetopt.la’ 2023-07-13T14:16:13.3890098Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/.libs’ 2023-07-13T14:16:13.3890465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt/libgetopt.la’ 2023-07-13T14:16:13.3890908Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/getopt’ 2023-07-13T14:16:13.3891532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/.dirstamp’ 2023-07-13T14:16:13.3892224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/.deps/.dirstamp’ 2023-07-13T14:16:13.3892617Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/.deps’ 2023-07-13T14:16:13.3892977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/alloc.o’ 2023-07-13T14:16:13.3893338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/alloc.lo’ 2023-07-13T14:16:13.3893707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/cuesheet.o’ 2023-07-13T14:16:13.3894094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/cuesheet.lo’ 2023-07-13T14:16:13.3894459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/file.o’ 2023-07-13T14:16:13.3894831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/file.lo’ 2023-07-13T14:16:13.3895200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/picture.o’ 2023-07-13T14:16:13.3895567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/picture.lo’ 2023-07-13T14:16:13.3896034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/replaygain.o’ 2023-07-13T14:16:13.3896416Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/replaygain.lo’ 2023-07-13T14:16:13.3896851Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/seektable.o’ 2023-07-13T14:16:13.3897229Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/seektable.lo’ 2023-07-13T14:16:13.3897599Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/snprintf.o’ 2023-07-13T14:16:13.3897974Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/snprintf.lo’ 2023-07-13T14:16:13.3898371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/.libs/libgrabbag.a’ 2023-07-13T14:16:13.3898768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/.libs/libgrabbag.la’ 2023-07-13T14:16:13.3899152Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/.libs’ 2023-07-13T14:16:13.3899531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag/libgrabbag.la’ 2023-07-13T14:16:13.3899902Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/grabbag’ 2023-07-13T14:16:13.3900274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/.dirstamp’ 2023-07-13T14:16:13.3900642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/.deps/.dirstamp’ 2023-07-13T14:16:13.3901021Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/.deps’ 2023-07-13T14:16:13.3901388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/charset.o’ 2023-07-13T14:16:13.3901754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/charset.lo’ 2023-07-13T14:16:13.3902127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/iconvert.o’ 2023-07-13T14:16:13.3902504Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/iconvert.lo’ 2023-07-13T14:16:13.3902861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/utf8.o’ 2023-07-13T14:16:13.3903224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/utf8.lo’ 2023-07-13T14:16:13.3903593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/.libs/libutf8.a’ 2023-07-13T14:16:13.3904029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/.libs/libutf8.la’ 2023-07-13T14:16:13.3904465Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/.libs’ 2023-07-13T14:16:13.3904835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8/libutf8.la’ 2023-07-13T14:16:13.3905196Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/utf8’ 2023-07-13T14:16:13.3905586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/.dirstamp’ 2023-07-13T14:16:13.3905993Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/.deps/.dirstamp’ 2023-07-13T14:16:13.3906411Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/.deps’ 2023-07-13T14:16:13.3906830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/replaygain_analysis.o’ 2023-07-13T14:16:13.3907250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/replaygain_analysis.lo’ 2023-07-13T14:16:13.3907678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/.libs/libreplaygain_analysis.a’ 2023-07-13T14:16:13.3908120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/.libs/libreplaygain_analysis.la’ 2023-07-13T14:16:13.3908539Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/.libs’ 2023-07-13T14:16:13.3908967Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis/libreplaygain_analysis.la’ 2023-07-13T14:16:13.3909360Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_analysis’ 2023-07-13T14:16:13.3909750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/.dirstamp’ 2023-07-13T14:16:13.3910162Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/.deps/.dirstamp’ 2023-07-13T14:16:13.3910580Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/.deps’ 2023-07-13T14:16:13.3911090Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.o’ 2023-07-13T14:16:13.3911591Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo’ 2023-07-13T14:16:13.3912084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/.libs/libreplaygain_synthesis.a’ 2023-07-13T14:16:13.3912582Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/.libs/libreplaygain_synthesis.la’ 2023-07-13T14:16:13.3912994Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/.libs’ 2023-07-13T14:16:13.3913419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis/libreplaygain_synthesis.la’ 2023-07-13T14:16:13.3913943Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share/replaygain_synthesis’ 2023-07-13T14:16:13.3914305Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/share’ 2023-07-13T14:16:13.3914683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/Makefile’ 2023-07-13T14:16:13.3915066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/cuesheet/Makefile’ 2023-07-13T14:16:13.3915448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/cuesheet/main.o’ 2023-07-13T14:16:13.3915846Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/cuesheet/.libs’ 2023-07-13T14:16:13.3916246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/cuesheet/test_cuesheet’ 2023-07-13T14:16:13.3916644Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/cuesheet’ 2023-07-13T14:16:13.3917081Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/picture/Makefile’ 2023-07-13T14:16:13.3917465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/picture/main.o’ 2023-07-13T14:16:13.3917864Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/picture/.libs’ 2023-07-13T14:16:13.3918250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/picture/test_picture’ 2023-07-13T14:16:13.3918649Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag/picture’ 2023-07-13T14:16:13.3919021Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_grabbag’ 2023-07-13T14:16:13.3919478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/Makefile’ 2023-07-13T14:16:13.3919871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/file_utils_flac.o’ 2023-07-13T14:16:13.3920352Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/file_utils_flac.lo’ 2023-07-13T14:16:13.3920805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/metadata_utils.o’ 2023-07-13T14:16:13.3921197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/metadata_utils.lo’ 2023-07-13T14:16:13.3921608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/.libs/libtest_libs_common.a’ 2023-07-13T14:16:13.3922014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/.libs/libtest_libs_common.la’ 2023-07-13T14:16:13.3922415Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/.libs’ 2023-07-13T14:16:13.3922821Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common/libtest_libs_common.la’ 2023-07-13T14:16:13.3923201Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libs_common’ 2023-07-13T14:16:13.3923559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/Makefile’ 2023-07-13T14:16:13.3923931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/bitwriter.o’ 2023-07-13T14:16:13.3924315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/decoders.o’ 2023-07-13T14:16:13.3924689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/encoders.o’ 2023-07-13T14:16:13.3925064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/endswap.o’ 2023-07-13T14:16:13.3925428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/format.o’ 2023-07-13T14:16:13.3925789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/main.o’ 2023-07-13T14:16:13.3926170Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/metadata.o’ 2023-07-13T14:16:13.3926558Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/metadata_manip.o’ 2023-07-13T14:16:13.3926941Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/metadata_object.o’ 2023-07-13T14:16:13.3927302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/md5.o’ 2023-07-13T14:16:13.3927686Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/.libs’ 2023-07-13T14:16:13.3928111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC/test_libFLAC’ 2023-07-13T14:16:13.3928536Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC’ 2023-07-13T14:16:13.3928908Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC++/Makefile’ 2023-07-13T14:16:13.3929285Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_libFLAC++’ 2023-07-13T14:16:13.3929655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_seeking/Makefile’ 2023-07-13T14:16:13.3930027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_seeking/main.o’ 2023-07-13T14:16:13.3930415Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_seeking/.libs’ 2023-07-13T14:16:13.3930788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_seeking/test_seeking’ 2023-07-13T14:16:13.3931158Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_seeking’ 2023-07-13T14:16:13.3931631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_streams/Makefile’ 2023-07-13T14:16:13.3931990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_streams/main.o’ 2023-07-13T14:16:13.3932360Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_streams/.libs’ 2023-07-13T14:16:13.3932728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_streams/test_streams’ 2023-07-13T14:16:13.3933077Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/test_streams’ 2023-07-13T14:16:13.3933424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/utils/Makefile’ 2023-07-13T14:16:13.3933783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/utils/flacdiff/Makefile’ 2023-07-13T14:16:13.3934159Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/utils/flacdiff’ 2023-07-13T14:16:13.3934529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/utils/flactimer/Makefile’ 2023-07-13T14:16:13.3934899Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/utils/flactimer’ 2023-07-13T14:16:13.3935248Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src/utils’ 2023-07-13T14:16:13.3935584Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/src’ 2023-07-13T14:16:13.3935990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/Makefile’ 2023-07-13T14:16:13.3936392Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/Makefile’ 2023-07-13T14:16:13.3936765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/decode/Makefile’ 2023-07-13T14:16:13.3937128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/decode/file/Makefile’ 2023-07-13T14:16:13.3937481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/decode/file/main.o’ 2023-07-13T14:16:13.3937872Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/decode/file/.libs’ 2023-07-13T14:16:13.3938267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/decode/file/example_c_decode_file’ 2023-07-13T14:16:13.3938639Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/decode/file’ 2023-07-13T14:16:13.3939002Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/decode’ 2023-07-13T14:16:13.3939361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/encode/Makefile’ 2023-07-13T14:16:13.3939737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/encode/file/Makefile’ 2023-07-13T14:16:13.3940104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/encode/file/main.o’ 2023-07-13T14:16:13.3940493Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/encode/file/.libs’ 2023-07-13T14:16:13.3940881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/encode/file/example_c_encode_file’ 2023-07-13T14:16:13.3941255Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/encode/file’ 2023-07-13T14:16:13.3941626Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c/encode’ 2023-07-13T14:16:13.3941980Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/c’ 2023-07-13T14:16:13.3942334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/Makefile’ 2023-07-13T14:16:13.3942700Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/decode/Makefile’ 2023-07-13T14:16:13.3943073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/decode/file/Makefile’ 2023-07-13T14:16:13.3943449Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/decode/file’ 2023-07-13T14:16:13.3943880Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/decode’ 2023-07-13T14:16:13.3944297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/encode/Makefile’ 2023-07-13T14:16:13.3944673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/encode/file/Makefile’ 2023-07-13T14:16:13.3945047Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/encode/file’ 2023-07-13T14:16:13.3945414Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp/encode’ 2023-07-13T14:16:13.3945774Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples/cpp’ 2023-07-13T14:16:13.3946128Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/examples’ 2023-07-13T14:16:13.3946479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/Makefile’ 2023-07-13T14:16:13.3946822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/FLAC/Makefile’ 2023-07-13T14:16:13.3947171Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/FLAC’ 2023-07-13T14:16:13.3947534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/FLAC++/Makefile’ 2023-07-13T14:16:13.3947894Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/FLAC++’ 2023-07-13T14:16:13.3948245Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/share/Makefile’ 2023-07-13T14:16:13.3948611Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/share/grabbag/Makefile’ 2023-07-13T14:16:13.3948973Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/share/grabbag’ 2023-07-13T14:16:13.3949392Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/share’ 2023-07-13T14:16:13.3949819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/test_libs_common/Makefile’ 2023-07-13T14:16:13.3950195Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include/test_libs_common’ 2023-07-13T14:16:13.3950544Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/include’ 2023-07-13T14:16:13.3950888Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/doc/Doxyfile’ 2023-07-13T14:16:13.3951216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/doc/Makefile’ 2023-07-13T14:16:13.3951574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/doc/html/Makefile’ 2023-07-13T14:16:13.3951941Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/doc/html/images/Makefile’ 2023-07-13T14:16:13.3952301Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/doc/html/images’ 2023-07-13T14:16:13.3952649Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/doc/html’ 2023-07-13T14:16:13.3952991Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/doc’ 2023-07-13T14:16:13.3953341Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/m4/Makefile’ 2023-07-13T14:16:13.3953688Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/m4’ 2023-07-13T14:16:13.3954291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/man/Makefile’ 2023-07-13T14:16:13.3954637Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/man’ 2023-07-13T14:16:13.3954988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/common.sh’ 2023-07-13T14:16:13.3955337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/Makefile’ 2023-07-13T14:16:13.3955706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/cuesheets/Makefile’ 2023-07-13T14:16:13.3956088Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/cuesheets’ 2023-07-13T14:16:13.3956513Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/flac-to-flac-metadata-test-files/Makefile’ 2023-07-13T14:16:13.3956945Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/flac-to-flac-metadata-test-files’ 2023-07-13T14:16:13.3957337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/metaflac-test-files/Makefile’ 2023-07-13T14:16:13.3957842Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/metaflac-test-files’ 2023-07-13T14:16:13.3958275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/pictures/Makefile’ 2023-07-13T14:16:13.3958651Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test/pictures’ 2023-07-13T14:16:13.3959000Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/test’ 2023-07-13T14:16:13.3959434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/build/Makefile’ 2023-07-13T14:16:13.3959799Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/build’ 2023-07-13T14:16:13.3960158Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/Makefile’ 2023-07-13T14:16:13.3960509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/debug/Makefile’ 2023-07-13T14:16:13.3960869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/debug/bin/Makefile’ 2023-07-13T14:16:13.3961237Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/debug/bin’ 2023-07-13T14:16:13.3961600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/debug/lib/Makefile’ 2023-07-13T14:16:13.3961960Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/debug/lib’ 2023-07-13T14:16:13.3962329Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/debug’ 2023-07-13T14:16:13.3962695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/release/Makefile’ 2023-07-13T14:16:13.3963063Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/release/bin/Makefile’ 2023-07-13T14:16:13.3963434Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/release/bin’ 2023-07-13T14:16:13.3963809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/release/lib/Makefile’ 2023-07-13T14:16:13.3964194Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/release/lib’ 2023-07-13T14:16:13.3964554Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs/release’ 2023-07-13T14:16:13.3964902Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/objs’ 2023-07-13T14:16:13.3965253Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/microbench/Makefile’ 2023-07-13T14:16:13.3965698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/microbench/benchmark_residual.o’ 2023-07-13T14:16:13.3966124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/microbench/util.o’ 2023-07-13T14:16:13.3966506Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/microbench/.libs’ 2023-07-13T14:16:13.3966884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/microbench/benchmark_residual’ 2023-07-13T14:16:13.3967252Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/microbench’ 2023-07-13T14:16:13.3967597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/config.h’ 2023-07-13T14:16:13.3967934Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/stamp-h1’ 2023-07-13T14:16:13.3968278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build/libtool’ 2023-07-13T14:16:13.3968622Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build’ 2023-07-13T14:16:13.3968988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-urlinfo.txt’ 2023-07-13T14:16:13.3969359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/download-vorbis.cmake’ 2023-07-13T14:16:13.3969740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/verify-vorbis.cmake’ 2023-07-13T14:16:13.3970127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/extract-vorbis.cmake’ 2023-07-13T14:16:13.3970544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download-Release-impl.cmake’ 2023-07-13T14:16:13.3970946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download-Release.cmake’ 2023-07-13T14:16:13.3971344Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure-Release.cmake’ 2023-07-13T14:16:13.3971831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build-Release.cmake’ 2023-07-13T14:16:13.3972199Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install-Release.cmake’ 2023-07-13T14:16:13.3972537Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-mkdir’ 2023-07-13T14:16:13.3972881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download.log’ 2023-07-13T14:16:13.3973217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download’ 2023-07-13T14:16:13.3973552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-update’ 2023-07-13T14:16:13.3973923Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-patch’ 2023-07-13T14:16:13.3974321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure.log’ 2023-07-13T14:16:13.3974653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure’ 2023-07-13T14:16:13.3974986Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build.log’ 2023-07-13T14:16:13.3975309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build’ 2023-07-13T14:16:13.3975661Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install.log’ 2023-07-13T14:16:13.3975985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install’ 2023-07-13T14:16:13.3976315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-done’ 2023-07-13T14:16:13.3976638Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp’ 2023-07-13T14:16:13.3976953Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/config.log’ 2023-07-13T14:16:13.3977279Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/config.status’ 2023-07-13T14:16:13.3977603Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/Makefile’ 2023-07-13T14:16:13.3977920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/m4/Makefile’ 2023-07-13T14:16:13.3978249Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/m4’ 2023-07-13T14:16:13.3978576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/Makefile’ 2023-07-13T14:16:13.3978907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/modes/Makefile’ 2023-07-13T14:16:13.3979253Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/modes’ 2023-07-13T14:16:13.3979586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/books/Makefile’ 2023-07-13T14:16:13.3979942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/books/coupled/Makefile’ 2023-07-13T14:16:13.3980458Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/books/coupled’ 2023-07-13T14:16:13.3980825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/books/uncoupled/Makefile’ 2023-07-13T14:16:13.3981198Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/books/uncoupled’ 2023-07-13T14:16:13.3981614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/books/floor/Makefile’ 2023-07-13T14:16:13.3982030Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/books/floor’ 2023-07-13T14:16:13.3982377Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/books’ 2023-07-13T14:16:13.3982712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/mdct.o’ 2023-07-13T14:16:13.3983052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/mdct.lo’ 2023-07-13T14:16:13.3983408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/smallft.o’ 2023-07-13T14:16:13.3983759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/smallft.lo’ 2023-07-13T14:16:13.3984098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/block.o’ 2023-07-13T14:16:13.3984437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/block.lo’ 2023-07-13T14:16:13.3984785Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/envelope.o’ 2023-07-13T14:16:13.3985144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/envelope.lo’ 2023-07-13T14:16:13.3985481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/window.o’ 2023-07-13T14:16:13.3985831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/window.lo’ 2023-07-13T14:16:13.3986165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/lsp.o’ 2023-07-13T14:16:13.3986494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/lsp.lo’ 2023-07-13T14:16:13.3986827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/lpc.o’ 2023-07-13T14:16:13.3987171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/lpc.lo’ 2023-07-13T14:16:13.3987516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/analysis.o’ 2023-07-13T14:16:13.3987872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/analysis.lo’ 2023-07-13T14:16:13.3988213Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/synthesis.o’ 2023-07-13T14:16:13.3988560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/synthesis.lo’ 2023-07-13T14:16:13.3988892Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/psy.o’ 2023-07-13T14:16:13.3989284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/psy.lo’ 2023-07-13T14:16:13.3989670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/info.o’ 2023-07-13T14:16:13.3990006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/info.lo’ 2023-07-13T14:16:13.3990338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/floor1.o’ 2023-07-13T14:16:13.3990678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/floor1.lo’ 2023-07-13T14:16:13.3991026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/floor0.o’ 2023-07-13T14:16:13.3991367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/floor0.lo’ 2023-07-13T14:16:13.3991712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/res0.o’ 2023-07-13T14:16:13.3992048Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/res0.lo’ 2023-07-13T14:16:13.3992391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/mapping0.o’ 2023-07-13T14:16:13.3992737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/mapping0.lo’ 2023-07-13T14:16:13.3993084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/registry.o’ 2023-07-13T14:16:13.3993437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/registry.lo’ 2023-07-13T14:16:13.3993883Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/codebook.o’ 2023-07-13T14:16:13.3994390Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/codebook.lo’ 2023-07-13T14:16:13.3994739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/sharedbook.o’ 2023-07-13T14:16:13.3995108Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/sharedbook.lo’ 2023-07-13T14:16:13.3995457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/lookup.o’ 2023-07-13T14:16:13.3995820Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/lookup.lo’ 2023-07-13T14:16:13.3996171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/bitrate.o’ 2023-07-13T14:16:13.3996519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/bitrate.lo’ 2023-07-13T14:16:13.3996878Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbis.a’ 2023-07-13T14:16:13.3997331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbis.lai’ 2023-07-13T14:16:13.3997762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbis.la’ 2023-07-13T14:16:13.3998136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbisfile.a’ 2023-07-13T14:16:13.3998516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbisfile.lai’ 2023-07-13T14:16:13.3998896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbisfile.la’ 2023-07-13T14:16:13.3999268Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbisenc.a’ 2023-07-13T14:16:13.3999741Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbisenc.lai’ 2023-07-13T14:16:13.4000113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs/libvorbisenc.la’ 2023-07-13T14:16:13.4000483Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/.libs’ 2023-07-13T14:16:13.4000841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/libvorbis.la’ 2023-07-13T14:16:13.4001208Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/vorbisfile.o’ 2023-07-13T14:16:13.4001568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/vorbisfile.lo’ 2023-07-13T14:16:13.4001939Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/libvorbisfile.la’ 2023-07-13T14:16:13.4002296Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/vorbisenc.o’ 2023-07-13T14:16:13.4002647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/vorbisenc.lo’ 2023-07-13T14:16:13.4003011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/libvorbisenc.la’ 2023-07-13T14:16:13.4003419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/test_sharedbook-sharedbook.o’ 2023-07-13T14:16:13.4003782Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib/test_sharedbook’ 2023-07-13T14:16:13.4004138Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/lib’ 2023-07-13T14:16:13.4004486Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/Makefile’ 2023-07-13T14:16:13.4004857Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/vorbisfile/Makefile’ 2023-07-13T14:16:13.4005294Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/vorbisfile’ 2023-07-13T14:16:13.4005657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/vorbisenc/Makefile’ 2023-07-13T14:16:13.4006087Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/vorbisenc’ 2023-07-13T14:16:13.4006453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/libvorbis/Makefile’ 2023-07-13T14:16:13.4006819Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/libvorbis’ 2023-07-13T14:16:13.4007172Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/Doxyfile’ 2023-07-13T14:16:13.4007553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc/doxygen-build.stamp’ 2023-07-13T14:16:13.4007919Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/doc’ 2023-07-13T14:16:13.4008267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/include/Makefile’ 2023-07-13T14:16:13.4008633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/include/vorbis/Makefile’ 2023-07-13T14:16:13.4009008Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/include/vorbis’ 2023-07-13T14:16:13.4009377Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/include’ 2023-07-13T14:16:13.4009751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/examples/Makefile’ 2023-07-13T14:16:13.4010119Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/examples’ 2023-07-13T14:16:13.4010472Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/test/Makefile’ 2023-07-13T14:16:13.4010825Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/test’ 2023-07-13T14:16:13.4011181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/vq/Makefile’ 2023-07-13T14:16:13.4011639Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/vq’ 2023-07-13T14:16:13.4011980Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/libvorbis.spec’ 2023-07-13T14:16:13.4012304Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/vorbis.pc’ 2023-07-13T14:16:13.4012622Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/vorbisenc.pc’ 2023-07-13T14:16:13.4012950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/vorbisfile.pc’ 2023-07-13T14:16:13.4013353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/vorbis-uninstalled.pc’ 2023-07-13T14:16:13.4013784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/vorbisenc-uninstalled.pc’ 2023-07-13T14:16:13.4014145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/vorbisfile-uninstalled.pc’ 2023-07-13T14:16:13.4014463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/config.h’ 2023-07-13T14:16:13.4014771Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/stamp-h1’ 2023-07-13T14:16:13.4015092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build/libtool’ 2023-07-13T14:16:13.4015413Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build’ 2023-07-13T14:16:13.4015755Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-urlinfo.txt’ 2023-07-13T14:16:13.4016097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/download-opus.cmake’ 2023-07-13T14:16:13.4016427Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/verify-opus.cmake’ 2023-07-13T14:16:13.4016765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/extract-opus.cmake’ 2023-07-13T14:16:13.4017150Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download-Release-impl.cmake’ 2023-07-13T14:16:13.4017519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download-Release.cmake’ 2023-07-13T14:16:13.4017881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure-Release.cmake’ 2023-07-13T14:16:13.4018231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build-Release.cmake’ 2023-07-13T14:16:13.4018581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install-Release.cmake’ 2023-07-13T14:16:13.4018907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-mkdir’ 2023-07-13T14:16:13.4019238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download.log’ 2023-07-13T14:16:13.4019571Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download’ 2023-07-13T14:16:13.4019893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-update’ 2023-07-13T14:16:13.4020216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-patch’ 2023-07-13T14:16:13.4020542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure.log’ 2023-07-13T14:16:13.4020925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure’ 2023-07-13T14:16:13.4021311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build.log’ 2023-07-13T14:16:13.4021631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build’ 2023-07-13T14:16:13.4021963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install.log’ 2023-07-13T14:16:13.4022282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install’ 2023-07-13T14:16:13.4022608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-done’ 2023-07-13T14:16:13.4022925Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp’ 2023-07-13T14:16:13.4023247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/config.log’ 2023-07-13T14:16:13.4023569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/config.status’ 2023-07-13T14:16:13.4023882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/Makefile’ 2023-07-13T14:16:13.4024192Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/opus.pc’ 2023-07-13T14:16:13.4024527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/opus-uninstalled.pc’ 2023-07-13T14:16:13.4024857Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/arm/armopts.s’ 2023-07-13T14:16:13.4025196Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/arm’ 2023-07-13T14:16:13.4025518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/.dirstamp’ 2023-07-13T14:16:13.4025851Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/.deps/.dirstamp’ 2023-07-13T14:16:13.4026187Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/.deps’ 2023-07-13T14:16:13.4026514Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/bands.o’ 2023-07-13T14:16:13.4026840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/bands.lo’ 2023-07-13T14:16:13.4027158Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/celt.o’ 2023-07-13T14:16:13.4027478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/celt.lo’ 2023-07-13T14:16:13.4027809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/celt_encoder.o’ 2023-07-13T14:16:13.4028189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/celt_encoder.lo’ 2023-07-13T14:16:13.4028520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/celt_decoder.o’ 2023-07-13T14:16:13.4028898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/celt_decoder.lo’ 2023-07-13T14:16:13.4029216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/cwrs.o’ 2023-07-13T14:16:13.4029533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/cwrs.lo’ 2023-07-13T14:16:13.4029855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/entcode.o’ 2023-07-13T14:16:13.4030190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/entcode.lo’ 2023-07-13T14:16:13.4030519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/entdec.o’ 2023-07-13T14:16:13.4030840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/entdec.lo’ 2023-07-13T14:16:13.4031155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/entenc.o’ 2023-07-13T14:16:13.4031476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/entenc.lo’ 2023-07-13T14:16:13.4031805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/kiss_fft.o’ 2023-07-13T14:16:13.4032119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/kiss_fft.lo’ 2023-07-13T14:16:13.4032444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/laplace.o’ 2023-07-13T14:16:13.4032767Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/laplace.lo’ 2023-07-13T14:16:13.4033089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/mathops.o’ 2023-07-13T14:16:13.4033411Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/mathops.lo’ 2023-07-13T14:16:13.4033734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/mdct.o’ 2023-07-13T14:16:13.4034348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/mdct.lo’ 2023-07-13T14:16:13.4034727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/modes.o’ 2023-07-13T14:16:13.4035076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/modes.lo’ 2023-07-13T14:16:13.4035421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/pitch.o’ 2023-07-13T14:16:13.4035768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/pitch.lo’ 2023-07-13T14:16:13.4036185Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/celt_lpc.o’ 2023-07-13T14:16:13.4036606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/celt_lpc.lo’ 2023-07-13T14:16:13.4036961Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/quant_bands.o’ 2023-07-13T14:16:13.4037315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/quant_bands.lo’ 2023-07-13T14:16:13.4037657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/rate.o’ 2023-07-13T14:16:13.4038009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/rate.lo’ 2023-07-13T14:16:13.4038349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/vq.o’ 2023-07-13T14:16:13.4038696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/vq.lo’ 2023-07-13T14:16:13.4039048Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/.dirstamp’ 2023-07-13T14:16:13.4039479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/.deps/.dirstamp’ 2023-07-13T14:16:13.4039856Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/.deps’ 2023-07-13T14:16:13.4040216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/x86cpu.o’ 2023-07-13T14:16:13.4040567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/x86cpu.lo’ 2023-07-13T14:16:13.4040927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/x86_celt_map.o’ 2023-07-13T14:16:13.4041280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/x86_celt_map.lo’ 2023-07-13T14:16:13.4041637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/pitch_sse.o’ 2023-07-13T14:16:13.4042061Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/pitch_sse.lo’ 2023-07-13T14:16:13.4042471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/pitch_sse2.o’ 2023-07-13T14:16:13.4042837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/pitch_sse2.lo’ 2023-07-13T14:16:13.4043189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/vq_sse2.o’ 2023-07-13T14:16:13.4043546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/vq_sse2.lo’ 2023-07-13T14:16:13.4043916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/celt_lpc_sse4_1.o’ 2023-07-13T14:16:13.4044280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/celt_lpc_sse4_1.lo’ 2023-07-13T14:16:13.4044653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/pitch_sse4_1.o’ 2023-07-13T14:16:13.4045010Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86/pitch_sse4_1.lo’ 2023-07-13T14:16:13.4045375Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/x86’ 2023-07-13T14:16:13.4045731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/.dirstamp’ 2023-07-13T14:16:13.4046107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/.deps/.dirstamp’ 2023-07-13T14:16:13.4046488Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/.deps’ 2023-07-13T14:16:13.4046862Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_cwrs32.o’ 2023-07-13T14:16:13.4047236Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/.libs’ 2023-07-13T14:16:13.4047602Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_cwrs32’ 2023-07-13T14:16:13.4047977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_dft.o’ 2023-07-13T14:16:13.4048346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_dft’ 2023-07-13T14:16:13.4048723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_entropy.o’ 2023-07-13T14:16:13.4049094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_entropy’ 2023-07-13T14:16:13.4049461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_laplace.o’ 2023-07-13T14:16:13.4049897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_laplace’ 2023-07-13T14:16:13.4050265Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_mathops.o’ 2023-07-13T14:16:13.4050688Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_mathops’ 2023-07-13T14:16:13.4051051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_mdct.o’ 2023-07-13T14:16:13.4051412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_mdct’ 2023-07-13T14:16:13.4051874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_rotation.o’ 2023-07-13T14:16:13.4052213Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_rotation’ 2023-07-13T14:16:13.4052556Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_types.o’ 2023-07-13T14:16:13.4052892Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests/test_unit_types’ 2023-07-13T14:16:13.4053227Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt/tests’ 2023-07-13T14:16:13.4053554Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/celt’ 2023-07-13T14:16:13.4053882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/doc/Makefile’ 2023-07-13T14:16:13.4054202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/doc/Doxyfile’ 2023-07-13T14:16:13.4054524Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/doc’ 2023-07-13T14:16:13.4054842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/config.h’ 2023-07-13T14:16:13.4055152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/stamp-h1’ 2023-07-13T14:16:13.4055468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/libtool’ 2023-07-13T14:16:13.4055791Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/.dirstamp’ 2023-07-13T14:16:13.4056126Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/.deps/.dirstamp’ 2023-07-13T14:16:13.4056461Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/.deps’ 2023-07-13T14:16:13.4056783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/CNG.o’ 2023-07-13T14:16:13.4057118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler.lo’ 2023-07-13T14:16:13.4057488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/CNG.lo’ 2023-07-13T14:16:13.4057858Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/code_signs.o’ 2023-07-13T14:16:13.4058196Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/ana_filt_bank_1.lo’ 2023-07-13T14:16:13.4058522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/code_signs.lo’ 2023-07-13T14:16:13.4058856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/init_decoder.o’ 2023-07-13T14:16:13.4059189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/lin2log.o’ 2023-07-13T14:16:13.4059520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/init_decoder.lo’ 2023-07-13T14:16:13.4059853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_core.o’ 2023-07-13T14:16:13.4060184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/biquad_alt.lo’ 2023-07-13T14:16:13.4060515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_core.lo’ 2023-07-13T14:16:13.4060843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_frame.o’ 2023-07-13T14:16:13.4061181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/bwexpander_32.o’ 2023-07-13T14:16:13.4061517Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_frame.lo’ 2023-07-13T14:16:13.4061847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_parameters.o’ 2023-07-13T14:16:13.4062177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/ana_filt_bank_1.o’ 2023-07-13T14:16:13.4062523Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_parameters.lo’ 2023-07-13T14:16:13.4062861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_indices.o’ 2023-07-13T14:16:13.4063196Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/bwexpander_32.lo’ 2023-07-13T14:16:13.4063540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_indices.lo’ 2023-07-13T14:16:13.4063872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_pulses.o’ 2023-07-13T14:16:13.4064197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/bwexpander.o’ 2023-07-13T14:16:13.4064532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_pulses.lo’ 2023-07-13T14:16:13.4064919Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decoder_set_fs.o’ 2023-07-13T14:16:13.4065295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/bwexpander.lo’ 2023-07-13T14:16:13.4065628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decoder_set_fs.lo’ 2023-07-13T14:16:13.4065941Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/dec_API.o’ 2023-07-13T14:16:13.4066268Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/sigm_Q15.o’ 2023-07-13T14:16:13.4066605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/dec_API.lo’ 2023-07-13T14:16:13.4066925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/enc_API.o’ 2023-07-13T14:16:13.4067261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/.dirstamp’ 2023-07-13T14:16:13.4067600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/.deps/.dirstamp’ 2023-07-13T14:16:13.4067947Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/.deps’ 2023-07-13T14:16:13.4068300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/apply_sine_window_FLP.o’ 2023-07-13T14:16:13.4068663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/apply_sine_window_FLP.lo’ 2023-07-13T14:16:13.4069017Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/corrMatrix_FLP.o’ 2023-07-13T14:16:13.4069358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/corrMatrix_FLP.lo’ 2023-07-13T14:16:13.4069702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/encode_frame_FLP.o’ 2023-07-13T14:16:13.4070040Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/encode_frame_FLP.lo’ 2023-07-13T14:16:13.4070386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/find_LPC_FLP.o’ 2023-07-13T14:16:13.4070731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/find_LPC_FLP.lo’ 2023-07-13T14:16:13.4071064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/find_LTP_FLP.o’ 2023-07-13T14:16:13.4071405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/find_LTP_FLP.lo’ 2023-07-13T14:16:13.4071751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/find_pitch_lags_FLP.o’ 2023-07-13T14:16:13.4072156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/find_pitch_lags_FLP.lo’ 2023-07-13T14:16:13.4072580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/find_pred_coefs_FLP.o’ 2023-07-13T14:16:13.4072931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/find_pred_coefs_FLP.lo’ 2023-07-13T14:16:13.4073286Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/LPC_analysis_filter_FLP.o’ 2023-07-13T14:16:13.4073639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/LPC_analysis_filter_FLP.lo’ 2023-07-13T14:16:13.4074284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/LTP_analysis_filter_FLP.o’ 2023-07-13T14:16:13.4074681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/LTP_analysis_filter_FLP.lo’ 2023-07-13T14:16:13.4075046Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/LTP_scale_ctrl_FLP.o’ 2023-07-13T14:16:13.4075420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/LTP_scale_ctrl_FLP.lo’ 2023-07-13T14:16:13.4075802Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/noise_shape_analysis_FLP.o’ 2023-07-13T14:16:13.4076193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/noise_shape_analysis_FLP.lo’ 2023-07-13T14:16:13.4076574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/process_gains_FLP.o’ 2023-07-13T14:16:13.4076945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/process_gains_FLP.lo’ 2023-07-13T14:16:13.4077338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/regularize_correlations_FLP.o’ 2023-07-13T14:16:13.4077729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/regularize_correlations_FLP.lo’ 2023-07-13T14:16:13.4078112Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/residual_energy_FLP.o’ 2023-07-13T14:16:13.4078501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/residual_energy_FLP.lo’ 2023-07-13T14:16:13.4078896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/warped_autocorrelation_FLP.o’ 2023-07-13T14:16:13.4079286Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/warped_autocorrelation_FLP.lo’ 2023-07-13T14:16:13.4079707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/wrappers_FLP.o’ 2023-07-13T14:16:13.4080147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/wrappers_FLP.lo’ 2023-07-13T14:16:13.4080596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/autocorrelation_FLP.o’ 2023-07-13T14:16:13.4080977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/autocorrelation_FLP.lo’ 2023-07-13T14:16:13.4081346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/burg_modified_FLP.o’ 2023-07-13T14:16:13.4081720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/burg_modified_FLP.lo’ 2023-07-13T14:16:13.4082098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/bwexpander_FLP.o’ 2023-07-13T14:16:13.4082483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/bwexpander_FLP.lo’ 2023-07-13T14:16:13.4082846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/energy_FLP.o’ 2023-07-13T14:16:13.4083208Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/energy_FLP.lo’ 2023-07-13T14:16:13.4083582Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/inner_product_FLP.o’ 2023-07-13T14:16:13.4083966Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/inner_product_FLP.lo’ 2023-07-13T14:16:13.4084321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/k2a_FLP.o’ 2023-07-13T14:16:13.4084679Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/k2a_FLP.lo’ 2023-07-13T14:16:13.4085058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/LPC_inv_pred_gain_FLP.o’ 2023-07-13T14:16:13.4085439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/LPC_inv_pred_gain_FLP.lo’ 2023-07-13T14:16:13.4085827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/pitch_analysis_core_FLP.o’ 2023-07-13T14:16:13.4086225Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/pitch_analysis_core_FLP.lo’ 2023-07-13T14:16:13.4086612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/scale_copy_vector_FLP.o’ 2023-07-13T14:16:13.4086987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/scale_copy_vector_FLP.lo’ 2023-07-13T14:16:13.4087359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/scale_vector_FLP.o’ 2023-07-13T14:16:13.4087731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/scale_vector_FLP.lo’ 2023-07-13T14:16:13.4088148Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/schur_FLP.o’ 2023-07-13T14:16:13.4088565Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/schur_FLP.lo’ 2023-07-13T14:16:13.4088925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/sort_FLP.o’ 2023-07-13T14:16:13.4089286Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float/sort_FLP.lo’ 2023-07-13T14:16:13.4089644Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/float’ 2023-07-13T14:16:13.4090007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/enc_API.lo’ 2023-07-13T14:16:13.4090376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/encode_indices.o’ 2023-07-13T14:16:13.4090727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/debug.o’ 2023-07-13T14:16:13.4091088Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/encode_indices.lo’ 2023-07-13T14:16:13.4091444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/encode_pulses.o’ 2023-07-13T14:16:13.4091906Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/debug.lo’ 2023-07-13T14:16:13.4092257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/encode_pulses.lo’ 2023-07-13T14:16:13.4092607Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/gain_quant.o’ 2023-07-13T14:16:13.4092950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_pitch.o’ 2023-07-13T14:16:13.4093290Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/gain_quant.lo’ 2023-07-13T14:16:13.4093637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/interpolate.o’ 2023-07-13T14:16:13.4093982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/decode_pitch.lo’ 2023-07-13T14:16:13.4094340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/interpolate.lo’ 2023-07-13T14:16:13.4094698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/LP_variable_cutoff.o’ 2023-07-13T14:16:13.4095045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_unpack.lo’ 2023-07-13T14:16:13.4095407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/LP_variable_cutoff.lo’ 2023-07-13T14:16:13.4095815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_decode.o’ 2023-07-13T14:16:13.4096172Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/inner_prod_aligned.o’ 2023-07-13T14:16:13.4096566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_decode.lo’ 2023-07-13T14:16:13.4096899Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NSQ.o’ 2023-07-13T14:16:13.4097238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/sigm_Q15.lo’ 2023-07-13T14:16:13.4097570Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NSQ.lo’ 2023-07-13T14:16:13.4097920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NSQ_del_dec.o’ 2023-07-13T14:16:13.4098274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/LPC_inv_pred_gain.lo’ 2023-07-13T14:16:13.4098616Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NSQ_del_dec.lo’ 2023-07-13T14:16:13.4098952Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/PLC.o’ 2023-07-13T14:16:13.4099284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/sort.o’ 2023-07-13T14:16:13.4099619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/PLC.lo’ 2023-07-13T14:16:13.4099963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/shell_coder.o’ 2023-07-13T14:16:13.4100309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/lin2log.lo’ 2023-07-13T14:16:13.4100651Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/shell_coder.lo’ 2023-07-13T14:16:13.4100993Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_gain.o’ 2023-07-13T14:16:13.4101333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/log2lin.o’ 2023-07-13T14:16:13.4101682Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_gain.lo’ 2023-07-13T14:16:13.4102022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_LTP.o’ 2023-07-13T14:16:13.4102363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/log2lin.lo’ 2023-07-13T14:16:13.4102705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_LTP.lo’ 2023-07-13T14:16:13.4103064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_NLSF_CB_NB_MB.o’ 2023-07-13T14:16:13.4103483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_del_dec_quant.o’ 2023-07-13T14:16:13.4103841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_NLSF_CB_NB_MB.lo’ 2023-07-13T14:16:13.4104246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_NLSF_CB_WB.o’ 2023-07-13T14:16:13.4104605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_del_dec_quant.lo’ 2023-07-13T14:16:13.4104959Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_NLSF_CB_WB.lo’ 2023-07-13T14:16:13.4105306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_other.o’ 2023-07-13T14:16:13.4105669Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/LPC_inv_pred_gain.o’ 2023-07-13T14:16:13.4106027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_other.lo’ 2023-07-13T14:16:13.4106371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_pitch_lag.o’ 2023-07-13T14:16:13.4106713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/table_LSF_cos.o’ 2023-07-13T14:16:13.4107064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_pitch_lag.lo’ 2023-07-13T14:16:13.4107433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_pulses_per_block.o’ 2023-07-13T14:16:13.4107790Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/process_NLSFs.o’ 2023-07-13T14:16:13.4108160Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tables_pulses_per_block.lo’ 2023-07-13T14:16:13.4108493Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/VAD.o’ 2023-07-13T14:16:13.4108829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/sort.lo’ 2023-07-13T14:16:13.4109168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/VAD.lo’ 2023-07-13T14:16:13.4109537Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/control_audio_bandwidth.o’ 2023-07-13T14:16:13.4109897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/control_codec.lo’ 2023-07-13T14:16:13.4110265Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/control_audio_bandwidth.lo’ 2023-07-13T14:16:13.4110606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/quant_LTP_gains.o’ 2023-07-13T14:16:13.4110949Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler.o’ 2023-07-13T14:16:13.4111356Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/quant_LTP_gains.lo’ 2023-07-13T14:16:13.4111750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/VQ_WMat_EC.o’ 2023-07-13T14:16:13.4112100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/table_LSF_cos.lo’ 2023-07-13T14:16:13.4112439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/VQ_WMat_EC.lo’ 2023-07-13T14:16:13.4112794Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/HP_variable_cutoff.o’ 2023-07-13T14:16:13.4113141Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/A2NLSF.o’ 2023-07-13T14:16:13.4113483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/.dirstamp’ 2023-07-13T14:16:13.4113954Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/.deps/.dirstamp’ 2023-07-13T14:16:13.4114487Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/.deps’ 2023-07-13T14:16:13.4114846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/NSQ_sse4_1.o’ 2023-07-13T14:16:13.4115197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/NSQ_sse4_1.lo’ 2023-07-13T14:16:13.4115578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/NSQ_del_dec_sse4_1.o’ 2023-07-13T14:16:13.4115958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/NSQ_del_dec_sse4_1.lo’ 2023-07-13T14:16:13.4116318Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/x86_silk_map.o’ 2023-07-13T14:16:13.4116670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/x86_silk_map.lo’ 2023-07-13T14:16:13.4117025Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/VAD_sse4_1.o’ 2023-07-13T14:16:13.4117394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/VAD_sse4_1.lo’ 2023-07-13T14:16:13.4117773Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/VQ_WMat_EC_sse4_1.o’ 2023-07-13T14:16:13.4118146Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86/VQ_WMat_EC_sse4_1.lo’ 2023-07-13T14:16:13.4118508Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/x86’ 2023-07-13T14:16:13.4118873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/HP_variable_cutoff.lo’ 2023-07-13T14:16:13.4119306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_encode.o’ 2023-07-13T14:16:13.4119723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF2A.o’ 2023-07-13T14:16:13.4120148Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_encode.lo’ 2023-07-13T14:16:13.4120500Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_VQ.o’ 2023-07-13T14:16:13.4120846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/LPC_fit.o’ 2023-07-13T14:16:13.4121197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_VQ.lo’ 2023-07-13T14:16:13.4121559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_unpack.o’ 2023-07-13T14:16:13.4121914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF2A.lo’ 2023-07-13T14:16:13.4122273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/process_NLSFs.lo’ 2023-07-13T14:16:13.4122632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_LR_to_MS.o’ 2023-07-13T14:16:13.4122995Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_stabilize.o’ 2023-07-13T14:16:13.4123365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_LR_to_MS.lo’ 2023-07-13T14:16:13.4123731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_MS_to_LR.o’ 2023-07-13T14:16:13.4124082Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_stabilize.lo’ 2023-07-13T14:16:13.4124443Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_MS_to_LR.lo’ 2023-07-13T14:16:13.4124811Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/check_control_input.o’ 2023-07-13T14:16:13.4125163Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/A2NLSF.lo’ 2023-07-13T14:16:13.4125532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/check_control_input.lo’ 2023-07-13T14:16:13.4125889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/control_SNR.o’ 2023-07-13T14:16:13.4126248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/pitch_est_tables.o’ 2023-07-13T14:16:13.4126603Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/control_SNR.lo’ 2023-07-13T14:16:13.4126954Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/init_encoder.o’ 2023-07-13T14:16:13.4127385Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/pitch_est_tables.lo’ 2023-07-13T14:16:13.4127809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/init_encoder.lo’ 2023-07-13T14:16:13.4128168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/control_codec.o’ 2023-07-13T14:16:13.4128511Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/biquad_alt.o’ 2023-07-13T14:16:13.4128881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/inner_prod_aligned.lo’ 2023-07-13T14:16:13.4129257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/LPC_analysis_filter.o’ 2023-07-13T14:16:13.4129625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/LPC_analysis_filter.lo’ 2023-07-13T14:16:13.4130007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_VQ_weights_laroia.o’ 2023-07-13T14:16:13.4130376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/NLSF_VQ_weights_laroia.lo’ 2023-07-13T14:16:13.4130748Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_down2_3.o’ 2023-07-13T14:16:13.4131126Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_down2_3.lo’ 2023-07-13T14:16:13.4131487Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_down2.o’ 2023-07-13T14:16:13.4131959Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_down2.lo’ 2023-07-13T14:16:13.4132305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_private_AR2.o’ 2023-07-13T14:16:13.4132654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_private_AR2.lo’ 2023-07-13T14:16:13.4133006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_private_down_FIR.o’ 2023-07-13T14:16:13.4133430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_private_down_FIR.lo’ 2023-07-13T14:16:13.4133830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_private_IIR_FIR.o’ 2023-07-13T14:16:13.4134186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_private_IIR_FIR.lo’ 2023-07-13T14:16:13.4134535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_private_up2_HQ.o’ 2023-07-13T14:16:13.4134888Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_private_up2_HQ.lo’ 2023-07-13T14:16:13.4135228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_rom.o’ 2023-07-13T14:16:13.4135568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/resampler_rom.lo’ 2023-07-13T14:16:13.4135897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/sum_sqr_shift.o’ 2023-07-13T14:16:13.4136231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/sum_sqr_shift.lo’ 2023-07-13T14:16:13.4136566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_decode_pred.o’ 2023-07-13T14:16:13.4136915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_decode_pred.lo’ 2023-07-13T14:16:13.4137257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_encode_pred.o’ 2023-07-13T14:16:13.4137584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_encode_pred.lo’ 2023-07-13T14:16:13.4137927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_find_predictor.o’ 2023-07-13T14:16:13.4138272Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_find_predictor.lo’ 2023-07-13T14:16:13.4138613Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_quant_pred.o’ 2023-07-13T14:16:13.4138946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/stereo_quant_pred.lo’ 2023-07-13T14:16:13.4139277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/LPC_fit.lo’ 2023-07-13T14:16:13.4139609Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tests/.dirstamp’ 2023-07-13T14:16:13.4139944Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tests/.deps/.dirstamp’ 2023-07-13T14:16:13.4140292Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tests/.deps’ 2023-07-13T14:16:13.4140707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tests/test_unit_LPC_inv_pred_gain.o’ 2023-07-13T14:16:13.4141109Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tests/.libs’ 2023-07-13T14:16:13.4141465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tests/test_unit_LPC_inv_pred_gain’ 2023-07-13T14:16:13.4141793Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk/tests’ 2023-07-13T14:16:13.4142122Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/silk’ 2023-07-13T14:16:13.4142454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/.dirstamp’ 2023-07-13T14:16:13.4142789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/.deps/.dirstamp’ 2023-07-13T14:16:13.4143123Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/.deps’ 2023-07-13T14:16:13.4143436Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus.o’ 2023-07-13T14:16:13.4143750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus.lo’ 2023-07-13T14:16:13.4144092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_decoder.o’ 2023-07-13T14:16:13.4144425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_decoder.lo’ 2023-07-13T14:16:13.4144761Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_encoder.o’ 2023-07-13T14:16:13.4145088Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_encoder.lo’ 2023-07-13T14:16:13.4145423Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_multistream.o’ 2023-07-13T14:16:13.4145755Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_multistream.lo’ 2023-07-13T14:16:13.4146109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_multistream_encoder.o’ 2023-07-13T14:16:13.4146463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_multistream_encoder.lo’ 2023-07-13T14:16:13.4146812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_multistream_decoder.o’ 2023-07-13T14:16:13.4147165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_multistream_decoder.lo’ 2023-07-13T14:16:13.4147497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/repacketizer.o’ 2023-07-13T14:16:13.4147893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/repacketizer.lo’ 2023-07-13T14:16:13.4148292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_projection_encoder.o’ 2023-07-13T14:16:13.4148637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_projection_encoder.lo’ 2023-07-13T14:16:13.4148986Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_projection_decoder.o’ 2023-07-13T14:16:13.4149328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_projection_decoder.lo’ 2023-07-13T14:16:13.4149663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/mapping_matrix.o’ 2023-07-13T14:16:13.4149997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/mapping_matrix.lo’ 2023-07-13T14:16:13.4150318Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/analysis.o’ 2023-07-13T14:16:13.4150639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/analysis.lo’ 2023-07-13T14:16:13.4150950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/mlp.o’ 2023-07-13T14:16:13.4151264Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/mlp.lo’ 2023-07-13T14:16:13.4151590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/mlp_data.o’ 2023-07-13T14:16:13.4151924Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/mlp_data.lo’ 2023-07-13T14:16:13.4152248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_compare.o’ 2023-07-13T14:16:13.4152568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/opus_demo.o’ 2023-07-13T14:16:13.4152902Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src/repacketizer_demo.o’ 2023-07-13T14:16:13.4153237Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/src’ 2023-07-13T14:16:13.4153558Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/.libs/libopus.a’ 2023-07-13T14:16:13.4153970Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/.libs/libopus.lai’ 2023-07-13T14:16:13.4154488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/.libs/libopus.la’ 2023-07-13T14:16:13.4154849Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/.libs’ 2023-07-13T14:16:13.4155193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/libopus.la’ 2023-07-13T14:16:13.4155621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/opus_compare’ 2023-07-13T14:16:13.4156027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/opus_demo’ 2023-07-13T14:16:13.4156389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/repacketizer_demo’ 2023-07-13T14:16:13.4156743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/.dirstamp’ 2023-07-13T14:16:13.4157103Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/.deps/.dirstamp’ 2023-07-13T14:16:13.4157471Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/.deps’ 2023-07-13T14:16:13.4157839Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_api.o’ 2023-07-13T14:16:13.4158205Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/.libs’ 2023-07-13T14:16:13.4158551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_api’ 2023-07-13T14:16:13.4158917Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_decode.o’ 2023-07-13T14:16:13.4159277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_decode’ 2023-07-13T14:16:13.4159728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_encode.o’ 2023-07-13T14:16:13.4160116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/opus_encode_regressions.o’ 2023-07-13T14:16:13.4160475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_encode’ 2023-07-13T14:16:13.4160842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_padding.o’ 2023-07-13T14:16:13.4161201Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_padding’ 2023-07-13T14:16:13.4161584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_projection.o’ 2023-07-13T14:16:13.4161960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests/test_opus_projection’ 2023-07-13T14:16:13.4162313Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build/tests’ 2023-07-13T14:16:13.4162661Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build’ 2023-07-13T14:16:13.4163031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-urlinfo.txt’ 2023-07-13T14:16:13.4163416Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/download-opusfile.cmake’ 2023-07-13T14:16:13.4163850Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/verify-opusfile.cmake’ 2023-07-13T14:16:13.4164284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/extract-opusfile.cmake’ 2023-07-13T14:16:13.4164713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download-Release-impl.cmake’ 2023-07-13T14:16:13.4165113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download-Release.cmake’ 2023-07-13T14:16:13.4165530Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure-Release.cmake’ 2023-07-13T14:16:13.4165945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build-Release.cmake’ 2023-07-13T14:16:13.4166358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install-Release.cmake’ 2023-07-13T14:16:13.4166721Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-mkdir’ 2023-07-13T14:16:13.4167103Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download.log’ 2023-07-13T14:16:13.4167473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download’ 2023-07-13T14:16:13.4167841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-update’ 2023-07-13T14:16:13.4168217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-patch’ 2023-07-13T14:16:13.4168598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure.log’ 2023-07-13T14:16:13.4168971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure’ 2023-07-13T14:16:13.4169345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build.log’ 2023-07-13T14:16:13.4169713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build’ 2023-07-13T14:16:13.4170091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install.log’ 2023-07-13T14:16:13.4170467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install’ 2023-07-13T14:16:13.4170824Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-done’ 2023-07-13T14:16:13.4171181Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp’ 2023-07-13T14:16:13.4171528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/config.log’ 2023-07-13T14:16:13.4172045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/config.status’ 2023-07-13T14:16:13.4172412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/Makefile’ 2023-07-13T14:16:13.4172744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/opusfile.pc’ 2023-07-13T14:16:13.4173074Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/opusurl.pc’ 2023-07-13T14:16:13.4173431Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/opusfile-uninstalled.pc’ 2023-07-13T14:16:13.4173792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/opusurl-uninstalled.pc’ 2023-07-13T14:16:13.4174120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/doc/Doxyfile’ 2023-07-13T14:16:13.4174458Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/doc’ 2023-07-13T14:16:13.4174777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/config.h’ 2023-07-13T14:16:13.4175099Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/stamp-h1’ 2023-07-13T14:16:13.4175418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/libtool’ 2023-07-13T14:16:13.4175756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/.dirstamp’ 2023-07-13T14:16:13.4176100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/.deps/.dirstamp’ 2023-07-13T14:16:13.4176438Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/.deps’ 2023-07-13T14:16:13.4176758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/info.o’ 2023-07-13T14:16:13.4177083Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/info.lo’ 2023-07-13T14:16:13.4177419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/internal.o’ 2023-07-13T14:16:13.4177756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/internal.lo’ 2023-07-13T14:16:13.4178092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/opusfile.o’ 2023-07-13T14:16:13.4178423Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/opusfile.lo’ 2023-07-13T14:16:13.4178749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/stream.o’ 2023-07-13T14:16:13.4179081Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/stream.lo’ 2023-07-13T14:16:13.4179489Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/libopusurl_la-http.o’ 2023-07-13T14:16:13.4179897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/libopusurl_la-http.lo’ 2023-07-13T14:16:13.4180255Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/libopusurl_la-internal.o’ 2023-07-13T14:16:13.4180604Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src/libopusurl_la-internal.lo’ 2023-07-13T14:16:13.4180941Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/src’ 2023-07-13T14:16:13.4181289Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/.libs/libopusfile.a’ 2023-07-13T14:16:13.4181643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/.libs/libopusfile.lai’ 2023-07-13T14:16:13.4181986Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/.libs/libopusfile.la’ 2023-07-13T14:16:13.4182323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/.libs/libopusurl.a’ 2023-07-13T14:16:13.4182667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/.libs/libopusurl.lai’ 2023-07-13T14:16:13.4183011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/.libs/libopusurl.la’ 2023-07-13T14:16:13.4183347Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/.libs’ 2023-07-13T14:16:13.4183687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/libopusfile.la’ 2023-07-13T14:16:13.4184019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build/libopusurl.la’ 2023-07-13T14:16:13.4184347Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build’ 2023-07-13T14:16:13.4184665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-urlinfo.txt’ 2023-07-13T14:16:13.4185008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/download-sox.cmake’ 2023-07-13T14:16:13.4185347Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/verify-sox.cmake’ 2023-07-13T14:16:13.4185678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/extract-sox.cmake’ 2023-07-13T14:16:13.4186050Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download-Release-impl.cmake’ 2023-07-13T14:16:13.4186404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download-Release.cmake’ 2023-07-13T14:16:13.4186809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure-Release.cmake’ 2023-07-13T14:16:13.4187153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build-Release.cmake’ 2023-07-13T14:16:13.4187557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install-Release.cmake’ 2023-07-13T14:16:13.4187876Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-mkdir’ 2023-07-13T14:16:13.4188368Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download.log’ 2023-07-13T14:16:13.4188705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download’ 2023-07-13T14:16:13.4189039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-update’ 2023-07-13T14:16:13.4189379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-patch’ 2023-07-13T14:16:13.4189724Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure.log’ 2023-07-13T14:16:13.4190066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure’ 2023-07-13T14:16:13.4190404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build.log’ 2023-07-13T14:16:13.4190742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build’ 2023-07-13T14:16:13.4191080Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install.log’ 2023-07-13T14:16:13.4191420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install’ 2023-07-13T14:16:13.4191747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-done’ 2023-07-13T14:16:13.4192083Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp’ 2023-07-13T14:16:13.4192409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/config.log’ 2023-07-13T14:16:13.4192742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/config.status’ 2023-07-13T14:16:13.4193066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/Makefile’ 2023-07-13T14:16:13.4193400Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/Makefile’ 2023-07-13T14:16:13.4193739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/soxconfig.h’ 2023-07-13T14:16:13.4194350Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/stamp-h1’ 2023-07-13T14:16:13.4194688Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/sox.o’ 2023-07-13T14:16:13.4195161Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-adpcms.o’ 2023-07-13T14:16:13.4195589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-ladspa.lo’ 2023-07-13T14:16:13.4195957Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-adpcms.lo’ 2023-07-13T14:16:13.4196316Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-aiff.o’ 2023-07-13T14:16:13.4196676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-mcompand.o’ 2023-07-13T14:16:13.4197042Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-aiff.lo’ 2023-07-13T14:16:13.4197389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-cvsd.o’ 2023-07-13T14:16:13.4197763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-noisered.o’ 2023-07-13T14:16:13.4198115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-cvsd.lo’ 2023-07-13T14:16:13.4198470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g711.o’ 2023-07-13T14:16:13.4198831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-output.o’ 2023-07-13T14:16:13.4199192Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g711.lo’ 2023-07-13T14:16:13.4199607Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g721.o’ 2023-07-13T14:16:13.4199972Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-reverse.lo’ 2023-07-13T14:16:13.4200330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g721.lo’ 2023-07-13T14:16:13.4200689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g723_24.o’ 2023-07-13T14:16:13.4201054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-fft4g.o’ 2023-07-13T14:16:13.4201421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g723_24.lo’ 2023-07-13T14:16:13.4201770Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g723_40.o’ 2023-07-13T14:16:13.4202131Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-earwax.lo’ 2023-07-13T14:16:13.4202494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g723_40.lo’ 2023-07-13T14:16:13.4202903Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g72x.o’ 2023-07-13T14:16:13.4203263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-output.lo’ 2023-07-13T14:16:13.4203683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-g72x.lo’ 2023-07-13T14:16:13.4204037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vox.o’ 2023-07-13T14:16:13.4204394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-pad.o’ 2023-07-13T14:16:13.4204752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vox.lo’ 2023-07-13T14:16:13.4205109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-raw.o’ 2023-07-13T14:16:13.4205471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-pad.lo’ 2023-07-13T14:16:13.4205825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-raw.lo’ 2023-07-13T14:16:13.4206176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-formats.o’ 2023-07-13T14:16:13.4206528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-echo.o’ 2023-07-13T14:16:13.4206901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-formats.lo’ 2023-07-13T14:16:13.4207268Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-formats_i.o’ 2023-07-13T14:16:13.4207633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-ladspa.o’ 2023-07-13T14:16:13.4208000Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-formats_i.lo’ 2023-07-13T14:16:13.4208365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-skelform.o’ 2023-07-13T14:16:13.4208726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-fft4g.lo’ 2023-07-13T14:16:13.4209097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-skelform.lo’ 2023-07-13T14:16:13.4209467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-xmalloc.o’ 2023-07-13T14:16:13.4209817Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-fir.o’ 2023-07-13T14:16:13.4210179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-xmalloc.lo’ 2023-07-13T14:16:13.4210530Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-getopt.o’ 2023-07-13T14:16:13.4210957Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-phaser.o’ 2023-07-13T14:16:13.4211369Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-getopt.lo’ 2023-07-13T14:16:13.4211731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-util.o’ 2023-07-13T14:16:13.4212094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-phaser.lo’ 2023-07-13T14:16:13.4212450Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-util.lo’ 2023-07-13T14:16:13.4212816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-libsox.o’ 2023-07-13T14:16:13.4213169Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-rate.o’ 2023-07-13T14:16:13.4213536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-libsox.lo’ 2023-07-13T14:16:13.4213896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-libsox_i.o’ 2023-07-13T14:16:13.4214247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-fir.lo’ 2023-07-13T14:16:13.4214607Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-libsox_i.lo’ 2023-07-13T14:16:13.4214966Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sox-fmt.o’ 2023-07-13T14:16:13.4215334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-firfit.o’ 2023-07-13T14:16:13.4215698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sox-fmt.lo’ 2023-07-13T14:16:13.4216052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-bend.o’ 2023-07-13T14:16:13.4216406Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-rate.lo’ 2023-07-13T14:16:13.4216773Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-bend.lo’ 2023-07-13T14:16:13.4217138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-biquad.o’ 2023-07-13T14:16:13.4217489Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-remix.o’ 2023-07-13T14:16:13.4217849Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-biquad.lo’ 2023-07-13T14:16:13.4218203Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-biquads.o’ 2023-07-13T14:16:13.4218625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-firfit.lo’ 2023-07-13T14:16:13.4218987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-biquads.lo’ 2023-07-13T14:16:13.4219394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-chorus.o’ 2023-07-13T14:16:13.4219753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-remix.lo’ 2023-07-13T14:16:13.4220113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-chorus.lo’ 2023-07-13T14:16:13.4220475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-compand.o’ 2023-07-13T14:16:13.4220841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-flanger.o’ 2023-07-13T14:16:13.4221212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-compand.lo’ 2023-07-13T14:16:13.4221574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-compandt.o’ 2023-07-13T14:16:13.4221932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-flanger.lo’ 2023-07-13T14:16:13.4222401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-compandt.lo’ 2023-07-13T14:16:13.4222765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-contrast.o’ 2023-07-13T14:16:13.4223107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-gain.o’ 2023-07-13T14:16:13.4223472Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-contrast.lo’ 2023-07-13T14:16:13.4223812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dcshift.o’ 2023-07-13T14:16:13.4224153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-gain.lo’ 2023-07-13T14:16:13.4224504Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dcshift.lo’ 2023-07-13T14:16:13.4225004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-delay.o’ 2023-07-13T14:16:13.4225393Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-repeat.o’ 2023-07-13T14:16:13.4225727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-delay.lo’ 2023-07-13T14:16:13.4226067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dft_filter.o’ 2023-07-13T14:16:13.4226397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-hilbert.o’ 2023-07-13T14:16:13.4226747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dft_filter.lo’ 2023-07-13T14:16:13.4227086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dither.o’ 2023-07-13T14:16:13.4227422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-repeat.lo’ 2023-07-13T14:16:13.4227749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dither.lo’ 2023-07-13T14:16:13.4228068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-divide.o’ 2023-07-13T14:16:13.4228405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-reverb.o’ 2023-07-13T14:16:13.4228730Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-divide.lo’ 2023-07-13T14:16:13.4229078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-downsample.o’ 2023-07-13T14:16:13.4229414Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-hilbert.lo’ 2023-07-13T14:16:13.4229752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-downsample.lo’ 2023-07-13T14:16:13.4230086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-earwax.o’ 2023-07-13T14:16:13.4230422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-echo.lo’ 2023-07-13T14:16:13.4230762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-echos.o’ 2023-07-13T14:16:13.4231092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-reverb.lo’ 2023-07-13T14:16:13.4231423Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-echos.lo’ 2023-07-13T14:16:13.4231751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-effects.o’ 2023-07-13T14:16:13.4232125Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-input.o’ 2023-07-13T14:16:13.4232526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-effects.lo’ 2023-07-13T14:16:13.4232858Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-effects_i.o’ 2023-07-13T14:16:13.4233194Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-input.lo’ 2023-07-13T14:16:13.4233536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-effects_i.lo’ 2023-07-13T14:16:13.4233973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-effects_i_dsp.o’ 2023-07-13T14:16:13.4234498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-loudness.o’ 2023-07-13T14:16:13.4234946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-effects_i_dsp.lo’ 2023-07-13T14:16:13.4235301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-fade.o’ 2023-07-13T14:16:13.4235663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-reverse.o’ 2023-07-13T14:16:13.4236019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-fade.lo’ 2023-07-13T14:16:13.4236391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-silence.o’ 2023-07-13T14:16:13.4236755Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dvms-fmt.o’ 2023-07-13T14:16:13.4237119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-loudness.lo’ 2023-07-13T14:16:13.4237465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sf.o’ 2023-07-13T14:16:13.4237831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-mcompand.lo’ 2023-07-13T14:16:13.4238198Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-noiseprof.o’ 2023-07-13T14:16:13.4238563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dvms-fmt.lo’ 2023-07-13T14:16:13.4238934Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-noiseprof.lo’ 2023-07-13T14:16:13.4239287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dat.o’ 2023-07-13T14:16:13.4239717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-noisered.lo’ 2023-07-13T14:16:13.4240158Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-overdrive.o’ 2023-07-13T14:16:13.4240509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-dat.lo’ 2023-07-13T14:16:13.4240946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-overdrive.lo’ 2023-07-13T14:16:13.4241297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-hcom.o’ 2023-07-13T14:16:13.4241664Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-silence.lo’ 2023-07-13T14:16:13.4242016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sinc.o’ 2023-07-13T14:16:13.4242380Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sf.lo’ 2023-07-13T14:16:13.4242745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sinc.lo’ 2023-07-13T14:16:13.4243104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-skeleff.o’ 2023-07-13T14:16:13.4243459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-hcom.lo’ 2023-07-13T14:16:13.4243816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-skeleff.lo’ 2023-07-13T14:16:13.4244180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-speed.o’ 2023-07-13T14:16:13.4244549Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sounder.lo’ 2023-07-13T14:16:13.4244909Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-speed.lo’ 2023-07-13T14:16:13.4245264Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-splice.o’ 2023-07-13T14:16:13.4245608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-smp.lo’ 2023-07-13T14:16:13.4245975Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-splice.lo’ 2023-07-13T14:16:13.4246327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-stat.o’ 2023-07-13T14:16:13.4246698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sounder.o’ 2023-07-13T14:16:13.4247054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-stat.lo’ 2023-07-13T14:16:13.4247405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-stats.o’ 2023-07-13T14:16:13.4247764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sphere.o’ 2023-07-13T14:16:13.4248181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-stats.lo’ 2023-07-13T14:16:13.4248619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-stretch.o’ 2023-07-13T14:16:13.4248971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-htk.o’ 2023-07-13T14:16:13.4249329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-stretch.lo’ 2023-07-13T14:16:13.4249679Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-swap.o’ 2023-07-13T14:16:13.4250038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vox-fmt.lo’ 2023-07-13T14:16:13.4250391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-swap.lo’ 2023-07-13T14:16:13.4250754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-synth.o’ 2023-07-13T14:16:13.4251116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-sphere.lo’ 2023-07-13T14:16:13.4251473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-synth.lo’ 2023-07-13T14:16:13.4251912Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-tempo.o’ 2023-07-13T14:16:13.4252247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-tx16w.o’ 2023-07-13T14:16:13.4252580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-tempo.lo’ 2023-07-13T14:16:13.4252912Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-tremolo.o’ 2023-07-13T14:16:13.4253241Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-htk.lo’ 2023-07-13T14:16:13.4253574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-tremolo.lo’ 2023-07-13T14:16:13.4253906Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-trim.o’ 2023-07-13T14:16:13.4254240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-tx16w.lo’ 2023-07-13T14:16:13.4254568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-trim.lo’ 2023-07-13T14:16:13.4254901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-upsample.o’ 2023-07-13T14:16:13.4255232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-maud.o’ 2023-07-13T14:16:13.4255625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-upsample.lo’ 2023-07-13T14:16:13.4255948Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vad.o’ 2023-07-13T14:16:13.4256327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-voc.o’ 2023-07-13T14:16:13.4256663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vad.lo’ 2023-07-13T14:16:13.4256991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vol.o’ 2023-07-13T14:16:13.4257314Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-voc.lo’ 2023-07-13T14:16:13.4257648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vol.lo’ 2023-07-13T14:16:13.4257989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-raw-fmt.o’ 2023-07-13T14:16:13.4258310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-maud.lo’ 2023-07-13T14:16:13.4258642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-raw-fmt.lo’ 2023-07-13T14:16:13.4258968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-s1-fmt.o’ 2023-07-13T14:16:13.4259310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vox-fmt.o’ 2023-07-13T14:16:13.4259644Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-s1-fmt.lo’ 2023-07-13T14:16:13.4259987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-s2-fmt.o’ 2023-07-13T14:16:13.4260322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-ima-fmt.o’ 2023-07-13T14:16:13.4260646Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-s2-fmt.lo’ 2023-07-13T14:16:13.4260972Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-s3-fmt.o’ 2023-07-13T14:16:13.4261311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-ima-fmt.lo’ 2023-07-13T14:16:13.4261646Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-s3-fmt.lo’ 2023-07-13T14:16:13.4261979Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-s4-fmt.o’ 2023-07-13T14:16:13.4262302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-adpcm.o’ 2023-07-13T14:16:13.4262627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-s4-fmt.lo’ 2023-07-13T14:16:13.4263018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-u1-fmt.o’ 2023-07-13T14:16:13.4263410Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-nulfile.lo’ 2023-07-13T14:16:13.4263745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-u1-fmt.lo’ 2023-07-13T14:16:13.4264081Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-u2-fmt.o’ 2023-07-13T14:16:13.4264412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-adpcm.lo’ 2023-07-13T14:16:13.4264752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-u2-fmt.lo’ 2023-07-13T14:16:13.4265080Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-u3-fmt.o’ 2023-07-13T14:16:13.4265414Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-ima_rw.o’ 2023-07-13T14:16:13.4265742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-u3-fmt.lo’ 2023-07-13T14:16:13.4266069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-u4-fmt.o’ 2023-07-13T14:16:13.4266388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-ima_rw.lo’ 2023-07-13T14:16:13.4266720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-u4-fmt.lo’ 2023-07-13T14:16:13.4267054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-al-fmt.o’ 2023-07-13T14:16:13.4267381Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-wav.o’ 2023-07-13T14:16:13.4267713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-al-fmt.lo’ 2023-07-13T14:16:13.4268046Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-la-fmt.o’ 2023-07-13T14:16:13.4268382Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-wav.lo’ 2023-07-13T14:16:13.4268709Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-la-fmt.lo’ 2023-07-13T14:16:13.4269048Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-ul-fmt.o’ 2023-07-13T14:16:13.4269372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-wve.o’ 2023-07-13T14:16:13.4269706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-ul-fmt.lo’ 2023-07-13T14:16:13.4270038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-lu-fmt.o’ 2023-07-13T14:16:13.4270407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-wve.lo’ 2023-07-13T14:16:13.4270786Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-lu-fmt.lo’ 2023-07-13T14:16:13.4271113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-8svx.o’ 2023-07-13T14:16:13.4271614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-xa.o’ 2023-07-13T14:16:13.4271957Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-8svx.lo’ 2023-07-13T14:16:13.4272325Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-aiff-fmt.o’ 2023-07-13T14:16:13.4272676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-prc.o’ 2023-07-13T14:16:13.4273032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-aiff-fmt.lo’ 2023-07-13T14:16:13.4273383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-aifc-fmt.o’ 2023-07-13T14:16:13.4273731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-prc.lo’ 2023-07-13T14:16:13.4274378Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-aifc-fmt.lo’ 2023-07-13T14:16:13.4274729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-au.o’ 2023-07-13T14:16:13.4275080Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-xa.lo’ 2023-07-13T14:16:13.4275427Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-au.lo’ 2023-07-13T14:16:13.4275773Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-avr.o’ 2023-07-13T14:16:13.4276130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-nulfile.o’ 2023-07-13T14:16:13.4276491Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-avr.lo’ 2023-07-13T14:16:13.4276850Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-cdr.o’ 2023-07-13T14:16:13.4277207Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-f4-fmt.o’ 2023-07-13T14:16:13.4277560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-cdr.lo’ 2023-07-13T14:16:13.4277930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-cvsd-fmt.o’ 2023-07-13T14:16:13.4278359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-smp.o’ 2023-07-13T14:16:13.4278725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-cvsd-fmt.lo’ 2023-07-13T14:16:13.4279140Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/.libs/libsox.a’ 2023-07-13T14:16:13.4279563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/.libs/libsox.lai’ 2023-07-13T14:16:13.4279915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/.libs/libsox.la’ 2023-07-13T14:16:13.4280319Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/.libs’ 2023-07-13T14:16:13.4280692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-soundtool.o’ 2023-07-13T14:16:13.4281066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-soundtool.lo’ 2023-07-13T14:16:13.4281424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-f4-fmt.lo’ 2023-07-13T14:16:13.4281786Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-f8-fmt.o’ 2023-07-13T14:16:13.4282149Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-f8-fmt.lo’ 2023-07-13T14:16:13.4282509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-gsrt.o’ 2023-07-13T14:16:13.4282870Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-gsrt.lo’ 2023-07-13T14:16:13.4283230Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-amr-nb.o’ 2023-07-13T14:16:13.4283589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-amr-nb.lo’ 2023-07-13T14:16:13.4283937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-amr-wb.o’ 2023-07-13T14:16:13.4284303Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-amr-wb.lo’ 2023-07-13T14:16:13.4284649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-flac.o’ 2023-07-13T14:16:13.4285010Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-flac.lo’ 2023-07-13T14:16:13.4285363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-gsm.o’ 2023-07-13T14:16:13.4285725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-gsm.lo’ 2023-07-13T14:16:13.4286083Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-lpc10.o’ 2023-07-13T14:16:13.4286509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-lpc10.lo’ 2023-07-13T14:16:13.4286925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-mp3.o’ 2023-07-13T14:16:13.4287280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-mp3.lo’ 2023-07-13T14:16:13.4287634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-opus.o’ 2023-07-13T14:16:13.4287993Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-opus.lo’ 2023-07-13T14:16:13.4288353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vorbis.o’ 2023-07-13T14:16:13.4288712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox_la-vorbis.lo’ 2023-07-13T14:16:13.4289064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/libsox.la’ 2023-07-13T14:16:13.4289397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/sox’ 2023-07-13T14:16:13.4289729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/play’ 2023-07-13T14:16:13.4290058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/rec’ 2023-07-13T14:16:13.4290400Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/soxi’ 2023-07-13T14:16:13.4290765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/sox_sample_test.o’ 2023-07-13T14:16:13.4291115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/sox_sample_test’ 2023-07-13T14:16:13.4291464Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example0.o’ 2023-07-13T14:16:13.4291912Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example0’ 2023-07-13T14:16:13.4292243Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example1.o’ 2023-07-13T14:16:13.4292584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example1’ 2023-07-13T14:16:13.4292926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example2.o’ 2023-07-13T14:16:13.4293259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example2’ 2023-07-13T14:16:13.4293592Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example3.o’ 2023-07-13T14:16:13.4293922Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example3’ 2023-07-13T14:16:13.4294580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example4.o’ 2023-07-13T14:16:13.4294914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example4’ 2023-07-13T14:16:13.4295301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example5.o’ 2023-07-13T14:16:13.4295636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example5’ 2023-07-13T14:16:13.4295969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example6.o’ 2023-07-13T14:16:13.4296295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src/example6’ 2023-07-13T14:16:13.4296634Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/src’ 2023-07-13T14:16:13.4296978Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/Makefile’ 2023-07-13T14:16:13.4297306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/add.o’ 2023-07-13T14:16:13.4297643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/add.lo’ 2023-07-13T14:16:13.4297977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/code.o’ 2023-07-13T14:16:13.4298308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/code.lo’ 2023-07-13T14:16:13.4298658Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/decode.o’ 2023-07-13T14:16:13.4299008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/decode.lo’ 2023-07-13T14:16:13.4299352Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/long_term.o’ 2023-07-13T14:16:13.4299695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/long_term.lo’ 2023-07-13T14:16:13.4300027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/lpc.o’ 2023-07-13T14:16:13.4300359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/lpc.lo’ 2023-07-13T14:16:13.4300706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/preprocess.o’ 2023-07-13T14:16:13.4301066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/preprocess.lo’ 2023-07-13T14:16:13.4301396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/rpe.o’ 2023-07-13T14:16:13.4301726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/rpe.lo’ 2023-07-13T14:16:13.4302069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_destroy.o’ 2023-07-13T14:16:13.4302468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_destroy.lo’ 2023-07-13T14:16:13.4302865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_decode.o’ 2023-07-13T14:16:13.4303211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_decode.lo’ 2023-07-13T14:16:13.4303554Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_encode.o’ 2023-07-13T14:16:13.4303896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_encode.lo’ 2023-07-13T14:16:13.4304246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_create.o’ 2023-07-13T14:16:13.4304578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_create.lo’ 2023-07-13T14:16:13.4304918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_option.o’ 2023-07-13T14:16:13.4305261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/gsm_option.lo’ 2023-07-13T14:16:13.4305594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/short_term.o’ 2023-07-13T14:16:13.4305931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/short_term.lo’ 2023-07-13T14:16:13.4306382Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/table.o’ 2023-07-13T14:16:13.4306710Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/table.lo’ 2023-07-13T14:16:13.4307036Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/.libs/libgsm.a’ 2023-07-13T14:16:13.4307363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/.libs/libgsm.la’ 2023-07-13T14:16:13.4307705Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/.libs’ 2023-07-13T14:16:13.4308034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm/libgsm.la’ 2023-07-13T14:16:13.4308369Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libgsm’ 2023-07-13T14:16:13.4308683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/Makefile’ 2023-07-13T14:16:13.4309001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/analys.o’ 2023-07-13T14:16:13.4309325Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/analys.lo’ 2023-07-13T14:16:13.4309642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/bsynz.o’ 2023-07-13T14:16:13.4310016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/bsynz.lo’ 2023-07-13T14:16:13.4310397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/chanwr.o’ 2023-07-13T14:16:13.4310720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/chanwr.lo’ 2023-07-13T14:16:13.4311037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/dcbias.o’ 2023-07-13T14:16:13.4311355Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/dcbias.lo’ 2023-07-13T14:16:13.4311674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/decode.o’ 2023-07-13T14:16:13.4311992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/decode.lo’ 2023-07-13T14:16:13.4312311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/deemp.o’ 2023-07-13T14:16:13.4312627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/deemp.lo’ 2023-07-13T14:16:13.4312940Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/difmag.o’ 2023-07-13T14:16:13.4313258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/difmag.lo’ 2023-07-13T14:16:13.4313582Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/dyptrk.o’ 2023-07-13T14:16:13.4314186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/dyptrk.lo’ 2023-07-13T14:16:13.4314534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/encode.o’ 2023-07-13T14:16:13.4314878Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/encode.lo’ 2023-07-13T14:16:13.4315219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/energy.o’ 2023-07-13T14:16:13.4315649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/energy.lo’ 2023-07-13T14:16:13.4315987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/f2clib.o’ 2023-07-13T14:16:13.4316389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/f2clib.lo’ 2023-07-13T14:16:13.4316735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/ham84.o’ 2023-07-13T14:16:13.4317074Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/ham84.lo’ 2023-07-13T14:16:13.4317416Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/hp100.o’ 2023-07-13T14:16:13.4317768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/hp100.lo’ 2023-07-13T14:16:13.4318105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/invert.o’ 2023-07-13T14:16:13.4318458Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/invert.lo’ 2023-07-13T14:16:13.4318799Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/irc2pc.o’ 2023-07-13T14:16:13.4319144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/irc2pc.lo’ 2023-07-13T14:16:13.4319544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/ivfilt.o’ 2023-07-13T14:16:13.4319901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/ivfilt.lo’ 2023-07-13T14:16:13.4320247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/lpcdec.o’ 2023-07-13T14:16:13.4320580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/lpcdec.lo’ 2023-07-13T14:16:13.4320922Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/lpcenc.o’ 2023-07-13T14:16:13.4321265Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/lpcenc.lo’ 2023-07-13T14:16:13.4321613Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/lpcini.o’ 2023-07-13T14:16:13.4321954Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/lpcini.lo’ 2023-07-13T14:16:13.4322305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/lpfilt.o’ 2023-07-13T14:16:13.4322648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/lpfilt.lo’ 2023-07-13T14:16:13.4322987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/median.o’ 2023-07-13T14:16:13.4323330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/median.lo’ 2023-07-13T14:16:13.4323733Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/mload.o’ 2023-07-13T14:16:13.4324129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/mload.lo’ 2023-07-13T14:16:13.4324462Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/onset.o’ 2023-07-13T14:16:13.4324805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/onset.lo’ 2023-07-13T14:16:13.4325151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/pitsyn.o’ 2023-07-13T14:16:13.4325497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/pitsyn.lo’ 2023-07-13T14:16:13.4325850Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/placea.o’ 2023-07-13T14:16:13.4326203Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/placea.lo’ 2023-07-13T14:16:13.4326549Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/placev.o’ 2023-07-13T14:16:13.4326892Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/placev.lo’ 2023-07-13T14:16:13.4327237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/preemp.o’ 2023-07-13T14:16:13.4327589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/preemp.lo’ 2023-07-13T14:16:13.4327933Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/prepro.o’ 2023-07-13T14:16:13.4328285Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/prepro.lo’ 2023-07-13T14:16:13.4328615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/random.o’ 2023-07-13T14:16:13.4328959Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/random.lo’ 2023-07-13T14:16:13.4329299Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/rcchk.o’ 2023-07-13T14:16:13.4329646Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/rcchk.lo’ 2023-07-13T14:16:13.4329995Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/synths.o’ 2023-07-13T14:16:13.4330337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/synths.lo’ 2023-07-13T14:16:13.4330676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/tbdm.o’ 2023-07-13T14:16:13.4331018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/tbdm.lo’ 2023-07-13T14:16:13.4331415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/voicin.o’ 2023-07-13T14:16:13.4331756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/voicin.lo’ 2023-07-13T14:16:13.4332234Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/vparms.o’ 2023-07-13T14:16:13.4332544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/vparms.lo’ 2023-07-13T14:16:13.4332877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/.libs/liblpc10.a’ 2023-07-13T14:16:13.4333209Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/.libs/liblpc10.la’ 2023-07-13T14:16:13.4333555Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/.libs’ 2023-07-13T14:16:13.4333889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10/liblpc10.la’ 2023-07-13T14:16:13.4334216Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/lpc10’ 2023-07-13T14:16:13.4334533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/msvc9/Makefile’ 2023-07-13T14:16:13.4334858Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/msvc9’ 2023-07-13T14:16:13.4335178Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/msvc10/Makefile’ 2023-07-13T14:16:13.4335515Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/msvc10’ 2023-07-13T14:16:13.4335834Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/sox.pc’ 2023-07-13T14:16:13.4336144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build/libtool’ 2023-07-13T14:16:13.4336457Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build’ 2023-07-13T14:16:13.4336763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/install-sh’ 2023-07-13T14:16:13.4337080Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/libogg.spec’ 2023-07-13T14:16:13.4337380Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/ogg.m4’ 2023-07-13T14:16:13.4337716Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/ogg-uninstalled.pc.in’ 2023-07-13T14:16:13.4338023Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/win32/ogg.def’ 2023-07-13T14:16:13.4338335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/win32/.gitignore’ 2023-07-13T14:16:13.4338673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/win32/VS2015/libogg_dynamic.sln’ 2023-07-13T14:16:13.4339069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/win32/VS2015/libogg_dynamic.vcxproj’ 2023-07-13T14:16:13.4339458Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/win32/VS2015/libogg_static.sln’ 2023-07-13T14:16:13.4339798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/win32/VS2015/libogg_static.vcxproj’ 2023-07-13T14:16:13.4340116Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/win32/VS2015’ 2023-07-13T14:16:13.4340438Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/win32’ 2023-07-13T14:16:13.4340747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/depcomp’ 2023-07-13T14:16:13.4341098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/macosx/Ogg.xcodeproj/project.pbxproj’ 2023-07-13T14:16:13.4341451Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/macosx/Ogg.xcodeproj’ 2023-07-13T14:16:13.4341775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/macosx/Ogg_Prefix.pch’ 2023-07-13T14:16:13.4342091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/macosx/Info.plist’ 2023-07-13T14:16:13.4342441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/macosx/English.lproj/InfoPlist.strings’ 2023-07-13T14:16:13.4342791Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/macosx/English.lproj’ 2023-07-13T14:16:13.4343113Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/macosx’ 2023-07-13T14:16:13.4343426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/configure.ac’ 2023-07-13T14:16:13.4343725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/missing’ 2023-07-13T14:16:13.4344024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/aclocal.m4’ 2023-07-13T14:16:13.4344330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/ogg.pc.in’ 2023-07-13T14:16:13.4344657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/libogg.spec.in’ 2023-07-13T14:16:13.4344980Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/packets.png’ 2023-07-13T14:16:13.4345294Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/skeleton.html’ 2023-07-13T14:16:13.4345614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/multiplex1.png’ 2023-07-13T14:16:13.4345926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/white-ogg.png’ 2023-07-13T14:16:13.4346311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/ogg-multiplex.html’ 2023-07-13T14:16:13.4346623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/index.html’ 2023-07-13T14:16:13.4346998Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/fish_xiph_org.png’ 2023-07-13T14:16:13.4347311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/rfc3533.txt’ 2023-07-13T14:16:13.4347607Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/Makefile.in’ 2023-07-13T14:16:13.4347908Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/Makefile.am’ 2023-07-13T14:16:13.4348228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/rfc5334.txt’ 2023-07-13T14:16:13.4348533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/stream.png’ 2023-07-13T14:16:13.4348863Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/vorbisword2.png’ 2023-07-13T14:16:13.4349187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/white-xifish.png’ 2023-07-13T14:16:13.4349505Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/oggstream.html’ 2023-07-13T14:16:13.4349850Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_destroy.html’ 2023-07-13T14:16:13.4350193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_check.html’ 2023-07-13T14:16:13.4350535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_read.html’ 2023-07-13T14:16:13.4350883Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_writecheck.html’ 2023-07-13T14:16:13.4351197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/general.html’ 2023-07-13T14:16:13.4351533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_look1.html’ 2023-07-13T14:16:13.4351873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_eos.html’ 2023-07-13T14:16:13.4352205Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_read1.html’ 2023-07-13T14:16:13.4352538Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/encoding.html’ 2023-07-13T14:16:13.4352865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_bos.html’ 2023-07-13T14:16:13.4353202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_readinit.html’ 2023-07-13T14:16:13.4353534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_init.html’ 2023-07-13T14:16:13.4354202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_continued.html’ 2023-07-13T14:16:13.4354804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_pagein.html’ 2023-07-13T14:16:13.4355167Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/reference.html’ 2023-07-13T14:16:13.4355541Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/datastructures.html’ 2023-07-13T14:16:13.4355904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_init.html’ 2023-07-13T14:16:13.4356271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_writecopy.html’ 2023-07-13T14:16:13.4356656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_packetpeek.html’ 2023-07-13T14:16:13.4357024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_get_buffer.html’ 2023-07-13T14:16:13.4357380Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_bits.html’ 2023-07-13T14:16:13.4357742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_pageseek.html’ 2023-07-13T14:16:13.4358111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_pageno.html’ 2023-07-13T14:16:13.4358481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_state.html’ 2023-07-13T14:16:13.4358843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_buffer.html’ 2023-07-13T14:16:13.4359197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_packet.html’ 2023-07-13T14:16:13.4359614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page.html’ 2023-07-13T14:16:13.4359981Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_check.html’ 2023-07-13T14:16:13.4360365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_state.html’ 2023-07-13T14:16:13.4360723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_adv.html’ 2023-07-13T14:16:13.4361107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_reset_serialno.html’ 2023-07-13T14:16:13.4361480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_granulepos.html’ 2023-07-13T14:16:13.4361837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_clear.html’ 2023-07-13T14:16:13.4362273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_clear.html’ 2023-07-13T14:16:13.4362685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_adv1.html’ 2023-07-13T14:16:13.4363061Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_packetout.html’ 2023-07-13T14:16:13.4363441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_pageout_fill.html’ 2023-07-13T14:16:13.4363809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_iovecin.html’ 2023-07-13T14:16:13.4364182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_serialno.html’ 2023-07-13T14:16:13.4364531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/index.html’ 2023-07-13T14:16:13.4364890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_look.html’ 2023-07-13T14:16:13.4365240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_write.html’ 2023-07-13T14:16:13.4365591Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/Makefile.in’ 2023-07-13T14:16:13.4365964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_pageout.html’ 2023-07-13T14:16:13.4366329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_flush.html’ 2023-07-13T14:16:13.4366693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/bitpacking.html’ 2023-07-13T14:16:13.4367063Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_writealign.html’ 2023-07-13T14:16:13.4367420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_reset.html’ 2023-07-13T14:16:13.4367780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_version.html’ 2023-07-13T14:16:13.4368144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_packets.html’ 2023-07-13T14:16:13.4368518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_packet_clear.html’ 2023-07-13T14:16:13.4368866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/Makefile.am’ 2023-07-13T14:16:13.4369224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_eos.html’ 2023-07-13T14:16:13.4369576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_buffer.html’ 2023-07-13T14:16:13.4370009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/overview.html’ 2023-07-13T14:16:13.4370430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_writetrunc.html’ 2023-07-13T14:16:13.4370788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_reset.html’ 2023-07-13T14:16:13.4371147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_bytes.html’ 2023-07-13T14:16:13.4371507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_reset.html’ 2023-07-13T14:16:13.4371973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/decoding.html’ 2023-07-13T14:16:13.4372307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_destroy.html’ 2023-07-13T14:16:13.4372656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_packetin.html’ 2023-07-13T14:16:13.4372996Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_writeinit.html’ 2023-07-13T14:16:13.4373333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_pageout.html’ 2023-07-13T14:16:13.4373678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/oggpack_writeclear.html’ 2023-07-13T14:16:13.4374020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_page_checksum_set.html’ 2023-07-13T14:16:13.4374356Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_iovec_t.html’ 2023-07-13T14:16:13.4374678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/style.css’ 2023-07-13T14:16:13.4375018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_stream_flush_fill.html’ 2023-07-13T14:16:13.4375348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg/ogg_sync_wrote.html’ 2023-07-13T14:16:13.4375682Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/libogg’ 2023-07-13T14:16:13.4375994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/pages.png’ 2023-07-13T14:16:13.4376317Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc/framing.html’ 2023-07-13T14:16:13.4376633Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/doc’ 2023-07-13T14:16:13.4376938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/config.h.in’ 2023-07-13T14:16:13.4377247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/Makefile.in’ 2023-07-13T14:16:13.4377601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/compile’ 2023-07-13T14:16:13.4377952Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/README.md’ 2023-07-13T14:16:13.4378260Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/src/framing.c’ 2023-07-13T14:16:13.4378570Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/src/Makefile.in’ 2023-07-13T14:16:13.4378877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/src/Makefile.am’ 2023-07-13T14:16:13.4379183Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/src/bitwise.c’ 2023-07-13T14:16:13.4379503Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/src’ 2023-07-13T14:16:13.4379807Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/AUTHORS’ 2023-07-13T14:16:13.4380105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/COPYING’ 2023-07-13T14:16:13.4380407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/Makefile.am’ 2023-07-13T14:16:13.4380713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/config.sub’ 2023-07-13T14:16:13.4381022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/config.guess’ 2023-07-13T14:16:13.4381345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include/ogg/Makefile.in’ 2023-07-13T14:16:13.4381674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include/ogg/os_types.h’ 2023-07-13T14:16:13.4381999Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include/ogg/Makefile.am’ 2023-07-13T14:16:13.4382310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include/ogg/ogg.h’ 2023-07-13T14:16:13.4382641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include/ogg/config_types.h.in’ 2023-07-13T14:16:13.4382974Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include/ogg’ 2023-07-13T14:16:13.4383292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include/Makefile.in’ 2023-07-13T14:16:13.4383620Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include/Makefile.am’ 2023-07-13T14:16:13.4383939Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/include’ 2023-07-13T14:16:13.4384243Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/ltmain.sh’ 2023-07-13T14:16:13.4384545Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/configure’ 2023-07-13T14:16:13.4384889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/CHANGES’ 2023-07-13T14:16:13.4385198Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg’ 2023-07-13T14:16:13.4385547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/README’ 2023-07-13T14:16:13.4385866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/Makefile.in’ 2023-07-13T14:16:13.4386178Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/linkboth.c’ 2023-07-13T14:16:13.4386492Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/wavreader.h’ 2023-07-13T14:16:13.4386813Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/amrnb-dec.c’ 2023-07-13T14:16:13.4387128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/wavwriter.c’ 2023-07-13T14:16:13.4387434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/wavwriter.h’ 2023-07-13T14:16:13.4387746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/amrwb-dec.c’ 2023-07-13T14:16:13.4388073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/amrnb-enc-sine.c’ 2023-07-13T14:16:13.4388372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/amrnb-enc.c’ 2023-07-13T14:16:13.4388686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/wavreader.c’ 2023-07-13T14:16:13.4389002Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test/Makefile.am’ 2023-07-13T14:16:13.4389319Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/test’ 2023-07-13T14:16:13.4389623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/Makefile.in’ 2023-07-13T14:16:13.4389935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/configure.ac’ 2023-07-13T14:16:13.4390236Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/LICENSE’ 2023-07-13T14:16:13.4390554Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrnb/Makefile.in’ 2023-07-13T14:16:13.4390875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrnb/wrapper.cpp’ 2023-07-13T14:16:13.4391188Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrnb/interf_enc.h’ 2023-07-13T14:16:13.4391517Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrnb/opencore-amrnb.sym’ 2023-07-13T14:16:13.4391847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrnb/opencore-amrnb.pc.in’ 2023-07-13T14:16:13.4392216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrnb/interf_dec.h’ 2023-07-13T14:16:13.4392529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrnb/Makefile.am’ 2023-07-13T14:16:13.4392904Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrnb’ 2023-07-13T14:16:13.4393217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/README’ 2023-07-13T14:16:13.4393593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/patent_disclaimer.txt’ 2023-07-13T14:16:13.4394248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/build/make/local.mk’ 2023-07-13T14:16:13.4394676Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/build/make’ 2023-07-13T14:16:13.4395091Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/build’ 2023-07-13T14:16:13.4395526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/include/pvamrnbdecoder_api.h’ 2023-07-13T14:16:13.4395949Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/include/decoder_gsm_amr.h’ 2023-07-13T14:16:13.4396370Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/include’ 2023-07-13T14:16:13.4396775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/Android.mk’ 2023-07-13T14:16:13.4397188Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ph_disp.cpp’ 2023-07-13T14:16:13.4397597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/c_g_aver.h’ 2023-07-13T14:16:13.4398009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/amrdecode.h’ 2023-07-13T14:16:13.4398425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/post_pro.h’ 2023-07-13T14:16:13.4398839Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d1035pf.h’ 2023-07-13T14:16:13.4399240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/if2_to_ets.h’ 2023-07-13T14:16:13.4399719Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/lsp_avg.cpp’ 2023-07-13T14:16:13.4400213Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag3.h’ 2023-07-13T14:16:13.4400681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/a_refl.h’ 2023-07-13T14:16:13.4401089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d4_17pf.cpp’ 2023-07-13T14:16:13.4401495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d8_31pf.cpp’ 2023-07-13T14:16:13.4401893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d8_31pf.h’ 2023-07-13T14:16:13.4402315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/qgain475_tab.cpp’ 2023-07-13T14:16:13.4402714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_gain.h’ 2023-07-13T14:16:13.4403127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/wmf_to_ets.cpp’ 2023-07-13T14:16:13.4403529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/if2_to_ets.cpp’ 2023-07-13T14:16:13.4403932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_gain_p.cpp’ 2023-07-13T14:16:13.4404345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d2_9pf.cpp’ 2023-07-13T14:16:13.4404759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/int_lsf.cpp’ 2023-07-13T14:16:13.4405157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/agc.h’ 2023-07-13T14:16:13.4405559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_amr.cpp’ 2023-07-13T14:16:13.4406028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/pstfilt.cpp’ 2023-07-13T14:16:13.4406490Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_3.cpp’ 2023-07-13T14:16:13.4406921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/pvgsmamrdecoder.cpp’ 2023-07-13T14:16:13.4407326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/bgnscd.cpp’ 2023-07-13T14:16:13.4407727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d3_14pf.cpp’ 2023-07-13T14:16:13.4408136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d2_11pf.h’ 2023-07-13T14:16:13.4408535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/b_cn_cod.h’ 2023-07-13T14:16:13.4408945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp’ 2023-07-13T14:16:13.4409339Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d4_17pf.h’ 2023-07-13T14:16:13.4409738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d2_11pf.cpp’ 2023-07-13T14:16:13.4410143Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/agc.cpp’ 2023-07-13T14:16:13.4410566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/decoder_gsm_amr.cpp’ 2023-07-13T14:16:13.4410976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_5.cpp’ 2023-07-13T14:16:13.4411371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ex_ctrl.h’ 2023-07-13T14:16:13.4411891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_gain_c.cpp’ 2023-07-13T14:16:13.4412268Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dtx_dec.cpp’ 2023-07-13T14:16:13.4412634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/lsp_avg.h’ 2023-07-13T14:16:13.4413006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.h’ 2023-07-13T14:16:13.4413372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dtx_dec.h’ 2023-07-13T14:16:13.4413820Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/pvgsmamrdecoder_dpi.h’ 2023-07-13T14:16:13.4414242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/sp_dec.cpp’ 2023-07-13T14:16:13.4414604Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ec_gains.h’ 2023-07-13T14:16:13.4414980Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/post_pro.cpp’ 2023-07-13T14:16:13.4415358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_gain.cpp’ 2023-07-13T14:16:13.4415758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_input_format_tab.cpp’ 2023-07-13T14:16:13.4416128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/bgnscd.h’ 2023-07-13T14:16:13.4416495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ph_disp.h’ 2023-07-13T14:16:13.4416867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/pstfilt.h’ 2023-07-13T14:16:13.4417241Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d3_14pf.h’ 2023-07-13T14:16:13.4417638Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/pvgsmamrdecoder.h’ 2023-07-13T14:16:13.4418014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/c_g_aver.cpp’ 2023-07-13T14:16:13.4418383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag6.h’ 2023-07-13T14:16:13.4418759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag6.cpp’ 2023-07-13T14:16:13.4419137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/gsmamr_dec.h’ 2023-07-13T14:16:13.4419516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ec_gains.cpp’ 2023-07-13T14:16:13.4419888Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ex_ctrl.cpp’ 2023-07-13T14:16:13.4420250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d1035pf.cpp’ 2023-07-13T14:16:13.4420685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/a_refl.cpp’ 2023-07-13T14:16:13.4421103Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/b_cn_cod.cpp’ 2023-07-13T14:16:13.4421470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf.cpp’ 2023-07-13T14:16:13.4421840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/sp_dec.h’ 2023-07-13T14:16:13.4422208Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d2_9pf.h’ 2023-07-13T14:16:13.4422598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/amrdecode.cpp’ 2023-07-13T14:16:13.4422981Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag3.cpp’ 2023-07-13T14:16:13.4423351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_amr.h’ 2023-07-13T14:16:13.4423731Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src’ 2023-07-13T14:16:13.4424101Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec’ 2023-07-13T14:16:13.4424498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/build/make/local.mk’ 2023-07-13T14:16:13.4424898Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/build/make’ 2023-07-13T14:16:13.4425282Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/build’ 2023-07-13T14:16:13.4425665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/bytesused.h’ 2023-07-13T14:16:13.4426050Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/norm_l.h’ 2023-07-13T14:16:13.4426439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/gc_pred.h’ 2023-07-13T14:16:13.4426827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/window_tab.h’ 2023-07-13T14:16:13.4427210Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/frame.h’ 2023-07-13T14:16:13.4427589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/norm_s.h’ 2023-07-13T14:16:13.4428058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_shr.h’ 2023-07-13T14:16:13.4428494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/qua_gain_tbl.h’ 2023-07-13T14:16:13.4428879Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_add_c.h’ 2023-07-13T14:16:13.4429251Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/vad.h’ 2023-07-13T14:16:13.4429653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/reverse_bits.h’ 2023-07-13T14:16:13.4430043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/negate.h’ 2023-07-13T14:16:13.4430430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/reorder.h’ 2023-07-13T14:16:13.4430813Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/d_gain_c.h’ 2023-07-13T14:16:13.4431190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_negate.h’ 2023-07-13T14:16:13.4431597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/get_const_tbls.h’ 2023-07-13T14:16:13.4431973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/residu.h’ 2023-07-13T14:16:13.4432355Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/pvgsmamr.h’ 2023-07-13T14:16:13.4432732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/set_zero.h’ 2023-07-13T14:16:13.4433116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/div_s.h’ 2023-07-13T14:16:13.4433496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/shl.h’ 2023-07-13T14:16:13.4434181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/syn_filt.h’ 2023-07-13T14:16:13.4434596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/int_lsf.h’ 2023-07-13T14:16:13.4435004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/d_plsf.h’ 2023-07-13T14:16:13.4435490Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/add.h’ 2023-07-13T14:16:13.4435961Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/shr.h’ 2023-07-13T14:16:13.4436383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_shl.h’ 2023-07-13T14:16:13.4436789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mode.h’ 2023-07-13T14:16:13.4437230Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/basic_op_arm_gcc_v5.h’ 2023-07-13T14:16:13.4437655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/wmf_to_ets.h’ 2023-07-13T14:16:13.4438064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mac_32.h’ 2023-07-13T14:16:13.4438478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/bitreorder_tab.h’ 2023-07-13T14:16:13.4438887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/log2.h’ 2023-07-13T14:16:13.4439351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/log2_norm.h’ 2023-07-13T14:16:13.4439794Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/lsp_lsf.h’ 2023-07-13T14:16:13.4440203Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/lsp_az.h’ 2023-07-13T14:16:13.4440607Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/n_proc.h’ 2023-07-13T14:16:13.4441022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/sub.h’ 2023-07-13T14:16:13.4441445Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/int_lpc.h’ 2023-07-13T14:16:13.4441871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/q_plsf_3_tbl.h’ 2023-07-13T14:16:13.4442284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/qua_gain.h’ 2023-07-13T14:16:13.4442689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/pow2.h’ 2023-07-13T14:16:13.4443181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/frame_type_3gpp.h’ 2023-07-13T14:16:13.4443650Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/d_gain_p.h’ 2023-07-13T14:16:13.4444066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mpy_32_16.h’ 2023-07-13T14:16:13.4444468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_add.h’ 2023-07-13T14:16:13.4444876Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/bitno_tab.h’ 2023-07-13T14:16:13.4445293Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_comp.h’ 2023-07-13T14:16:13.4445696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/lsfwt.h’ 2023-07-13T14:16:13.4446104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_mac.h’ 2023-07-13T14:16:13.4446508Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_mult.h’ 2023-07-13T14:16:13.4446930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/oper_32b.h’ 2023-07-13T14:16:13.4447361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/qgain475_tab.h’ 2023-07-13T14:16:13.4447766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_sub.h’ 2023-07-13T14:16:13.4448170Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/gmed_n.h’ 2023-07-13T14:16:13.4448584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_msu.h’ 2023-07-13T14:16:13.4449016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/basicop_malloc.h’ 2023-07-13T14:16:13.4449431Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_shr_r.h’ 2023-07-13T14:16:13.4449841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/cnst_vad.h’ 2023-07-13T14:16:13.4450252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/typedef.h’ 2023-07-13T14:16:13.4450717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/p_ol_wgh.h’ 2023-07-13T14:16:13.4451177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/cnst.h’ 2023-07-13T14:16:13.4451695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/pred_lt.h’ 2023-07-13T14:16:13.4452077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/inv_sqrt.h’ 2023-07-13T14:16:13.4452467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mult_r.h’ 2023-07-13T14:16:13.4452873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/gsm_amr_typedefs.h’ 2023-07-13T14:16:13.4453252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/basic_op.h’ 2023-07-13T14:16:13.4453627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/shr_r.h’ 2023-07-13T14:16:13.4454000Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/abs_s.h’ 2023-07-13T14:16:13.4454383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/weight_a.h’ 2023-07-13T14:16:13.4454778Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_extract.h’ 2023-07-13T14:16:13.4455152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/sqrt_l.h’ 2023-07-13T14:16:13.4455521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mult.h’ 2023-07-13T14:16:13.4455933Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/basic_op_c_equivalent.h’ 2023-07-13T14:16:13.4456328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/q_plsf_5_tbl.h’ 2023-07-13T14:16:13.4456711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mpy_32.h’ 2023-07-13T14:16:13.4457091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/lsp_tab.h’ 2023-07-13T14:16:13.4457456Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/az_lsp.h’ 2023-07-13T14:16:13.4457885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/round.h’ 2023-07-13T14:16:13.4458320Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/lsp.h’ 2023-07-13T14:16:13.4458714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/dtx_common_def.h’ 2023-07-13T14:16:13.4459087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/q_plsf.h’ 2023-07-13T14:16:13.4459478Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include’ 2023-07-13T14:16:13.4459857Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/Android.mk’ 2023-07-13T14:16:13.4460244Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/q_plsf_5_tbl.cpp’ 2023-07-13T14:16:13.4460622Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/l_shr_r.cpp’ 2023-07-13T14:16:13.4461005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/ph_disp_tab.cpp’ 2023-07-13T14:16:13.4461388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/gmed_n.cpp’ 2023-07-13T14:16:13.4461772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/shr_r.cpp’ 2023-07-13T14:16:13.4462153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/log2_tbl.cpp’ 2023-07-13T14:16:13.4462529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/syn_filt.cpp’ 2023-07-13T14:16:13.4462915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/inv_sqrt_tbl.cpp’ 2023-07-13T14:16:13.4463289Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/vad1.cpp’ 2023-07-13T14:16:13.4465184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/bits2prm.cpp’ 2023-07-13T14:16:13.4465563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/grid_tbl.cpp’ 2023-07-13T14:16:13.4465947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/sqrt_l_tbl.cpp’ 2023-07-13T14:16:13.4466394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/round.cpp’ 2023-07-13T14:16:13.4466831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/extract_l.cpp’ 2023-07-13T14:16:13.4467208Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/log2.cpp’ 2023-07-13T14:16:13.4467589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/shr.cpp’ 2023-07-13T14:16:13.4467980Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/get_const_tbls.cpp’ 2023-07-13T14:16:13.4468361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/pow2.cpp’ 2023-07-13T14:16:13.4468754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/overflow_tbl.cpp’ 2023-07-13T14:16:13.4469128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/lsp_tab.cpp’ 2023-07-13T14:16:13.4469506Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/window_tab.cpp’ 2023-07-13T14:16:13.4469893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/q_plsf_3_tbl.cpp’ 2023-07-13T14:16:13.4470276Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/lsfwt.cpp’ 2023-07-13T14:16:13.4470652Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/lsp.cpp’ 2023-07-13T14:16:13.4471026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/q_plsf_3.cpp’ 2023-07-13T14:16:13.4471404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/r_fft.cpp’ 2023-07-13T14:16:13.4471791Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/norm_s.cpp’ 2023-07-13T14:16:13.4472191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/bitreorder_tab.cpp’ 2023-07-13T14:16:13.4472570Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/set_zero.cpp’ 2023-07-13T14:16:13.4472944Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/pred_lt.cpp’ 2023-07-13T14:16:13.4473557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/inv_sqrt.cpp’ 2023-07-13T14:16:13.4474321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/sub.cpp’ 2023-07-13T14:16:13.4474744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/lsp_lsf_tbl.cpp’ 2023-07-13T14:16:13.4475151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/az_lsp.cpp’ 2023-07-13T14:16:13.4475561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/lsp_az.cpp’ 2023-07-13T14:16:13.4475988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/qua_gain_tbl.cpp’ 2023-07-13T14:16:13.4476405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/norm_l.cpp’ 2023-07-13T14:16:13.4476818Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/gray_tbl.cpp’ 2023-07-13T14:16:13.4477223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/div_32.cpp’ 2023-07-13T14:16:13.4477631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/negate.cpp’ 2023-07-13T14:16:13.4478053Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/log2_norm.cpp’ 2023-07-13T14:16:13.4478456Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/add.cpp’ 2023-07-13T14:16:13.4478870Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/c2_9pf_tab.cpp’ 2023-07-13T14:16:13.4479277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/sqrt_l.cpp’ 2023-07-13T14:16:13.4479775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/copy.cpp’ 2023-07-13T14:16:13.4480203Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/l_deposit_l.cpp’ 2023-07-13T14:16:13.4480605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/vad2.cpp’ 2023-07-13T14:16:13.4481019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/pow2_tbl.cpp’ 2023-07-13T14:16:13.4481428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/mult_r.cpp’ 2023-07-13T14:16:13.4481920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/int_lpc.cpp’ 2023-07-13T14:16:13.4482419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/bitno_tab.cpp’ 2023-07-13T14:16:13.4482830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/reorder.cpp’ 2023-07-13T14:16:13.4483240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/q_plsf.cpp’ 2023-07-13T14:16:13.4483657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/lsp_lsf.cpp’ 2023-07-13T14:16:13.4484068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/extract_h.cpp’ 2023-07-13T14:16:13.4484476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/residu.cpp’ 2023-07-13T14:16:13.4484891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/weight_a.cpp’ 2023-07-13T14:16:13.4485293Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/l_abs.cpp’ 2023-07-13T14:16:13.4485708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/div_s.cpp’ 2023-07-13T14:16:13.4486138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/l_deposit_h.cpp’ 2023-07-13T14:16:13.4486548Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/gc_pred.cpp’ 2023-07-13T14:16:13.4486961Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/gains_tbl.cpp’ 2023-07-13T14:16:13.4487376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/q_plsf_5.cpp’ 2023-07-13T14:16:13.4487801Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src’ 2023-07-13T14:16:13.4488211Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/common’ 2023-07-13T14:16:13.4488619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/build/make/local.mk’ 2023-07-13T14:16:13.4489038Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/build/make’ 2023-07-13T14:16:13.4489508Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/build’ 2023-07-13T14:16:13.4490004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/include/gsmamr_encoder_wrapper.h’ 2023-07-13T14:16:13.4490413Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/include’ 2023-07-13T14:16:13.4490817Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/Android.mk’ 2023-07-13T14:16:13.4491231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lflg_upd.cpp’ 2023-07-13T14:16:13.4491645Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/s10_8pf.cpp’ 2023-07-13T14:16:13.4492155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h_x2.cpp’ 2023-07-13T14:16:13.4492544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c8_31pf.h’ 2023-07-13T14:16:13.4492937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cod_amr.h’ 2023-07-13T14:16:13.4493344Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_wmf.cpp’ 2023-07-13T14:16:13.4493741Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/hp_max.h’ 2023-07-13T14:16:13.4494137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/inter_36.h’ 2023-07-13T14:16:13.4494536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/spstproc.cpp’ 2023-07-13T14:16:13.4494923Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h_x.h’ 2023-07-13T14:16:13.4495326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c2_11pf.cpp’ 2023-07-13T14:16:13.4495722Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h_x2.h’ 2023-07-13T14:16:13.4496220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.cpp’ 2023-07-13T14:16:13.4496589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c2_9pf.h’ 2023-07-13T14:16:13.4497014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/set_sign.cpp’ 2023-07-13T14:16:13.4497434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/vad1.cpp’ 2023-07-13T14:16:13.4497808Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/qgain475.h’ 2023-07-13T14:16:13.4498182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/q_gain_c.cpp’ 2023-07-13T14:16:13.4498558Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/q_gain_c.h’ 2023-07-13T14:16:13.4498934Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h_x.cpp’ 2023-07-13T14:16:13.4499307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/dtx_enc.h’ 2023-07-13T14:16:13.4499679Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/q_gain_p.cpp’ 2023-07-13T14:16:13.4500053Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cbsearch.h’ 2023-07-13T14:16:13.4500428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/spstproc.h’ 2023-07-13T14:16:13.4500806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/g_pitch.cpp’ 2023-07-13T14:16:13.4501179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/div_32.h’ 2023-07-13T14:16:13.4501540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h.h’ 2023-07-13T14:16:13.4501903Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.h’ 2023-07-13T14:16:13.4502285Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_if2.cpp’ 2023-07-13T14:16:13.4502654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/calc_en.h’ 2023-07-13T14:16:13.4503020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c4_17pf.h’ 2023-07-13T14:16:13.4503393Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_if2.h’ 2023-07-13T14:16:13.4503771Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/inter_36_tab.h’ 2023-07-13T14:16:13.4504187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_big.h’ 2023-07-13T14:16:13.4504603Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ol_ltp.h’ 2023-07-13T14:16:13.4504976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.h’ 2023-07-13T14:16:13.4505346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/dtx_enc.cpp’ 2023-07-13T14:16:13.4505717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c1035pf.h’ 2023-07-13T14:16:13.4506098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/qgain475.cpp’ 2023-07-13T14:16:13.4506477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/convolve.h’ 2023-07-13T14:16:13.4506842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.h’ 2023-07-13T14:16:13.4507202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sp_enc.cpp’ 2023-07-13T14:16:13.4507579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/calc_cor.h’ 2023-07-13T14:16:13.4507952Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_wmf.h’ 2023-07-13T14:16:13.4508317Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/g_adapt.h’ 2023-07-13T14:16:13.4508687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/q_gain_p.h’ 2023-07-13T14:16:13.4509062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/g_code.cpp’ 2023-07-13T14:16:13.4509447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lag_wind.cpp’ 2023-07-13T14:16:13.4509867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/qgain795.h’ 2023-07-13T14:16:13.4510241Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ton_stab.cpp’ 2023-07-13T14:16:13.4510612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/calc_cor.cpp’ 2023-07-13T14:16:13.4510987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/l_extract.cpp’ 2023-07-13T14:16:13.4511419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/autocorr.cpp’ 2023-07-13T14:16:13.4511799Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp’ 2023-07-13T14:16:13.4512174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/prm2bits.cpp’ 2023-07-13T14:16:13.4512547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c1035pf.cpp’ 2023-07-13T14:16:13.4512916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.h’ 2023-07-13T14:16:13.4513297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lag_wind_tab.h’ 2023-07-13T14:16:13.4513660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sp_enc.h’ 2023-07-13T14:16:13.4514312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h.cpp’ 2023-07-13T14:16:13.4514720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gsmamr_enc.h’ 2023-07-13T14:16:13.4515135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c4_17pf.cpp’ 2023-07-13T14:16:13.4515546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/div_32.cpp’ 2023-07-13T14:16:13.4515942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.h’ 2023-07-13T14:16:13.4516339Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/s10_8pf.h’ 2023-07-13T14:16:13.4516825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/inter_36.cpp’ 2023-07-13T14:16:13.4517302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lag_wind_tab.cpp’ 2023-07-13T14:16:13.4517706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/spreproc.h’ 2023-07-13T14:16:13.4518119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/amrencode.cpp’ 2023-07-13T14:16:13.4518520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.cpp’ 2023-07-13T14:16:13.4518928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c2_9pf.cpp’ 2023-07-13T14:16:13.4519401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.h’ 2023-07-13T14:16:13.4519809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/autocorr.h’ 2023-07-13T14:16:13.4520212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/vad1.h’ 2023-07-13T14:16:13.4520614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_ol.cpp’ 2023-07-13T14:16:13.4521020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/vad2.h’ 2023-07-13T14:16:13.4521426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.cpp’ 2023-07-13T14:16:13.4521837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/convolve.cpp’ 2023-07-13T14:16:13.4522267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_output_format_tab.cpp’ 2023-07-13T14:16:13.4522674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp’ 2023-07-13T14:16:13.4523079Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.h’ 2023-07-13T14:16:13.4523483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.cpp’ 2023-07-13T14:16:13.4523887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_big.cpp’ 2023-07-13T14:16:13.4524301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/inter_36_tab.cpp’ 2023-07-13T14:16:13.4524770Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c2_11pf.h’ 2023-07-13T14:16:13.4525214Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/calc_en.cpp’ 2023-07-13T14:16:13.4525612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ol_ltp.cpp’ 2023-07-13T14:16:13.4526015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_ol.h’ 2023-07-13T14:16:13.4526415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/g_pitch.h’ 2023-07-13T14:16:13.4526816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_lag6.h’ 2023-07-13T14:16:13.4527228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/p_ol_wgh.cpp’ 2023-07-13T14:16:13.4527634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c8_31pf.cpp’ 2023-07-13T14:16:13.4528038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_lag6.cpp’ 2023-07-13T14:16:13.4528475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gsmamr_encoder_wrapper.cpp’ 2023-07-13T14:16:13.4528890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/qgain795.cpp’ 2023-07-13T14:16:13.4529289Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/l_abs.h’ 2023-07-13T14:16:13.4529693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_lag3.cpp’ 2023-07-13T14:16:13.4530098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp’ 2023-07-13T14:16:13.4530508Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_lag3.h’ 2023-07-13T14:16:13.4530921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/qua_gain.cpp’ 2023-07-13T14:16:13.4531308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c3_14pf.h’ 2023-07-13T14:16:13.4531812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cbsearch.cpp’ 2023-07-13T14:16:13.4532239Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/g_adapt.cpp’ 2023-07-13T14:16:13.4532613Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/l_comp.cpp’ 2023-07-13T14:16:13.4533042Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/corrwght_tab.cpp’ 2023-07-13T14:16:13.4533413Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/set_sign.h’ 2023-07-13T14:16:13.4533786Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/amrencode.h’ 2023-07-13T14:16:13.4534165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/prm2bits.h’ 2023-07-13T14:16:13.4534547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cod_amr.cpp’ 2023-07-13T14:16:13.4534915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/g_code.h’ 2023-07-13T14:16:13.4535281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/hp_max.cpp’ 2023-07-13T14:16:13.4535648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/l_abs.cpp’ 2023-07-13T14:16:13.4536030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/l_negate.cpp’ 2023-07-13T14:16:13.4536404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c3_14pf.cpp’ 2023-07-13T14:16:13.4536772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/spreproc.cpp’ 2023-07-13T14:16:13.4537137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lag_wind.h’ 2023-07-13T14:16:13.4537512Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ton_stab.h’ 2023-07-13T14:16:13.4537895Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src’ 2023-07-13T14:16:13.4538269Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc’ 2023-07-13T14:16:13.4538635Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_nb’ 2023-07-13T14:16:13.4539018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/local.mk’ 2023-07-13T14:16:13.4539463Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make’ 2023-07-13T14:16:13.4539928Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/common/dec/build’ 2023-07-13T14:16:13.4540360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/common/dec/include/pvgsmamrdecoderinterface.h’ 2023-07-13T14:16:13.4540747Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/common/dec/include’ 2023-07-13T14:16:13.4541123Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/common/dec/Android.mk’ 2023-07-13T14:16:13.4541505Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/common/dec’ 2023-07-13T14:16:13.4541882Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/common’ 2023-07-13T14:16:13.4542270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/build/make/local.mk’ 2023-07-13T14:16:13.4542645Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/build/make’ 2023-07-13T14:16:13.4543032Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/build’ 2023-07-13T14:16:13.4543448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/include/pvamrwbdecoder_api.h’ 2023-07-13T14:16:13.4543838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/include/decoder_amr_wb.h’ 2023-07-13T14:16:13.4544220Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/include’ 2023-07-13T14:16:13.4544590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/Android.mk’ 2023-07-13T14:16:13.4544993Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder.h’ 2023-07-13T14:16:13.4545391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/interpolate_isp.cpp’ 2023-07-13T14:16:13.4545785Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/phase_dispersion.cpp’ 2023-07-13T14:16:13.4546180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/synthesis_amr_wb.h’ 2023-07-13T14:16:13.4546612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/q_pulse.h’ 2023-07-13T14:16:13.4547060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwb_math_op.cpp’ 2023-07-13T14:16:13.4547431Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/qisf_ns.h’ 2023-07-13T14:16:13.4547810Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/qisf_ns_tab.cpp’ 2023-07-13T14:16:13.4548190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/qpisf_2s.cpp’ 2023-07-13T14:16:13.4548579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/noise_gen_amrwb.cpp’ 2023-07-13T14:16:13.4548982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder_acelp.h’ 2023-07-13T14:16:13.4549366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/e_pv_amrwbdec.h’ 2023-07-13T14:16:13.4549747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/normalize_amr_wb.h’ 2023-07-13T14:16:13.4550138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/get_amr_wb_bits.h’ 2023-07-13T14:16:13.4550527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwb_math_op.h’ 2023-07-13T14:16:13.4550915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dec_alg_codebook.cpp’ 2023-07-13T14:16:13.4551313Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/highpass_50hz_at_12k8.cpp’ 2023-07-13T14:16:13.4551699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/scale_signal.cpp’ 2023-07-13T14:16:13.4552087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pred_lt4.cpp’ 2023-07-13T14:16:13.4552477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/get_amr_wb_bits.cpp’ 2023-07-13T14:16:13.4552867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dec_acelp_4p_in_64.cpp’ 2023-07-13T14:16:13.4553261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/normalize_amr_wb.cpp’ 2023-07-13T14:16:13.4553708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pv_amr_wb_type_defs.h’ 2023-07-13T14:16:13.4554610Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/low_pass_filt_7k.cpp’ 2023-07-13T14:16:13.4555045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder_basic_op.h’ 2023-07-13T14:16:13.4555455Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/deemphasis_32.cpp’ 2023-07-13T14:16:13.4555860Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/qisf_ns.cpp’ 2023-07-13T14:16:13.4556269Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/mime_io.h’ 2023-07-13T14:16:13.4556706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/isf_extrapolation.cpp’ 2023-07-13T14:16:13.4557134Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder.cpp’ 2023-07-13T14:16:13.4557548Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/median5.cpp’ 2023-07-13T14:16:13.4557956Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/isp_isf.cpp’ 2023-07-13T14:16:13.4558386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/synthesis_amr_wb.cpp’ 2023-07-13T14:16:13.4558806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/decoder_amr_wb.cpp’ 2023-07-13T14:16:13.4559230Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dtx_decoder_amr_wb.cpp’ 2023-07-13T14:16:13.4559732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder_cnst.h’ 2023-07-13T14:16:13.4560157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dec_gain2_amr_wb.cpp’ 2023-07-13T14:16:13.4560626Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder_basic_op_cequivalent.h’ 2023-07-13T14:16:13.4561033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/qpisf_2s.h’ 2023-07-13T14:16:13.4561445Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/qpisf_2s_tab.cpp’ 2023-07-13T14:16:13.4561916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/wb_syn_filt.cpp’ 2023-07-13T14:16:13.4562412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder_mem_funcs.h’ 2023-07-13T14:16:13.4562846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/highpass_400hz_at_12k8.cpp’ 2023-07-13T14:16:13.4563257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/mime_io.cpp’ 2023-07-13T14:16:13.4563659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/isp_az.cpp’ 2023-07-13T14:16:13.4564091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/oversamp_12k8_to_16k.cpp’ 2023-07-13T14:16:13.4564550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder_basic_op_gcc_armv5.h’ 2023-07-13T14:16:13.4564943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dtx.h’ 2023-07-13T14:16:13.4565359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/voice_factor.cpp’ 2023-07-13T14:16:13.4565787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/weight_amrwb_lpc.cpp’ 2023-07-13T14:16:13.4566214Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/homing_amr_wb_dec.cpp’ 2023-07-13T14:16:13.4566625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/agc2_amr_wb.cpp’ 2023-07-13T14:16:13.4567032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pit_shrp.cpp’ 2023-07-13T14:16:13.4567448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/band_pass_6k_7k.cpp’ 2023-07-13T14:16:13.4567864Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/q_gain2_tab.cpp’ 2023-07-13T14:16:13.4568282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp’ 2023-07-13T14:16:13.4568691Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/preemph_amrwb_dec.cpp’ 2023-07-13T14:16:13.4569113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dec_acelp_2p_in_64.cpp’ 2023-07-13T14:16:13.4569574Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src’ 2023-07-13T14:16:13.4570029Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec’ 2023-07-13T14:16:13.4570425Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr/amr_wb’ 2023-07-13T14:16:13.4570814Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio/gsm_amr’ 2023-07-13T14:16:13.4571186Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2/audio’ 2023-07-13T14:16:13.4571664Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/codecs_v2’ 2023-07-13T14:16:13.4571987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/NOTICE’ 2023-07-13T14:16:13.4572311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore/ChangeLog’ 2023-07-13T14:16:13.4572634Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/opencore’ 2023-07-13T14:16:13.4572938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/missing’ 2023-07-13T14:16:13.4573238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/config.sub’ 2023-07-13T14:16:13.4573556Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/install-sh’ 2023-07-13T14:16:13.4573882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrwb/Makefile.in’ 2023-07-13T14:16:13.4574192Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrwb/wrapper.cpp’ 2023-07-13T14:16:13.4574500Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrwb/if_rom.h’ 2023-07-13T14:16:13.4574840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrwb/opencore-amrwb.pc.in’ 2023-07-13T14:16:13.4575157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrwb/dec_if.h’ 2023-07-13T14:16:13.4575487Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrwb/opencore-amrwb.sym’ 2023-07-13T14:16:13.4575815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrwb/Makefile.am’ 2023-07-13T14:16:13.4576131Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/amrwb’ 2023-07-13T14:16:13.4576446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/m4/ltversion.m4’ 2023-07-13T14:16:13.4576928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/m4/lt~obsolete.m4’ 2023-07-13T14:16:13.4577328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/m4/libtool.m4’ 2023-07-13T14:16:13.4577665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/m4/ltoptions.m4’ 2023-07-13T14:16:13.4578051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/m4/ltsugar.m4’ 2023-07-13T14:16:13.4578379Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/m4’ 2023-07-13T14:16:13.4578700Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/configure’ 2023-07-13T14:16:13.4579019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/ltmain.sh’ 2023-07-13T14:16:13.4579348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/aclocal.m4’ 2023-07-13T14:16:13.4579663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/depcomp’ 2023-07-13T14:16:13.4579997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/config.guess’ 2023-07-13T14:16:13.4580308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/compile’ 2023-07-13T14:16:13.4580638Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/oscl/oscl_mem.h’ 2023-07-13T14:16:13.4580968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/oscl/oscl_base_macros.h’ 2023-07-13T14:16:13.4581309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/oscl/oscl_base.h’ 2023-07-13T14:16:13.4581640Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/oscl’ 2023-07-13T14:16:13.4581965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/ChangeLog’ 2023-07-13T14:16:13.4582288Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/Makefile.am’ 2023-07-13T14:16:13.4582606Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr’ 2023-07-13T14:16:13.4582947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/amiga_mpega.c’ 2023-07-13T14:16:13.4583299Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/Makefile.in’ 2023-07-13T14:16:13.4583640Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/rtp.h’ 2023-07-13T14:16:13.4583973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/console.h’ 2023-07-13T14:16:13.4584313Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/Makefile.am’ 2023-07-13T14:16:13.4584634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/parse.h’ 2023-07-13T14:16:13.4585033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/gpkplotting.c’ 2023-07-13T14:16:13.4585362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/depcomp’ 2023-07-13T14:16:13.4585754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/parse.c’ 2023-07-13T14:16:13.4586090Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/mp3rtp.c’ 2023-07-13T14:16:13.4586422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/main.h’ 2023-07-13T14:16:13.4586754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/console.c’ 2023-07-13T14:16:13.4587096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/lametime.h’ 2023-07-13T14:16:13.4587441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/timestatus.h’ 2023-07-13T14:16:13.4587779Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/brhist.c’ 2023-07-13T14:16:13.4588114Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/lametime.c’ 2023-07-13T14:16:13.4588435Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/gtkanal.c’ 2023-07-13T14:16:13.4588884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/gpkplotting.h’ 2023-07-13T14:16:13.4589205Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/rtp.c’ 2023-07-13T14:16:13.4589525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/brhist.h’ 2023-07-13T14:16:13.4589844Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/lame_main.c’ 2023-07-13T14:16:13.4590158Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/get_audio.h’ 2023-07-13T14:16:13.4590479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/get_audio.c’ 2023-07-13T14:16:13.4590799Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/main.c’ 2023-07-13T14:16:13.4591115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/gtkanal.h’ 2023-07-13T14:16:13.4591446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/timestatus.c’ 2023-07-13T14:16:13.4591759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend/mp3x.c’ 2023-07-13T14:16:13.4592082Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/frontend’ 2023-07-13T14:16:13.4592384Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Makefile.in’ 2023-07-13T14:16:13.4592749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/config.rpath’ 2023-07-13T14:16:13.4593068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/Makefile.in’ 2023-07-13T14:16:13.4593438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/DecodeStream.h’ 2023-07-13T14:16:13.4593855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/Makefile.am’ 2023-07-13T14:16:13.4594343Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/lameACM.def’ 2023-07-13T14:16:13.4594672Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ACMStream.h’ 2023-07-13T14:16:13.4595023Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/LameACM.inf’ 2023-07-13T14:16:13.4595370Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/resource.h’ 2023-07-13T14:16:13.4595698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ACM.h’ 2023-07-13T14:16:13.4596029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/TODO’ 2023-07-13T14:16:13.4596355Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/lame_acm.xml’ 2023-07-13T14:16:13.4596685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ACM.cpp’ 2023-07-13T14:16:13.4597035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/readme.txt’ 2023-07-13T14:16:13.4597408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/AEncodeProperties.h’ 2023-07-13T14:16:13.4597774Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/AEncodeProperties.cpp’ 2023-07-13T14:16:13.4598118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ADbg/Makefile.in’ 2023-07-13T14:16:13.4598465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ADbg/Makefile.am’ 2023-07-13T14:16:13.4598809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ADbg/ADbg.h’ 2023-07-13T14:16:13.4599144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ADbg/ADbg.cpp’ 2023-07-13T14:16:13.4599599Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ADbg’ 2023-07-13T14:16:13.4599953Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ddk/Makefile.in’ 2023-07-13T14:16:13.4600293Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ddk/Makefile.am’ 2023-07-13T14:16:13.4600639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ddk/msacmdrv.h’ 2023-07-13T14:16:13.4601098Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ddk’ 2023-07-13T14:16:13.4601437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/adebug.h’ 2023-07-13T14:16:13.4601846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/lame.ico’ 2023-07-13T14:16:13.4602176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/acm.rc’ 2023-07-13T14:16:13.4602528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/DecodeStream.cpp’ 2023-07-13T14:16:13.4602863Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/main.cpp’ 2023-07-13T14:16:13.4603219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/ACMStream.cpp’ 2023-07-13T14:16:13.4603586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/Makefile.in’ 2023-07-13T14:16:13.4603945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/Makefile.am’ 2023-07-13T14:16:13.4604285Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/changes.txt’ 2023-07-13T14:16:13.4604641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/makedistlinux’ 2023-07-13T14:16:13.4605012Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/tinyxmlerror.cpp’ 2023-07-13T14:16:13.4605364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/readme.txt’ 2023-07-13T14:16:13.4605725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/xmltest.cpp’ 2023-07-13T14:16:13.4606080Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/tinyxml.cpp’ 2023-07-13T14:16:13.4606446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/tinyxmlparser.cpp’ 2023-07-13T14:16:13.4606783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/dox’ 2023-07-13T14:16:13.4607146Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/tinyxml.h’ 2023-07-13T14:16:13.4607522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/Makefile.tinyxml’ 2023-07-13T14:16:13.4607882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml/makedistwin.bat’ 2023-07-13T14:16:13.4608234Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM/tinyxml’ 2023-07-13T14:16:13.4608566Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ACM’ 2023-07-13T14:16:13.4608960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/aclocal.m4’ 2023-07-13T14:16:13.4609293Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Makefile.am’ 2023-07-13T14:16:13.4609686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/testcase.wav’ 2023-07-13T14:16:13.4610020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/config.sub’ 2023-07-13T14:16:13.4610357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/lame.spec.in’ 2023-07-13T14:16:13.4610689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/install-sh’ 2023-07-13T14:16:13.4611022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/STYLEGUIDE’ 2023-07-13T14:16:13.4611347Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/USAGE’ 2023-07-13T14:16:13.4611780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ltmain.sh’ 2023-07-13T14:16:13.4612076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/README’ 2023-07-13T14:16:13.4612387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/Makefile.in’ 2023-07-13T14:16:13.4612705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/Makefile.am’ 2023-07-13T14:16:13.4613033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/interface.h’ 2023-07-13T14:16:13.4613343Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/AUTHORS’ 2023-07-13T14:16:13.4613659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/README’ 2023-07-13T14:16:13.4613975Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/dct64_i386.c’ 2023-07-13T14:16:13.4614298Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/decode_i386.h’ 2023-07-13T14:16:13.4614617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/interface.c’ 2023-07-13T14:16:13.4614985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/depcomp’ 2023-07-13T14:16:13.4615350Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/mpg123.h’ 2023-07-13T14:16:13.4615674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/decode_i386.c’ 2023-07-13T14:16:13.4615977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/tabinit.h’ 2023-07-13T14:16:13.4616287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/common.c’ 2023-07-13T14:16:13.4616593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/layer2.c’ 2023-07-13T14:16:13.4616911Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/huffman.h’ 2023-07-13T14:16:13.4617232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/layer2.h’ 2023-07-13T14:16:13.4617542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/layer1.c’ 2023-07-13T14:16:13.4617857Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/dct64_i386.h’ 2023-07-13T14:16:13.4618168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/tabinit.c’ 2023-07-13T14:16:13.4618485Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/mpglib.h’ 2023-07-13T14:16:13.4618790Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/layer3.h’ 2023-07-13T14:16:13.4619099Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/layer3.c’ 2023-07-13T14:16:13.4619403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/l2tables.h’ 2023-07-13T14:16:13.4619704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/common.h’ 2023-07-13T14:16:13.4620005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib/layer1.h’ 2023-07-13T14:16:13.4620331Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mpglib’ 2023-07-13T14:16:13.4620626Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/API’ 2023-07-13T14:16:13.4620943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/acinclude.m4’ 2023-07-13T14:16:13.4621252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/config.guess’ 2023-07-13T14:16:13.4621570Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/Makefile.in’ 2023-07-13T14:16:13.4621899Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/LAME_Carbon_Debug.pch’ 2023-07-13T14:16:13.4622264Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/Makefile.am’ 2023-07-13T14:16:13.4622622Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/.DS_Store’ 2023-07-13T14:16:13.4622942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/Precompile_Common.h’ 2023-07-13T14:16:13.4623274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/LAME_Classic_Final.pch’ 2023-07-13T14:16:13.4623602Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/LAME_Carbon_Final.pch’ 2023-07-13T14:16:13.4623942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/LAME_Classic_Debug.pch’ 2023-07-13T14:16:13.4624260Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/MacDLLMain.c’ 2023-07-13T14:16:13.4624575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac/LAME.mcp’ 2023-07-13T14:16:13.4624894Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/mac’ 2023-07-13T14:16:13.4625199Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/depcomp’ 2023-07-13T14:16:13.4625496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/TODO’ 2023-07-13T14:16:13.4625816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/configure.in’ 2023-07-13T14:16:13.4626128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/Makefile.in’ 2023-07-13T14:16:13.4626442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/Makefile.am’ 2023-07-13T14:16:13.4626755Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/man/Makefile.in’ 2023-07-13T14:16:13.4627070Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/man/Makefile.am’ 2023-07-13T14:16:13.4627382Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/man/lame.1’ 2023-07-13T14:16:13.4627713Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/man’ 2023-07-13T14:16:13.4628041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/Makefile.in’ 2023-07-13T14:16:13.4628365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/Makefile.am’ 2023-07-13T14:16:13.4628681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/abr.html’ 2023-07-13T14:16:13.4629009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/history.html’ 2023-07-13T14:16:13.4629334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/detailed.html’ 2023-07-13T14:16:13.4629703Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/vbr.html’ 2023-07-13T14:16:13.4630076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/links.html’ 2023-07-13T14:16:13.4630393Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/contact.html’ 2023-07-13T14:16:13.4630707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/cbr.html’ 2023-07-13T14:16:13.4631029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/about.html’ 2023-07-13T14:16:13.4631358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/usage.html’ 2023-07-13T14:16:13.4631693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/introduction.html’ 2023-07-13T14:16:13.4632027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/ms_stereo.html’ 2023-07-13T14:16:13.4632364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/contributors.html’ 2023-07-13T14:16:13.4632681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/index.html’ 2023-07-13T14:16:13.4632997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html/list.html’ 2023-07-13T14:16:13.4633327Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc/html’ 2023-07-13T14:16:13.4633650Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/doc’ 2023-07-13T14:16:13.4634240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/config.h.in’ 2023-07-13T14:16:13.4634585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/encoder.h’ 2023-07-13T14:16:13.4634951Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/lame_global_flags.h’ 2023-07-13T14:16:13.4635317Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/Makefile.in’ 2023-07-13T14:16:13.4635668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/lame.rc’ 2023-07-13T14:16:13.4636024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/VbrTag.c’ 2023-07-13T14:16:13.4636383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/lameerror.h’ 2023-07-13T14:16:13.4636735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/version.c’ 2023-07-13T14:16:13.4637093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/Makefile.am’ 2023-07-13T14:16:13.4637505Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/util.h’ 2023-07-13T14:16:13.4637920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/machine.h’ 2023-07-13T14:16:13.4638267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/set_get.c’ 2023-07-13T14:16:13.4638604Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/tables.c’ 2023-07-13T14:16:13.4638957Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/bitstream.h’ 2023-07-13T14:16:13.4639300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/fft.h’ 2023-07-13T14:16:13.4639724Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/gain_analysis.h’ 2023-07-13T14:16:13.4640093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/vbrquantize.h’ 2023-07-13T14:16:13.4640442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/l3side.h’ 2023-07-13T14:16:13.4640787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/logoe.ico’ 2023-07-13T14:16:13.4641155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/mpglib_interface.c’ 2023-07-13T14:16:13.4641507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/depcomp’ 2023-07-13T14:16:13.4641859Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/quantize.c’ 2023-07-13T14:16:13.4642215Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/version.h’ 2023-07-13T14:16:13.4642569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/quantize.h’ 2023-07-13T14:16:13.4642901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/util.c’ 2023-07-13T14:16:13.4643249Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/VbrTag.h’ 2023-07-13T14:16:13.4643600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/fft.c’ 2023-07-13T14:16:13.4643965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/quantize_pvt.h’ 2023-07-13T14:16:13.4644311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/tables.h’ 2023-07-13T14:16:13.4644661Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/psymodel.c’ 2023-07-13T14:16:13.4645024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/vbrquantize.c’ 2023-07-13T14:16:13.4645436Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/takehiro.c’ 2023-07-13T14:16:13.4645781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/set_get.h’ 2023-07-13T14:16:13.4646171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/lame.c’ 2023-07-13T14:16:13.4646526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/reservoir.h’ 2023-07-13T14:16:13.4646878Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/Makefile.in’ 2023-07-13T14:16:13.4647235Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/ffttbl.nas’ 2023-07-13T14:16:13.4647600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/fftsse.nas’ 2023-07-13T14:16:13.4647966Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/Makefile.am’ 2023-07-13T14:16:13.4648327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/cpu_feat.nas’ 2023-07-13T14:16:13.4648673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/fft.nas’ 2023-07-13T14:16:13.4649032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/scalar.nas’ 2023-07-13T14:16:13.4649391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/fft3dn.nas’ 2023-07-13T14:16:13.4649761Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/choose_table.nas’ 2023-07-13T14:16:13.4650129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/fftfpu.nas’ 2023-07-13T14:16:13.4650478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386/nasm.h’ 2023-07-13T14:16:13.4650843Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/i386’ 2023-07-13T14:16:13.4651185Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/newmdct.h’ 2023-07-13T14:16:13.4651540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/id3tag.h’ 2023-07-13T14:16:13.4652001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/bitstream.c’ 2023-07-13T14:16:13.4652324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/id3tag.c’ 2023-07-13T14:16:13.4652659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/vector/Makefile.in’ 2023-07-13T14:16:13.4652987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/vector/Makefile.am’ 2023-07-13T14:16:13.4653387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/vector/xmm_quantize_sub.c’ 2023-07-13T14:16:13.4653787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/vector/lame_intrin.h’ 2023-07-13T14:16:13.4654132Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/vector’ 2023-07-13T14:16:13.4654454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/encoder.c’ 2023-07-13T14:16:13.4654788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/lame-analysis.h’ 2023-07-13T14:16:13.4655124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/reservoir.c’ 2023-07-13T14:16:13.4655447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/gain_analysis.c’ 2023-07-13T14:16:13.4655789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/quantize_pvt.c’ 2023-07-13T14:16:13.4656116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/presets.c’ 2023-07-13T14:16:13.4656441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/psymodel.h’ 2023-07-13T14:16:13.4656763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame/newmdct.c’ 2023-07-13T14:16:13.4657100Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/libmp3lame’ 2023-07-13T14:16:13.4657401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/LICENSE’ 2023-07-13T14:16:13.4657740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/Makefile.in’ 2023-07-13T14:16:13.4658089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_mp3rtp.vcproj’ 2023-07-13T14:16:13.4658444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_config.vsprops’ 2023-07-13T14:16:13.4658783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/Makefile.am’ 2023-07-13T14:16:13.4659127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_mp3x.vcproj’ 2023-07-13T14:16:13.4659479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_acm_tinyxml.vcproj’ 2023-07-13T14:16:13.4659820Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_acm.vcproj’ 2023-07-13T14:16:13.4660154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_mpglib.vcproj’ 2023-07-13T14:16:13.4660495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_acm_adbg.vcproj’ 2023-07-13T14:16:13.4660922Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_libmp3lame.vcproj’ 2023-07-13T14:16:13.4661308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/arch_nasm.vsprops’ 2023-07-13T14:16:13.4661637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_nasm.rules’ 2023-07-13T14:16:13.4661962Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame.sln’ 2023-07-13T14:16:13.4662303Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_clients.sln’ 2023-07-13T14:16:13.4662656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_dshow.vcproj’ 2023-07-13T14:16:13.4663019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_dll_example.vcproj’ 2023-07-13T14:16:13.4663364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_test.vcproj’ 2023-07-13T14:16:13.4663693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_dll.vcproj’ 2023-07-13T14:16:13.4664024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/arch_x87.vsprops’ 2023-07-13T14:16:13.4664369Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_lame_lame.vcproj’ 2023-07-13T14:16:13.4664715Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/vc9_libmp3lame_dll.vcproj’ 2023-07-13T14:16:13.4665056Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution/arch_sse2.vsprops’ 2023-07-13T14:16:13.4665558Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/vc_solution’ 2023-07-13T14:16:13.4665891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/Makefile.in’ 2023-07-13T14:16:13.4666218Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/Lame.vbs’ 2023-07-13T14:16:13.4666561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/Makefile.am’ 2023-07-13T14:16:13.4666897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/mugeco.sh’ 2023-07-13T14:16:13.4667216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/auenc’ 2023-07-13T14:16:13.4667551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/mlame_corr.c’ 2023-07-13T14:16:13.4667871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/lame4dos.bat’ 2023-07-13T14:16:13.4668252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/depcomp’ 2023-07-13T14:16:13.4668571Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/abx.c’ 2023-07-13T14:16:13.4668956Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/mk_mp3.sh’ 2023-07-13T14:16:13.4669291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/scalartest.c’ 2023-07-13T14:16:13.4669625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/lameGUI.html’ 2023-07-13T14:16:13.4669944Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/ath.c’ 2023-07-13T14:16:13.4670284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/lameid3.pl’ 2023-07-13T14:16:13.4670606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc/mlame’ 2023-07-13T14:16:13.4670950Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/misc’ 2023-07-13T14:16:13.4671282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/Makefile.in’ 2023-07-13T14:16:13.4671598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/Makefile.am’ 2023-07-13T14:16:13.4671943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/BladeMP3EncDLL.c’ 2023-07-13T14:16:13.4672305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/LameDLLInterface.htm’ 2023-07-13T14:16:13.4672628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/README’ 2023-07-13T14:16:13.4672962Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/Example.cpp’ 2023-07-13T14:16:13.4673305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/BladeMP3EncDLL.h’ 2023-07-13T14:16:13.4673640Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/MP3export.pas’ 2023-07-13T14:16:13.4674259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/BladeMP3EncDLL.def’ 2023-07-13T14:16:13.4674620Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll/Makefile.mingw32’ 2023-07-13T14:16:13.4674972Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Dll’ 2023-07-13T14:16:13.4675309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/testcase.mp3’ 2023-07-13T14:16:13.4675633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/REG.H’ 2023-07-13T14:16:13.4675985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/PropPage_adv.h’ 2023-07-13T14:16:13.4676411Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/Makefile.in’ 2023-07-13T14:16:13.4676752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/Mpegac.def’ 2023-07-13T14:16:13.4677162Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/Makefile.am’ 2023-07-13T14:16:13.4677496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/REG.CPP’ 2023-07-13T14:16:13.4677838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/aboutprp.h’ 2023-07-13T14:16:13.4678237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/README’ 2023-07-13T14:16:13.4678594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/PropPage_adv.cpp’ 2023-07-13T14:16:13.4679026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/PropPage.h’ 2023-07-13T14:16:13.4679459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/resource.h’ 2023-07-13T14:16:13.4679853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/iaudioprops.h’ 2023-07-13T14:16:13.4680227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/Property.rc’ 2023-07-13T14:16:13.4680675Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/UIDS.H’ 2023-07-13T14:16:13.4681052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/elogo.ico’ 2023-07-13T14:16:13.4681442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/Mpegac.cpp’ 2023-07-13T14:16:13.4681814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/Encoder.h’ 2023-07-13T14:16:13.4682152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/PropPage.cpp’ 2023-07-13T14:16:13.4682576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/Mpegac.h’ 2023-07-13T14:16:13.4682949Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/aboutprp.cpp’ 2023-07-13T14:16:13.4683333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow/Encoder.cpp’ 2023-07-13T14:16:13.4683721Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/dshow’ 2023-07-13T14:16:13.4684097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/INSTALL.configure’ 2023-07-13T14:16:13.4684490Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Makefile.am.global’ 2023-07-13T14:16:13.4684854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/configMS.h’ 2023-07-13T14:16:13.4685310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/missing’ 2023-07-13T14:16:13.4685670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/lame.bat’ 2023-07-13T14:16:13.4686089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/lame.spec’ 2023-07-13T14:16:13.4686426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/Makefile.in’ 2023-07-13T14:16:13.4686795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/watch’ 2023-07-13T14:16:13.4687171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/Makefile.am’ 2023-07-13T14:16:13.4687546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/rules’ 2023-07-13T14:16:13.4687927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/lame.manpages’ 2023-07-13T14:16:13.4688365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/libmp3lame0.install’ 2023-07-13T14:16:13.4688758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/control’ 2023-07-13T14:16:13.4689124Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/compat’ 2023-07-13T14:16:13.4689537Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/libmp3lame-dev.install’ 2023-07-13T14:16:13.4689926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/lame.install’ 2023-07-13T14:16:13.4690307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/copyright’ 2023-07-13T14:16:13.4690675Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/lame.docs’ 2023-07-13T14:16:13.4691001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian/changelog’ 2023-07-13T14:16:13.4691379Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/debian’ 2023-07-13T14:16:13.4691759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/README.WINGTK’ 2023-07-13T14:16:13.4692252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Makefile.MSVC’ 2023-07-13T14:16:13.4692617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/DEFINES’ 2023-07-13T14:16:13.4692990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/Makefile.in’ 2023-07-13T14:16:13.4693387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/LAME.xcodeproj/Makefile.in’ 2023-07-13T14:16:13.4693781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/LAME.xcodeproj/Makefile.am’ 2023-07-13T14:16:13.4694272Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/LAME.xcodeproj/project.pbxproj’ 2023-07-13T14:16:13.4694734Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/LAME.xcodeproj’ 2023-07-13T14:16:13.4695104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/Makefile.am’ 2023-07-13T14:16:13.4695501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/LAME_Prefix.pch’ 2023-07-13T14:16:13.4695856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/English.lproj/Makefile.in’ 2023-07-13T14:16:13.4696249Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/English.lproj/Makefile.am’ 2023-07-13T14:16:13.4696658Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/English.lproj/InfoPlist.strings’ 2023-07-13T14:16:13.4697064Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/English.lproj’ 2023-07-13T14:16:13.4697435Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx/Info.plist’ 2023-07-13T14:16:13.4697809Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/macosx’ 2023-07-13T14:16:13.4698164Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/configure’ 2023-07-13T14:16:13.4698528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/COPYING’ 2023-07-13T14:16:13.4698903Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ChangeLog’ 2023-07-13T14:16:13.4699275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/Makefile.unix’ 2023-07-13T14:16:13.4699624Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/INSTALL’ 2023-07-13T14:16:13.4699955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/include/Makefile.in’ 2023-07-13T14:16:13.4700328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/include/Makefile.am’ 2023-07-13T14:16:13.4700802Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/include/libmp3lame.sym’ 2023-07-13T14:16:13.4701219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/include/lame.h’ 2023-07-13T14:16:13.4701585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/include/lame.def’ 2023-07-13T14:16:13.4701959Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/include’ 2023-07-13T14:16:13.4702326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/HACKING’ 2023-07-13T14:16:13.4702693Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame’ 2023-07-13T14:16:13.4703058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/AUTHORS’ 2023-07-13T14:16:13.4703470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/libvorbis.spec.in’ 2023-07-13T14:16:13.4703992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/configure’ 2023-07-13T14:16:13.4704329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/configure.ac’ 2023-07-13T14:16:13.4704693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vorbis.m4’ 2023-07-13T14:16:13.4705110Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vorbis-uninstalled.pc.in’ 2023-07-13T14:16:13.4705495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/COPYING’ 2023-07-13T14:16:13.4705874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/autogen.sh’ 2023-07-13T14:16:13.4706293Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include/Makefile.am’ 2023-07-13T14:16:13.4706680Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include/vorbis/codec.h’ 2023-07-13T14:16:13.4707079Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include/vorbis/vorbisfile.h’ 2023-07-13T14:16:13.4707482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include/vorbis/Makefile.am’ 2023-07-13T14:16:13.4707887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include/vorbis/vorbisenc.h’ 2023-07-13T14:16:13.4708283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include/vorbis/Makefile.in’ 2023-07-13T14:16:13.4708711Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include/vorbis’ 2023-07-13T14:16:13.4709057Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include/Makefile.in’ 2023-07-13T14:16:13.4709500Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/include’ 2023-07-13T14:16:13.4709861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/compile’ 2023-07-13T14:16:13.4710336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vorbisenc-uninstalled.pc.in’ 2023-07-13T14:16:13.4710732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples/encoder_example.c’ 2023-07-13T14:16:13.4711131Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples/frameview.pl’ 2023-07-13T14:16:13.4711526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples/vorbisfile_example.c’ 2023-07-13T14:16:13.4711946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples/Makefile.am’ 2023-07-13T14:16:13.4712368Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples/seeking_example.c’ 2023-07-13T14:16:13.4712761Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples/chaining_example.c’ 2023-07-13T14:16:13.4713152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples/decoder_example.c’ 2023-07-13T14:16:13.4713536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples/Makefile.in’ 2023-07-13T14:16:13.4713989Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/examples’ 2023-07-13T14:16:13.4714370Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/Makefile.am’ 2023-07-13T14:16:13.4714747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/config.sub’ 2023-07-13T14:16:13.4715115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/missing’ 2023-07-13T14:16:13.4715492Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/config.guess’ 2023-07-13T14:16:13.4715897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/macosx/Info.plist’ 2023-07-13T14:16:13.4716332Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/macosx/English.lproj/InfoPlist.strings’ 2023-07-13T14:16:13.4716755Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/macosx/English.lproj’ 2023-07-13T14:16:13.4717191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/macosx/Vorbis.xcodeproj/project.pbxproj’ 2023-07-13T14:16:13.4717605Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/macosx/Vorbis.xcodeproj’ 2023-07-13T14:16:13.4717982Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/macosx’ 2023-07-13T14:16:13.4718402Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/registry.h’ 2023-07-13T14:16:13.4718839Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/coupled/Makefile.am’ 2023-07-13T14:16:13.4719397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/coupled/res_books_stereo.h’ 2023-07-13T14:16:13.4719835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/coupled/res_books_51.h’ 2023-07-13T14:16:13.4720240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/coupled/Makefile.in’ 2023-07-13T14:16:13.4720644Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/coupled’ 2023-07-13T14:16:13.4721062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/uncoupled/Makefile.am’ 2023-07-13T14:16:13.4721496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/uncoupled/res_books_uncoupled.h’ 2023-07-13T14:16:13.4721948Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/uncoupled/Makefile.in’ 2023-07-13T14:16:13.4722372Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/uncoupled’ 2023-07-13T14:16:13.4722776Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/Makefile.am’ 2023-07-13T14:16:13.4723184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/floor/Makefile.am’ 2023-07-13T14:16:13.4723586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/floor/floor_books.h’ 2023-07-13T14:16:13.4723936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/floor/Makefile.in’ 2023-07-13T14:16:13.4724356Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/floor’ 2023-07-13T14:16:13.4724746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books/Makefile.in’ 2023-07-13T14:16:13.4725143Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/books’ 2023-07-13T14:16:13.4725556Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/floor1.c’ 2023-07-13T14:16:13.4725937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/mdct.c’ 2023-07-13T14:16:13.4726321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/sharedbook.c’ 2023-07-13T14:16:13.4726709Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/bitrate.c’ 2023-07-13T14:16:13.4727086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/backends.h’ 2023-07-13T14:16:13.4727526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/codec_internal.h’ 2023-07-13T14:16:13.4727949Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/residue_16.h’ 2023-07-13T14:16:13.4744229Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_8.h’ 2023-07-13T14:16:13.4744668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_16.h’ 2023-07-13T14:16:13.4745014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/psych_44.h’ 2023-07-13T14:16:13.4745367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/residue_8.h’ 2023-07-13T14:16:13.4745699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_X.h’ 2023-07-13T14:16:13.4746051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/residue_44p51.h’ 2023-07-13T14:16:13.4746378Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/psych_16.h’ 2023-07-13T14:16:13.4746699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/floor_all.h’ 2023-07-13T14:16:13.4747020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_32.h’ 2023-07-13T14:16:13.4747350Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/Makefile.am’ 2023-07-13T14:16:13.4747683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/residue_44.h’ 2023-07-13T14:16:13.4748008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_44u.h’ 2023-07-13T14:16:13.4748329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/psych_8.h’ 2023-07-13T14:16:13.4748646Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_11.h’ 2023-07-13T14:16:13.4748976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_44p51.h’ 2023-07-13T14:16:13.4749309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/residue_44u.h’ 2023-07-13T14:16:13.4749643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_22.h’ 2023-07-13T14:16:13.4749965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/setup_44.h’ 2023-07-13T14:16:13.4750282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/psych_11.h’ 2023-07-13T14:16:13.4750606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes/Makefile.in’ 2023-07-13T14:16:13.4751072Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/modes’ 2023-07-13T14:16:13.4751439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/lpc.c’ 2023-07-13T14:16:13.4751756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/envelope.h’ 2023-07-13T14:16:13.4752060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/psy.c’ 2023-07-13T14:16:13.4752378Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/bitrate.h’ 2023-07-13T14:16:13.4752688Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/misc.h’ 2023-07-13T14:16:13.4753016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/analysis.c’ 2023-07-13T14:16:13.4753339Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/smallft.c’ 2023-07-13T14:16:13.4753647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/smallft.h’ 2023-07-13T14:16:13.4754259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/psytune.c’ 2023-07-13T14:16:13.4754597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/vorbisfile.c’ 2023-07-13T14:16:13.4754996Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/Makefile.am’ 2023-07-13T14:16:13.4755477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/window.c’ 2023-07-13T14:16:13.4755815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/info.c’ 2023-07-13T14:16:13.4756141Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/lsp.c’ 2023-07-13T14:16:13.4756477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/tone.c’ 2023-07-13T14:16:13.4756814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/registry.c’ 2023-07-13T14:16:13.4757156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/lookup.h’ 2023-07-13T14:16:13.4757490Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/envelope.c’ 2023-07-13T14:16:13.4757825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/psy.h’ 2023-07-13T14:16:13.4758168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/synthesis.c’ 2023-07-13T14:16:13.4758511Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/codebook.c’ 2023-07-13T14:16:13.4758843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/block.c’ 2023-07-13T14:16:13.4759253Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/os.h’ 2023-07-13T14:16:13.4759659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/lsp.h’ 2023-07-13T14:16:13.4760077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/codebook.h’ 2023-07-13T14:16:13.4760425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/highlevel.h’ 2023-07-13T14:16:13.4760766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/lookup.c’ 2023-07-13T14:16:13.4761105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/vorbisenc.c’ 2023-07-13T14:16:13.4761454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/masking.h’ 2023-07-13T14:16:13.4761795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/window.h’ 2023-07-13T14:16:13.4762122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/scales.h’ 2023-07-13T14:16:13.4762459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/barkmel.c’ 2023-07-13T14:16:13.4762796Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/lookups.pl’ 2023-07-13T14:16:13.4763137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/lookup_data.h’ 2023-07-13T14:16:13.4763466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/mdct.h’ 2023-07-13T14:16:13.4763809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/floor0.c’ 2023-07-13T14:16:13.4764138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/lpc.h’ 2023-07-13T14:16:13.4764480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/mapping0.c’ 2023-07-13T14:16:13.4764823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/Makefile.in’ 2023-07-13T14:16:13.4765165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib/res0.c’ 2023-07-13T14:16:13.4765510Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/lib’ 2023-07-13T14:16:13.4765854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/aclocal.m4’ 2023-07-13T14:16:13.4766188Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p1.vqs’ 2023-07-13T14:16:13.4766523Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u7.vqs’ 2023-07-13T14:16:13.4766850Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c1.vqs’ 2023-07-13T14:16:13.4767224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c2.vqs’ 2023-07-13T14:16:13.4767540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u3.vqs’ 2023-07-13T14:16:13.4767935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p8.vqs’ 2023-07-13T14:16:13.4768263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p4.vqs’ 2023-07-13T14:16:13.4768602Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/bookutil.c’ 2023-07-13T14:16:13.4768931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/16u.vqs’ 2023-07-13T14:16:13.4769273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c6.vqs’ 2023-07-13T14:16:13.4769611Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p9.vqs’ 2023-07-13T14:16:13.4769936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u0.vqs’ 2023-07-13T14:16:13.4770256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u6.vqs’ 2023-07-13T14:16:13.4770609Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/distribution.c’ 2023-07-13T14:16:13.4770930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/vqgen.c’ 2023-07-13T14:16:13.4771265Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p5.vqs’ 2023-07-13T14:16:13.4771703Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c7.vqs’ 2023-07-13T14:16:13.4772025Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p2.vqs’ 2023-07-13T14:16:13.4772353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/Makefile.am’ 2023-07-13T14:16:13.4772681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/huffbuild.c’ 2023-07-13T14:16:13.4773005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c3.vqs’ 2023-07-13T14:16:13.4773328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/vqgen.h’ 2023-07-13T14:16:13.4773667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/floor_44.vqs’ 2023-07-13T14:16:13.4773994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u1.vqs’ 2023-07-13T14:16:13.4774312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u4.vqs’ 2023-07-13T14:16:13.4774633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/floor_22.vqs’ 2023-07-13T14:16:13.4775012Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/8u.vqs’ 2023-07-13T14:16:13.4775331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c0.vqs’ 2023-07-13T14:16:13.4775774Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/make_floor_books.pl’ 2023-07-13T14:16:13.4776095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p3.vqs’ 2023-07-13T14:16:13.4776409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c8.vqs’ 2023-07-13T14:16:13.4776746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/latticebuild.c’ 2023-07-13T14:16:13.4777074Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u2.vqs’ 2023-07-13T14:16:13.4777389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u8.vqs’ 2023-07-13T14:16:13.4777734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/localcodebook.h’ 2023-07-13T14:16:13.4778224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c9.vqs’ 2023-07-13T14:16:13.4778661Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u9.vqs’ 2023-07-13T14:16:13.4778992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/floor_11.vqs’ 2023-07-13T14:16:13.4779349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/make_residue_books.pl’ 2023-07-13T14:16:13.4779681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44u5.vqs’ 2023-07-13T14:16:13.4780005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p6.vqs’ 2023-07-13T14:16:13.4780343Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/latticetune.c’ 2023-07-13T14:16:13.4780667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/16.vqs’ 2023-07-13T14:16:13.4780996Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c4.vqs’ 2023-07-13T14:16:13.4781319Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c5.vqs’ 2023-07-13T14:16:13.4781646Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/8.vqs’ 2023-07-13T14:16:13.4781976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44c-1.vqs’ 2023-07-13T14:16:13.4782299Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p0.vqs’ 2023-07-13T14:16:13.4782618Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p-1.vqs’ 2023-07-13T14:16:13.4783002Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/bookutil.h’ 2023-07-13T14:16:13.4783324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/metrics.c’ 2023-07-13T14:16:13.4783709Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/Makefile.in’ 2023-07-13T14:16:13.4784038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq/44p7.vqs’ 2023-07-13T14:16:13.4784545Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vq’ 2023-07-13T14:16:13.4784890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/hufftree.png’ 2023-07-13T14:16:13.4785259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/index.html’ 2023-07-13T14:16:13.4785632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/examples.html’ 2023-07-13T14:16:13.4786016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/vorbis_encode_init_vbr.html’ 2023-07-13T14:16:13.4786377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/Makefile.am’ 2023-07-13T14:16:13.4786760Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/vorbis_encode_setup_init.html’ 2023-07-13T14:16:13.4787135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/overview.html’ 2023-07-13T14:16:13.4787491Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/style.css’ 2023-07-13T14:16:13.4787873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/reference.html’ 2023-07-13T14:16:13.4788273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/vorbis_encode_setup_managed.html’ 2023-07-13T14:16:13.4788660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/vorbis_encode_setup_vbr.html’ 2023-07-13T14:16:13.4789044Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/vorbis_encode_ctl.html’ 2023-07-13T14:16:13.4789409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/changes.html’ 2023-07-13T14:16:13.4789806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/ovectl_ratemanage2_arg.html’ 2023-07-13T14:16:13.4790192Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/ovectl_ratemanage_arg.html’ 2023-07-13T14:16:13.4790552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/Makefile.in’ 2023-07-13T14:16:13.4790932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc/vorbis_encode_init.html’ 2023-07-13T14:16:13.4791358Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisenc’ 2023-07-13T14:16:13.4791758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/03-codebook.tex’ 2023-07-13T14:16:13.4792118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/hufftree-under.png’ 2023-07-13T14:16:13.4792465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/floor1-3.png’ 2023-07-13T14:16:13.4792822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec2x.png’ 2023-07-13T14:16:13.4793177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/index.html’ 2023-07-13T14:16:13.4793521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/window1.png’ 2023-07-13T14:16:13.4793979Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec.cfg’ 2023-07-13T14:16:13.4794337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec.tex’ 2023-07-13T14:16:13.4794681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/stream.png’ 2023-07-13T14:16:13.4795026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/floor1-1.png’ 2023-07-13T14:16:13.4795376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/residue2.png’ 2023-07-13T14:16:13.4795725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec.css’ 2023-07-13T14:16:13.4796068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/06-floor0.tex’ 2023-07-13T14:16:13.4796416Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/05-comment.tex’ 2023-07-13T14:16:13.4796756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/window2.png’ 2023-07-13T14:16:13.4797110Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Doxyfile.in’ 2023-07-13T14:16:13.4797471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/01-introduction.tex’ 2023-07-13T14:16:13.4797841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/residue-pack.png’ 2023-07-13T14:16:13.4798184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/rfc5215.xml’ 2023-07-13T14:16:13.4798546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec6x.png’ 2023-07-13T14:16:13.4798926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/a1-encapsulation-ogg.tex’ 2023-07-13T14:16:13.4799424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec14x.png’ 2023-07-13T14:16:13.4799841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/rfc5215.txt’ 2023-07-13T14:16:13.4800190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec4x.png’ 2023-07-13T14:16:13.4800547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec10x.png’ 2023-07-13T14:16:13.4800904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbis-errors.txt’ 2023-07-13T14:16:13.4801271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec5x.png’ 2023-07-13T14:16:13.4801610Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Makefile.am’ 2023-07-13T14:16:13.4802000Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/exampleindex.html’ 2023-07-13T14:16:13.4802361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_open.html’ 2023-07-13T14:16:13.4802727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_comment.html’ 2023-07-13T14:16:13.4803098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/seeking_test_c.html’ 2023-07-13T14:16:13.4803469Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/example.html’ 2023-07-13T14:16:13.4803859Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/chainingexample.html’ 2023-07-13T14:16:13.4804237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_time_seek_page.html’ 2023-07-13T14:16:13.4804602Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_time_seek_lap.html’ 2023-07-13T14:16:13.4804963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/index.html’ 2023-07-13T14:16:13.4805353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_bitrate_instant.html’ 2023-07-13T14:16:13.4805732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_read_float.html’ 2023-07-13T14:16:13.4806116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_pcm_seek_page_lap.html’ 2023-07-13T14:16:13.4806497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_open_callbacks.html’ 2023-07-13T14:16:13.4806867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/fileinfo.html’ 2023-07-13T14:16:13.4807315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/datastructures.html’ 2023-07-13T14:16:13.4807758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_serialnumber.html’ 2023-07-13T14:16:13.4808146Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_time_seek_page_lap.html’ 2023-07-13T14:16:13.4808518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/seekexample.html’ 2023-07-13T14:16:13.4808884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/crosslap.html’ 2023-07-13T14:16:13.4809258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_crosslap.html’ 2023-07-13T14:16:13.4809627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_seekable.html’ 2023-07-13T14:16:13.4810007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/chaining_example_c.html’ 2023-07-13T14:16:13.4810374Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_pcm_tell.html’ 2023-07-13T14:16:13.4810753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_test_callbacks.html’ 2023-07-13T14:16:13.4811128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_time_tell.html’ 2023-07-13T14:16:13.4811483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/Makefile.am’ 2023-07-13T14:16:13.4811965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_streams.html’ 2023-07-13T14:16:13.4812330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_raw_seek_lap.html’ 2023-07-13T14:16:13.4812684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_pcm_total.html’ 2023-07-13T14:16:13.4813052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_pcm_seek_page.html’ 2023-07-13T14:16:13.4813464Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/overview.html’ 2023-07-13T14:16:13.4813871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/style.css’ 2023-07-13T14:16:13.4814223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_raw_seek.html’ 2023-07-13T14:16:13.4814577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_fopen.html’ 2023-07-13T14:16:13.4814932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_time_total.html’ 2023-07-13T14:16:13.4815297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/reference.html’ 2023-07-13T14:16:13.4815665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_callbacks.html’ 2023-07-13T14:16:13.4816014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_bitrate.html’ 2023-07-13T14:16:13.4816362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_read.html’ 2023-07-13T14:16:13.4816704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_clear.html’ 2023-07-13T14:16:13.4817084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/seekingexample.html’ 2023-07-13T14:16:13.4817446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_raw_total.html’ 2023-07-13T14:16:13.4817808Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_pcm_seek_lap.html’ 2023-07-13T14:16:13.4818173Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/OggVorbis_File.html’ 2023-07-13T14:16:13.4818531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_time_seek.html’ 2023-07-13T14:16:13.4818897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/seeking_example_c.html’ 2023-07-13T14:16:13.4819257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_test.html’ 2023-07-13T14:16:13.4819631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/initialization.html’ 2023-07-13T14:16:13.4819995Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/callbacks.html’ 2023-07-13T14:16:13.4820356Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_read_filter.html’ 2023-07-13T14:16:13.4820768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_info.html’ 2023-07-13T14:16:13.4821111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/seeking.html’ 2023-07-13T14:16:13.4821528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_pcm_seek.html’ 2023-07-13T14:16:13.4821886Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/decoding.html’ 2023-07-13T14:16:13.4822234Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/threads.html’ 2023-07-13T14:16:13.4822691Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_test_open.html’ 2023-07-13T14:16:13.4823033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/ov_raw_tell.html’ 2023-07-13T14:16:13.4823387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/vorbisfile_example_c.html’ 2023-07-13T14:16:13.4823719Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile/Makefile.in’ 2023-07-13T14:16:13.4824056Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbisfile’ 2023-07-13T14:16:13.4824386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec8x.png’ 2023-07-13T14:16:13.4824725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec11x.png’ 2023-07-13T14:16:13.4825060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/oggstream.html’ 2023-07-13T14:16:13.4825385Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/fish_xiph_org.png’ 2023-07-13T14:16:13.4825703Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/04-codec.tex’ 2023-07-13T14:16:13.4826028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/components.png’ 2023-07-13T14:16:13.4826366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec9x.png’ 2023-07-13T14:16:13.4826688Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/v-comment.html’ 2023-07-13T14:16:13.4827016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/08-residue.tex’ 2023-07-13T14:16:13.4827335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec13x.png’ 2023-07-13T14:16:13.4827663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/02-bitpacking.tex’ 2023-07-13T14:16:13.4827977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/floorval.png’ 2023-07-13T14:16:13.4828352Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/floor1-4.png’ 2023-07-13T14:16:13.4828746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbis-fidelity.html’ 2023-07-13T14:16:13.4829073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec1x.png’ 2023-07-13T14:16:13.4829405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec12x.png’ 2023-07-13T14:16:13.4829734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/squarepolar.png’ 2023-07-13T14:16:13.4830052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/helper.html’ 2023-07-13T14:16:13.4830405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/a2-encapsulation-rtp.tex’ 2023-07-13T14:16:13.4830742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec0x.png’ 2023-07-13T14:16:13.4831054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/10-tables.tex’ 2023-07-13T14:16:13.4831375Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec.html’ 2023-07-13T14:16:13.4831699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/vorbis-clip.txt’ 2023-07-13T14:16:13.4832035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/programming.html’ 2023-07-13T14:16:13.4832365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec3x.png’ 2023-07-13T14:16:13.4832679Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/09-helper.tex’ 2023-07-13T14:16:13.4833000Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/floor1-2.png’ 2023-07-13T14:16:13.4833315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/footer.tex’ 2023-07-13T14:16:13.4833644Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec7x.png’ 2023-07-13T14:16:13.4834060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/07-floor1.tex’ 2023-07-13T14:16:13.4834386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/framing.html’ 2023-07-13T14:16:13.4834705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/eightphase.png’ 2023-07-13T14:16:13.4835058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_lapout.html’ 2023-07-13T14:16:13.4835420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_comment_query_count.html’ 2023-07-13T14:16:13.4835840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_block_clear.html’ 2023-07-13T14:16:13.4836262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/index.html’ 2023-07-13T14:16:13.4836620Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_comment_clear.html’ 2023-07-13T14:16:13.4836981Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_halfrate_p.html’ 2023-07-13T14:16:13.4837338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_commentheader_out.html’ 2023-07-13T14:16:13.4837711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_headerin.html’ 2023-07-13T14:16:13.4838078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_bitrate_addblock.html’ 2023-07-13T14:16:13.4838425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_comment.html’ 2023-07-13T14:16:13.4838781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_pcmout.html’ 2023-07-13T14:16:13.4839129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_info_init.html’ 2023-07-13T14:16:13.4839554Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_analysis.html’ 2023-07-13T14:16:13.4840096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_version_string.html’ 2023-07-13T14:16:13.4840481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_comment_query.html’ 2023-07-13T14:16:13.4840862Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_read.html’ 2023-07-13T14:16:13.4841245Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_comment_add_tag.html’ 2023-07-13T14:16:13.4841643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_restart.html’ 2023-07-13T14:16:13.4842037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_info_blocksize.html’ 2023-07-13T14:16:13.4842400Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/Makefile.am’ 2023-07-13T14:16:13.4842784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_analysis_wrote.html’ 2023-07-13T14:16:13.4843161Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis.html’ 2023-07-13T14:16:13.4843589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/overview.html’ 2023-07-13T14:16:13.4843942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/style.css’ 2023-07-13T14:16:13.4844395Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_idheader.html’ 2023-07-13T14:16:13.4844779Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_halfrate.html’ 2023-07-13T14:16:13.4845136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/reference.html’ 2023-07-13T14:16:13.4845508Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_block.html’ 2023-07-13T14:16:13.4845894Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_packet_blocksize.html’ 2023-07-13T14:16:13.4846303Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_bitrate_flushpacket.html’ 2023-07-13T14:16:13.4846691Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_analysis_headerout.html’ 2023-07-13T14:16:13.4847079Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_analysis_blockout.html’ 2023-07-13T14:16:13.4847464Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_dsp_clear.html’ 2023-07-13T14:16:13.4847838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_info_clear.html’ 2023-07-13T14:16:13.4848218Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_dsp_state.html’ 2023-07-13T14:16:13.4848594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_block_init.html’ 2023-07-13T14:16:13.4848953Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/return.html’ 2023-07-13T14:16:13.4849348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_blockin.html’ 2023-07-13T14:16:13.4849713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_info.html’ 2023-07-13T14:16:13.4850099Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_analysis_buffer.html’ 2023-07-13T14:16:13.4850476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_comment_add.html’ 2023-07-13T14:16:13.4850853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_comment_init.html’ 2023-07-13T14:16:13.4851236Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_init.html’ 2023-07-13T14:16:13.4851675Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_analysis_init.html’ 2023-07-13T14:16:13.4852221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_synthesis_trackonly.html’ 2023-07-13T14:16:13.4852556Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/Makefile.in’ 2023-07-13T14:16:13.4852905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis/vorbis_granule_time.html’ 2023-07-13T14:16:13.4853240Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/libvorbis’ 2023-07-13T14:16:13.4853565Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/stereo.html’ 2023-07-13T14:16:13.4853896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Vorbis_I_spec.pdf’ 2023-07-13T14:16:13.4854220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/fourphase.png’ 2023-07-13T14:16:13.4854553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/floor1_inverse_dB_table.html’ 2023-07-13T14:16:13.4854871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc/Makefile.in’ 2023-07-13T14:16:13.4855196Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/doc’ 2023-07-13T14:16:13.4855507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/config.h.in’ 2023-07-13T14:16:13.4855834Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vorbisenc.pc.in’ 2023-07-13T14:16:13.4856155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/libvorbis.spec’ 2023-07-13T14:16:13.4856520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/vorbisenc/vorbisenc_static.vcxproj’ 2023-07-13T14:16:13.4856889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/vorbisenc/vorbisenc_dynamic.vcxproj’ 2023-07-13T14:16:13.4857246Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/vorbisenc’ 2023-07-13T14:16:13.4857580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/README’ 2023-07-13T14:16:13.4857918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/vorbis_static.sln’ 2023-07-13T14:16:13.4858247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/libogg.props’ 2023-07-13T14:16:13.4858578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/vorbis_dynamic.sln’ 2023-07-13T14:16:13.4859009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/vorbisdec/vorbisdec_dynamic.vcxproj’ 2023-07-13T14:16:13.4859428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/vorbisdec/vorbisdec_static.vcxproj’ 2023-07-13T14:16:13.4859953Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/vorbisdec’ 2023-07-13T14:16:13.4860341Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/libvorbis/libvorbis_static.vcxproj’ 2023-07-13T14:16:13.4860729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/libvorbis/libvorbis_dynamic.vcxproj’ 2023-07-13T14:16:13.4861274Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/libvorbis’ 2023-07-13T14:16:13.4861697Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/libvorbisfile/libvorbisfile_static.vcxproj’ 2023-07-13T14:16:13.4862117Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/libvorbisfile/libvorbisfile_dynamic.vcxproj’ 2023-07-13T14:16:13.4862535Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010/libvorbisfile’ 2023-07-13T14:16:13.4862902Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2010’ 2023-07-13T14:16:13.4863259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/vorbis.def’ 2023-07-13T14:16:13.4863662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/vorbisenc/vorbisenc_dynamic.vcproj’ 2023-07-13T14:16:13.4864062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/vorbisenc/vorbisenc_static.vcproj’ 2023-07-13T14:16:13.4864434Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/vorbisenc’ 2023-07-13T14:16:13.4864773Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/README’ 2023-07-13T14:16:13.4865152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/vorbis_static.sln’ 2023-07-13T14:16:13.4865531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/vorbis_dynamic.sln’ 2023-07-13T14:16:13.4865925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/vorbisdec/vorbisdec_static.vcproj’ 2023-07-13T14:16:13.4866316Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/vorbisdec/vorbisdec_dynamic.vcproj’ 2023-07-13T14:16:13.4866691Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/vorbisdec’ 2023-07-13T14:16:13.4867113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/libogg.vsprops’ 2023-07-13T14:16:13.4867560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/libvorbis/libvorbis_static.vcproj’ 2023-07-13T14:16:13.4867955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/libvorbis/libvorbis_dynamic.vcproj’ 2023-07-13T14:16:13.4868323Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/libvorbis’ 2023-07-13T14:16:13.4868735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_static.vcproj’ 2023-07-13T14:16:13.4869159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_dynamic.vcproj’ 2023-07-13T14:16:13.4869547Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005/libvorbisfile’ 2023-07-13T14:16:13.4869900Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2005’ 2023-07-13T14:16:13.4870259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/vorbisfile.def’ 2023-07-13T14:16:13.4870613Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/vorbisenc.def’ 2023-07-13T14:16:13.4871121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/vorbisenc/vorbisenc_dynamic.vcproj’ 2023-07-13T14:16:13.4871516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/vorbisenc/vorbisenc_static.vcproj’ 2023-07-13T14:16:13.4871883Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/vorbisenc’ 2023-07-13T14:16:13.4872221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/README’ 2023-07-13T14:16:13.4872579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/vorbis_static.sln’ 2023-07-13T14:16:13.4873045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/vorbis_dynamic.sln’ 2023-07-13T14:16:13.4873416Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/vorbisdec/vorbisdec_static.vcproj’ 2023-07-13T14:16:13.4873870Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/vorbisdec/vorbisdec_dynamic.vcproj’ 2023-07-13T14:16:13.4874389Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/vorbisdec’ 2023-07-13T14:16:13.4874745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/libogg.vsprops’ 2023-07-13T14:16:13.4875200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/libvorbis/libvorbis_static.vcproj’ 2023-07-13T14:16:13.4875645Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/libvorbis/libvorbis_dynamic.vcproj’ 2023-07-13T14:16:13.4876011Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/libvorbis’ 2023-07-13T14:16:13.4876414Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/libvorbisfile/libvorbisfile_static.vcproj’ 2023-07-13T14:16:13.4876822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/libvorbisfile/libvorbisfile_dynamic.vcproj’ 2023-07-13T14:16:13.4877203Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008/libvorbisfile’ 2023-07-13T14:16:13.4877560Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32/VS2008’ 2023-07-13T14:16:13.4877898Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/win32’ 2023-07-13T14:16:13.4878224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/ltmain.sh’ 2023-07-13T14:16:13.4878566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vorbisfile.pc.in’ 2023-07-13T14:16:13.4878893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/install-sh’ 2023-07-13T14:16:13.4879236Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vorbis.pc.in’ 2023-07-13T14:16:13.4879618Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/depcomp’ 2023-07-13T14:16:13.4880120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/symbian/bld.inf’ 2023-07-13T14:16:13.4880461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/symbian/config.h’ 2023-07-13T14:16:13.4880810Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/symbian/vorbis.mmp’ 2023-07-13T14:16:13.4881171Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/symbian’ 2023-07-13T14:16:13.4881557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/vorbisfile-uninstalled.pc.in’ 2023-07-13T14:16:13.4881898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/CHANGES’ 2023-07-13T14:16:13.4882244Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/add_cflags.m4’ 2023-07-13T14:16:13.4882589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/ltversion.m4’ 2023-07-13T14:16:13.4882933Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/lt~obsolete.m4’ 2023-07-13T14:16:13.4883334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/Makefile.am’ 2023-07-13T14:16:13.4883678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/ltoptions.m4’ 2023-07-13T14:16:13.4884072Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/ogg.m4’ 2023-07-13T14:16:13.4884403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/pkg.m4’ 2023-07-13T14:16:13.4884744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/ltsugar.m4’ 2023-07-13T14:16:13.4885082Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/libtool.m4’ 2023-07-13T14:16:13.4885436Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4/Makefile.in’ 2023-07-13T14:16:13.4885805Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/m4’ 2023-07-13T14:16:13.4886143Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/Makefile.in’ 2023-07-13T14:16:13.4886746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/test/util.h’ 2023-07-13T14:16:13.4887323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/test/write_read.c’ 2023-07-13T14:16:13.4887923Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/test/Makefile.am’ 2023-07-13T14:16:13.4888527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/test/write_read.h’ 2023-07-13T14:16:13.4889127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/test/util.c’ 2023-07-13T14:16:13.4889699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/test/test.c’ 2023-07-13T14:16:13.4890284Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/test/Makefile.in’ 2023-07-13T14:16:13.4890880Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/test’ 2023-07-13T14:16:13.4891482Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis’ 2023-07-13T14:16:13.4892056Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/COPYING’ 2023-07-13T14:16:13.4892627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/README’ 2023-07-13T14:16:13.4893218Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/config.h.cmake.in’ 2023-07-13T14:16:13.4893810Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/config.guess’ 2023-07-13T14:16:13.4894381Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/NEWS’ 2023-07-13T14:16:13.4894997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/ltmain.sh’ 2023-07-13T14:16:13.4895596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/install-sh’ 2023-07-13T14:16:13.4896242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/genversion.bat’ 2023-07-13T14:16:13.4896892Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/test_opus_encode.vcxproj.filters’ 2023-07-13T14:16:13.4897529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/opus.vcxproj’ 2023-07-13T14:16:13.4898122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/opus.sln’ 2023-07-13T14:16:13.4898755Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/test_opus_decode.vcxproj’ 2023-07-13T14:16:13.4899428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/test_opus_api.vcxproj.filters’ 2023-07-13T14:16:13.4900079Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/test_opus_encode.vcxproj’ 2023-07-13T14:16:13.4900704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/opus_demo.vcxproj’ 2023-07-13T14:16:13.4901309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/common.props’ 2023-07-13T14:16:13.4901945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/test_opus_api.vcxproj’ 2023-07-13T14:16:13.4902610Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/test_opus_decode.vcxproj.filters’ 2023-07-13T14:16:13.4903274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/opus_demo.vcxproj.filters’ 2023-07-13T14:16:13.4903916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015/opus.vcxproj.filters’ 2023-07-13T14:16:13.4904538Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/VS2015’ 2023-07-13T14:16:13.4905141Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32/config.h’ 2023-07-13T14:16:13.4905732Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/win32’ 2023-07-13T14:16:13.4906356Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/opus-uninstalled.pc.in’ 2023-07-13T14:16:13.4906958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/Makefile.in’ 2023-07-13T14:16:13.4907531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/compile’ 2023-07-13T14:16:13.4908112Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/Makefile.mips’ 2023-07-13T14:16:13.4908791Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/Makefile.unix’ 2023-07-13T14:16:13.4909442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/opus_sources.cmake’ 2023-07-13T14:16:13.4910028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/aclocal.m4’ 2023-07-13T14:16:13.4910600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/opus.pc.in’ 2023-07-13T14:16:13.4911193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/opus_functions.cmake’ 2023-07-13T14:16:13.4911782Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/opus_sources.mk’ 2023-07-13T14:16:13.4912388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4/opus-intrinsics.m4’ 2023-07-13T14:16:13.4913001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4/ltoptions.m4’ 2023-07-13T14:16:13.4913623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4/as-gcc-inline-assembly.m4’ 2023-07-13T14:16:13.4914367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4/ax_add_fortify_source.m4’ 2023-07-13T14:16:13.4914968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4/libtool.m4’ 2023-07-13T14:16:13.4915593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4/lt~obsolete.m4’ 2023-07-13T14:16:13.4916176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4/ltsugar.m4’ 2023-07-13T14:16:13.4916769Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4/ltversion.m4’ 2023-07-13T14:16:13.4917350Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/m4’ 2023-07-13T14:16:13.4917925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/configure’ 2023-07-13T14:16:13.4918492Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/INSTALL’ 2023-07-13T14:16:13.4919143Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/ChangeLog’ 2023-07-13T14:16:13.4919775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/celt_lpc.h’ 2023-07-13T14:16:13.4920429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/pitch.h’ 2023-07-13T14:16:13.4921016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/entenc.h’ 2023-07-13T14:16:13.4921586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/cwrs.h’ 2023-07-13T14:16:13.4922151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/entenc.c’ 2023-07-13T14:16:13.4922752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/celt_decoder.c’ 2023-07-13T14:16:13.4923359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/cpu_support.h’ 2023-07-13T14:16:13.4923945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/entdec.h’ 2023-07-13T14:16:13.4924532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/opus_custom_demo.c’ 2023-07-13T14:16:13.4925119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/rate.h’ 2023-07-13T14:16:13.4925695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/entcode.c’ 2023-07-13T14:16:13.4926304Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/static_modes_float.h’ 2023-07-13T14:16:13.4926897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/celt.h’ 2023-07-13T14:16:13.4927474Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/fixed_debug.h’ 2023-07-13T14:16:13.4928068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/fixed_generic.h’ 2023-07-13T14:16:13.4928662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mathops.h’ 2023-07-13T14:16:13.4929256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mfrngcod.h’ 2023-07-13T14:16:13.4929827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/entdec.c’ 2023-07-13T14:16:13.4930403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/rate.c’ 2023-07-13T14:16:13.4930988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/celt_encoder.c’ 2023-07-13T14:16:13.4931580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/_kiss_fft_guts.h’ 2023-07-13T14:16:13.4932168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/quant_bands.c’ 2023-07-13T14:16:13.4932836Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/float_cast.h’ 2023-07-13T14:16:13.4933413Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/laplace.h’ 2023-07-13T14:16:13.4934045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/pitch.c’ 2023-07-13T14:16:13.4934726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/ecintrin.h’ 2023-07-13T14:16:13.4935322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/static_modes_float_arm_ne10.h’ 2023-07-13T14:16:13.4935894Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/vq.h’ 2023-07-13T14:16:13.4936505Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/static_modes_fixed_arm_ne10.h’ 2023-07-13T14:16:13.4937093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/modes.c’ 2023-07-13T14:16:13.4937654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/quant_bands.h’ 2023-07-13T14:16:13.4938213Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mdct.h’ 2023-07-13T14:16:13.4938773Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/entcode.h’ 2023-07-13T14:16:13.4939349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mathops.c’ 2023-07-13T14:16:13.4939901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/bands.h’ 2023-07-13T14:16:13.4940570Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/laplace.c’ 2023-07-13T14:16:13.4941101Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/modes.h’ 2023-07-13T14:16:13.4941636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/vq_sse2.c’ 2023-07-13T14:16:13.4942176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/pitch_sse.h’ 2023-07-13T14:16:13.4942723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/x86cpu.c’ 2023-07-13T14:16:13.4943254Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/vq_sse.h’ 2023-07-13T14:16:13.4943812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/celt_lpc_sse.h’ 2023-07-13T14:16:13.4944345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/x86cpu.h’ 2023-07-13T14:16:13.4944892Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/pitch_sse.c’ 2023-07-13T14:16:13.4945447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/pitch_sse4_1.c’ 2023-07-13T14:16:13.4946059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/pitch_sse2.c’ 2023-07-13T14:16:13.4946659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/celt_lpc_sse4_1.c’ 2023-07-13T14:16:13.4947212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86/x86_celt_map.c’ 2023-07-13T14:16:13.4947769Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/x86’ 2023-07-13T14:16:13.4948329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mips/mdct_mipsr1.h’ 2023-07-13T14:16:13.4949089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mips/vq_mipsr1.h’ 2023-07-13T14:16:13.4949670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mips/pitch_mipsr1.h’ 2023-07-13T14:16:13.4950278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mips/kiss_fft_mipsr1.h’ 2023-07-13T14:16:13.4950872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mips/celt_mipsr1.h’ 2023-07-13T14:16:13.4951481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mips/fixed_generic_mipsr1.h’ 2023-07-13T14:16:13.4952076Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mips’ 2023-07-13T14:16:13.4952653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arch.h’ 2023-07-13T14:16:13.4953248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests/test_unit_dft.c’ 2023-07-13T14:16:13.4953943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests/test_unit_mdct.c’ 2023-07-13T14:16:13.4954545Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests/test_unit_cwrs32.c’ 2023-07-13T14:16:13.4955135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests/test_unit_types.c’ 2023-07-13T14:16:13.4955747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests/test_unit_mathops.c’ 2023-07-13T14:16:13.4956357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests/test_unit_rotation.c’ 2023-07-13T14:16:13.4956973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests/test_unit_laplace.c’ 2023-07-13T14:16:13.4957568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests/test_unit_entropy.c’ 2023-07-13T14:16:13.4958159Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/tests’ 2023-07-13T14:16:13.4958726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/vq.c’ 2023-07-13T14:16:13.4959424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/mdct.c’ 2023-07-13T14:16:13.4960225Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/celt.c’ 2023-07-13T14:16:13.4960826Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/cwrs.c’ 2023-07-13T14:16:13.4961392Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/bands.c’ 2023-07-13T14:16:13.4961975Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/os_support.h’ 2023-07-13T14:16:13.4962561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/stack_alloc.h’ 2023-07-13T14:16:13.4963146Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/kiss_fft.h’ 2023-07-13T14:16:13.4963745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/static_modes_fixed.h’ 2023-07-13T14:16:13.4964333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/kiss_fft.c’ 2023-07-13T14:16:13.4964938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/kiss_fft_armv5e.h’ 2023-07-13T14:16:13.4965530Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/mdct_arm.h’ 2023-07-13T14:16:13.4966159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/celt_pitch_xcorr_arm-gnu.S’ 2023-07-13T14:16:13.4966774Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/fft_arm.h’ 2023-07-13T14:16:13.4967369Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/armcpu.c’ 2023-07-13T14:16:13.4967967Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/celt_mdct_ne10.c’ 2023-07-13T14:16:13.4968587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/pitch_neon_intr.c’ 2023-07-13T14:16:13.4969184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/fixed_armv4.h’ 2023-07-13T14:16:13.4969796Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/arm2gnu.pl’ 2023-07-13T14:16:13.4970405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/arm_celt_map.c’ 2023-07-13T14:16:13.4970999Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/kiss_fft_armv4.h’ 2023-07-13T14:16:13.4971608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/celt_neon_intr.c’ 2023-07-13T14:16:13.4972295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/pitch_arm.h’ 2023-07-13T14:16:13.4972918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/celt_pitch_xcorr_arm.s’ 2023-07-13T14:16:13.4973534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/celt_fft_ne10.c’ 2023-07-13T14:16:13.4974092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/fixed_arm64.h’ 2023-07-13T14:16:13.4974648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/armopts.s.in’ 2023-07-13T14:16:13.4975206Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/fixed_armv5e.h’ 2023-07-13T14:16:13.4975746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm/armcpu.h’ 2023-07-13T14:16:13.4976309Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/arm’ 2023-07-13T14:16:13.4976861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt/celt_lpc.c’ 2023-07-13T14:16:13.4977403Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt’ 2023-07-13T14:16:13.4977940Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/opus.m4’ 2023-07-13T14:16:13.4978473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/repacketizer.c’ 2023-07-13T14:16:13.4979041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/repacketizer_demo.c’ 2023-07-13T14:16:13.4979602Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_private.h’ 2023-07-13T14:16:13.4980159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_encoder.c’ 2023-07-13T14:16:13.4980689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/mlp.c’ 2023-07-13T14:16:13.4981227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_compare.c’ 2023-07-13T14:16:13.4981777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/mapping_matrix.h’ 2023-07-13T14:16:13.4982340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_decoder.c’ 2023-07-13T14:16:13.4982862Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/mlp.h’ 2023-07-13T14:16:13.4983432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_multistream_encoder.c’ 2023-07-13T14:16:13.4983990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_demo.c’ 2023-07-13T14:16:13.4984528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/analysis.h’ 2023-07-13T14:16:13.4985054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus.c’ 2023-07-13T14:16:13.4985653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/mapping_matrix.c’ 2023-07-13T14:16:13.4986280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_multistream_decoder.c’ 2023-07-13T14:16:13.4986843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/tansig_table.h’ 2023-07-13T14:16:13.4987403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_projection_decoder.c’ 2023-07-13T14:16:13.4987973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_projection_encoder.c’ 2023-07-13T14:16:13.4988553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/opus_multistream.c’ 2023-07-13T14:16:13.4989101Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/mlp_data.c’ 2023-07-13T14:16:13.4989640Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src/analysis.c’ 2023-07-13T14:16:13.4990172Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/src’ 2023-07-13T14:16:13.4990711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/include/opus.h’ 2023-07-13T14:16:13.4991259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/include/opus_types.h’ 2023-07-13T14:16:13.4991827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/include/opus_custom.h’ 2023-07-13T14:16:13.4992393Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/include/opus_multistream.h’ 2023-07-13T14:16:13.4992963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/include/opus_defines.h’ 2023-07-13T14:16:13.4993525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/include/opus_projection.h’ 2023-07-13T14:16:13.4994355Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/include’ 2023-07-13T14:16:13.4994942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/CMakeLists.txt’ 2023-07-13T14:16:13.4995511Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk_headers.mk’ 2023-07-13T14:16:13.4996089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt_sources.mk’ 2023-07-13T14:16:13.4996656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/configure.ac’ 2023-07-13T14:16:13.4997214Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/missing’ 2023-07-13T14:16:13.4997782Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/OpusConfig.cmake.in’ 2023-07-13T14:16:13.4998446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/opus_config.cmake’ 2023-07-13T14:16:13.4999018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/celt_headers.mk’ 2023-07-13T14:16:13.4999710Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/Makefile.am’ 2023-07-13T14:16:13.5000445Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/config.h.in’ 2023-07-13T14:16:13.5001020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/package_version’ 2023-07-13T14:16:13.5001617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests/test_opus_decode.c’ 2023-07-13T14:16:13.5002224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests/test_opus_api.c’ 2023-07-13T14:16:13.5002845Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests/opus_encode_regressions.c’ 2023-07-13T14:16:13.5003448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests/run_vectors.sh’ 2023-07-13T14:16:13.5004052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests/test_opus_common.h’ 2023-07-13T14:16:13.5004658Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests/test_opus_encode.c’ 2023-07-13T14:16:13.5005279Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests/test_opus_padding.c’ 2023-07-13T14:16:13.5005891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests/test_opus_projection.c’ 2023-07-13T14:16:13.5006510Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/tests’ 2023-07-13T14:16:13.5007105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk_sources.mk’ 2023-07-13T14:16:13.5007696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/footer.html’ 2023-07-13T14:16:13.5008276Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/Doxyfile.in’ 2023-07-13T14:16:13.5008872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/opus_logo.svg’ 2023-07-13T14:16:13.5009449Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/Makefile.in’ 2023-07-13T14:16:13.5010053Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/trivial_example.c’ 2023-07-13T14:16:13.5010627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/TODO’ 2023-07-13T14:16:13.5011217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/customdoxygen.css’ 2023-07-13T14:16:13.5012026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/Makefile.am’ 2023-07-13T14:16:13.5012643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc/header.html’ 2023-07-13T14:16:13.5013237Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/doc’ 2023-07-13T14:16:13.5013771Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/test-driver’ 2023-07-13T14:16:13.5014316Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/opus_headers.mk’ 2023-07-13T14:16:13.5014846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/AUTHORS’ 2023-07-13T14:16:13.5015366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/depcomp’ 2023-07-13T14:16:13.5015896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/errors.h’ 2023-07-13T14:16:13.5016446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler.c’ 2023-07-13T14:16:13.5017005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NLSF_del_dec_quant.c’ 2023-07-13T14:16:13.5017549Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/macros.h’ 2023-07-13T14:16:13.5018075Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NSQ.h’ 2023-07-13T14:16:13.5018630Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_down2.c’ 2023-07-13T14:16:13.5019175Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/code_signs.c’ 2023-07-13T14:16:13.5019717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/main.h’ 2023-07-13T14:16:13.5020270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/stereo_find_predictor.c’ 2023-07-13T14:16:13.5020835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/encode_indices.c’ 2023-07-13T14:16:13.5021387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/biquad_alt.c’ 2023-07-13T14:16:13.5021945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/bwexpander_32.c’ 2023-07-13T14:16:13.5022514Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tables_pulses_per_block.c’ 2023-07-13T14:16:13.5023064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/dec_API.c’ 2023-07-13T14:16:13.5023614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/interpolate.c’ 2023-07-13T14:16:13.5024154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NLSF_VQ.c’ 2023-07-13T14:16:13.5024684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/sort.c’ 2023-07-13T14:16:13.5025291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/bwexpander.c’ 2023-07-13T14:16:13.5025898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/decode_pulses.c’ 2023-07-13T14:16:13.5026463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/inner_prod_aligned.c’ 2023-07-13T14:16:13.5027037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_private_up2_HQ.c’ 2023-07-13T14:16:13.5027615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_private_IIR_FIR.c’ 2023-07-13T14:16:13.5028185Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/VQ_WMat_EC.c’ 2023-07-13T14:16:13.5028720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/A2NLSF.c’ 2023-07-13T14:16:13.5029262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/PLC.h’ 2023-07-13T14:16:13.5029815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/control_audio_bandwidth.c’ 2023-07-13T14:16:13.5030366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NLSF2A.c’ 2023-07-13T14:16:13.5030897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/decode_frame.c’ 2023-07-13T14:16:13.5031471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_private_AR2.c’ 2023-07-13T14:16:13.5032034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/Inlines.h’ 2023-07-13T14:16:13.5032580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/stereo_decode_pred.c’ 2023-07-13T14:16:13.5033142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tables_pitch_lag.c’ 2023-07-13T14:16:13.5033693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/sum_sqr_shift.c’ 2023-07-13T14:16:13.5034536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NLSF_encode.c’ 2023-07-13T14:16:13.5035113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/stereo_quant_pred.c’ 2023-07-13T14:16:13.5035702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tables_other.c’ 2023-07-13T14:16:13.5036287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/pitch_est_tables.c’ 2023-07-13T14:16:13.5036868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/decoder_set_fs.c’ 2023-07-13T14:16:13.5037440Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/stereo_MS_to_LR.c’ 2023-07-13T14:16:13.5038089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/init_encoder.c’ 2023-07-13T14:16:13.5038745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tuning_parameters.h’ 2023-07-13T14:16:13.5039390Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/control.h’ 2023-07-13T14:16:13.5040129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/table_LSF_cos.c’ 2023-07-13T14:16:13.5040784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/MacroCount.h’ 2023-07-13T14:16:13.5041387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/SigProc_FLP.h’ 2023-07-13T14:16:13.5042007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/encode_frame_FLP.c’ 2023-07-13T14:16:13.5042643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/autocorrelation_FLP.c’ 2023-07-13T14:16:13.5043274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/scale_copy_vector_FLP.c’ 2023-07-13T14:16:13.5043908Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/LPC_inv_pred_gain_FLP.c’ 2023-07-13T14:16:13.5044534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/find_pred_coefs_FLP.c’ 2023-07-13T14:16:13.5045155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/wrappers_FLP.c’ 2023-07-13T14:16:13.5045792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/regularize_correlations_FLP.c’ 2023-07-13T14:16:13.5046427Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/find_pitch_lags_FLP.c’ 2023-07-13T14:16:13.5047037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/structs_FLP.h’ 2023-07-13T14:16:13.5047644Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/sort_FLP.c’ 2023-07-13T14:16:13.5048260Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/inner_product_FLP.c’ 2023-07-13T14:16:13.5048877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/process_gains_FLP.c’ 2023-07-13T14:16:13.5049527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/warped_autocorrelation_FLP.c’ 2023-07-13T14:16:13.5050159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/LTP_scale_ctrl_FLP.c’ 2023-07-13T14:16:13.5050787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/LPC_analysis_filter_FLP.c’ 2023-07-13T14:16:13.5051466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/main_FLP.h’ 2023-07-13T14:16:13.5052166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/schur_FLP.c’ 2023-07-13T14:16:13.5052779Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/scale_vector_FLP.c’ 2023-07-13T14:16:13.5053340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/energy_FLP.c’ 2023-07-13T14:16:13.5053911Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/LTP_analysis_filter_FLP.c’ 2023-07-13T14:16:13.5054472Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/find_LTP_FLP.c’ 2023-07-13T14:16:13.5055052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/bwexpander_FLP.c’ 2023-07-13T14:16:13.5055629Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/find_LPC_FLP.c’ 2023-07-13T14:16:13.5056202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/pitch_analysis_core_FLP.c’ 2023-07-13T14:16:13.5056775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/burg_modified_FLP.c’ 2023-07-13T14:16:13.5057350Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/residual_energy_FLP.c’ 2023-07-13T14:16:13.5057932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/corrMatrix_FLP.c’ 2023-07-13T14:16:13.5058521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/noise_shape_analysis_FLP.c’ 2023-07-13T14:16:13.5059084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/k2a_FLP.c’ 2023-07-13T14:16:13.5059651Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float/apply_sine_window_FLP.c’ 2023-07-13T14:16:13.5060218Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/float’ 2023-07-13T14:16:13.5060798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NLSF_VQ_weights_laroia.c’ 2023-07-13T14:16:13.5061379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/LP_variable_cutoff.c’ 2023-07-13T14:16:13.5061932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/decode_core.c’ 2023-07-13T14:16:13.5062478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/sigm_Q15.c’ 2023-07-13T14:16:13.5063028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tables_NLSF_CB_WB.c’ 2023-07-13T14:16:13.5063581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_rom.h’ 2023-07-13T14:16:13.5064186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/process_NLSFs.c’ 2023-07-13T14:16:13.5064739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/pitch_est_defines.h’ 2023-07-13T14:16:13.5065344Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NSQ.c’ 2023-07-13T14:16:13.5065881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/PLC.c’ 2023-07-13T14:16:13.5066424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NLSF_decode.c’ 2023-07-13T14:16:13.5066977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/decode_parameters.c’ 2023-07-13T14:16:13.5067536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/enc_API.c’ 2023-07-13T14:16:13.5068090Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/decode_indices.c’ 2023-07-13T14:16:13.5068631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/debug.h’ 2023-07-13T14:16:13.5069169Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/control_codec.c’ 2023-07-13T14:16:13.5069720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/shell_coder.c’ 2023-07-13T14:16:13.5070275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tables_gain.c’ 2023-07-13T14:16:13.5070809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/log2lin.c’ 2023-07-13T14:16:13.5071347Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/control_SNR.c’ 2023-07-13T14:16:13.5071885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tables.h’ 2023-07-13T14:16:13.5072428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/gain_quant.c’ 2023-07-13T14:16:13.5072993Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_private_down_FIR.c’ 2023-07-13T14:16:13.5073625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tables_NLSF_CB_NB_MB.c’ 2023-07-13T14:16:13.5074335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tables_LTP.c’ 2023-07-13T14:16:13.5074891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_structs.h’ 2023-07-13T14:16:13.5075445Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/SigProc_FIX.h’ 2023-07-13T14:16:13.5076345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/MacroDebug.h’ 2023-07-13T14:16:13.5076945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/CNG.c’ 2023-07-13T14:16:13.5077534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/typedef.h’ 2023-07-13T14:16:13.5078136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/check_control_input.c’ 2023-07-13T14:16:13.5078745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/HP_variable_cutoff.c’ 2023-07-13T14:16:13.5079413Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/stereo_LR_to_MS.c’ 2023-07-13T14:16:13.5080016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/init_decoder.c’ 2023-07-13T14:16:13.5080644Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/apply_sine_window_FIX.c’ 2023-07-13T14:16:13.5081275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/find_pred_coefs_FIX.c’ 2023-07-13T14:16:13.5081918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/LTP_analysis_filter_FIX.c’ 2023-07-13T14:16:13.5082526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/structs_FIX.h’ 2023-07-13T14:16:13.5083137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/vector_ops_FIX.c’ 2023-07-13T14:16:13.5083750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/autocorr_FIX.c’ 2023-07-13T14:16:13.5084400Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/regularize_correlations_FIX.c’ 2023-07-13T14:16:13.5085026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/find_LPC_FIX.c’ 2023-07-13T14:16:13.5085630Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/find_LTP_FIX.c’ 2023-07-13T14:16:13.5086227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/k2a_FIX.c’ 2023-07-13T14:16:13.5086840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/corrMatrix_FIX.c’ 2023-07-13T14:16:13.5087538Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/residual_energy16_FIX.c’ 2023-07-13T14:16:13.5088220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/find_pitch_lags_FIX.c’ 2023-07-13T14:16:13.5088828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/k2a_Q16_FIX.c’ 2023-07-13T14:16:13.5089435Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/residual_energy_FIX.c’ 2023-07-13T14:16:13.5090042Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/schur_FIX.c’ 2023-07-13T14:16:13.5090645Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/schur64_FIX.c’ 2023-07-13T14:16:13.5091277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/x86/burg_modified_FIX_sse4_1.c’ 2023-07-13T14:16:13.5092034Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/x86/vector_ops_FIX_sse4_1.c’ 2023-07-13T14:16:13.5092614Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/x86’ 2023-07-13T14:16:13.5093179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/encode_frame_FIX.c’ 2023-07-13T14:16:13.5093795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h’ 2023-07-13T14:16:13.5094434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h’ 2023-07-13T14:16:13.5095033Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/mips’ 2023-07-13T14:16:13.5095606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/burg_modified_FIX.c’ 2023-07-13T14:16:13.5096164Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/main_FIX.h’ 2023-07-13T14:16:13.5096748Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/noise_shape_analysis_FIX.c’ 2023-07-13T14:16:13.5097377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c’ 2023-07-13T14:16:13.5098010Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/arm/warped_autocorrelation_FIX_arm.h’ 2023-07-13T14:16:13.5098585Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/arm’ 2023-07-13T14:16:13.5099159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/process_gains_FIX.c’ 2023-07-13T14:16:13.5099757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/warped_autocorrelation_FIX.c’ 2023-07-13T14:16:13.5100406Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/pitch_analysis_core_FIX.c’ 2023-07-13T14:16:13.5101058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed/LTP_scale_ctrl_FIX.c’ 2023-07-13T14:16:13.5101621Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/fixed’ 2023-07-13T14:16:13.5102177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/encode_pulses.c’ 2023-07-13T14:16:13.5102721Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/LPC_fit.c’ 2023-07-13T14:16:13.5103270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/debug.c’ 2023-07-13T14:16:13.5103826Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/x86/NSQ_del_dec_sse4_1.c’ 2023-07-13T14:16:13.5104394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/x86/x86_silk_map.c’ 2023-07-13T14:16:13.5104956Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/x86/VQ_WMat_EC_sse4_1.c’ 2023-07-13T14:16:13.5105514Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/x86/NSQ_sse4_1.c’ 2023-07-13T14:16:13.5106071Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/x86/SigProc_FIX_sse.h’ 2023-07-13T14:16:13.5106628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/x86/main_sse.h’ 2023-07-13T14:16:13.5107180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/x86/VAD_sse4_1.c’ 2023-07-13T14:16:13.5107735Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/x86’ 2023-07-13T14:16:13.5108292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/mips/macros_mipsr1.h’ 2023-07-13T14:16:13.5108859Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/mips/NSQ_del_dec_mipsr1.h’ 2023-07-13T14:16:13.5109444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/mips/sigproc_fix_mipsr1.h’ 2023-07-13T14:16:13.5110011Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/mips’ 2023-07-13T14:16:13.5110576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/quant_LTP_gains.c’ 2023-07-13T14:16:13.5111131Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NLSF_stabilize.c’ 2023-07-13T14:16:13.5111712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tests/test_unit_LPC_inv_pred_gain.c’ 2023-07-13T14:16:13.5112279Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/tests’ 2023-07-13T14:16:13.5112886Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/structs.h’ 2023-07-13T14:16:13.5113466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/API.h’ 2023-07-13T14:16:13.5114097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_down2_3.c’ 2023-07-13T14:16:13.5114639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/define.h’ 2023-07-13T14:16:13.5115189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/stereo_encode_pred.c’ 2023-07-13T14:16:13.5115744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NSQ_del_dec.c’ 2023-07-13T14:16:13.5116291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_rom.c’ 2023-07-13T14:16:13.5116856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/ana_filt_bank_1.c’ 2023-07-13T14:16:13.5117417Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/LPC_inv_pred_gain.c’ 2023-07-13T14:16:13.5117955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/VAD.c’ 2023-07-13T14:16:13.5118486Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/NLSF_unpack.c’ 2023-07-13T14:16:13.5119041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/lin2log.c’ 2023-07-13T14:16:13.5119664Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/macros_armv4.h’ 2023-07-13T14:16:13.5120453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/LPC_inv_pred_gain_arm.h’ 2023-07-13T14:16:13.5121089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/LPC_inv_pred_gain_neon_intr.c’ 2023-07-13T14:16:13.5121700Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/macros_arm64.h’ 2023-07-13T14:16:13.5122308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/biquad_alt_arm.h’ 2023-07-13T14:16:13.5122921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/SigProc_FIX_armv5e.h’ 2023-07-13T14:16:13.5123547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/biquad_alt_neon_intr.c’ 2023-07-13T14:16:13.5124161Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/SigProc_FIX_armv4.h’ 2023-07-13T14:16:13.5124772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/arm_silk_map.c’ 2023-07-13T14:16:13.5125376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/macros_armv5e.h’ 2023-07-13T14:16:13.5126060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/NSQ_del_dec_arm.h’ 2023-07-13T14:16:13.5126713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/NSQ_neon.h’ 2023-07-13T14:16:13.5127322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/NSQ_del_dec_neon_intr.c’ 2023-07-13T14:16:13.5127926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm/NSQ_neon.c’ 2023-07-13T14:16:13.5128526Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/arm’ 2023-07-13T14:16:13.5129151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/LPC_analysis_filter.c’ 2023-07-13T14:16:13.5129755Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/resampler_private.h’ 2023-07-13T14:16:13.5130365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk/decode_pitch.c’ 2023-07-13T14:16:13.5130957Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/silk’ 2023-07-13T14:16:13.5131542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/config.sub’ 2023-07-13T14:16:13.5132207Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus’ 2023-07-13T14:16:13.5132740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/compile’ 2023-07-13T14:16:13.5133263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/aclocal.m4’ 2023-07-13T14:16:13.5133790Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/missing’ 2023-07-13T14:16:13.5134331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/Makefile.lite’ 2023-07-13T14:16:13.5134891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/Makefile.am’ 2023-07-13T14:16:13.5135439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/README’ 2023-07-13T14:16:13.5136004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/Makefile.am’ 2023-07-13T14:16:13.5136639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/file/example_cpp_encode_file.vcxproj.filters’ 2023-07-13T14:16:13.5137275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/file/Makefile.lite’ 2023-07-13T14:16:13.5137869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/file/main.cpp’ 2023-07-13T14:16:13.5138497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/file/example_cpp_encode_file.vcxproj’ 2023-07-13T14:16:13.5139171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/file/Makefile.am’ 2023-07-13T14:16:13.5139804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/file/Makefile.in’ 2023-07-13T14:16:13.5140432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/file/example_cpp_encode_file.vcproj’ 2023-07-13T14:16:13.5141041Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/file’ 2023-07-13T14:16:13.5141631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/Makefile.am’ 2023-07-13T14:16:13.5142220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode/Makefile.in’ 2023-07-13T14:16:13.5142805Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/encode’ 2023-07-13T14:16:13.5143384Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/Makefile.in’ 2023-07-13T14:16:13.5144022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/file/example_cpp_decode_file.vcxproj.filters’ 2023-07-13T14:16:13.5144677Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/file/example_cpp_decode_file.vcproj’ 2023-07-13T14:16:13.5145297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/file/Makefile.lite’ 2023-07-13T14:16:13.5145894Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/file/main.cpp’ 2023-07-13T14:16:13.5146521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/file/example_cpp_decode_file.vcxproj’ 2023-07-13T14:16:13.5147132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/file/Makefile.am’ 2023-07-13T14:16:13.5147724Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/file/Makefile.in’ 2023-07-13T14:16:13.5148321Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/file’ 2023-07-13T14:16:13.5148923Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/Makefile.am’ 2023-07-13T14:16:13.5149501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode/Makefile.in’ 2023-07-13T14:16:13.5150084Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp/decode’ 2023-07-13T14:16:13.5150649Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/cpp’ 2023-07-13T14:16:13.5151269Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/Makefile.in’ 2023-07-13T14:16:13.5151832Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/Makefile.am’ 2023-07-13T14:16:13.5152481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/file/Makefile.lite’ 2023-07-13T14:16:13.5153070Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/file/main.c’ 2023-07-13T14:16:13.5153650Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/file/Makefile.am’ 2023-07-13T14:16:13.5154367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/file/example_c_encode_file.vcxproj.filters’ 2023-07-13T14:16:13.5155051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/file/Makefile.in’ 2023-07-13T14:16:13.5155672Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/file/example_c_encode_file.vcproj’ 2023-07-13T14:16:13.5156295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/file/example_c_encode_file.vcxproj’ 2023-07-13T14:16:13.5156902Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/file’ 2023-07-13T14:16:13.5157495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/Makefile.am’ 2023-07-13T14:16:13.5158077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode/Makefile.in’ 2023-07-13T14:16:13.5158663Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/encode’ 2023-07-13T14:16:13.5159223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/Makefile.in’ 2023-07-13T14:16:13.5160043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/file/Makefile.lite’ 2023-07-13T14:16:13.5160712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/file/example_c_decode_file.vcproj’ 2023-07-13T14:16:13.5161367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/file/main.c’ 2023-07-13T14:16:13.5162047Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/file/example_c_decode_file.vcxproj.filters’ 2023-07-13T14:16:13.5162718Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/file/Makefile.am’ 2023-07-13T14:16:13.5163377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/file/example_c_decode_file.vcxproj’ 2023-07-13T14:16:13.5164021Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/file/Makefile.in’ 2023-07-13T14:16:13.5164743Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/file’ 2023-07-13T14:16:13.5165439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/Makefile.am’ 2023-07-13T14:16:13.5166067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode/Makefile.in’ 2023-07-13T14:16:13.5166692Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c/decode’ 2023-07-13T14:16:13.5167303Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples/c’ 2023-07-13T14:16:13.5167910Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/examples’ 2023-07-13T14:16:13.5168493Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/config.sub’ 2023-07-13T14:16:13.5169092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/FLAC-vs2005.sln’ 2023-07-13T14:16:13.5169668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/AUTHORS’ 2023-07-13T14:16:13.5170248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/microbench/util.c’ 2023-07-13T14:16:13.5170847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/microbench/Makefile.am’ 2023-07-13T14:16:13.5171455Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/microbench/util.h’ 2023-07-13T14:16:13.5172165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/microbench/Makefile.in’ 2023-07-13T14:16:13.5172743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/microbench/benchmark_residual.c’ 2023-07-13T14:16:13.5173305Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/microbench’ 2023-07-13T14:16:13.5173854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/Makefile.lite’ 2023-07-13T14:16:13.5174394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/build/lib.mk’ 2023-07-13T14:16:13.5174937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/build/config.mk’ 2023-07-13T14:16:13.5175469Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/build/exe.mk’ 2023-07-13T14:16:13.5176011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/build/Makefile.am’ 2023-07-13T14:16:13.5176556Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/build/compile.mk’ 2023-07-13T14:16:13.5177095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/build/Makefile.in’ 2023-07-13T14:16:13.5177691Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/build’ 2023-07-13T14:16:13.5178224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/depcomp’ 2023-07-13T14:16:13.5178824Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/callback.h’ 2023-07-13T14:16:13.5179378Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/all.h’ 2023-07-13T14:16:13.5179923Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/export.h’ 2023-07-13T14:16:13.5180477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/Makefile.am’ 2023-07-13T14:16:13.5181052Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/stream_encoder.h’ 2023-07-13T14:16:13.5181618Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/format.h’ 2023-07-13T14:16:13.5182181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/metadata.h’ 2023-07-13T14:16:13.5182728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/assert.h’ 2023-07-13T14:16:13.5183282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/Makefile.in’ 2023-07-13T14:16:13.5183863Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/stream_decoder.h’ 2023-07-13T14:16:13.5184427Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC/ordinals.h’ 2023-07-13T14:16:13.5184764Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC’ 2023-07-13T14:16:13.5185091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC++/encoder.h’ 2023-07-13T14:16:13.5185403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC++/all.h’ 2023-07-13T14:16:13.5185727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC++/decoder.h’ 2023-07-13T14:16:13.5186061Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC++/export.h’ 2023-07-13T14:16:13.5186401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC++/Makefile.am’ 2023-07-13T14:16:13.5186731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC++/metadata.h’ 2023-07-13T14:16:13.5187060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC++/Makefile.in’ 2023-07-13T14:16:13.5187393Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/FLAC++’ 2023-07-13T14:16:13.5187768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/Makefile.am’ 2023-07-13T14:16:13.5188122Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/windows_unicode_filenames.h’ 2023-07-13T14:16:13.5188523Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/replaygain_analysis.h’ 2023-07-13T14:16:13.5188850Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/endswap.h’ 2023-07-13T14:16:13.5189173Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/safe_str.h’ 2023-07-13T14:16:13.5189484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/private.h’ 2023-07-13T14:16:13.5189817Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/getopt.h’ 2023-07-13T14:16:13.5190154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/Makefile.am’ 2023-07-13T14:16:13.5190502Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/replaygain_synthesis.h’ 2023-07-13T14:16:13.5190842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag/seektable.h’ 2023-07-13T14:16:13.5191173Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag/file.h’ 2023-07-13T14:16:13.5191518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag/Makefile.am’ 2023-07-13T14:16:13.5191860Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag/picture.h’ 2023-07-13T14:16:13.5192201Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag/replaygain.h’ 2023-07-13T14:16:13.5192541Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag/cuesheet.h’ 2023-07-13T14:16:13.5192879Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag/Makefile.in’ 2023-07-13T14:16:13.5193409Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag’ 2023-07-13T14:16:13.5193838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/win_utf8_io.h’ 2023-07-13T14:16:13.5194188Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/macros.h’ 2023-07-13T14:16:13.5194529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/grabbag.h’ 2023-07-13T14:16:13.5194869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/compat.h’ 2023-07-13T14:16:13.5195212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/Makefile.in’ 2023-07-13T14:16:13.5195799Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/utf8.h’ 2023-07-13T14:16:13.5196243Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share/alloc.h’ 2023-07-13T14:16:13.5196603Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/share’ 2023-07-13T14:16:13.5196986Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/test_libs_common/file_utils_flac.h’ 2023-07-13T14:16:13.5197361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/test_libs_common/Makefile.am’ 2023-07-13T14:16:13.5197752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/test_libs_common/metadata_utils.h’ 2023-07-13T14:16:13.5198131Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/test_libs_common/Makefile.in’ 2023-07-13T14:16:13.5198501Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/test_libs_common’ 2023-07-13T14:16:13.5198852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include/Makefile.in’ 2023-07-13T14:16:13.5199201Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/include’ 2023-07-13T14:16:13.5199631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/COPYING.LGPL’ 2023-07-13T14:16:13.5199980Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/usage.c’ 2023-07-13T14:16:13.5200354Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/metaflac.vcproj’ 2023-07-13T14:16:13.5200702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/utils.c’ 2023-07-13T14:16:13.5201089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/operations_shorthand_cuesheet.c’ 2023-07-13T14:16:13.5201447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/Makefile.lite’ 2023-07-13T14:16:13.5201865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/operations_shorthand_vorbiscomment.c’ 2023-07-13T14:16:13.5202217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/main.c’ 2023-07-13T14:16:13.5202561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/options.h’ 2023-07-13T14:16:13.5202925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/operations_shorthand.h’ 2023-07-13T14:16:13.5203309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/operations_shorthand_picture.c’ 2023-07-13T14:16:13.5203727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/options.c’ 2023-07-13T14:16:13.5204137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/Makefile.am’ 2023-07-13T14:16:13.5204532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/operations_shorthand_seektable.c’ 2023-07-13T14:16:13.5204929Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/operations_shorthand_streaminfo.c’ 2023-07-13T14:16:13.5205294Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/metaflac.vcxproj’ 2023-07-13T14:16:13.5205644Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/usage.h’ 2023-07-13T14:16:13.5205994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/operations.h’ 2023-07-13T14:16:13.5206351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/Makefile.in’ 2023-07-13T14:16:13.5206743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/metaflac.vcxproj.filters’ 2023-07-13T14:16:13.5207087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/utils.h’ 2023-07-13T14:16:13.5207438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac/operations.c’ 2023-07-13T14:16:13.5207799Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/metaflac’ 2023-07-13T14:16:13.5208152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/Makefile.lite’ 2023-07-13T14:16:13.5208521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_streams/Makefile.lite’ 2023-07-13T14:16:13.5208867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_streams/main.c’ 2023-07-13T14:16:13.5209243Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_streams/test_streams.vcxproj’ 2023-07-13T14:16:13.5209664Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_streams/Makefile.am’ 2023-07-13T14:16:13.5210115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_streams/test_streams.vcxproj.filters’ 2023-07-13T14:16:13.5210482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_streams/Makefile.in’ 2023-07-13T14:16:13.5210853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_streams/test_streams.vcproj’ 2023-07-13T14:16:13.5211214Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_streams’ 2023-07-13T14:16:13.5211567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/decode.h’ 2023-07-13T14:16:13.5211999Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/utils.c’ 2023-07-13T14:16:13.5212338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/encode.c’ 2023-07-13T14:16:13.5212678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/Makefile.lite’ 2023-07-13T14:16:13.5213030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/local_string_utils.c’ 2023-07-13T14:16:13.5213357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/main.c’ 2023-07-13T14:16:13.5213717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/foreign_metadata.h’ 2023-07-13T14:16:13.5214073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/vorbiscomment.h’ 2023-07-13T14:16:13.5214441Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/iffscan.vcxproj.filters’ 2023-07-13T14:16:13.5214777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/Makefile.am’ 2023-07-13T14:16:13.5215115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/flac.vcxproj’ 2023-07-13T14:16:13.5215468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/local_string_utils.h’ 2023-07-13T14:16:13.5215798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/encode.h’ 2023-07-13T14:16:13.5216156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/Makefile.lite.iffscan’ 2023-07-13T14:16:13.5216485Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/analyze.c’ 2023-07-13T14:16:13.5216807Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/iffscan.c’ 2023-07-13T14:16:13.5217268Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/flac.vcxproj.filters’ 2023-07-13T14:16:13.5217652Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/foreign_metadata.c’ 2023-07-13T14:16:13.5218033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/analyze.h’ 2023-07-13T14:16:13.5218353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/Makefile.in’ 2023-07-13T14:16:13.5218682Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/iffscan.vcxproj’ 2023-07-13T14:16:13.5219009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/iffscan.vcproj’ 2023-07-13T14:16:13.5219327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/decode.c’ 2023-07-13T14:16:13.5219639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/utils.h’ 2023-07-13T14:16:13.5219962Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/flac.vcproj’ 2023-07-13T14:16:13.5220281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac/vorbiscomment.c’ 2023-07-13T14:16:13.5220602Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/flac’ 2023-07-13T14:16:13.5220921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/tag.h’ 2023-07-13T14:16:13.5221267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/Makefile.lite’ 2023-07-13T14:16:13.5221600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/fileinfo.c’ 2023-07-13T14:16:13.5221930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/configure.c’ 2023-07-13T14:16:13.5222256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/plugin.c’ 2023-07-13T14:16:13.5222588Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/Makefile.am’ 2023-07-13T14:16:13.5222924Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/configure.h’ 2023-07-13T14:16:13.5223248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/http.c’ 2023-07-13T14:16:13.5223585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/charset.h’ 2023-07-13T14:16:13.5223902Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/plugin.h’ 2023-07-13T14:16:13.5224234Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/Makefile.in’ 2023-07-13T14:16:13.5224554Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/tag.c’ 2023-07-13T14:16:13.5224941Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/locale_hack.h’ 2023-07-13T14:16:13.5225311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/http.h’ 2023-07-13T14:16:13.5225639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms/charset.c’ 2023-07-13T14:16:13.5225972Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_xmms’ 2023-07-13T14:16:13.5226327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flactimer/flactimer.vcxproj’ 2023-07-13T14:16:13.5226678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flactimer/Makefile.lite’ 2023-07-13T14:16:13.5227054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flactimer/flactimer.vcxproj.filters’ 2023-07-13T14:16:13.5227384Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flactimer/main.cpp’ 2023-07-13T14:16:13.5227732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flactimer/flactimer.vcproj’ 2023-07-13T14:16:13.5228069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flactimer/Makefile.am’ 2023-07-13T14:16:13.5228401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flactimer/Makefile.in’ 2023-07-13T14:16:13.5228739Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flactimer’ 2023-07-13T14:16:13.5229068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/Makefile.am’ 2023-07-13T14:16:13.5229405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flacdiff/Makefile.lite’ 2023-07-13T14:16:13.5229743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flacdiff/flacdiff.vcproj’ 2023-07-13T14:16:13.5230066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flacdiff/main.cpp’ 2023-07-13T14:16:13.5230405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flacdiff/Makefile.am’ 2023-07-13T14:16:13.5230755Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flacdiff/flacdiff.vcxproj’ 2023-07-13T14:16:13.5231085Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flacdiff/Makefile.in’ 2023-07-13T14:16:13.5231448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flacdiff/flacdiff.vcxproj.filters’ 2023-07-13T14:16:13.5231785Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/flacdiff’ 2023-07-13T14:16:13.5232163Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils/Makefile.in’ 2023-07-13T14:16:13.5232530Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/utils’ 2023-07-13T14:16:13.5232853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/memory.c’ 2023-07-13T14:16:13.5233185Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/lpc_intrin_avx2.c’ 2023-07-13T14:16:13.5233519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ogg_decoder_aspect.c’ 2023-07-13T14:16:13.5233949Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/lpc_intrin_sse41.c’ 2023-07-13T14:16:13.5234283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/Makefile.lite’ 2023-07-13T14:16:13.5234625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/lpc_intrin_sse.c’ 2023-07-13T14:16:13.5234990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/libFLAC_static.vcxproj.filters’ 2023-07-13T14:16:13.5235329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/fixed_intrin_sse2.c’ 2023-07-13T14:16:13.5235679Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/bitreader.h’ 2023-07-13T14:16:13.5236027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/crc.h’ 2023-07-13T14:16:13.5236371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/lpc.h’ 2023-07-13T14:16:13.5236715Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/bitmath.h’ 2023-07-13T14:16:13.5237081Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/ogg_encoder_aspect.h’ 2023-07-13T14:16:13.5237419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/all.h’ 2023-07-13T14:16:13.5237767Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/fixed.h’ 2023-07-13T14:16:13.5238115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/md5.h’ 2023-07-13T14:16:13.5238457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/memory.h’ 2023-07-13T14:16:13.5238806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/Makefile.am’ 2023-07-13T14:16:13.5239162Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/stream_encoder.h’ 2023-07-13T14:16:13.5239667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/ogg_mapping.h’ 2023-07-13T14:16:13.5240273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/format.h’ 2023-07-13T14:16:13.5240671Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/ogg_decoder_aspect.h’ 2023-07-13T14:16:13.5241048Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/metadata.h’ 2023-07-13T14:16:13.5241415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/cpu.h’ 2023-07-13T14:16:13.5241787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/macros.h’ 2023-07-13T14:16:13.5242174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/bitwriter.h’ 2023-07-13T14:16:13.5242551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/Makefile.in’ 2023-07-13T14:16:13.5242916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/float.h’ 2023-07-13T14:16:13.5243281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/window.h’ 2023-07-13T14:16:13.5243690Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/stream_encoder_framing.h’ 2023-07-13T14:16:13.5244077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private/ogg_helper.h’ 2023-07-13T14:16:13.5244460Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/private’ 2023-07-13T14:16:13.5244834Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/protected/all.h’ 2023-07-13T14:16:13.5245218Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/protected/Makefile.am’ 2023-07-13T14:16:13.5245617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/protected/stream_encoder.h’ 2023-07-13T14:16:13.5246003Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/protected/Makefile.in’ 2023-07-13T14:16:13.5246391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/protected/stream_decoder.h’ 2023-07-13T14:16:13.5246769Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/protected’ 2023-07-13T14:16:13.5247131Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/Makefile.am’ 2023-07-13T14:16:13.5247557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include/Makefile.in’ 2023-07-13T14:16:13.5247980Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/include’ 2023-07-13T14:16:13.5248336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/bitwriter.c’ 2023-07-13T14:16:13.5248717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/windows_unicode_filenames.c’ 2023-07-13T14:16:13.5249062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/format.c’ 2023-07-13T14:16:13.5249412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/md5.c’ 2023-07-13T14:16:13.5249752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/crc.c’ 2023-07-13T14:16:13.5250127Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/libFLAC_static.vcproj’ 2023-07-13T14:16:13.5250479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/bitmath.c’ 2023-07-13T14:16:13.5250825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/window.c’ 2023-07-13T14:16:13.5251180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ogg_encoder_aspect.c’ 2023-07-13T14:16:13.5251564Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/stream_encoder_intrin_ssse3.c’ 2023-07-13T14:16:13.5252025Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/fixed.c’ 2023-07-13T14:16:13.5252350Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/flac.pc.in’ 2023-07-13T14:16:13.5252674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/Makefile.am’ 2023-07-13T14:16:13.5252995Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ia32/nasm.h’ 2023-07-13T14:16:13.5253333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ia32/lpc_asm.nasm’ 2023-07-13T14:16:13.5253663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ia32/Makefile.am’ 2023-07-13T14:16:13.5254001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ia32/cpu_asm.nasm’ 2023-07-13T14:16:13.5254334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ia32/Makefile.in’ 2023-07-13T14:16:13.5254668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ia32/fixed_asm.nasm’ 2023-07-13T14:16:13.5255003Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ia32’ 2023-07-13T14:16:13.5255391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/cpu.c’ 2023-07-13T14:16:13.5255757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/float.c’ 2023-07-13T14:16:13.5256102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/metadata_iterators.c’ 2023-07-13T14:16:13.5256434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/stream_decoder.c’ 2023-07-13T14:16:13.5256777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/stream_encoder_framing.c’ 2023-07-13T14:16:13.5257114Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ogg_mapping.c’ 2023-07-13T14:16:13.5257448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/stream_encoder.c’ 2023-07-13T14:16:13.5257776Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/libFLAC.m4’ 2023-07-13T14:16:13.5258102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/bitreader.c’ 2023-07-13T14:16:13.5258418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/lpc.c’ 2023-07-13T14:16:13.5258739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/ogg_helper.c’ 2023-07-13T14:16:13.5259065Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/Makefile.in’ 2023-07-13T14:16:13.5259430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/libFLAC_dynamic.vcxproj.filters’ 2023-07-13T14:16:13.5259763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/lpc_intrin_sse2.c’ 2023-07-13T14:16:13.5260106Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/libFLAC_static.vcxproj’ 2023-07-13T14:16:13.5260447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/libFLAC_dynamic.vcproj’ 2023-07-13T14:16:13.5260785Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/metadata_object.c’ 2023-07-13T14:16:13.5261138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/stream_encoder_intrin_sse2.c’ 2023-07-13T14:16:13.5261487Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/libFLAC_dynamic.vcxproj’ 2023-07-13T14:16:13.5261836Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/stream_encoder_intrin_avx2.c’ 2023-07-13T14:16:13.5262168Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC/fixed_intrin_ssse3.c’ 2023-07-13T14:16:13.5262547Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC’ 2023-07-13T14:16:13.5262862Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/Makefile.am’ 2023-07-13T14:16:13.5263251Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/metadata_manip.c’ 2023-07-13T14:16:13.5263579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/endswap.h’ 2023-07-13T14:16:13.5263916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/Makefile.lite’ 2023-07-13T14:16:13.5264243Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/bitwriter.c’ 2023-07-13T14:16:13.5264569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/main.c’ 2023-07-13T14:16:13.5264904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/format.c’ 2023-07-13T14:16:13.5265224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/md5.c’ 2023-07-13T14:16:13.5265541Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/md5.h’ 2023-07-13T14:16:13.5265910Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/test_libFLAC.vcxproj.filters’ 2023-07-13T14:16:13.5266249Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/decoders.h’ 2023-07-13T14:16:13.5266589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/Makefile.am’ 2023-07-13T14:16:13.5266919Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/encoders.c’ 2023-07-13T14:16:13.5267245Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/format.h’ 2023-07-13T14:16:13.5267564Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/metadata.h’ 2023-07-13T14:16:13.5267898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/endswap.c’ 2023-07-13T14:16:13.5268225Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/metadata.c’ 2023-07-13T14:16:13.5268557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/decoders.c’ 2023-07-13T14:16:13.5268887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/bitwriter.h’ 2023-07-13T14:16:13.5269235Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/test_libFLAC.vcxproj’ 2023-07-13T14:16:13.5269566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/Makefile.in’ 2023-07-13T14:16:13.5269955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/metadata_object.c’ 2023-07-13T14:16:13.5270341Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/encoders.h’ 2023-07-13T14:16:13.5270688Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC/test_libFLAC.vcproj’ 2023-07-13T14:16:13.5271023Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC’ 2023-07-13T14:16:13.5271362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/Makefile.lite’ 2023-07-13T14:16:13.5271690Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/Makefile.am’ 2023-07-13T14:16:13.5272028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/Makefile.in’ 2023-07-13T14:16:13.5272383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/picture/Makefile.lite’ 2023-07-13T14:16:13.5272721Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/picture/main.c’ 2023-07-13T14:16:13.5273067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/picture/Makefile.am’ 2023-07-13T14:16:13.5273435Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/picture/test_picture.vcxproj’ 2023-07-13T14:16:13.5273881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/picture/test_picture.vcproj’ 2023-07-13T14:16:13.5274267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/picture/test_picture.vcxproj.filters’ 2023-07-13T14:16:13.5274610Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/picture/Makefile.in’ 2023-07-13T14:16:13.5274959Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/picture’ 2023-07-13T14:16:13.5275332Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/cuesheet/test_cuesheet.vcxproj’ 2023-07-13T14:16:13.5275687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/cuesheet/Makefile.lite’ 2023-07-13T14:16:13.5276020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/cuesheet/main.c’ 2023-07-13T14:16:13.5276359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/cuesheet/Makefile.am’ 2023-07-13T14:16:13.5276744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/cuesheet/test_cuesheet.vcxproj.filters’ 2023-07-13T14:16:13.5277159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/cuesheet/Makefile.in’ 2023-07-13T14:16:13.5277581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/cuesheet/test_cuesheet.vcproj’ 2023-07-13T14:16:13.5277932Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag/cuesheet’ 2023-07-13T14:16:13.5278266Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_grabbag’ 2023-07-13T14:16:13.5278593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/Makefile.lite’ 2023-07-13T14:16:13.5278961Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_analysis/Makefile.lite’ 2023-07-13T14:16:13.5279412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_analysis/replaygain_analysis_static.vcxproj’ 2023-07-13T14:16:13.5279956Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_analysis/replaygain_analysis.c’ 2023-07-13T14:16:13.5280402Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_analysis/replaygain_analysis_static.vcxproj.filters’ 2023-07-13T14:16:13.5280823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_analysis/replaygain_analysis_static.vcproj’ 2023-07-13T14:16:13.5281217Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_analysis’ 2023-07-13T14:16:13.5281647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_synthesis/replaygain_synthesis_static.vcxproj’ 2023-07-13T14:16:13.5282035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_synthesis/Makefile.lite’ 2023-07-13T14:16:13.5282461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_synthesis/replaygain_synthesis_static.vcproj’ 2023-07-13T14:16:13.5282868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_synthesis/replaygain_synthesis.c’ 2023-07-13T14:16:13.5283331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_synthesis/replaygain_synthesis_static.vcxproj.filters’ 2023-07-13T14:16:13.5283729Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/replaygain_synthesis’ 2023-07-13T14:16:13.5284077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/Makefile.am’ 2023-07-13T14:16:13.5284442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/Makefile.lite’ 2023-07-13T14:16:13.5284804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/replaygain.c’ 2023-07-13T14:16:13.5285220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/cuesheet.c’ 2023-07-13T14:16:13.5285624Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/file.c’ 2023-07-13T14:16:13.5286001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/grabbag_static.vcxproj’ 2023-07-13T14:16:13.5286378Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/grabbag_static.vcproj’ 2023-07-13T14:16:13.5286734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/picture.c’ 2023-07-13T14:16:13.5287139Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/grabbag_static.vcxproj.filters’ 2023-07-13T14:16:13.5287498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/alloc.c’ 2023-07-13T14:16:13.5287859Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/snprintf.c’ 2023-07-13T14:16:13.5288219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag/seektable.c’ 2023-07-13T14:16:13.5288582Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/grabbag’ 2023-07-13T14:16:13.5288931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/README’ 2023-07-13T14:16:13.5289301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/win_utf8_io/win_utf8_io.c’ 2023-07-13T14:16:13.5289681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/win_utf8_io/Makefile.lite’ 2023-07-13T14:16:13.5290070Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/win_utf8_io/win_utf8_io_static.vcxproj’ 2023-07-13T14:16:13.5290482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/win_utf8_io/win_utf8_io_static.vcxproj.filters’ 2023-07-13T14:16:13.5290874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/win_utf8_io/win_utf8_io_static.vcproj’ 2023-07-13T14:16:13.5291242Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/win_utf8_io’ 2023-07-13T14:16:13.5291595Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/makemap.c’ 2023-07-13T14:16:13.5292059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/Makefile.lite’ 2023-07-13T14:16:13.5292405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/utf8_static.vcxproj’ 2023-07-13T14:16:13.5292764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/utf8_static.vcxproj.filters’ 2023-07-13T14:16:13.5293137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/utf8.c’ 2023-07-13T14:16:13.5293525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/charset_test.c’ 2023-07-13T14:16:13.5293851Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/charset.h’ 2023-07-13T14:16:13.5294341Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/iconvert.c’ 2023-07-13T14:16:13.5294698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/utf8_static.vcproj’ 2023-07-13T14:16:13.5295045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/charmaps.h’ 2023-07-13T14:16:13.5295397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/iconvert.h’ 2023-07-13T14:16:13.5295740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8/charset.c’ 2023-07-13T14:16:13.5296078Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/utf8’ 2023-07-13T14:16:13.5296415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/Makefile.in’ 2023-07-13T14:16:13.5296769Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/getopt/getopt1.c’ 2023-07-13T14:16:13.5297130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/getopt/getopt_static.vcproj’ 2023-07-13T14:16:13.5297491Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/getopt/Makefile.lite’ 2023-07-13T14:16:13.5297877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/getopt/getopt_static.vcxproj.filters’ 2023-07-13T14:16:13.5298221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/getopt/getopt.c’ 2023-07-13T14:16:13.5298586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/getopt/getopt_static.vcxproj’ 2023-07-13T14:16:13.5298949Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share/getopt’ 2023-07-13T14:16:13.5299353Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/share’ 2023-07-13T14:16:13.5299706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/dither.h’ 2023-07-13T14:16:13.5300061Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/Makefile.lite’ 2023-07-13T14:16:13.5300402Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/dither.c’ 2023-07-13T14:16:13.5300798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/all.h’ 2023-07-13T14:16:13.5301159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/replaygain.c’ 2023-07-13T14:16:13.5301515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/Makefile.am’ 2023-07-13T14:16:13.5301854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/tags.c’ 2023-07-13T14:16:13.5302194Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/README’ 2023-07-13T14:16:13.5302548Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/charset.h’ 2023-07-13T14:16:13.5302904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/replaygain.h’ 2023-07-13T14:16:13.5303262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/Makefile.in’ 2023-07-13T14:16:13.5303601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/defs.h’ 2023-07-13T14:16:13.5303941Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/tags.h’ 2023-07-13T14:16:13.5304287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common/charset.c’ 2023-07-13T14:16:13.5304639Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/plugin_common’ 2023-07-13T14:16:13.5305003Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_seeking/Makefile.lite’ 2023-07-13T14:16:13.5305389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_seeking/test_seeking.vcxproj.filters’ 2023-07-13T14:16:13.5305726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_seeking/main.c’ 2023-07-13T14:16:13.5306076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_seeking/Makefile.am’ 2023-07-13T14:16:13.5306496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_seeking/test_seeking.vcxproj’ 2023-07-13T14:16:13.5306916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_seeking/test_seeking.vcproj’ 2023-07-13T14:16:13.5307267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_seeking/Makefile.in’ 2023-07-13T14:16:13.5307614Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_seeking’ 2023-07-13T14:16:13.5307973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/metadata_utils.c’ 2023-07-13T14:16:13.5308345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/Makefile.lite’ 2023-07-13T14:16:13.5308737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/test_libs_common_static.vcproj’ 2023-07-13T14:16:13.5309195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/Makefile.am’ 2023-07-13T14:16:13.5309573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/test_libs_common_static.vcxproj.filters’ 2023-07-13T14:16:13.5309901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/README’ 2023-07-13T14:16:13.5310247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/Makefile.in’ 2023-07-13T14:16:13.5310587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/file_utils_flac.c’ 2023-07-13T14:16:13.5310965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common/test_libs_common_static.vcxproj’ 2023-07-13T14:16:13.5311303Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libs_common’ 2023-07-13T14:16:13.5311640Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/stream_decoder.cpp’ 2023-07-13T14:16:13.5311979Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/metadata.cpp’ 2023-07-13T14:16:13.5312307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/Makefile.lite’ 2023-07-13T14:16:13.5312686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/libFLAC++_dynamic.vcxproj.filters’ 2023-07-13T14:16:13.5313031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/libFLAC++_static.vcproj’ 2023-07-13T14:16:13.5313361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/libFLAC++.m4’ 2023-07-13T14:16:13.5313681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/flac++.pc.in’ 2023-07-13T14:16:13.5314197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/Makefile.am’ 2023-07-13T14:16:13.5314594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/stream_encoder.cpp’ 2023-07-13T14:16:13.5314925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/Makefile.in’ 2023-07-13T14:16:13.5315292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/libFLAC++_static.vcxproj.filters’ 2023-07-13T14:16:13.5315643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/libFLAC++_dynamic.vcproj’ 2023-07-13T14:16:13.5316001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/libFLAC++_static.vcxproj’ 2023-07-13T14:16:13.5316360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++/libFLAC++_dynamic.vcxproj’ 2023-07-13T14:16:13.5316690Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/libFLAC++’ 2023-07-13T14:16:13.5317008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/Makefile.in’ 2023-07-13T14:16:13.5317344Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/metadata.cpp’ 2023-07-13T14:16:13.5317692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/Makefile.lite’ 2023-07-13T14:16:13.5318024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/decoders.cpp’ 2023-07-13T14:16:13.5318372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/test_libFLAC++.vcproj’ 2023-07-13T14:16:13.5318705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/main.cpp’ 2023-07-13T14:16:13.5319032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/decoders.h’ 2023-07-13T14:16:13.5319434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/Makefile.am’ 2023-07-13T14:16:13.5319991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/test_libFLAC++.vcxproj.filters’ 2023-07-13T14:16:13.5320373Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/metadata_manip.cpp’ 2023-07-13T14:16:13.5320737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/metadata.h’ 2023-07-13T14:16:13.5321108Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/encoders.cpp’ 2023-07-13T14:16:13.5321473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/Makefile.in’ 2023-07-13T14:16:13.5321918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/metadata_object.cpp’ 2023-07-13T14:16:13.5322366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/test_libFLAC++.vcxproj’ 2023-07-13T14:16:13.5322728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++/encoders.h’ 2023-07-13T14:16:13.5323086Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src/test_libFLAC++’ 2023-07-13T14:16:13.5323426Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/src’ 2023-07-13T14:16:13.5323768Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/config.guess’ 2023-07-13T14:16:13.5324111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/install-sh’ 2023-07-13T14:16:13.5324435Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/ar-lib’ 2023-07-13T14:16:13.5324759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/FLAC.sln’ 2023-07-13T14:16:13.5325095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/config.rpath’ 2023-07-13T14:16:13.5325430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/COPYING.Xiph’ 2023-07-13T14:16:13.5325776Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/Makefile.am’ 2023-07-13T14:16:13.5326120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/COPYING.GPL’ 2023-07-13T14:16:13.5326451Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/config.h.in’ 2023-07-13T14:16:13.5326767Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/README’ 2023-07-13T14:16:13.5327104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/Makefile.deps’ 2023-07-13T14:16:13.5327432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/configure.ac’ 2023-07-13T14:16:13.5327791Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_metaflac.sh’ 2023-07-13T14:16:13.5328200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.068.INDEX_cdda_illegal_offset.cue’ 2023-07-13T14:16:13.5328592Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.136.TRACK_invalid_number_2.cue’ 2023-07-13T14:16:13.5328981Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.031.FLAGS_wrong_place_1.cue’ 2023-07-13T14:16:13.5329366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.112.ISRC_wrong_place_2.cue’ 2023-07-13T14:16:13.5329819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.032.FLAGS_wrong_place_2.cue’ 2023-07-13T14:16:13.5330260Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.067.INDEX_illegal_offset.cue’ 2023-07-13T14:16:13.5330651Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.114.ISRC_invalid_number.cue’ 2023-07-13T14:16:13.5331008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/good.000.cue’ 2023-07-13T14:16:13.5331398Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.113.ISRC_missing_number.cue’ 2023-07-13T14:16:13.5331792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.066.INDEX_missing_offset.cue’ 2023-07-13T14:16:13.5332281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.134.TRACK_missing_number.cue’ 2023-07-13T14:16:13.5332634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.030.FLAGS_multiple.cue’ 2023-07-13T14:16:13.5332963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/good.001.cue’ 2023-07-13T14:16:13.5333303Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.140.no_TRACKs.cue’ 2023-07-13T14:16:13.5333656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/good.002.dos_format.cue’ 2023-07-13T14:16:13.5334020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.000.CATALOG_multiple.cue’ 2023-07-13T14:16:13.5334388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.234.FLAC_leadout_illegal_offset.cue’ 2023-07-13T14:16:13.5334743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.061.INDEX_missing_number.cue’ 2023-07-13T14:16:13.5335094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/good.005.quoted.isrc.cue’ 2023-07-13T14:16:13.5335454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.060.INDEX_wrong_place.cue’ 2023-07-13T14:16:13.5335828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.201.FLAC_leadin_illegal_offset.cue’ 2023-07-13T14:16:13.5336195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.138.TRACK_num_non_sequential.cue’ 2023-07-13T14:16:13.5336551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/good.003.missing_final_newline.cue’ 2023-07-13T14:16:13.5336915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.003.CATALOG_not_13_digits.cue’ 2023-07-13T14:16:13.5337301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/Makefile.am’ 2023-07-13T14:16:13.5337722Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.231.FLAC_leadout_missing_track.cue’ 2023-07-13T14:16:13.5338087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.132.TRACK_missing_INDEX_01_3.cue’ 2023-07-13T14:16:13.5338448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.139.TRACK_missing_type.cue’ 2023-07-13T14:16:13.5338800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.110.ISRC_multiple.cue’ 2023-07-13T14:16:13.5339166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.111.ISRC_wrong_place_1.cue’ 2023-07-13T14:16:13.5339536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.131.TRACK_missing_INDEX_01_2.cue’ 2023-07-13T14:16:13.5339890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.069.nonzero_first_INDEX.cue’ 2023-07-13T14:16:13.5340250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.135.TRACK_invalid_number_1.cue’ 2023-07-13T14:16:13.5340617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.065.INDEX_num_out_of_range.cue’ 2023-07-13T14:16:13.5340979Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.130.TRACK_missing_INDEX_01_1.cue’ 2023-07-13T14:16:13.5341367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.202.FLAC_leadin_cdda_illegal_offset.cue’ 2023-07-13T14:16:13.5341719Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.133.TRACK_missing_INDEX_01_4.cue’ 2023-07-13T14:16:13.5342048Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/Makefile.in’ 2023-07-13T14:16:13.5342417Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.230.FLAC_leadout_multiple.cue’ 2023-07-13T14:16:13.5342786Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.063.first_INDEX_not_0_or_1.cue’ 2023-07-13T14:16:13.5343152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.232.FLAC_leadout_illegal_track.cue’ 2023-07-13T14:16:13.5343525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.071.INDEX_offset_not_ascending_2.cue’ 2023-07-13T14:16:13.5343903Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/good.004.dos_format.missing_final_newline.cue’ 2023-07-13T14:16:13.5344324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.233.FLAC_leadout_missing_offset.cue’ 2023-07-13T14:16:13.5344744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.070.INDEX_offset_not_ascending_1.cue’ 2023-07-13T14:16:13.5345121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.235.FLAC_leadout_offset_not_211680000.cue’ 2023-07-13T14:16:13.5345484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.137.TRACK_cdda_out_of_range.cue’ 2023-07-13T14:16:13.5345851Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.064.INDEX_num_non_sequential.cue’ 2023-07-13T14:16:13.5346224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.062.INDEX_invalid_number_1.cue’ 2023-07-13T14:16:13.5346599Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.200.FLAC_leadin_missing_offset.cue’ 2023-07-13T14:16:13.5346953Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.002.CATALOG_number_too_long.cue’ 2023-07-13T14:16:13.5347314Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets/bad.001.CATALOG_missing_number.cue’ 2023-07-13T14:16:13.5347646Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheets’ 2023-07-13T14:16:13.5347982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_compression.sh’ 2023-07-13T14:16:13.5348312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/Makefile.lite’ 2023-07-13T14:16:13.5348629Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/common.sh.in’ 2023-07-13T14:16:13.5348947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_seeking.sh’ 2023-07-13T14:16:13.5349271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac.flac.in’ 2023-07-13T14:16:13.5349594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_flac.sh’ 2023-07-13T14:16:13.5349918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac.flac.ok’ 2023-07-13T14:16:13.5350243Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_libFLAC.sh’ 2023-07-13T14:16:13.5350556Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/Makefile.am’ 2023-07-13T14:16:13.5350865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_streams.sh’ 2023-07-13T14:16:13.5351267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case04c-expect.meta’ 2023-07-13T14:16:13.5351731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case02c-expect.meta’ 2023-07-13T14:16:13.5352187Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case01a-expect.meta’ 2023-07-13T14:16:13.5352576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/input-VA.flac’ 2023-07-13T14:16:13.5352969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/input-SVAUP.flac’ 2023-07-13T14:16:13.5353373Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/input-SCVPAP.flac’ 2023-07-13T14:16:13.5353862Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case02b-expect.meta’ 2023-07-13T14:16:13.5354256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/input-SCPAP.flac’ 2023-07-13T14:16:13.5354637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/Makefile.am’ 2023-07-13T14:16:13.5355037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case00a-expect.meta’ 2023-07-13T14:16:13.5355446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case01d-expect.meta’ 2023-07-13T14:16:13.5355849Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case01b-expect.meta’ 2023-07-13T14:16:13.5356236Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case02a-expect.meta’ 2023-07-13T14:16:13.5356633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case04b-expect.meta’ 2023-07-13T14:16:13.5357026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case03a-expect.meta’ 2023-07-13T14:16:13.5357432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/input-SCVAUP.flac’ 2023-07-13T14:16:13.5357829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case04e-expect.meta’ 2023-07-13T14:16:13.5358223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case01c-expect.meta’ 2023-07-13T14:16:13.5358619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case03c-expect.meta’ 2023-07-13T14:16:13.5359082Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case03b-expect.meta’ 2023-07-13T14:16:13.5359533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case04d-expect.meta’ 2023-07-13T14:16:13.5360173Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/Makefile.in’ 2023-07-13T14:16:13.5360602Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case04a-expect.meta’ 2023-07-13T14:16:13.5361029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/input-SCVA.flac’ 2023-07-13T14:16:13.5361466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/case01e-expect.meta’ 2023-07-13T14:16:13.5361888Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files/input0.cue’ 2023-07-13T14:16:13.5362309Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/flac-to-flac-metadata-test-files’ 2023-07-13T14:16:13.5362657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_replaygain.sh’ 2023-07-13T14:16:13.5363007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_libFLAC++.sh’ 2023-07-13T14:16:13.5363413Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case21-expect.meta’ 2023-07-13T14:16:13.5363820Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case45-expect.meta’ 2023-07-13T14:16:13.5364211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case30-expect.meta’ 2023-07-13T14:16:13.5364601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case33-expect.meta’ 2023-07-13T14:16:13.5364991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case60-expect.meta’ 2023-07-13T14:16:13.5365390Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case44-expect.meta’ 2023-07-13T14:16:13.5365785Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case18-expect.meta’ 2023-07-13T14:16:13.5366175Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case00-expect.meta’ 2023-07-13T14:16:13.5366563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case35-expect.meta’ 2023-07-13T14:16:13.5366947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case10-expect.meta’ 2023-07-13T14:16:13.5367395Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case52-expect.meta’ 2023-07-13T14:16:13.5367866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case23-expect.meta’ 2023-07-13T14:16:13.5368256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case01-expect.meta’ 2023-07-13T14:16:13.5368644Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case14-expect.meta’ 2023-07-13T14:16:13.5369030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case28-expect.meta’ 2023-07-13T14:16:13.5369422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case40-expect.meta’ 2023-07-13T14:16:13.5369816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case48-expect.meta’ 2023-07-13T14:16:13.5370205Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case24-expect.meta’ 2023-07-13T14:16:13.5370589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case59-expect.meta’ 2023-07-13T14:16:13.5370975Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case42-expect.meta’ 2023-07-13T14:16:13.5371367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case50-expect.meta’ 2023-07-13T14:16:13.5371759Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case41-expect.meta’ 2023-07-13T14:16:13.5372238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case04-expect.meta’ 2023-07-13T14:16:13.5372597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case56-expect.meta’ 2023-07-13T14:16:13.5372944Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case12-expect.meta’ 2023-07-13T14:16:13.5373309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case09-expect.meta’ 2023-07-13T14:16:13.5373670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/Makefile.am’ 2023-07-13T14:16:13.5374036Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case54-expect.meta’ 2023-07-13T14:16:13.5374395Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case02-expect.meta’ 2023-07-13T14:16:13.5374751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case31-expect.meta’ 2023-07-13T14:16:13.5375165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case25-expect.meta’ 2023-07-13T14:16:13.5375579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case03-expect.meta’ 2023-07-13T14:16:13.5375936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case43-expect.meta’ 2023-07-13T14:16:13.5376294Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case55-expect.meta’ 2023-07-13T14:16:13.5376649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case34-expect.meta’ 2023-07-13T14:16:13.5377013Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case37-expect.meta’ 2023-07-13T14:16:13.5377377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case27-expect.meta’ 2023-07-13T14:16:13.5377728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case36-expect.meta’ 2023-07-13T14:16:13.5378086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case22-expect.meta’ 2023-07-13T14:16:13.5378444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case26-expect.meta’ 2023-07-13T14:16:13.5378809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case20-expect.meta’ 2023-07-13T14:16:13.5379171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case05-expect.meta’ 2023-07-13T14:16:13.5379526Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case53-expect.meta’ 2023-07-13T14:16:13.5379884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case11-expect.meta’ 2023-07-13T14:16:13.5380242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case46-expect.meta’ 2023-07-13T14:16:13.5380603Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case29-expect.meta’ 2023-07-13T14:16:13.5380965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case62-expect.meta’ 2023-07-13T14:16:13.5381320Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case51-expect.meta’ 2023-07-13T14:16:13.5381667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/Makefile.in’ 2023-07-13T14:16:13.5382022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case47-expect.meta’ 2023-07-13T14:16:13.5382423Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case06-expect.meta’ 2023-07-13T14:16:13.5382834Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case13-expect.meta’ 2023-07-13T14:16:13.5383194Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case58-expect.meta’ 2023-07-13T14:16:13.5383548Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case39-expect.meta’ 2023-07-13T14:16:13.5383906Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case57-expect.meta’ 2023-07-13T14:16:13.5384271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case49-expect.meta’ 2023-07-13T14:16:13.5384634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case38-expect.meta’ 2023-07-13T14:16:13.5384991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case07-expect.meta’ 2023-07-13T14:16:13.5385349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case15-expect.meta’ 2023-07-13T14:16:13.5385704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case19-expect.meta’ 2023-07-13T14:16:13.5386068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case32-expect.meta’ 2023-07-13T14:16:13.5386428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case61-expect.meta’ 2023-07-13T14:16:13.5386783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case17-expect.meta’ 2023-07-13T14:16:13.5387130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case16-expect.meta’ 2023-07-13T14:16:13.5387487Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files/case08-expect.meta’ 2023-07-13T14:16:13.5387852Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/metaflac-test-files’ 2023-07-13T14:16:13.5388177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/write_iff.pl’ 2023-07-13T14:16:13.5388495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/Makefile.in’ 2023-07-13T14:16:13.5388812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/test_grabbag.sh’ 2023-07-13T14:16:13.5389132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/0.jpg’ 2023-07-13T14:16:13.5389508Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/6.png’ 2023-07-13T14:16:13.5389818Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/4.jpg’ 2023-07-13T14:16:13.5390186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/2.gif’ 2023-07-13T14:16:13.5390503Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/2.png’ 2023-07-13T14:16:13.5390816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/1.gif’ 2023-07-13T14:16:13.5391141Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/Makefile.am’ 2023-07-13T14:16:13.5391465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/5.png’ 2023-07-13T14:16:13.5391784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/4.png’ 2023-07-13T14:16:13.5392101Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/1.png’ 2023-07-13T14:16:13.5392417Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/3.png’ 2023-07-13T14:16:13.5392726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/7.png’ 2023-07-13T14:16:13.5393058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/Makefile.in’ 2023-07-13T14:16:13.5393377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/8.png’ 2023-07-13T14:16:13.5393688Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/0.png’ 2023-07-13T14:16:13.5394093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures/0.gif’ 2023-07-13T14:16:13.5394423Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/pictures’ 2023-07-13T14:16:13.5394736Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/picture.ok’ 2023-07-13T14:16:13.5395120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test/cuesheet.ok’ 2023-07-13T14:16:13.5395435Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/test’ 2023-07-13T14:16:13.5395814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/man/metaflac.1’ 2023-07-13T14:16:13.5396136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/man/metaflac.sgml’ 2023-07-13T14:16:13.5396448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/man/Makefile.am’ 2023-07-13T14:16:13.5396750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/man/flac.1’ 2023-07-13T14:16:13.5397068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/man/Makefile.in’ 2023-07-13T14:16:13.5397383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/man/flac.sgml’ 2023-07-13T14:16:13.5397695Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/man’ 2023-07-13T14:16:13.5398023Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug/bin/Makefile.am’ 2023-07-13T14:16:13.5398344Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug/bin/Makefile.in’ 2023-07-13T14:16:13.5398671Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug/bin’ 2023-07-13T14:16:13.5399008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug/Makefile.am’ 2023-07-13T14:16:13.5399396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug/lib/Makefile.am’ 2023-07-13T14:16:13.5399729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug/lib/Makefile.in’ 2023-07-13T14:16:13.5400252Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug/lib’ 2023-07-13T14:16:13.5400597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug/Makefile.in’ 2023-07-13T14:16:13.5400953Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/debug’ 2023-07-13T14:16:13.5401323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release/bin/Makefile.am’ 2023-07-13T14:16:13.5401684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release/bin/Makefile.in’ 2023-07-13T14:16:13.5402045Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release/bin’ 2023-07-13T14:16:13.5402397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release/Makefile.am’ 2023-07-13T14:16:13.5402823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release/lib/Makefile.am’ 2023-07-13T14:16:13.5403178Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release/lib/Makefile.in’ 2023-07-13T14:16:13.5403595Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release/lib’ 2023-07-13T14:16:13.5403951Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release/Makefile.in’ 2023-07-13T14:16:13.5404302Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/release’ 2023-07-13T14:16:13.5404645Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/Makefile.am’ 2023-07-13T14:16:13.5404992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs/Makefile.in’ 2023-07-13T14:16:13.5405339Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/objs’ 2023-07-13T14:16:13.5405670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/ltmain.sh’ 2023-07-13T14:16:13.5406027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/strip_non_asm_libtool_args.sh’ 2023-07-13T14:16:13.5406363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/Makefile.in’ 2023-07-13T14:16:13.5406695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/configure’ 2023-07-13T14:16:13.5407035Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/lt~obsolete.m4’ 2023-07-13T14:16:13.5407377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/codeset.m4’ 2023-07-13T14:16:13.5407708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/libtool.m4’ 2023-07-13T14:16:13.5408039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/lib-ld.m4’ 2023-07-13T14:16:13.5408366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/ogg.m4’ 2023-07-13T14:16:13.5408702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/ltsugar.m4’ 2023-07-13T14:16:13.5409058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/add_cxxflags.m4’ 2023-07-13T14:16:13.5409403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/ltoptions.m4’ 2023-07-13T14:16:13.5409731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/clang.m4’ 2023-07-13T14:16:13.5410071Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/add_cflags.m4’ 2023-07-13T14:16:13.5410419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/stack_protect.m4’ 2023-07-13T14:16:13.5410809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/gcc_version.m4’ 2023-07-13T14:16:13.5411144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/Makefile.am’ 2023-07-13T14:16:13.5411533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/endian.m4’ 2023-07-13T14:16:13.5411876Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/ltversion.m4’ 2023-07-13T14:16:13.5412303Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/lib-prefix.m4’ 2023-07-13T14:16:13.5412608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/really_gcc.m4’ 2023-07-13T14:16:13.5412928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/lib-link.m4’ 2023-07-13T14:16:13.5413234Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/Makefile.in’ 2023-07-13T14:16:13.5413542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/xmms.m4’ 2023-07-13T14:16:13.5413847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/bswap.m4’ 2023-07-13T14:16:13.5414149Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4/iconv.m4’ 2023-07-13T14:16:13.5414452Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/m4’ 2023-07-13T14:16:13.5414778Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/Makefile.lite’ 2023-07-13T14:16:13.5415093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/FLAC.tag’ 2023-07-13T14:16:13.5415424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/doxygen.header.html’ 2023-07-13T14:16:13.5415734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/Makefile.am’ 2023-07-13T14:16:13.5416037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/Doxyfile.in’ 2023-07-13T14:16:13.5416349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/isoflac.txt’ 2023-07-13T14:16:13.5416664Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/Makefile.in’ 2023-07-13T14:16:13.5417003Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/doxygen.footer.html’ 2023-07-13T14:16:13.5417310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/id.html’ 2023-07-13T14:16:13.5417626Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/favicon.ico’ 2023-07-13T14:16:13.5417942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/index.html’ 2023-07-13T14:16:13.5418327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/license.html’ 2023-07-13T14:16:13.5418641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/faq.html’ 2023-07-13T14:16:13.5419032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/documentation_bugs.html’ 2023-07-13T14:16:13.5419361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/changelog.html’ 2023-07-13T14:16:13.5419717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/documentation_example_code.html’ 2023-07-13T14:16:13.5420078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/documentation_format_overview.html’ 2023-07-13T14:16:13.5420405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/format.html’ 2023-07-13T14:16:13.5420733Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/Makefile.am’ 2023-07-13T14:16:13.5421068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/documentation.html’ 2023-07-13T14:16:13.5421397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/developers.html’ 2023-07-13T14:16:13.5421705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/flac.css’ 2023-07-13T14:16:13.5422033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/features.html’ 2023-07-13T14:16:13.5422394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/documentation_tools_flac.html’ 2023-07-13T14:16:13.5422725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/images/Makefile.am’ 2023-07-13T14:16:13.5423051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/images/logo.svg’ 2023-07-13T14:16:13.5423376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/images/logo130.gif’ 2023-07-13T14:16:13.5423711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/images/Makefile.in’ 2023-07-13T14:16:13.5424043Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/images’ 2023-07-13T14:16:13.5424409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/documentation_tools_metaflac.html’ 2023-07-13T14:16:13.5424725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/Makefile.in’ 2023-07-13T14:16:13.5425065Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/documentation_tools.html’ 2023-07-13T14:16:13.5425391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/ogg_mapping.html’ 2023-07-13T14:16:13.5425776Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html/api’ 2023-07-13T14:16:13.5426187Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc/html’ 2023-07-13T14:16:13.5426502Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/doc’ 2023-07-13T14:16:13.5426808Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/autogen.sh’ 2023-07-13T14:16:13.5427118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/COPYING.FDL’ 2023-07-13T14:16:13.5427434Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac’ 2023-07-13T14:16:13.5427771Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/examples/seeking_example.c’ 2023-07-13T14:16:13.5428108Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/examples/win32utf8.h’ 2023-07-13T14:16:13.5428449Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/examples/opusfile_example.c’ 2023-07-13T14:16:13.5428781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/examples/win32utf8.c’ 2023-07-13T14:16:13.5429114Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/examples’ 2023-07-13T14:16:13.5429438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/README.md’ 2023-07-13T14:16:13.5429769Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/opusurl.pc.in’ 2023-07-13T14:16:13.5430078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/install-sh’ 2023-07-13T14:16:13.5430397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/configure.ac’ 2023-07-13T14:16:13.5430706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/config.sub’ 2023-07-13T14:16:13.5431010Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/depcomp’ 2023-07-13T14:16:13.5431345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/include/opusfile.h’ 2023-07-13T14:16:13.5431680Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/include’ 2023-07-13T14:16:13.5431997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/m4/ltsugar.m4’ 2023-07-13T14:16:13.5432320Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/m4/lt~obsolete.m4’ 2023-07-13T14:16:13.5432643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/m4/ltversion.m4’ 2023-07-13T14:16:13.5433011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/m4/libtool.m4’ 2023-07-13T14:16:13.5433334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/m4/ltoptions.m4’ 2023-07-13T14:16:13.5433701Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/m4/attributes.m4’ 2023-07-13T14:16:13.5434108Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/m4’ 2023-07-13T14:16:13.5434425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/Makefile.am’ 2023-07-13T14:16:13.5434743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/unix/Makefile’ 2023-07-13T14:16:13.5435073Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/unix’ 2023-07-13T14:16:13.5435439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/opusfile-uninstalled.pc.in’ 2023-07-13T14:16:13.5435789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/opusurl-uninstalled.pc.in’ 2023-07-13T14:16:13.5436111Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/opusfile.pc.in’ 2023-07-13T14:16:13.5436426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/Makefile.in’ 2023-07-13T14:16:13.5436734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/COPYING’ 2023-07-13T14:16:13.5437048Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/AUTHORS’ 2023-07-13T14:16:13.5437353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/missing’ 2023-07-13T14:16:13.5437663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/ltmain.sh’ 2023-07-13T14:16:13.5437986Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/doc/opus_logo.svg’ 2023-07-13T14:16:13.5438301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/doc/Makefile’ 2023-07-13T14:16:13.5438629Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/doc/Doxyfile.in’ 2023-07-13T14:16:13.5438948Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/doc’ 2023-07-13T14:16:13.5439275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/config.guess’ 2023-07-13T14:16:13.5439655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src/winerrno.h’ 2023-07-13T14:16:13.5440152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src/http.c’ 2023-07-13T14:16:13.5440491Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src/wincerts.c’ 2023-07-13T14:16:13.5440913Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src/opusfile.c’ 2023-07-13T14:16:13.5441259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src/internal.c’ 2023-07-13T14:16:13.5441650Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src/info.c’ 2023-07-13T14:16:13.5441989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src/stream.c’ 2023-07-13T14:16:13.5442330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src/internal.h’ 2023-07-13T14:16:13.5442680Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/src’ 2023-07-13T14:16:13.5443018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/compile’ 2023-07-13T14:16:13.5443363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/aclocal.m4’ 2023-07-13T14:16:13.5443707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/package_version’ 2023-07-13T14:16:13.5444090Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32/VS2015/opusfile_example.vcxproj’ 2023-07-13T14:16:13.5444494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32/VS2015/seeking_example.vcxproj.filters’ 2023-07-13T14:16:13.5444884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32/VS2015/seeking_example.vcxproj’ 2023-07-13T14:16:13.5445266Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32/VS2015/opusfile.vcxproj’ 2023-07-13T14:16:13.5445665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32/VS2015/opusfile_example.vcxproj.filters’ 2023-07-13T14:16:13.5446064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32/VS2015/opusfile.vcxproj.filters’ 2023-07-13T14:16:13.5446429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32/VS2015/opusfile.sln’ 2023-07-13T14:16:13.5446802Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32/VS2015’ 2023-07-13T14:16:13.5447157Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/win32’ 2023-07-13T14:16:13.5447507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/configure’ 2023-07-13T14:16:13.5447852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/config.h.in’ 2023-07-13T14:16:13.5448190Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile’ 2023-07-13T14:16:13.5448520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/config.sub’ 2023-07-13T14:16:13.5448910Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/aclocal.m4’ 2023-07-13T14:16:13.5449236Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/COPYING’ 2023-07-13T14:16:13.5449616Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/cygbuild’ 2023-07-13T14:16:13.5449936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/gsrt.c’ 2023-07-13T14:16:13.5450262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/tx16w.c’ 2023-07-13T14:16:13.5450594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/tremolo.c’ 2023-07-13T14:16:13.5450937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/vox-fmt.c’ 2023-07-13T14:16:13.5451280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/compandt.c’ 2023-07-13T14:16:13.5451615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/downsample.c’ 2023-07-13T14:16:13.5452049Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/swap.c’ 2023-07-13T14:16:13.5452355Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/compand.c’ 2023-07-13T14:16:13.5452656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/mat4.c’ 2023-07-13T14:16:13.5452973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/cvsdfilt.h’ 2023-07-13T14:16:13.5453278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/voc.c’ 2023-07-13T14:16:13.5453571Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/g711.h’ 2023-07-13T14:16:13.5453874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/getopt.c’ 2023-07-13T14:16:13.5454180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/vorbis.c’ 2023-07-13T14:16:13.5454477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/8svx.c’ 2023-07-13T14:16:13.5454803Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/rate_poly_fir.h’ 2023-07-13T14:16:13.5455119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/example5.c’ 2023-07-13T14:16:13.5455438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/optional-fmts.am’ 2023-07-13T14:16:13.5455747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/win32-glob.c’ 2023-07-13T14:16:13.5456051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/stretch.c’ 2023-07-13T14:16:13.5456418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/formats.c’ 2023-07-13T14:16:13.5456734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/pulseaudio.c’ 2023-07-13T14:16:13.5457097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/test-comments’ 2023-07-13T14:16:13.5457407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/example0.c’ 2023-07-13T14:16:13.5457705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sndio.c’ 2023-07-13T14:16:13.5458016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/compandt.h’ 2023-07-13T14:16:13.5458326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/speed.c’ 2023-07-13T14:16:13.5458633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/chorus.c’ 2023-07-13T14:16:13.5458938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/paf.c’ 2023-07-13T14:16:13.5459241Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/biquad.h’ 2023-07-13T14:16:13.5459550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/dft_filter.c’ 2023-07-13T14:16:13.5459850Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/adpcms.c’ 2023-07-13T14:16:13.5460163Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/f4-fmt.c’ 2023-07-13T14:16:13.5460454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/alsa.c’ 2023-07-13T14:16:13.5460757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/avr.c’ 2023-07-13T14:16:13.5461053Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/rate.c’ 2023-07-13T14:16:13.5461360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/wavpack.c’ 2023-07-13T14:16:13.5461664Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/hilbert.c’ 2023-07-13T14:16:13.5461966Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/caf.c’ 2023-07-13T14:16:13.5462258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/vol.c’ 2023-07-13T14:16:13.5462571Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/formats_i.c’ 2023-07-13T14:16:13.5462876Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/example6.c’ 2023-07-13T14:16:13.5463185Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/dft_filter.h’ 2023-07-13T14:16:13.5463481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/xi.c’ 2023-07-13T14:16:13.5463827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/cvsd.c’ 2023-07-13T14:16:13.5464186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/win32-ltdl.c’ 2023-07-13T14:16:13.5464493Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/dither.h’ 2023-07-13T14:16:13.5464803Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/contrast.c’ 2023-07-13T14:16:13.5465099Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/util.h’ 2023-07-13T14:16:13.5465397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/fir.c’ 2023-07-13T14:16:13.5465701Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/pvf.c’ 2023-07-13T14:16:13.5466008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/ladspa.c’ 2023-07-13T14:16:13.5466308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/fifo.h’ 2023-07-13T14:16:13.5466614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/noisered.c’ 2023-07-13T14:16:13.5466917Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/output.c’ 2023-07-13T14:16:13.5467207Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/mat5.c’ 2023-07-13T14:16:13.5467520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/input.c’ 2023-07-13T14:16:13.5467841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/coreaudio.c’ 2023-07-13T14:16:13.5468142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/stat.c’ 2023-07-13T14:16:13.5468446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/amr-nb.c’ 2023-07-13T14:16:13.5468743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sox_i.h’ 2023-07-13T14:16:13.5469047Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/la-fmt.c’ 2023-07-13T14:16:13.5469360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/libsox_i.c’ 2023-07-13T14:16:13.5469663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/stats.c’ 2023-07-13T14:16:13.5469963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/ima_rw.h’ 2023-07-13T14:16:13.5470263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/libsox.c’ 2023-07-13T14:16:13.5470561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/g723_40.c’ 2023-07-13T14:16:13.5470921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/effects_i.c’ 2023-07-13T14:16:13.5471222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/g711.c’ 2023-07-13T14:16:13.5471577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/skeleff.c’ 2023-07-13T14:16:13.5471879Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/wve.c’ 2023-07-13T14:16:13.5472181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/dcshift.c’ 2023-07-13T14:16:13.5472482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/echos.c’ 2023-07-13T14:16:13.5472802Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/effects_i_dsp.c’ 2023-07-13T14:16:13.5473109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/mp3-util.h’ 2023-07-13T14:16:13.5473433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sox_sample_test.c’ 2023-07-13T14:16:13.5473829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/rate_half_fir.h’ 2023-07-13T14:16:13.5474126Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/fft4g.c’ 2023-07-13T14:16:13.5474428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/phaser.c’ 2023-07-13T14:16:13.5474734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/xa.c’ 2023-07-13T14:16:13.5475038Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/ima-fmt.c’ 2023-07-13T14:16:13.5475354Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/formats.h’ 2023-07-13T14:16:13.5475673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/rate_poly_fir0.h’ 2023-07-13T14:16:13.5475988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/noiseprof.c’ 2023-07-13T14:16:13.5476283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/gain.c’ 2023-07-13T14:16:13.5476590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/bend.c’ 2023-07-13T14:16:13.5476887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sf.c’ 2023-07-13T14:16:13.5477201Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/testall.sh’ 2023-07-13T14:16:13.5477515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/ignore-warning.h’ 2023-07-13T14:16:13.5477815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/biquad.c’ 2023-07-13T14:16:13.5478125Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/cvsd-fmt.c’ 2023-07-13T14:16:13.5478497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sphere.c’ 2023-07-13T14:16:13.5478872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/reverb.c’ 2023-07-13T14:16:13.5479184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/example4.c’ 2023-07-13T14:16:13.5479551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sox-fmt.c’ 2023-07-13T14:16:13.5480036Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/u4-fmt.c’ 2023-07-13T14:16:13.5480373Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/dvms-fmt.c’ 2023-07-13T14:16:13.5480703Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/dat.c’ 2023-07-13T14:16:13.5481032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/vox.c’ 2023-07-13T14:16:13.5481357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/xmalloc.h’ 2023-07-13T14:16:13.5481686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/al-fmt.c’ 2023-07-13T14:16:13.5482019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/win32-ltdl.h’ 2023-07-13T14:16:13.5482343Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/htk.c’ 2023-07-13T14:16:13.5482674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/maud.c’ 2023-07-13T14:16:13.5483006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sox.c’ 2023-07-13T14:16:13.5483326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/g721.c’ 2023-07-13T14:16:13.5483660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/loudness.c’ 2023-07-13T14:16:13.5483987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/ul-fmt.c’ 2023-07-13T14:16:13.5484412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/win32-glob.h’ 2023-07-13T14:16:13.5484733Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/au.c’ 2023-07-13T14:16:13.5485120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/aifc-fmt.c’ 2023-07-13T14:16:13.5485451Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/reverse.c’ 2023-07-13T14:16:13.5485771Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/cvsd.h’ 2023-07-13T14:16:13.5486096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/remix.c’ 2023-07-13T14:16:13.5486440Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/Makefile.am’ 2023-07-13T14:16:13.5486763Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/util.c’ 2023-07-13T14:16:13.5487103Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/u2-fmt.c’ 2023-07-13T14:16:13.5487432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/xmalloc.c’ 2023-07-13T14:16:13.5487774Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/soxconfig.h.in’ 2023-07-13T14:16:13.5488096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/gsm.c’ 2023-07-13T14:16:13.5488437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/testall.bat’ 2023-07-13T14:16:13.5488772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/spectrogram.c’ 2023-07-13T14:16:13.5489119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/example1.c’ 2023-07-13T14:16:13.5489451Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/monkey.wav’ 2023-07-13T14:16:13.5489775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/aiff-fmt.c’ 2023-07-13T14:16:13.5490110Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/skelform.c’ 2023-07-13T14:16:13.5490438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/w64.c’ 2023-07-13T14:16:13.5490767Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/adpcm.h’ 2023-07-13T14:16:13.5491104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/effects.h’ 2023-07-13T14:16:13.5491439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/example3.c’ 2023-07-13T14:16:13.5491765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/mp3.c’ 2023-07-13T14:16:13.5492191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/raw-fmt.c’ 2023-07-13T14:16:13.5492536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sox.h’ 2023-07-13T14:16:13.5492842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/earwax.c’ 2023-07-13T14:16:13.5493197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/u1-fmt.c’ 2023-07-13T14:16:13.5493501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/ao.c’ 2023-07-13T14:16:13.5493799Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/wav.c’ 2023-07-13T14:16:13.5494102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/prc.c’ 2023-07-13T14:16:13.5494402Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/smp.c’ 2023-07-13T14:16:13.5494698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sd2.c’ 2023-07-13T14:16:13.5495010Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/adpcm.c’ 2023-07-13T14:16:13.5495319Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sunaudio.c’ 2023-07-13T14:16:13.5495622Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/noisered.h’ 2023-07-13T14:16:13.5495916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/soxomp.h’ 2023-07-13T14:16:13.5496239Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/waveaudio.c’ 2023-07-13T14:16:13.5496555Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/flac.c’ 2023-07-13T14:16:13.5496868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/g723_24.c’ 2023-07-13T14:16:13.5497167Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/raw.c’ 2023-07-13T14:16:13.5497484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/rate_filters.h’ 2023-07-13T14:16:13.5497780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/oss.c’ 2023-07-13T14:16:13.5498082Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/cdr.c’ 2023-07-13T14:16:13.5498386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/echo.c’ 2023-07-13T14:16:13.5498695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/lu-fmt.c’ 2023-07-13T14:16:13.5498992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/fft4g.h’ 2023-07-13T14:16:13.5499296Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sounder.c’ 2023-07-13T14:16:13.5499606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/Makefile.in’ 2023-07-13T14:16:13.5499964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/s4-fmt.c’ 2023-07-13T14:16:13.5500322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/ladspa.h’ 2023-07-13T14:16:13.5500627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/ima_rw.c’ 2023-07-13T14:16:13.5500931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/g72x.c’ 2023-07-13T14:16:13.5501231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/hcom.c’ 2023-07-13T14:16:13.5501557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/mcompand_xover.h’ 2023-07-13T14:16:13.5502039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/s2-fmt.c’ 2023-07-13T14:16:13.5502361Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/band.h’ 2023-07-13T14:16:13.5502669Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sinc.c’ 2023-07-13T14:16:13.5502979Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/vad.c’ 2023-07-13T14:16:13.5503297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/firfit.c’ 2023-07-13T14:16:13.5503628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/effects.c’ 2023-07-13T14:16:13.5503956Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/mcompand.c’ 2023-07-13T14:16:13.5504286Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/dither.c’ 2023-07-13T14:16:13.5504612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/example2.c’ 2023-07-13T14:16:13.5504929Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/lpc10.c’ 2023-07-13T14:16:13.5505252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/adpcms.h’ 2023-07-13T14:16:13.5505573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/g72x.h’ 2023-07-13T14:16:13.5505889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/amr.h’ 2023-07-13T14:16:13.5506206Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/aiff.c’ 2023-07-13T14:16:13.5506515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/trim.c’ 2023-07-13T14:16:13.5506832Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/raw.h’ 2023-07-13T14:16:13.5507153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/flanger.c’ 2023-07-13T14:16:13.5507550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/overdrive.c’ 2023-07-13T14:16:13.5507869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/divide.c’ 2023-07-13T14:16:13.5508267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/soxconfig.h.cmake’ 2023-07-13T14:16:13.5508583Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/delay.c’ 2023-07-13T14:16:13.5508905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/tests.sh’ 2023-07-13T14:16:13.5509228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/s3-fmt.c’ 2023-07-13T14:16:13.5509556Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/splice.c’ 2023-07-13T14:16:13.5509866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/f8-fmt.c’ 2023-07-13T14:16:13.5510190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/aiff.h’ 2023-07-13T14:16:13.5510517Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/soundtool.c’ 2023-07-13T14:16:13.5510828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/fap.c’ 2023-07-13T14:16:13.5511161Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sox_sample_test.h’ 2023-07-13T14:16:13.5511485Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/vox.h’ 2023-07-13T14:16:13.5511814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/s1-fmt.c’ 2023-07-13T14:16:13.5512136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/synth.c’ 2023-07-13T14:16:13.5512461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/sndfile.c’ 2023-07-13T14:16:13.5512788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/biquads.c’ 2023-07-13T14:16:13.5513106Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/tests.bat’ 2023-07-13T14:16:13.5513422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/nulfile.c’ 2023-07-13T14:16:13.5513833Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/repeat.c’ 2023-07-13T14:16:13.5514156Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/u3-fmt.c’ 2023-07-13T14:16:13.5514478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/silence.c’ 2023-07-13T14:16:13.5514801Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/upsample.c’ 2023-07-13T14:16:13.5515120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/pad.c’ 2023-07-13T14:16:13.5515516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/tempo.c’ 2023-07-13T14:16:13.5515901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/fade.c’ 2023-07-13T14:16:13.5516225Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/amr-wb.c’ 2023-07-13T14:16:13.5516564Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/CMakeLists.txt’ 2023-07-13T14:16:13.5516883Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src/opus.c’ 2023-07-13T14:16:13.5517218Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/src’ 2023-07-13T14:16:13.5517634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/soxformat.7’ 2023-07-13T14:16:13.5517954Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/config.guess’ 2023-07-13T14:16:13.5518255Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libsox.3’ 2023-07-13T14:16:13.5518550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/README’ 2023-07-13T14:16:13.5518846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/missing’ 2023-07-13T14:16:13.5519155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/sox.pc.in’ 2023-07-13T14:16:13.5519501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/depcomp’ 2023-07-13T14:16:13.5519997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/README.win32’ 2023-07-13T14:16:13.5520351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Mp3Lame/config.h’ 2023-07-13T14:16:13.5520710Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Mp3Lame’ 2023-07-13T14:16:13.5521047Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibZLib.vcproj’ 2023-07-13T14:16:13.5521412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibWavPack.vcproj’ 2023-07-13T14:16:13.5521787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibSndFileGSM610.vcproj’ 2023-07-13T14:16:13.5522151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibId3Tag.vcproj’ 2023-07-13T14:16:13.5522501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibFlac.vcproj’ 2023-07-13T14:16:13.5522842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibMad.vcproj’ 2023-07-13T14:16:13.5523189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/SndFile/sys/time.h’ 2023-07-13T14:16:13.5523613Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/SndFile/sys’ 2023-07-13T14:16:13.5524014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/SndFile/sndfile.h’ 2023-07-13T14:16:13.5524365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/SndFile/config.h’ 2023-07-13T14:16:13.5524717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/SndFile/inttypes.h’ 2023-07-13T14:16:13.5525073Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/SndFile’ 2023-07-13T14:16:13.5525412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Readme.txt’ 2023-07-13T14:16:13.5525751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/SoX.vcproj’ 2023-07-13T14:16:13.5526099Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Makefile.am’ 2023-07-13T14:16:13.5526445Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibSoX.vcproj’ 2023-07-13T14:16:13.5526797Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibVorbis.vcproj’ 2023-07-13T14:16:13.5527150Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibSpeex.vcproj’ 2023-07-13T14:16:13.5527516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibMp3Lame.vcproj’ 2023-07-13T14:16:13.5527866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Mad/LibMad.def’ 2023-07-13T14:16:13.5528201Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Mad/config.h’ 2023-07-13T14:16:13.5528548Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Mad’ 2023-07-13T14:16:13.5528898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibSndFile.vcproj’ 2023-07-13T14:16:13.5529242Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Png/pnglibconf.h’ 2023-07-13T14:16:13.5529596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Png/inttypes.h’ 2023-07-13T14:16:13.5529956Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Png’ 2023-07-13T14:16:13.5530295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Makefile.in’ 2023-07-13T14:16:13.5530636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibGsm.vcproj’ 2023-07-13T14:16:13.5530971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Sox.sln’ 2023-07-13T14:16:13.5531379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Sox/soxconfig.h’ 2023-07-13T14:16:13.5531727Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/Sox’ 2023-07-13T14:16:13.5532237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibOgg.vcproj’ 2023-07-13T14:16:13.5532561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibLpc10.vcproj’ 2023-07-13T14:16:13.5532901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibSndFileG72x.vcproj’ 2023-07-13T14:16:13.5533215Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9/LibPng.vcproj’ 2023-07-13T14:16:13.5533531Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc9’ 2023-07-13T14:16:13.5533835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/soxi.txt’ 2023-07-13T14:16:13.5534142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/install-sh’ 2023-07-13T14:16:13.5534467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Mp3Lame/config.h’ 2023-07-13T14:16:13.5534792Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Mp3Lame’ 2023-07-13T14:16:13.5535149Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibZLib.vcxproj’ 2023-07-13T14:16:13.5535530Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibSndFile.vcxproj’ 2023-07-13T14:16:13.5535925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibSoX.vcxproj’ 2023-07-13T14:16:13.5536338Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibLpc10.vcxproj’ 2023-07-13T14:16:13.5536697Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibPng.vcxproj’ 2023-07-13T14:16:13.5537023Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibMp3Lame.vcxproj’ 2023-07-13T14:16:13.5537386Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibGsm.vcxproj’ 2023-07-13T14:16:13.5537765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibSndFileG72x.vcxproj’ 2023-07-13T14:16:13.5538129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibFlac.vcxproj’ 2023-07-13T14:16:13.5538470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SoX.sln’ 2023-07-13T14:16:13.5538825Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibId3Tag.vcxproj’ 2023-07-13T14:16:13.5539180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SndFile/sys/time.h’ 2023-07-13T14:16:13.5539628Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SndFile/sys’ 2023-07-13T14:16:13.5540045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SndFile/sndfile.h’ 2023-07-13T14:16:13.5540403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SndFile/config.h’ 2023-07-13T14:16:13.5540762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SndFile/inttypes.h’ 2023-07-13T14:16:13.5541119Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SndFile’ 2023-07-13T14:16:13.5541436Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Readme.txt’ 2023-07-13T14:16:13.5541827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibWavPack.vcxproj’ 2023-07-13T14:16:13.5542182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Makefile.am’ 2023-07-13T14:16:13.5542536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SoX/soxconfig.h’ 2023-07-13T14:16:13.5542923Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SoX’ 2023-07-13T14:16:13.5543278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Mad/LibMad.def’ 2023-07-13T14:16:13.5543635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Mad/config.h’ 2023-07-13T14:16:13.5544000Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Mad’ 2023-07-13T14:16:13.5544362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Png/pnglibconf.h’ 2023-07-13T14:16:13.5544711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Png/inttypes.h’ 2023-07-13T14:16:13.5545062Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Png’ 2023-07-13T14:16:13.5545408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibSoX.vcxproj.filters’ 2023-07-13T14:16:13.5545762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/SoX.vcxproj’ 2023-07-13T14:16:13.5546132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/Makefile.in’ 2023-07-13T14:16:13.5546485Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibMad.vcxproj’ 2023-07-13T14:16:13.5546846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibVorbis.vcxproj’ 2023-07-13T14:16:13.5547200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibOgg.vcxproj’ 2023-07-13T14:16:13.5547659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibSndFileGSM610.vcxproj’ 2023-07-13T14:16:13.5548076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10/LibSpeex.vcxproj’ 2023-07-13T14:16:13.5548428Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/msvc10’ 2023-07-13T14:16:13.5548769Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/configure.ac’ 2023-07-13T14:16:13.5549117Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/sox.1’ 2023-07-13T14:16:13.5549454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/FEATURES.in’ 2023-07-13T14:16:13.5549765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/README.osx’ 2023-07-13T14:16:13.5550108Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/INSTALL’ 2023-07-13T14:16:13.5561917Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/ltmain.sh’ 2023-07-13T14:16:13.5562370Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/compile’ 2023-07-13T14:16:13.5562717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/ChangeLog’ 2023-07-13T14:16:13.5563056Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/Makefile.am’ 2023-07-13T14:16:13.5563410Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/soxformat.txt’ 2023-07-13T14:16:13.5563755Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4/libtool.m4’ 2023-07-13T14:16:13.5564093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4/ltoptions.m4’ 2023-07-13T14:16:13.5564438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4/optional-fmt.m4’ 2023-07-13T14:16:13.5564771Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4/sndfile.m4’ 2023-07-13T14:16:13.5565117Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4/ltversion.m4’ 2023-07-13T14:16:13.5565457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4/lt~obsolete.m4’ 2023-07-13T14:16:13.5565799Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4/ltsugar.m4’ 2023-07-13T14:16:13.5566154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4/gcc_stack_protect.m4’ 2023-07-13T14:16:13.5566494Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/m4’ 2023-07-13T14:16:13.5566813Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/soxi.1’ 2023-07-13T14:16:13.5567276Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/NEWS’ 2023-07-13T14:16:13.5567607Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/README.sh’ 2023-07-13T14:16:13.5568046Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/scripts/batch-example.bat’ 2023-07-13T14:16:13.5568393Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/scripts’ 2023-07-13T14:16:13.5568715Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/configure’ 2023-07-13T14:16:13.5569049Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/LICENSE.LGPL’ 2023-07-13T14:16:13.5569387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libsox.txt’ 2023-07-13T14:16:13.5569730Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/gsm_option.c’ 2023-07-13T14:16:13.5570084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/decode.c’ 2023-07-13T14:16:13.5570422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/aliases.h’ 2023-07-13T14:16:13.5570749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/gsm.h’ 2023-07-13T14:16:13.5571083Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/long_term.c’ 2023-07-13T14:16:13.5571432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/short_term.c’ 2023-07-13T14:16:13.5571874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/private.h’ 2023-07-13T14:16:13.5572186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/gsm_encode.c’ 2023-07-13T14:16:13.5572501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/gsm_create.c’ 2023-07-13T14:16:13.5572804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/add.c’ 2023-07-13T14:16:13.5573106Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/rpe.c’ 2023-07-13T14:16:13.5573426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/Makefile.am’ 2023-07-13T14:16:13.5573740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/table.c’ 2023-07-13T14:16:13.5574040Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/lpc.c’ 2023-07-13T14:16:13.5574349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/Makefile.in’ 2023-07-13T14:16:13.5574659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/gsm_destroy.c’ 2023-07-13T14:16:13.5575031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/gsm_decode.c’ 2023-07-13T14:16:13.5575352Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/preprocess.c’ 2023-07-13T14:16:13.5575704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/code.c’ 2023-07-13T14:16:13.5576030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm/CMakeLists.txt’ 2023-07-13T14:16:13.5576345Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/libgsm’ 2023-07-13T14:16:13.5576650Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/Makefile.in’ 2023-07-13T14:16:13.5576957Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/AUTHORS’ 2023-07-13T14:16:13.5577264Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/decode.c’ 2023-07-13T14:16:13.5577573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/energy.c’ 2023-07-13T14:16:13.5577874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/f2c.h’ 2023-07-13T14:16:13.5578177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/onset.c’ 2023-07-13T14:16:13.5578480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/pitsyn.c’ 2023-07-13T14:16:13.5578789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/dcbias.c’ 2023-07-13T14:16:13.5579093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/prepro.c’ 2023-07-13T14:16:13.5579393Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/tbdm.c’ 2023-07-13T14:16:13.5579697Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/analys.c’ 2023-07-13T14:16:13.5580000Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/rcchk.c’ 2023-07-13T14:16:13.5580308Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/README’ 2023-07-13T14:16:13.5580670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/median.c’ 2023-07-13T14:16:13.5581025Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/irc2pc.c’ 2023-07-13T14:16:13.5581328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/lpcdec.c’ 2023-07-13T14:16:13.5581628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/deemp.c’ 2023-07-13T14:16:13.5581926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/chanwr.c’ 2023-07-13T14:16:13.5582226Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/random.c’ 2023-07-13T14:16:13.5582531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/invert.c’ 2023-07-13T14:16:13.5582837Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/ivfilt.c’ 2023-07-13T14:16:13.5583149Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/Makefile.am’ 2023-07-13T14:16:13.5583453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/hp100.c’ 2023-07-13T14:16:13.5583758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/f2clib.c’ 2023-07-13T14:16:13.5584067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/encode.c’ 2023-07-13T14:16:13.5584371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/mload.c’ 2023-07-13T14:16:13.5584683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/bsynz.c’ 2023-07-13T14:16:13.5584989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/preemp.c’ 2023-07-13T14:16:13.5585281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/lpc10.h’ 2023-07-13T14:16:13.5585582Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/lpcenc.c’ 2023-07-13T14:16:13.5585889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/placev.c’ 2023-07-13T14:16:13.5586198Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/Makefile.in’ 2023-07-13T14:16:13.5586504Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/vparms.c’ 2023-07-13T14:16:13.5586807Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/synths.c’ 2023-07-13T14:16:13.5587108Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/dyptrk.c’ 2023-07-13T14:16:13.5587407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/lpcini.c’ 2023-07-13T14:16:13.5587796Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/lpfilt.c’ 2023-07-13T14:16:13.5588100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/difmag.c’ 2023-07-13T14:16:13.5588456Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/voicin.c’ 2023-07-13T14:16:13.5588753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/ham84.c’ 2023-07-13T14:16:13.5589058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/placea.c’ 2023-07-13T14:16:13.5589379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10/CMakeLists.txt’ 2023-07-13T14:16:13.5589702Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/lpc10’ 2023-07-13T14:16:13.5590015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/LICENSE.GPL’ 2023-07-13T14:16:13.5590322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/CMakeLists.txt’ 2023-07-13T14:16:13.5590619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/sox.txt’ 2023-07-13T14:16:13.5590926Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox’ 2023-07-13T14:16:13.5591227Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/src’ 2023-07-13T14:16:13.5591551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/amr-cfgcmd.txt.in’ 2023-07-13T14:16:13.5591861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/amr-cfgcmd.txt’ 2023-07-13T14:16:13.5592166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/lame-cfgcmd.txt.in’ 2023-07-13T14:16:13.5592472Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/lame-cfgcmd.txt’ 2023-07-13T14:16:13.5592781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/ogg-cfgcmd.txt.in’ 2023-07-13T14:16:13.5593085Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/ogg-cfgcmd.txt’ 2023-07-13T14:16:13.5593403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/flac-cfgcmd.txt.in’ 2023-07-13T14:16:13.5593715Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/flac-cfgcmd.txt’ 2023-07-13T14:16:13.5594169Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/vorbis-cfgcmd.txt.in’ 2023-07-13T14:16:13.5594482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/vorbis-cfgcmd.txt’ 2023-07-13T14:16:13.5594796Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/opus-cfgcmd.txt.in’ 2023-07-13T14:16:13.5595357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/opus-cfgcmd.txt’ 2023-07-13T14:16:13.5595701Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/opusfile-cfgcmd.txt.in’ 2023-07-13T14:16:13.5596096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/opusfile-cfgcmd.txt’ 2023-07-13T14:16:13.5596425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/sox-cfgcmd.txt.in’ 2023-07-13T14:16:13.5596747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp/sox-cfgcmd.txt’ 2023-07-13T14:16:13.5597062Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp’ 2023-07-13T14:16:13.5597394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox/cmake_install.cmake’ 2023-07-13T14:16:13.5597701Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/sox’ 2023-07-13T14:16:13.5598057Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/ffmpeg/multi/CMakeFiles’ 2023-07-13T14:16:13.5598401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/ffmpeg/multi/cmake_install.cmake’ 2023-07-13T14:16:13.5598730Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/ffmpeg/multi’ 2023-07-13T14:16:13.5599049Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party/ffmpeg’ 2023-07-13T14:16:13.5599434Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/third_party’ 2023-07-13T14:16:13.5599925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeLists.txt’ 2023-07-13T14:16:13.5600297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/CMakeOutput.log’ 2023-07-13T14:16:13.5600673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/3.18.2/CMakeSystem.cmake’ 2023-07-13T14:16:13.5601028Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/3.18.2’ 2023-07-13T14:16:13.5601377Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/cmake.check_cache’ 2023-07-13T14:16:13.5601762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/f4-populate.dir/Labels.json’ 2023-07-13T14:16:13.5602137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/f4-populate.dir/Labels.txt’ 2023-07-13T14:16:13.5602513Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/f4-populate.dir’ 2023-07-13T14:16:13.5602888Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/TargetDirectories.txt’ 2023-07-13T14:16:13.5603235Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/rules.ninja’ 2023-07-13T14:16:13.5603674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles/f4-populate-complete’ 2023-07-13T14:16:13.5604009Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeFiles’ 2023-07-13T14:16:13.5604511Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-urlinfo.txt’ 2023-07-13T14:16:13.5604965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/download-f4-populate.cmake’ 2023-07-13T14:16:13.5605405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/verify-f4-populate.cmake’ 2023-07-13T14:16:13.5605859Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/extract-f4-populate.cmake’ 2023-07-13T14:16:13.5606287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-mkdir’ 2023-07-13T14:16:13.5606719Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-download’ 2023-07-13T14:16:13.5607142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-update’ 2023-07-13T14:16:13.5607560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-patch’ 2023-07-13T14:16:13.5608001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-configure’ 2023-07-13T14:16:13.5608430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-build’ 2023-07-13T14:16:13.5608855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-install’ 2023-07-13T14:16:13.5609275Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-test’ 2023-07-13T14:16:13.5609696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp/f4-populate-done’ 2023-07-13T14:16:13.5610106Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/f4-populate-stamp’ 2023-07-13T14:16:13.5610482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src/4.1.8.tar.gz’ 2023-07-13T14:16:13.5610849Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/src’ 2023-07-13T14:16:13.5611254Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/tmp/f4-populate-cfgcmd.txt.in’ 2023-07-13T14:16:13.5611758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/tmp/f4-populate-cfgcmd.txt’ 2023-07-13T14:16:13.5612272Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix/tmp’ 2023-07-13T14:16:13.5612674Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/f4-populate-prefix’ 2023-07-13T14:16:13.5612987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/CMakeCache.txt’ 2023-07-13T14:16:13.5613300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/cmake_install.cmake’ 2023-07-13T14:16:13.5613601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/build.ninja’ 2023-07-13T14:16:13.5613895Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild/.ninja_log’ 2023-07-13T14:16:13.5614203Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-subbuild’ 2023-07-13T14:16:13.5614499Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-build’ 2023-07-13T14:16:13.5614820Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavdevice/avdevice.h’ 2023-07-13T14:16:13.5615135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavdevice/version.h’ 2023-07-13T14:16:13.5615456Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavdevice’ 2023-07-13T14:16:13.5615772Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavfilter/avfilter.h’ 2023-07-13T14:16:13.5616100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavfilter/buffersink.h’ 2023-07-13T14:16:13.5616430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavfilter/buffersrc.h’ 2023-07-13T14:16:13.5616744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavfilter/version.h’ 2023-07-13T14:16:13.5617066Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavfilter’ 2023-07-13T14:16:13.5617554Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavformat/avformat.h’ 2023-07-13T14:16:13.5617890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavformat/avio.h’ 2023-07-13T14:16:13.5618217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavformat/version.h’ 2023-07-13T14:16:13.5618581Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavformat’ 2023-07-13T14:16:13.5618948Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/ac3_parser.h’ 2023-07-13T14:16:13.5619312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/adts_parser.h’ 2023-07-13T14:16:13.5619667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/avcodec.h’ 2023-07-13T14:16:13.5620095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/avdct.h’ 2023-07-13T14:16:13.5620447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/avfft.h’ 2023-07-13T14:16:13.5620864Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/d3d11va.h’ 2023-07-13T14:16:13.5621221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/dirac.h’ 2023-07-13T14:16:13.5621579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/dv_profile.h’ 2023-07-13T14:16:13.5621904Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/dxva2.h’ 2023-07-13T14:16:13.5622234Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/jni.h’ 2023-07-13T14:16:13.5622583Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/mediacodec.h’ 2023-07-13T14:16:13.5622895Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/qsv.h’ 2023-07-13T14:16:13.5623248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/vaapi.h’ 2023-07-13T14:16:13.5623572Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/vdpau.h’ 2023-07-13T14:16:13.5623906Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/version.h’ 2023-07-13T14:16:13.5624256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/videotoolbox.h’ 2023-07-13T14:16:13.5624608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/vorbis_parser.h’ 2023-07-13T14:16:13.5624938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec/xvmc.h’ 2023-07-13T14:16:13.5625275Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavcodec’ 2023-07-13T14:16:13.5625608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/adler32.h’ 2023-07-13T14:16:13.5625937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/aes.h’ 2023-07-13T14:16:13.5626263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/aes_ctr.h’ 2023-07-13T14:16:13.5626612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/attributes.h’ 2023-07-13T14:16:13.5626938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/audio_fifo.h’ 2023-07-13T14:16:13.5627262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/avassert.h’ 2023-07-13T14:16:13.5627751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/avstring.h’ 2023-07-13T14:16:13.5628151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/avutil.h’ 2023-07-13T14:16:13.5628541Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/base64.h’ 2023-07-13T14:16:13.5628880Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/blowfish.h’ 2023-07-13T14:16:13.5629213Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/bprint.h’ 2023-07-13T14:16:13.5629543Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/bswap.h’ 2023-07-13T14:16:13.5629877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/buffer.h’ 2023-07-13T14:16:13.5630215Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/cast5.h’ 2023-07-13T14:16:13.5630560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/camellia.h’ 2023-07-13T14:16:13.5630905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/channel_layout.h’ 2023-07-13T14:16:13.5631239Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/common.h’ 2023-07-13T14:16:13.5631559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/cpu.h’ 2023-07-13T14:16:13.5631897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/crc.h’ 2023-07-13T14:16:13.5632227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/des.h’ 2023-07-13T14:16:13.5632566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/dict.h’ 2023-07-13T14:16:13.5632901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/display.h’ 2023-07-13T14:16:13.5633244Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/downmix_info.h’ 2023-07-13T14:16:13.5633600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/encryption_info.h’ 2023-07-13T14:16:13.5634049Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/error.h’ 2023-07-13T14:16:13.5634379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/eval.h’ 2023-07-13T14:16:13.5634721Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/fifo.h’ 2023-07-13T14:16:13.5635050Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/file.h’ 2023-07-13T14:16:13.5635373Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/frame.h’ 2023-07-13T14:16:13.5635698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hash.h’ 2023-07-13T14:16:13.5636106Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hmac.h’ 2023-07-13T14:16:13.5636446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext.h’ 2023-07-13T14:16:13.5636854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_cuda.h’ 2023-07-13T14:16:13.5637211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_d3d11va.h’ 2023-07-13T14:16:13.5637562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_drm.h’ 2023-07-13T14:16:13.5637915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_dxva2.h’ 2023-07-13T14:16:13.5638269Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_qsv.h’ 2023-07-13T14:16:13.5638638Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_mediacodec.h’ 2023-07-13T14:16:13.5638987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_vaapi.h’ 2023-07-13T14:16:13.5639405Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_videotoolbox.h’ 2023-07-13T14:16:13.5639757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/hwcontext_vdpau.h’ 2023-07-13T14:16:13.5640112Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/imgutils.h’ 2023-07-13T14:16:13.5640476Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/intfloat.h’ 2023-07-13T14:16:13.5640836Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/intreadwrite.h’ 2023-07-13T14:16:13.5641167Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/lfg.h’ 2023-07-13T14:16:13.5641499Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/log.h’ 2023-07-13T14:16:13.5641839Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/macros.h’ 2023-07-13T14:16:13.5642195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/mathematics.h’ 2023-07-13T14:16:13.5642576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/mastering_display_metadata.h’ 2023-07-13T14:16:13.5642907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/md5.h’ 2023-07-13T14:16:13.5643237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/mem.h’ 2023-07-13T14:16:13.5643577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/motion_vector.h’ 2023-07-13T14:16:13.5643988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/murmur3.h’ 2023-07-13T14:16:13.5644315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/opt.h’ 2023-07-13T14:16:13.5644713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/parseutils.h’ 2023-07-13T14:16:13.5645053Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/pixdesc.h’ 2023-07-13T14:16:13.5645397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/pixelutils.h’ 2023-07-13T14:16:13.5645729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/pixfmt.h’ 2023-07-13T14:16:13.5646079Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/random_seed.h’ 2023-07-13T14:16:13.5646407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/rc4.h’ 2023-07-13T14:16:13.5646752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/rational.h’ 2023-07-13T14:16:13.5647092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/replaygain.h’ 2023-07-13T14:16:13.5647420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/ripemd.h’ 2023-07-13T14:16:13.5647761Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/samplefmt.h’ 2023-07-13T14:16:13.5648095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/sha.h’ 2023-07-13T14:16:13.5648430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/sha512.h’ 2023-07-13T14:16:13.5648778Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/spherical.h’ 2023-07-13T14:16:13.5649116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/stereo3d.h’ 2023-07-13T14:16:13.5649462Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/threadmessage.h’ 2023-07-13T14:16:13.5649789Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/time.h’ 2023-07-13T14:16:13.5650131Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/timecode.h’ 2023-07-13T14:16:13.5650477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/timestamp.h’ 2023-07-13T14:16:13.5650806Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/tree.h’ 2023-07-13T14:16:13.5651136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/twofish.h’ 2023-07-13T14:16:13.5651466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/version.h’ 2023-07-13T14:16:13.5651875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/xtea.h’ 2023-07-13T14:16:13.5652201Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/tea.h’ 2023-07-13T14:16:13.5652589Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/avconfig.h’ 2023-07-13T14:16:13.5652927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil/ffversion.h’ 2023-07-13T14:16:13.5653272Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include/libavutil’ 2023-07-13T14:16:13.5653597Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/include’ 2023-07-13T14:16:13.5653953Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/pkgconfig/libavdevice.pc’ 2023-07-13T14:16:13.5654291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/pkgconfig/libavfilter.pc’ 2023-07-13T14:16:13.5654642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/pkgconfig/libavcodec.pc’ 2023-07-13T14:16:13.5654979Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/pkgconfig/libavformat.pc’ 2023-07-13T14:16:13.5655321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/pkgconfig/libavutil.pc’ 2023-07-13T14:16:13.5655656Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/pkgconfig’ 2023-07-13T14:16:13.5656009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavutil.so.56.22.100’ 2023-07-13T14:16:13.5656348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavutil.so.56’ 2023-07-13T14:16:13.5656679Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavutil.so’ 2023-07-13T14:16:13.5657027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavfilter.so.7.40.101’ 2023-07-13T14:16:13.5657366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavcodec.so.58.35.100’ 2023-07-13T14:16:13.5657696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavfilter.so.7’ 2023-07-13T14:16:13.5658031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavfilter.so’ 2023-07-13T14:16:13.5658355Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavcodec.so.58’ 2023-07-13T14:16:13.5658680Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavcodec.so’ 2023-07-13T14:16:13.5659026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavformat.so.58.20.100’ 2023-07-13T14:16:13.5659359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavformat.so.58’ 2023-07-13T14:16:13.5659681Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavformat.so’ 2023-07-13T14:16:13.5660082Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavdevice.so.58.5.100’ 2023-07-13T14:16:13.5660475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavdevice.so.58’ 2023-07-13T14:16:13.5660800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib/libavdevice.so’ 2023-07-13T14:16:13.5661122Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib’ 2023-07-13T14:16:13.5661546Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f4-src’ 2023-07-13T14:16:13.5661870Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeLists.txt’ 2023-07-13T14:16:13.5662224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/CMakeOutput.log’ 2023-07-13T14:16:13.5662678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/3.18.2/CMakeSystem.cmake’ 2023-07-13T14:16:13.5663007Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/3.18.2’ 2023-07-13T14:16:13.5663336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/cmake.check_cache’ 2023-07-13T14:16:13.5663686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/f5-populate.dir/Labels.json’ 2023-07-13T14:16:13.5664039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/f5-populate.dir/Labels.txt’ 2023-07-13T14:16:13.5664387Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/f5-populate.dir’ 2023-07-13T14:16:13.5664735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/TargetDirectories.txt’ 2023-07-13T14:16:13.5665050Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/rules.ninja’ 2023-07-13T14:16:13.5665388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles/f5-populate-complete’ 2023-07-13T14:16:13.5665701Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeFiles’ 2023-07-13T14:16:13.5666118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-urlinfo.txt’ 2023-07-13T14:16:13.5666538Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/download-f5-populate.cmake’ 2023-07-13T14:16:13.5666943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/verify-f5-populate.cmake’ 2023-07-13T14:16:13.5667353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/extract-f5-populate.cmake’ 2023-07-13T14:16:13.5667743Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-mkdir’ 2023-07-13T14:16:13.5668195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-download’ 2023-07-13T14:16:13.5668648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-update’ 2023-07-13T14:16:13.5669043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-patch’ 2023-07-13T14:16:13.5669442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-configure’ 2023-07-13T14:16:13.5669838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-build’ 2023-07-13T14:16:13.5670232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-install’ 2023-07-13T14:16:13.5670623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-test’ 2023-07-13T14:16:13.5671001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp/f5-populate-done’ 2023-07-13T14:16:13.5671382Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/f5-populate-stamp’ 2023-07-13T14:16:13.5671726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src/5.0.3.tar.gz’ 2023-07-13T14:16:13.5672069Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/src’ 2023-07-13T14:16:13.5672449Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/tmp/f5-populate-cfgcmd.txt.in’ 2023-07-13T14:16:13.5672819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/tmp/f5-populate-cfgcmd.txt’ 2023-07-13T14:16:13.5673157Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix/tmp’ 2023-07-13T14:16:13.5673543Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/f5-populate-prefix’ 2023-07-13T14:16:13.5673955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/CMakeCache.txt’ 2023-07-13T14:16:13.5674539Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/cmake_install.cmake’ 2023-07-13T14:16:13.5674856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/build.ninja’ 2023-07-13T14:16:13.5675162Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild/.ninja_log’ 2023-07-13T14:16:13.5675472Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-subbuild’ 2023-07-13T14:16:13.5675786Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-build’ 2023-07-13T14:16:13.5676120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavdevice/avdevice.h’ 2023-07-13T14:16:13.5676461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavdevice/version.h’ 2023-07-13T14:16:13.5676798Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavdevice’ 2023-07-13T14:16:13.5677133Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavfilter/avfilter.h’ 2023-07-13T14:16:13.5677478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavfilter/buffersink.h’ 2023-07-13T14:16:13.5677830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavfilter/buffersrc.h’ 2023-07-13T14:16:13.5678328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavfilter/version.h’ 2023-07-13T14:16:13.5678685Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavfilter’ 2023-07-13T14:16:13.5679027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavformat/avformat.h’ 2023-07-13T14:16:13.5679522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavformat/avio.h’ 2023-07-13T14:16:13.5679864Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavformat/version.h’ 2023-07-13T14:16:13.5680221Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavformat’ 2023-07-13T14:16:13.5680570Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/ac3_parser.h’ 2023-07-13T14:16:13.5680916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/adts_parser.h’ 2023-07-13T14:16:13.5681258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/avcodec.h’ 2023-07-13T14:16:13.5681596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/avdct.h’ 2023-07-13T14:16:13.5681927Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/avfft.h’ 2023-07-13T14:16:13.5682328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/bsf.h’ 2023-07-13T14:16:13.5682723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/codec.h’ 2023-07-13T14:16:13.5683070Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/codec_desc.h’ 2023-07-13T14:16:13.5683407Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/codec_id.h’ 2023-07-13T14:16:13.5683747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/codec_par.h’ 2023-07-13T14:16:13.5684092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/d3d11va.h’ 2023-07-13T14:16:13.5684420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/defs.h’ 2023-07-13T14:16:13.5684756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/dirac.h’ 2023-07-13T14:16:13.5685095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/dv_profile.h’ 2023-07-13T14:16:13.5685422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/dxva2.h’ 2023-07-13T14:16:13.5685750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/jni.h’ 2023-07-13T14:16:13.5686108Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/mediacodec.h’ 2023-07-13T14:16:13.5686449Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/packet.h’ 2023-07-13T14:16:13.5686788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/qsv.h’ 2023-07-13T14:16:13.5687126Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/vdpau.h’ 2023-07-13T14:16:13.5687465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/version.h’ 2023-07-13T14:16:13.5687815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/videotoolbox.h’ 2023-07-13T14:16:13.5688172Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/vorbis_parser.h’ 2023-07-13T14:16:13.5688509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec/xvmc.h’ 2023-07-13T14:16:13.5688854Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavcodec’ 2023-07-13T14:16:13.5689193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/adler32.h’ 2023-07-13T14:16:13.5689523Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/aes.h’ 2023-07-13T14:16:13.5689857Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/aes_ctr.h’ 2023-07-13T14:16:13.5690256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/attributes.h’ 2023-07-13T14:16:13.5690647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/audio_fifo.h’ 2023-07-13T14:16:13.5690987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/avassert.h’ 2023-07-13T14:16:13.5691320Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/avstring.h’ 2023-07-13T14:16:13.5691654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/avutil.h’ 2023-07-13T14:16:13.5691997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/base64.h’ 2023-07-13T14:16:13.5692429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/blowfish.h’ 2023-07-13T14:16:13.5692744Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/bprint.h’ 2023-07-13T14:16:13.5693051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/bswap.h’ 2023-07-13T14:16:13.5693366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/buffer.h’ 2023-07-13T14:16:13.5693671Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/cast5.h’ 2023-07-13T14:16:13.5693989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/camellia.h’ 2023-07-13T14:16:13.5694321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/channel_layout.h’ 2023-07-13T14:16:13.5694630Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/common.h’ 2023-07-13T14:16:13.5694937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/cpu.h’ 2023-07-13T14:16:13.5695240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/crc.h’ 2023-07-13T14:16:13.5695547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/des.h’ 2023-07-13T14:16:13.5695872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/detection_bbox.h’ 2023-07-13T14:16:13.5696346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/dict.h’ 2023-07-13T14:16:13.5696678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/display.h’ 2023-07-13T14:16:13.5697012Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/dovi_meta.h’ 2023-07-13T14:16:13.5697346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/downmix_info.h’ 2023-07-13T14:16:13.5697749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/encryption_info.h’ 2023-07-13T14:16:13.5698073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/error.h’ 2023-07-13T14:16:13.5698453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/eval.h’ 2023-07-13T14:16:13.5698776Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/fifo.h’ 2023-07-13T14:16:13.5699101Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/file.h’ 2023-07-13T14:16:13.5699428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/frame.h’ 2023-07-13T14:16:13.5699760Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hash.h’ 2023-07-13T14:16:13.5700104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hdr_dynamic_metadata.h’ 2023-07-13T14:16:13.5700433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hmac.h’ 2023-07-13T14:16:13.5700764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext.h’ 2023-07-13T14:16:13.5701102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_cuda.h’ 2023-07-13T14:16:13.5701449Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_d3d11va.h’ 2023-07-13T14:16:13.5701794Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_drm.h’ 2023-07-13T14:16:13.5702142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_dxva2.h’ 2023-07-13T14:16:13.5702479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_qsv.h’ 2023-07-13T14:16:13.5702828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_mediacodec.h’ 2023-07-13T14:16:13.5703171Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_opencl.h’ 2023-07-13T14:16:13.5703516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_vaapi.h’ 2023-07-13T14:16:13.5703866Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_videotoolbox.h’ 2023-07-13T14:16:13.5704219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_vdpau.h’ 2023-07-13T14:16:13.5704563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/hwcontext_vulkan.h’ 2023-07-13T14:16:13.5704892Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/imgutils.h’ 2023-07-13T14:16:13.5705223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/intfloat.h’ 2023-07-13T14:16:13.5705618Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/intreadwrite.h’ 2023-07-13T14:16:13.5706022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/lfg.h’ 2023-07-13T14:16:13.5706346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/log.h’ 2023-07-13T14:16:13.5706674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/macros.h’ 2023-07-13T14:16:13.5707013Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/mathematics.h’ 2023-07-13T14:16:13.5707380Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/mastering_display_metadata.h’ 2023-07-13T14:16:13.5707717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/md5.h’ 2023-07-13T14:16:13.5708041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/mem.h’ 2023-07-13T14:16:13.5708478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/motion_vector.h’ 2023-07-13T14:16:13.5708790Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/murmur3.h’ 2023-07-13T14:16:13.5709092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/opt.h’ 2023-07-13T14:16:13.5709419Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/parseutils.h’ 2023-07-13T14:16:13.5709731Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/pixdesc.h’ 2023-07-13T14:16:13.5710056Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/pixelutils.h’ 2023-07-13T14:16:13.5710365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/pixfmt.h’ 2023-07-13T14:16:13.5710678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/random_seed.h’ 2023-07-13T14:16:13.5710985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/rc4.h’ 2023-07-13T14:16:13.5711304Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/rational.h’ 2023-07-13T14:16:13.5711616Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/replaygain.h’ 2023-07-13T14:16:13.5711932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/ripemd.h’ 2023-07-13T14:16:13.5712246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/samplefmt.h’ 2023-07-13T14:16:13.5712547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/sha.h’ 2023-07-13T14:16:13.5712862Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/sha512.h’ 2023-07-13T14:16:13.5713232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/spherical.h’ 2023-07-13T14:16:13.5713598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/stereo3d.h’ 2023-07-13T14:16:13.5714224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/threadmessage.h’ 2023-07-13T14:16:13.5714552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/time.h’ 2023-07-13T14:16:13.5714881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/timecode.h’ 2023-07-13T14:16:13.5715212Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/timestamp.h’ 2023-07-13T14:16:13.5715536Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/tree.h’ 2023-07-13T14:16:13.5715868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/twofish.h’ 2023-07-13T14:16:13.5716190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/version.h’ 2023-07-13T14:16:13.5716533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/video_enc_params.h’ 2023-07-13T14:16:13.5716852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/xtea.h’ 2023-07-13T14:16:13.5717184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/tea.h’ 2023-07-13T14:16:13.5717507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/tx.h’ 2023-07-13T14:16:13.5717868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/film_grain_params.h’ 2023-07-13T14:16:13.5718201Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/avconfig.h’ 2023-07-13T14:16:13.5718532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil/ffversion.h’ 2023-07-13T14:16:13.5718874Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include/libavutil’ 2023-07-13T14:16:13.5719193Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/include’ 2023-07-13T14:16:13.5719588Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/pkgconfig/libavfilter.pc’ 2023-07-13T14:16:13.5720103Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/pkgconfig/libavdevice.pc’ 2023-07-13T14:16:13.5720443Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/pkgconfig/libavformat.pc’ 2023-07-13T14:16:13.5720785Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/pkgconfig/libavutil.pc’ 2023-07-13T14:16:13.5721134Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/pkgconfig/libavcodec.pc’ 2023-07-13T14:16:13.5721553Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/pkgconfig’ 2023-07-13T14:16:13.5721976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavutil.so.57.17.100’ 2023-07-13T14:16:13.5722309Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavutil.so.57’ 2023-07-13T14:16:13.5722631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavutil.so’ 2023-07-13T14:16:13.5722978Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavfilter.so.8.24.100’ 2023-07-13T14:16:13.5723300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavfilter.so.8’ 2023-07-13T14:16:13.5723636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavfilter.so’ 2023-07-13T14:16:13.5723991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavcodec.so.59.18.100’ 2023-07-13T14:16:13.5724321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavcodec.so.59’ 2023-07-13T14:16:13.5724642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavcodec.so’ 2023-07-13T14:16:13.5724989Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavformat.so.59.16.100’ 2023-07-13T14:16:13.5725323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavformat.so.59’ 2023-07-13T14:16:13.5725660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavformat.so’ 2023-07-13T14:16:13.5726012Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavdevice.so.59.4.100’ 2023-07-13T14:16:13.5726343Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavdevice.so.59’ 2023-07-13T14:16:13.5726663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib/libavdevice.so’ 2023-07-13T14:16:13.5726974Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib’ 2023-07-13T14:16:13.5727292Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f5-src’ 2023-07-13T14:16:13.5727634Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeLists.txt’ 2023-07-13T14:16:13.5728001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/CMakeOutput.log’ 2023-07-13T14:16:13.5728376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/3.18.2/CMakeSystem.cmake’ 2023-07-13T14:16:13.5728732Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/3.18.2’ 2023-07-13T14:16:13.5729084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/cmake.check_cache’ 2023-07-13T14:16:13.5729522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/f6-populate.dir/Labels.json’ 2023-07-13T14:16:13.5729893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/f6-populate.dir/Labels.txt’ 2023-07-13T14:16:13.5730319Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/f6-populate.dir’ 2023-07-13T14:16:13.5730688Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/TargetDirectories.txt’ 2023-07-13T14:16:13.5731031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/rules.ninja’ 2023-07-13T14:16:13.5731394Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles/f6-populate-complete’ 2023-07-13T14:16:13.5731847Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeFiles’ 2023-07-13T14:16:13.5732288Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-urlinfo.txt’ 2023-07-13T14:16:13.5732728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/download-f6-populate.cmake’ 2023-07-13T14:16:13.5733160Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/verify-f6-populate.cmake’ 2023-07-13T14:16:13.5733590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/extract-f6-populate.cmake’ 2023-07-13T14:16:13.5734112Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-mkdir’ 2023-07-13T14:16:13.5734520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-download’ 2023-07-13T14:16:13.5734917Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-update’ 2023-07-13T14:16:13.5735305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-patch’ 2023-07-13T14:16:13.5735710Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-configure’ 2023-07-13T14:16:13.5736105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-build’ 2023-07-13T14:16:13.5736495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-install’ 2023-07-13T14:16:13.5736874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-test’ 2023-07-13T14:16:13.5737261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp/f6-populate-done’ 2023-07-13T14:16:13.5737691Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/f6-populate-stamp’ 2023-07-13T14:16:13.5738076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src/6.0.tar.gz’ 2023-07-13T14:16:13.5738423Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/src’ 2023-07-13T14:16:13.5738800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/tmp/f6-populate-cfgcmd.txt.in’ 2023-07-13T14:16:13.5739165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/tmp/f6-populate-cfgcmd.txt’ 2023-07-13T14:16:13.5739514Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix/tmp’ 2023-07-13T14:16:13.5739850Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/f6-populate-prefix’ 2023-07-13T14:16:13.5740166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/CMakeCache.txt’ 2023-07-13T14:16:13.5740480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/cmake_install.cmake’ 2023-07-13T14:16:13.5740783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/build.ninja’ 2023-07-13T14:16:13.5741069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild/.ninja_log’ 2023-07-13T14:16:13.5741379Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-subbuild’ 2023-07-13T14:16:13.5741671Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-build’ 2023-07-13T14:16:13.5742003Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavdevice/avdevice.h’ 2023-07-13T14:16:13.5742319Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavdevice/version.h’ 2023-07-13T14:16:13.5742645Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavdevice/version_major.h’ 2023-07-13T14:16:13.5742964Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavdevice’ 2023-07-13T14:16:13.5743292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter/avfilter.h’ 2023-07-13T14:16:13.5743624Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter/buffersink.h’ 2023-07-13T14:16:13.5743946Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter/buffersrc.h’ 2023-07-13T14:16:13.5744261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter/version.h’ 2023-07-13T14:16:13.5744582Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter/version_major.h’ 2023-07-13T14:16:13.5744900Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavfilter’ 2023-07-13T14:16:13.5745269Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavformat/avformat.h’ 2023-07-13T14:16:13.5745628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavformat/avio.h’ 2023-07-13T14:16:13.5745940Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavformat/version.h’ 2023-07-13T14:16:13.5746263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavformat/version_major.h’ 2023-07-13T14:16:13.5746580Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavformat’ 2023-07-13T14:16:13.5746908Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/ac3_parser.h’ 2023-07-13T14:16:13.5747227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/adts_parser.h’ 2023-07-13T14:16:13.5747547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avcodec.h’ 2023-07-13T14:16:13.5747855Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avdct.h’ 2023-07-13T14:16:13.5748155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/avfft.h’ 2023-07-13T14:16:13.5748455Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/bsf.h’ 2023-07-13T14:16:13.5748775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec.h’ 2023-07-13T14:16:13.5749101Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec_desc.h’ 2023-07-13T14:16:13.5749418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec_id.h’ 2023-07-13T14:16:13.5749730Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/codec_par.h’ 2023-07-13T14:16:13.5750041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/d3d11va.h’ 2023-07-13T14:16:13.5750349Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/defs.h’ 2023-07-13T14:16:13.5750660Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/dirac.h’ 2023-07-13T14:16:13.5750985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/dv_profile.h’ 2023-07-13T14:16:13.5751295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/dxva2.h’ 2023-07-13T14:16:13.5751597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/jni.h’ 2023-07-13T14:16:13.5751907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/mediacodec.h’ 2023-07-13T14:16:13.5752281Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/packet.h’ 2023-07-13T14:16:13.5752585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/qsv.h’ 2023-07-13T14:16:13.5752945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/vdpau.h’ 2023-07-13T14:16:13.5753439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/version.h’ 2023-07-13T14:16:13.5753949Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/version_major.h’ 2023-07-13T14:16:13.5754465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/videotoolbox.h’ 2023-07-13T14:16:13.5754829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/vorbis_parser.h’ 2023-07-13T14:16:13.5755162Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec/xvmc.h’ 2023-07-13T14:16:13.5755516Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavcodec’ 2023-07-13T14:16:13.5755854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/adler32.h’ 2023-07-13T14:16:13.5756176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/aes.h’ 2023-07-13T14:16:13.5756515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/aes_ctr.h’ 2023-07-13T14:16:13.5756901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/ambient_viewing_environment.h’ 2023-07-13T14:16:13.5757257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/attributes.h’ 2023-07-13T14:16:13.5757597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/audio_fifo.h’ 2023-07-13T14:16:13.5757939Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/avassert.h’ 2023-07-13T14:16:13.5758274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/avstring.h’ 2023-07-13T14:16:13.5758684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/avutil.h’ 2023-07-13T14:16:13.5759016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/base64.h’ 2023-07-13T14:16:13.5759473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/blowfish.h’ 2023-07-13T14:16:13.5759819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/bprint.h’ 2023-07-13T14:16:13.5760151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/bswap.h’ 2023-07-13T14:16:13.5760480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/buffer.h’ 2023-07-13T14:16:13.5760821Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/cast5.h’ 2023-07-13T14:16:13.5761160Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/camellia.h’ 2023-07-13T14:16:13.5761515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/channel_layout.h’ 2023-07-13T14:16:13.5761846Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/common.h’ 2023-07-13T14:16:13.5762174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/cpu.h’ 2023-07-13T14:16:13.5762509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/crc.h’ 2023-07-13T14:16:13.5762852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/csp.h’ 2023-07-13T14:16:13.5763175Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/des.h’ 2023-07-13T14:16:13.5763527Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/detection_bbox.h’ 2023-07-13T14:16:13.5763857Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/dict.h’ 2023-07-13T14:16:13.5764191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/display.h’ 2023-07-13T14:16:13.5764532Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/dovi_meta.h’ 2023-07-13T14:16:13.5764882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/downmix_info.h’ 2023-07-13T14:16:13.5765246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/encryption_info.h’ 2023-07-13T14:16:13.5765583Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/error.h’ 2023-07-13T14:16:13.5765915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/eval.h’ 2023-07-13T14:16:13.5766245Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/fifo.h’ 2023-07-13T14:16:13.5766632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/file.h’ 2023-07-13T14:16:13.5766962Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/frame.h’ 2023-07-13T14:16:13.5767370Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hash.h’ 2023-07-13T14:16:13.5767733Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hdr_dynamic_metadata.h’ 2023-07-13T14:16:13.5768098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hdr_dynamic_vivid_metadata.h’ 2023-07-13T14:16:13.5768428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hmac.h’ 2023-07-13T14:16:13.5768781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext.h’ 2023-07-13T14:16:13.5769130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_cuda.h’ 2023-07-13T14:16:13.5769495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_d3d11va.h’ 2023-07-13T14:16:13.5769844Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_drm.h’ 2023-07-13T14:16:13.5770195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_dxva2.h’ 2023-07-13T14:16:13.5770547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_qsv.h’ 2023-07-13T14:16:13.5770917Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_mediacodec.h’ 2023-07-13T14:16:13.5771277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_opencl.h’ 2023-07-13T14:16:13.5771734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_vaapi.h’ 2023-07-13T14:16:13.5772094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_videotoolbox.h’ 2023-07-13T14:16:13.5772431Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_vdpau.h’ 2023-07-13T14:16:13.5772781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/hwcontext_vulkan.h’ 2023-07-13T14:16:13.5773283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/imgutils.h’ 2023-07-13T14:16:13.5773608Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/intfloat.h’ 2023-07-13T14:16:13.5773930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/intreadwrite.h’ 2023-07-13T14:16:13.5774232Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/lfg.h’ 2023-07-13T14:16:13.5774535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/log.h’ 2023-07-13T14:16:13.5774896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/lzo.h’ 2023-07-13T14:16:13.5775261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/macros.h’ 2023-07-13T14:16:13.5775579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/mathematics.h’ 2023-07-13T14:16:13.5775922Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/mastering_display_metadata.h’ 2023-07-13T14:16:13.5776220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/md5.h’ 2023-07-13T14:16:13.5776531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/mem.h’ 2023-07-13T14:16:13.5776856Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/motion_vector.h’ 2023-07-13T14:16:13.5777179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/murmur3.h’ 2023-07-13T14:16:13.5777481Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/opt.h’ 2023-07-13T14:16:13.5777801Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/parseutils.h’ 2023-07-13T14:16:13.5778107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/pixdesc.h’ 2023-07-13T14:16:13.5778430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/pixelutils.h’ 2023-07-13T14:16:13.5778735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/pixfmt.h’ 2023-07-13T14:16:13.5779056Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/random_seed.h’ 2023-07-13T14:16:13.5779362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/rc4.h’ 2023-07-13T14:16:13.5779665Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/rational.h’ 2023-07-13T14:16:13.5779983Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/replaygain.h’ 2023-07-13T14:16:13.5780297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/ripemd.h’ 2023-07-13T14:16:13.5780619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/samplefmt.h’ 2023-07-13T14:16:13.5780922Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/sha.h’ 2023-07-13T14:16:13.5781231Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/sha512.h’ 2023-07-13T14:16:13.5781549Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/spherical.h’ 2023-07-13T14:16:13.5781860Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/stereo3d.h’ 2023-07-13T14:16:13.5782239Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/threadmessage.h’ 2023-07-13T14:16:13.5782606Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/time.h’ 2023-07-13T14:16:13.5782916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/timecode.h’ 2023-07-13T14:16:13.5783227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/timestamp.h’ 2023-07-13T14:16:13.5783521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/tree.h’ 2023-07-13T14:16:13.5783840Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/twofish.h’ 2023-07-13T14:16:13.5784142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/uuid.h’ 2023-07-13T14:16:13.5784463Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/version.h’ 2023-07-13T14:16:13.5784793Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/video_enc_params.h’ 2023-07-13T14:16:13.5785097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/xtea.h’ 2023-07-13T14:16:13.5785403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/tea.h’ 2023-07-13T14:16:13.5785715Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/tx.h’ 2023-07-13T14:16:13.5786043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/film_grain_params.h’ 2023-07-13T14:16:13.5786368Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/avconfig.h’ 2023-07-13T14:16:13.5786683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil/ffversion.h’ 2023-07-13T14:16:13.5786995Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include/libavutil’ 2023-07-13T14:16:13.5787294Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/include’ 2023-07-13T14:16:13.5787621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/pkgconfig/libavfilter.pc’ 2023-07-13T14:16:13.5787940Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/pkgconfig/libavformat.pc’ 2023-07-13T14:16:13.5788261Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/pkgconfig/libavdevice.pc’ 2023-07-13T14:16:13.5788575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/pkgconfig/libavcodec.pc’ 2023-07-13T14:16:13.5788886Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/pkgconfig/libavutil.pc’ 2023-07-13T14:16:13.5789198Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/pkgconfig’ 2023-07-13T14:16:13.5789567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavutil.so.58.2.100’ 2023-07-13T14:16:13.5789925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavutil.so.58’ 2023-07-13T14:16:13.5790221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavutil.so’ 2023-07-13T14:16:13.5790534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavfilter.so.9.3.100’ 2023-07-13T14:16:13.5790839Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavfilter.so.9’ 2023-07-13T14:16:13.5791157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavcodec.so.60.3.100’ 2023-07-13T14:16:13.5791468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavfilter.so’ 2023-07-13T14:16:13.5791780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavcodec.so.60’ 2023-07-13T14:16:13.5792080Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavcodec.so’ 2023-07-13T14:16:13.5792399Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavformat.so.60.3.100’ 2023-07-13T14:16:13.5792710Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavformat.so.60’ 2023-07-13T14:16:13.5793009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavformat.so’ 2023-07-13T14:16:13.5793333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavdevice.so.60.1.100’ 2023-07-13T14:16:13.5793645Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavdevice.so.60’ 2023-07-13T14:16:13.5794190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib/libavdevice.so’ 2023-07-13T14:16:13.5794532Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib’ 2023-07-13T14:16:13.5794844Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps/f6-src’ 2023-07-13T14:16:13.5795140Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps’ 2023-07-13T14:16:13.5795454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeCache.txt’ 2023-07-13T14:16:13.5795764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/cmake_install.cmake’ 2023-07-13T14:16:13.5796087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/compile_commands.json’ 2023-07-13T14:16:13.5796383Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/build.ninja’ 2023-07-13T14:16:13.5796671Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/.ninja_log’ 2023-07-13T14:16:13.5796960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/.ninja_deps’ 2023-07-13T14:16:13.5797340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/install_manifest.txt’ 2023-07-13T14:16:13.5797634Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310’ 2023-07-13T14:16:13.5797972Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/bdist.linux-x86_64’ 2023-07-13T14:16:13.5798212Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build’ 2023-07-13T14:16:13.5798543Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/dist/torchaudio-2.1.0a0+155d1ba-py3.10-linux-x86_64.egg’ 2023-07-13T14:16:13.5798776Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/dist’ 2023-07-13T14:16:13.5799000Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio’ 2023-07-13T14:16:13.5799212Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch’ 2023-07-13T14:16:13.5799473Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio’ 2023-07-13T14:16:13.5799952Z ##[endgroup] 2023-07-13T14:16:13.6086547Z ##[group]Run actions/checkout@v3 2023-07-13T14:16:13.6086625Z with: 2023-07-13T14:16:13.6086736Z repository: pytorch/test-infra 2023-07-13T14:16:13.6086814Z path: test-infra 2023-07-13T14:16:13.6086891Z submodules: recursive 2023-07-13T14:16:13.6087167Z token: *** 2023-07-13T14:16:13.6087244Z ssh-strict: true 2023-07-13T14:16:13.6087334Z persist-credentials: true 2023-07-13T14:16:13.6087405Z clean: true 2023-07-13T14:16:13.6087500Z sparse-checkout-cone-mode: true 2023-07-13T14:16:13.6087569Z fetch-depth: 1 2023-07-13T14:16:13.6087632Z lfs: false 2023-07-13T14:16:13.6087715Z set-safe-directory: true 2023-07-13T14:16:13.6087778Z env: 2023-07-13T14:16:13.6087887Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:13.6087969Z REPOSITORY: pytorch/audio 2023-07-13T14:16:13.6088030Z PR_NUMBER: 306 2023-07-13T14:16:13.6089577Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:13.6089672Z ##[endgroup] 2023-07-13T14:16:13.7026576Z Syncing repository: pytorch/test-infra 2023-07-13T14:16:13.7026984Z ##[group]Getting Git version info 2023-07-13T14:16:13.7027268Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/test-infra' 2023-07-13T14:16:13.7027521Z [command]/usr/bin/git version 2023-07-13T14:16:13.7027603Z git version 2.40.1 2023-07-13T14:16:13.7028343Z ##[endgroup] 2023-07-13T14:16:13.7038736Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/815d7ee9-3633-47a8-aec6-2702eb67e943' before making global git config changes 2023-07-13T14:16:13.7039043Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:16:13.7039460Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:16:13.7068227Z ##[group]Initializing the repository 2023-07-13T14:16:13.7070524Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:16:13.7096498Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-13T14:16:13.7096807Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-13T14:16:13.7097185Z hint: of your new repositories, which will suppress this warning, call: 2023-07-13T14:16:13.7097308Z hint: 2023-07-13T14:16:13.7097678Z hint: git config --global init.defaultBranch 2023-07-13T14:16:13.7097783Z hint: 2023-07-13T14:16:13.7098002Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-13T14:16:13.7098238Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-13T14:16:13.7098497Z hint: 2023-07-13T14:16:13.7098637Z hint: git branch -m 2023-07-13T14:16:13.7098918Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/ 2023-07-13T14:16:13.7103112Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2023-07-13T14:16:13.7129707Z ##[endgroup] 2023-07-13T14:16:13.7130040Z ##[group]Disabling automatic garbage collection 2023-07-13T14:16:13.7132930Z [command]/usr/bin/git config --local gc.auto 0 2023-07-13T14:16:13.7157692Z ##[endgroup] 2023-07-13T14:16:13.7157937Z ##[group]Setting up auth 2023-07-13T14:16:13.7162288Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:16:13.7187806Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2023-07-13T14:16:13.7429894Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:16:13.7454284Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2023-07-13T14:16:13.7695311Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:13.7743452Z ##[endgroup] 2023-07-13T14:16:13.7743964Z ##[group]Determining the default branch 2023-07-13T14:16:13.7745463Z Retrieving the default branch name 2023-07-13T14:16:13.9792551Z Default branch 'main' 2023-07-13T14:16:13.9793277Z ##[endgroup] 2023-07-13T14:16:13.9793657Z ##[group]Fetching the repository 2023-07-13T14:16:13.9796627Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2023-07-13T14:16:14.3690252Z remote: Enumerating objects: 1049, done. 2023-07-13T14:16:14.3690598Z remote: Counting objects: 0% (1/1049) 2023-07-13T14:16:14.3690840Z remote: Counting objects: 1% (11/1049) 2023-07-13T14:16:14.3691074Z remote: Counting objects: 2% (21/1049) 2023-07-13T14:16:14.3691297Z remote: Counting objects: 3% (32/1049) 2023-07-13T14:16:14.3691543Z remote: Counting objects: 4% (42/1049) 2023-07-13T14:16:14.3691773Z remote: Counting objects: 5% (53/1049) 2023-07-13T14:16:14.3692004Z remote: Counting objects: 6% (63/1049) 2023-07-13T14:16:14.3692228Z remote: Counting objects: 7% (74/1049) 2023-07-13T14:16:14.3692459Z remote: Counting objects: 8% (84/1049) 2023-07-13T14:16:14.3692692Z remote: Counting objects: 9% (95/1049) 2023-07-13T14:16:14.3692915Z remote: Counting objects: 10% (105/1049) 2023-07-13T14:16:14.3693337Z remote: Counting objects: 11% (116/1049) 2023-07-13T14:16:14.3693574Z remote: Counting objects: 12% (126/1049) 2023-07-13T14:16:14.3693803Z remote: Counting objects: 13% (137/1049) 2023-07-13T14:16:14.3694038Z remote: Counting objects: 14% (147/1049) 2023-07-13T14:16:14.3694267Z remote: Counting objects: 15% (158/1049) 2023-07-13T14:16:14.3694496Z remote: Counting objects: 16% (168/1049) 2023-07-13T14:16:14.3694715Z remote: Counting objects: 17% (179/1049) 2023-07-13T14:16:14.3694945Z remote: Counting objects: 18% (189/1049) 2023-07-13T14:16:14.3695172Z remote: Counting objects: 19% (200/1049) 2023-07-13T14:16:14.3695388Z remote: Counting objects: 20% (210/1049) 2023-07-13T14:16:14.3695616Z remote: Counting objects: 21% (221/1049) 2023-07-13T14:16:14.3695843Z remote: Counting objects: 22% (231/1049) 2023-07-13T14:16:14.3696058Z remote: Counting objects: 23% (242/1049) 2023-07-13T14:16:14.3696289Z remote: Counting objects: 24% (252/1049) 2023-07-13T14:16:14.3696513Z remote: Counting objects: 25% (263/1049) 2023-07-13T14:16:14.3696837Z remote: Counting objects: 26% (273/1049) 2023-07-13T14:16:14.3702177Z remote: Counting objects: 27% (284/1049) 2023-07-13T14:16:14.3702405Z remote: Counting objects: 28% (294/1049) 2023-07-13T14:16:14.3702720Z remote: Counting objects: 29% (305/1049) 2023-07-13T14:16:14.3703085Z remote: Counting objects: 30% (315/1049) 2023-07-13T14:16:14.3703337Z remote: Counting objects: 31% (326/1049) 2023-07-13T14:16:14.3703617Z remote: Counting objects: 32% (336/1049) 2023-07-13T14:16:14.3703895Z remote: Counting objects: 33% (347/1049) 2023-07-13T14:16:14.3704109Z remote: Counting objects: 34% (357/1049) 2023-07-13T14:16:14.3704334Z remote: Counting objects: 35% (368/1049) 2023-07-13T14:16:14.3704636Z remote: Counting objects: 36% (378/1049) 2023-07-13T14:16:14.3704883Z remote: Counting objects: 37% (389/1049) 2023-07-13T14:16:14.3705108Z remote: Counting objects: 38% (399/1049) 2023-07-13T14:16:14.3705341Z remote: Counting objects: 39% (410/1049) 2023-07-13T14:16:14.3705552Z remote: Counting objects: 40% (420/1049) 2023-07-13T14:16:14.3705864Z remote: Counting objects: 41% (431/1049) 2023-07-13T14:16:14.3706241Z remote: Counting objects: 42% (441/1049) 2023-07-13T14:16:14.3706655Z remote: Counting objects: 43% (452/1049) 2023-07-13T14:16:14.3707055Z remote: Counting objects: 44% (462/1049) 2023-07-13T14:16:14.3707285Z remote: Counting objects: 45% (473/1049) 2023-07-13T14:16:14.3707508Z remote: Counting objects: 46% (483/1049) 2023-07-13T14:16:14.3707721Z remote: Counting objects: 47% (494/1049) 2023-07-13T14:16:14.3708015Z remote: Counting objects: 48% (504/1049) 2023-07-13T14:16:14.3708236Z remote: Counting objects: 49% (515/1049) 2023-07-13T14:16:14.3708469Z remote: Counting objects: 50% (525/1049) 2023-07-13T14:16:14.3708695Z remote: Counting objects: 51% (535/1049) 2023-07-13T14:16:14.3708915Z remote: Counting objects: 52% (546/1049) 2023-07-13T14:16:14.3709142Z remote: Counting objects: 53% (556/1049) 2023-07-13T14:16:14.3709364Z remote: Counting objects: 54% (567/1049) 2023-07-13T14:16:14.3709576Z remote: Counting objects: 55% (577/1049) 2023-07-13T14:16:14.3709802Z remote: Counting objects: 56% (588/1049) 2023-07-13T14:16:14.3710027Z remote: Counting objects: 57% (598/1049) 2023-07-13T14:16:14.3710239Z remote: Counting objects: 58% (609/1049) 2023-07-13T14:16:14.3710467Z remote: Counting objects: 59% (619/1049) 2023-07-13T14:16:14.3710691Z remote: Counting objects: 60% (630/1049) 2023-07-13T14:16:14.3710917Z remote: Counting objects: 61% (640/1049) 2023-07-13T14:16:14.3711133Z remote: Counting objects: 62% (651/1049) 2023-07-13T14:16:14.3711466Z remote: Counting objects: 63% (661/1049) 2023-07-13T14:16:14.3711691Z remote: Counting objects: 64% (672/1049) 2023-07-13T14:16:14.3711911Z remote: Counting objects: 65% (682/1049) 2023-07-13T14:16:14.3712138Z remote: Counting objects: 66% (693/1049) 2023-07-13T14:16:14.3712364Z remote: Counting objects: 67% (703/1049) 2023-07-13T14:16:14.3712577Z remote: Counting objects: 68% (714/1049) 2023-07-13T14:16:14.3712801Z remote: Counting objects: 69% (724/1049) 2023-07-13T14:16:14.3713026Z remote: Counting objects: 70% (735/1049) 2023-07-13T14:16:14.3713251Z remote: Counting objects: 71% (745/1049) 2023-07-13T14:16:14.3713467Z remote: Counting objects: 72% (756/1049) 2023-07-13T14:16:14.3713690Z remote: Counting objects: 73% (766/1049) 2023-07-13T14:16:14.3714068Z remote: Counting objects: 74% (777/1049) 2023-07-13T14:16:14.3714281Z remote: Counting objects: 75% (787/1049) 2023-07-13T14:16:14.3714511Z remote: Counting objects: 76% (798/1049) 2023-07-13T14:16:14.3714738Z remote: Counting objects: 77% (808/1049) 2023-07-13T14:16:14.3715041Z remote: Counting objects: 78% (819/1049) 2023-07-13T14:16:14.3715270Z remote: Counting objects: 79% (829/1049) 2023-07-13T14:16:14.3715495Z remote: Counting objects: 80% (840/1049) 2023-07-13T14:16:14.3715709Z remote: Counting objects: 81% (850/1049) 2023-07-13T14:16:14.3715934Z remote: Counting objects: 82% (861/1049) 2023-07-13T14:16:14.3716158Z remote: Counting objects: 83% (871/1049) 2023-07-13T14:16:14.3716383Z remote: Counting objects: 84% (882/1049) 2023-07-13T14:16:14.3716600Z remote: Counting objects: 85% (892/1049) 2023-07-13T14:16:14.3716828Z remote: Counting objects: 86% (903/1049) 2023-07-13T14:16:14.3717055Z remote: Counting objects: 87% (913/1049) 2023-07-13T14:16:14.3717268Z remote: Counting objects: 88% (924/1049) 2023-07-13T14:16:14.3717499Z remote: Counting objects: 89% (934/1049) 2023-07-13T14:16:14.3717726Z remote: Counting objects: 90% (945/1049) 2023-07-13T14:16:14.3717941Z remote: Counting objects: 91% (955/1049) 2023-07-13T14:16:14.3718165Z remote: Counting objects: 92% (966/1049) 2023-07-13T14:16:14.3718391Z remote: Counting objects: 93% (976/1049) 2023-07-13T14:16:14.3718602Z remote: Counting objects: 94% (987/1049) 2023-07-13T14:16:14.3718829Z remote: Counting objects: 95% (997/1049) 2023-07-13T14:16:14.3719060Z remote: Counting objects: 96% (1008/1049) 2023-07-13T14:16:14.3719299Z remote: Counting objects: 97% (1018/1049) 2023-07-13T14:16:14.3719591Z remote: Counting objects: 98% (1029/1049) 2023-07-13T14:16:14.3719831Z remote: Counting objects: 99% (1039/1049) 2023-07-13T14:16:14.3720066Z remote: Counting objects: 100% (1049/1049) 2023-07-13T14:16:14.3720360Z remote: Counting objects: 100% (1049/1049), done. 2023-07-13T14:16:14.3720618Z remote: Compressing objects: 0% (1/848) 2023-07-13T14:16:14.3720864Z remote: Compressing objects: 1% (9/848) 2023-07-13T14:16:14.3721095Z remote: Compressing objects: 2% (17/848) 2023-07-13T14:16:14.3721339Z remote: Compressing objects: 3% (26/848) 2023-07-13T14:16:14.3721582Z remote: Compressing objects: 4% (34/848) 2023-07-13T14:16:14.3721824Z remote: Compressing objects: 5% (43/848) 2023-07-13T14:16:14.3722053Z remote: Compressing objects: 6% (51/848) 2023-07-13T14:16:14.3722298Z remote: Compressing objects: 7% (60/848) 2023-07-13T14:16:14.3722539Z remote: Compressing objects: 8% (68/848) 2023-07-13T14:16:14.3722766Z remote: Compressing objects: 9% (77/848) 2023-07-13T14:16:14.3723007Z remote: Compressing objects: 10% (85/848) 2023-07-13T14:16:14.3723248Z remote: Compressing objects: 11% (94/848) 2023-07-13T14:16:14.3723478Z remote: Compressing objects: 12% (102/848) 2023-07-13T14:16:14.3723807Z remote: Compressing objects: 13% (111/848) 2023-07-13T14:16:14.3724057Z remote: Compressing objects: 14% (119/848) 2023-07-13T14:16:14.3724301Z remote: Compressing objects: 15% (128/848) 2023-07-13T14:16:14.3724530Z remote: Compressing objects: 16% (136/848) 2023-07-13T14:16:14.3724773Z remote: Compressing objects: 17% (145/848) 2023-07-13T14:16:14.3725015Z remote: Compressing objects: 18% (153/848) 2023-07-13T14:16:14.3725245Z remote: Compressing objects: 19% (162/848) 2023-07-13T14:16:14.3725485Z remote: Compressing objects: 20% (170/848) 2023-07-13T14:16:14.3725726Z remote: Compressing objects: 21% (179/848) 2023-07-13T14:16:14.3725955Z remote: Compressing objects: 22% (187/848) 2023-07-13T14:16:14.3726196Z remote: Compressing objects: 23% (196/848) 2023-07-13T14:16:14.3726434Z remote: Compressing objects: 24% (204/848) 2023-07-13T14:16:14.3726666Z remote: Compressing objects: 25% (212/848) 2023-07-13T14:16:14.3726905Z remote: Compressing objects: 26% (221/848) 2023-07-13T14:16:14.3727208Z remote: Compressing objects: 27% (229/848) 2023-07-13T14:16:14.3727449Z remote: Compressing objects: 28% (238/848) 2023-07-13T14:16:14.3727678Z remote: Compressing objects: 29% (246/848) 2023-07-13T14:16:14.3727918Z remote: Compressing objects: 30% (255/848) 2023-07-13T14:16:14.3728155Z remote: Compressing objects: 31% (263/848) 2023-07-13T14:16:14.3728381Z remote: Compressing objects: 32% (272/848) 2023-07-13T14:16:14.3728618Z remote: Compressing objects: 33% (280/848) 2023-07-13T14:16:14.3728854Z remote: Compressing objects: 34% (289/848) 2023-07-13T14:16:14.3729082Z remote: Compressing objects: 35% (297/848) 2023-07-13T14:16:14.3729321Z remote: Compressing objects: 36% (306/848) 2023-07-13T14:16:14.3729559Z remote: Compressing objects: 37% (314/848) 2023-07-13T14:16:14.3729802Z remote: Compressing objects: 38% (323/848) 2023-07-13T14:16:14.3730030Z remote: Compressing objects: 39% (331/848) 2023-07-13T14:16:14.3730272Z remote: Compressing objects: 40% (340/848) 2023-07-13T14:16:14.3730511Z remote: Compressing objects: 41% (348/848) 2023-07-13T14:16:14.3730736Z remote: Compressing objects: 42% (357/848) 2023-07-13T14:16:14.3730973Z remote: Compressing objects: 43% (365/848) 2023-07-13T14:16:14.3731212Z remote: Compressing objects: 44% (374/848) 2023-07-13T14:16:14.3731436Z remote: Compressing objects: 45% (382/848) 2023-07-13T14:16:14.3731675Z remote: Compressing objects: 46% (391/848) 2023-07-13T14:16:14.3731912Z remote: Compressing objects: 47% (399/848) 2023-07-13T14:16:14.3732138Z remote: Compressing objects: 48% (408/848) 2023-07-13T14:16:14.3732378Z remote: Compressing objects: 49% (416/848) 2023-07-13T14:16:14.3732619Z remote: Compressing objects: 50% (424/848) 2023-07-13T14:16:14.3732863Z remote: Compressing objects: 51% (433/848) 2023-07-13T14:16:14.3733091Z remote: Compressing objects: 52% (441/848) 2023-07-13T14:16:14.3733330Z remote: Compressing objects: 53% (450/848) 2023-07-13T14:16:14.3733567Z remote: Compressing objects: 54% (458/848) 2023-07-13T14:16:14.3733792Z remote: Compressing objects: 55% (467/848) 2023-07-13T14:16:14.3734030Z remote: Compressing objects: 56% (475/848) 2023-07-13T14:16:14.3734267Z remote: Compressing objects: 57% (484/848) 2023-07-13T14:16:14.3734489Z remote: Compressing objects: 58% (492/848) 2023-07-13T14:16:14.3734728Z remote: Compressing objects: 59% (501/848) 2023-07-13T14:16:14.3734964Z remote: Compressing objects: 60% (509/848) 2023-07-13T14:16:14.3735200Z remote: Compressing objects: 61% (518/848) 2023-07-13T14:16:14.3735426Z remote: Compressing objects: 62% (526/848) 2023-07-13T14:16:14.3735721Z remote: Compressing objects: 63% (535/848) 2023-07-13T14:16:14.3735957Z remote: Compressing objects: 64% (543/848) 2023-07-13T14:16:14.3736186Z remote: Compressing objects: 65% (552/848) 2023-07-13T14:16:14.3736424Z remote: Compressing objects: 66% (560/848) 2023-07-13T14:16:14.3736661Z remote: Compressing objects: 67% (569/848) 2023-07-13T14:16:14.3736888Z remote: Compressing objects: 68% (577/848) 2023-07-13T14:16:14.3737123Z remote: Compressing objects: 69% (586/848) 2023-07-13T14:16:14.3737358Z remote: Compressing objects: 70% (594/848) 2023-07-13T14:16:14.3737593Z remote: Compressing objects: 71% (603/848) 2023-07-13T14:16:14.3737816Z remote: Compressing objects: 72% (611/848) 2023-07-13T14:16:14.3738053Z remote: Compressing objects: 73% (620/848) 2023-07-13T14:16:14.3738290Z remote: Compressing objects: 74% (628/848) 2023-07-13T14:16:14.3738516Z remote: Compressing objects: 75% (636/848) 2023-07-13T14:16:14.3738760Z remote: Compressing objects: 76% (645/848) 2023-07-13T14:16:14.3739056Z remote: Compressing objects: 77% (653/848) 2023-07-13T14:16:14.3739282Z remote: Compressing objects: 78% (662/848) 2023-07-13T14:16:14.3739522Z remote: Compressing objects: 79% (670/848) 2023-07-13T14:16:14.3739759Z remote: Compressing objects: 80% (679/848) 2023-07-13T14:16:14.3739984Z remote: Compressing objects: 81% (687/848) 2023-07-13T14:16:14.3740221Z remote: Compressing objects: 82% (696/848) 2023-07-13T14:16:14.3740457Z remote: Compressing objects: 83% (704/848) 2023-07-13T14:16:14.3740693Z remote: Compressing objects: 84% (713/848) 2023-07-13T14:16:14.3740916Z remote: Compressing objects: 85% (721/848) 2023-07-13T14:16:14.3741155Z remote: Compressing objects: 86% (730/848) 2023-07-13T14:16:14.3741394Z remote: Compressing objects: 87% (738/848) 2023-07-13T14:16:14.3741619Z remote: Compressing objects: 88% (747/848) 2023-07-13T14:16:14.3741863Z remote: Compressing objects: 89% (755/848) 2023-07-13T14:16:14.3742104Z remote: Compressing objects: 90% (764/848) 2023-07-13T14:16:14.3742329Z remote: Compressing objects: 91% (772/848) 2023-07-13T14:16:14.3742566Z remote: Compressing objects: 92% (781/848) 2023-07-13T14:16:14.3742805Z remote: Compressing objects: 93% (789/848) 2023-07-13T14:16:14.3743040Z remote: Compressing objects: 94% (798/848) 2023-07-13T14:16:14.3743263Z remote: Compressing objects: 95% (806/848) 2023-07-13T14:16:14.3743503Z remote: Compressing objects: 96% (815/848) 2023-07-13T14:16:14.3743739Z remote: Compressing objects: 97% (823/848) 2023-07-13T14:16:14.3743963Z remote: Compressing objects: 98% (832/848) 2023-07-13T14:16:14.3744200Z remote: Compressing objects: 99% (840/848) 2023-07-13T14:16:14.3744438Z remote: Compressing objects: 100% (848/848) 2023-07-13T14:16:14.3744681Z remote: Compressing objects: 100% (848/848), done. 2023-07-13T14:16:14.3744921Z Receiving objects: 0% (1/1049) 2023-07-13T14:16:14.3745136Z Receiving objects: 1% (11/1049) 2023-07-13T14:16:14.3745346Z Receiving objects: 2% (21/1049) 2023-07-13T14:16:14.3835581Z Receiving objects: 3% (32/1049) 2023-07-13T14:16:14.3835968Z Receiving objects: 4% (42/1049) 2023-07-13T14:16:14.3847355Z Receiving objects: 5% (53/1049) 2023-07-13T14:16:14.3849376Z Receiving objects: 6% (63/1049) 2023-07-13T14:16:14.3850942Z Receiving objects: 7% (74/1049) 2023-07-13T14:16:14.3853497Z Receiving objects: 8% (84/1049) 2023-07-13T14:16:14.3854779Z Receiving objects: 9% (95/1049) 2023-07-13T14:16:14.3855335Z Receiving objects: 10% (105/1049) 2023-07-13T14:16:14.3857115Z Receiving objects: 11% (116/1049) 2023-07-13T14:16:14.3863514Z Receiving objects: 12% (126/1049) 2023-07-13T14:16:14.3864840Z Receiving objects: 13% (137/1049) 2023-07-13T14:16:14.3866729Z Receiving objects: 14% (147/1049) 2023-07-13T14:16:14.3867916Z Receiving objects: 15% (158/1049) 2023-07-13T14:16:14.3870559Z Receiving objects: 16% (168/1049) 2023-07-13T14:16:14.3883179Z Receiving objects: 17% (179/1049) 2023-07-13T14:16:14.3885795Z Receiving objects: 18% (189/1049) 2023-07-13T14:16:14.3897643Z Receiving objects: 19% (200/1049) 2023-07-13T14:16:14.3898409Z Receiving objects: 20% (210/1049) 2023-07-13T14:16:14.3899339Z Receiving objects: 21% (221/1049) 2023-07-13T14:16:14.3949291Z Receiving objects: 22% (231/1049) 2023-07-13T14:16:14.3949953Z Receiving objects: 23% (242/1049) 2023-07-13T14:16:14.3951087Z Receiving objects: 24% (252/1049) 2023-07-13T14:16:14.3951710Z Receiving objects: 25% (263/1049) 2023-07-13T14:16:14.3964565Z Receiving objects: 26% (273/1049) 2023-07-13T14:16:14.3965938Z Receiving objects: 27% (284/1049) 2023-07-13T14:16:14.3967946Z Receiving objects: 28% (294/1049) 2023-07-13T14:16:14.3968882Z Receiving objects: 29% (305/1049) 2023-07-13T14:16:14.3970258Z Receiving objects: 30% (315/1049) 2023-07-13T14:16:14.3978642Z Receiving objects: 31% (326/1049) 2023-07-13T14:16:14.3988438Z Receiving objects: 32% (336/1049) 2023-07-13T14:16:14.3995521Z Receiving objects: 33% (347/1049) 2023-07-13T14:16:14.3996746Z Receiving objects: 34% (357/1049) 2023-07-13T14:16:14.3997797Z Receiving objects: 35% (368/1049) 2023-07-13T14:16:14.3998294Z Receiving objects: 36% (378/1049) 2023-07-13T14:16:14.4001901Z Receiving objects: 37% (389/1049) 2023-07-13T14:16:14.4002576Z Receiving objects: 38% (399/1049) 2023-07-13T14:16:14.4004452Z Receiving objects: 39% (410/1049) 2023-07-13T14:16:14.4012998Z Receiving objects: 40% (420/1049) 2023-07-13T14:16:14.4016210Z Receiving objects: 41% (431/1049) 2023-07-13T14:16:14.4019184Z Receiving objects: 42% (441/1049) 2023-07-13T14:16:14.4023521Z Receiving objects: 43% (452/1049) 2023-07-13T14:16:14.4026879Z Receiving objects: 44% (462/1049) 2023-07-13T14:16:14.4031454Z Receiving objects: 45% (473/1049) 2023-07-13T14:16:14.4032577Z Receiving objects: 46% (483/1049) 2023-07-13T14:16:14.4033538Z Receiving objects: 47% (494/1049) 2023-07-13T14:16:14.4036761Z Receiving objects: 48% (504/1049) 2023-07-13T14:16:14.4038442Z Receiving objects: 49% (515/1049) 2023-07-13T14:16:14.4039806Z Receiving objects: 50% (525/1049) 2023-07-13T14:16:14.4040244Z Receiving objects: 51% (535/1049) 2023-07-13T14:16:14.4041046Z Receiving objects: 52% (546/1049) 2023-07-13T14:16:14.4041564Z Receiving objects: 53% (556/1049) 2023-07-13T14:16:14.4043249Z Receiving objects: 54% (567/1049) 2023-07-13T14:16:14.4044950Z Receiving objects: 55% (577/1049) 2023-07-13T14:16:14.4046647Z Receiving objects: 56% (588/1049) 2023-07-13T14:16:14.4048740Z Receiving objects: 57% (598/1049) 2023-07-13T14:16:14.4051308Z Receiving objects: 58% (609/1049) 2023-07-13T14:16:14.4053375Z Receiving objects: 59% (619/1049) 2023-07-13T14:16:14.4055654Z Receiving objects: 60% (630/1049) 2023-07-13T14:16:14.4064526Z Receiving objects: 61% (640/1049) 2023-07-13T14:16:14.4068757Z Receiving objects: 62% (651/1049) 2023-07-13T14:16:14.4103123Z Receiving objects: 63% (661/1049) 2023-07-13T14:16:14.4105487Z Receiving objects: 64% (672/1049) 2023-07-13T14:16:14.4107532Z Receiving objects: 65% (682/1049) 2023-07-13T14:16:14.4186855Z Receiving objects: 66% (693/1049) 2023-07-13T14:16:14.4187304Z Receiving objects: 67% (703/1049) 2023-07-13T14:16:14.4188449Z Receiving objects: 68% (714/1049) 2023-07-13T14:16:14.4190312Z Receiving objects: 69% (724/1049) 2023-07-13T14:16:14.4190952Z Receiving objects: 70% (735/1049) 2023-07-13T14:16:14.4191656Z Receiving objects: 71% (745/1049) 2023-07-13T14:16:14.4197516Z Receiving objects: 72% (756/1049) 2023-07-13T14:16:14.4200434Z Receiving objects: 73% (766/1049) 2023-07-13T14:16:14.4204360Z Receiving objects: 74% (777/1049) 2023-07-13T14:16:14.4206557Z Receiving objects: 75% (787/1049) 2023-07-13T14:16:14.4207824Z Receiving objects: 76% (798/1049) 2023-07-13T14:16:14.4209568Z Receiving objects: 77% (808/1049) 2023-07-13T14:16:14.4211053Z Receiving objects: 78% (819/1049) 2023-07-13T14:16:14.4212204Z Receiving objects: 79% (829/1049) 2023-07-13T14:16:14.4212532Z Receiving objects: 80% (840/1049) 2023-07-13T14:16:14.4212799Z Receiving objects: 81% (850/1049) 2023-07-13T14:16:14.4213073Z Receiving objects: 82% (861/1049) 2023-07-13T14:16:14.4214119Z Receiving objects: 83% (871/1049) 2023-07-13T14:16:14.4215516Z Receiving objects: 84% (882/1049) 2023-07-13T14:16:14.4216586Z Receiving objects: 85% (892/1049) 2023-07-13T14:16:14.4217813Z Receiving objects: 86% (903/1049) 2023-07-13T14:16:14.4218162Z Receiving objects: 87% (913/1049) 2023-07-13T14:16:14.4218500Z Receiving objects: 88% (924/1049) 2023-07-13T14:16:14.4218698Z Receiving objects: 89% (934/1049) 2023-07-13T14:16:14.4219386Z Receiving objects: 90% (945/1049) 2023-07-13T14:16:14.4220396Z Receiving objects: 91% (955/1049) 2023-07-13T14:16:14.4221141Z Receiving objects: 92% (966/1049) 2023-07-13T14:16:14.4221617Z Receiving objects: 93% (976/1049) 2023-07-13T14:16:14.4233902Z Receiving objects: 94% (987/1049) 2023-07-13T14:16:14.4243620Z Receiving objects: 95% (997/1049) 2023-07-13T14:16:14.4249197Z Receiving objects: 96% (1008/1049) 2023-07-13T14:16:14.4269916Z Receiving objects: 97% (1018/1049) 2023-07-13T14:16:14.4279968Z Receiving objects: 98% (1029/1049) 2023-07-13T14:16:14.4323328Z Receiving objects: 99% (1039/1049) 2023-07-13T14:16:14.4324043Z remote: Total 1049 (delta 176), reused 604 (delta 91), pack-reused 0 2023-07-13T14:16:14.4339461Z Receiving objects: 100% (1049/1049) 2023-07-13T14:16:14.4339982Z Receiving objects: 100% (1049/1049), 1.42 MiB | 23.39 MiB/s, done. 2023-07-13T14:16:14.4341899Z Resolving deltas: 0% (0/176) 2023-07-13T14:16:14.4342301Z Resolving deltas: 1% (2/176) 2023-07-13T14:16:14.4342971Z Resolving deltas: 2% (4/176) 2023-07-13T14:16:14.4343356Z Resolving deltas: 3% (6/176) 2023-07-13T14:16:14.4344404Z Resolving deltas: 4% (8/176) 2023-07-13T14:16:14.4344781Z Resolving deltas: 5% (9/176) 2023-07-13T14:16:14.4345137Z Resolving deltas: 6% (11/176) 2023-07-13T14:16:14.4345515Z Resolving deltas: 7% (14/176) 2023-07-13T14:16:14.4345886Z Resolving deltas: 8% (15/176) 2023-07-13T14:16:14.4346276Z Resolving deltas: 9% (16/176) 2023-07-13T14:16:14.4346636Z Resolving deltas: 10% (18/176) 2023-07-13T14:16:14.4347011Z Resolving deltas: 11% (20/176) 2023-07-13T14:16:14.4347392Z Resolving deltas: 12% (22/176) 2023-07-13T14:16:14.4347782Z Resolving deltas: 13% (23/176) 2023-07-13T14:16:14.4348022Z Resolving deltas: 14% (25/176) 2023-07-13T14:16:14.4348255Z Resolving deltas: 15% (28/176) 2023-07-13T14:16:14.4348638Z Resolving deltas: 16% (29/176) 2023-07-13T14:16:14.4348986Z Resolving deltas: 17% (30/176) 2023-07-13T14:16:14.4349349Z Resolving deltas: 18% (32/176) 2023-07-13T14:16:14.4349714Z Resolving deltas: 19% (34/176) 2023-07-13T14:16:14.4350082Z Resolving deltas: 20% (36/176) 2023-07-13T14:16:14.4350460Z Resolving deltas: 21% (37/176) 2023-07-13T14:16:14.4350837Z Resolving deltas: 22% (40/176) 2023-07-13T14:16:14.4351277Z Resolving deltas: 23% (41/176) 2023-07-13T14:16:14.4351829Z Resolving deltas: 25% (44/176) 2023-07-13T14:16:14.4352409Z Resolving deltas: 26% (46/176) 2023-07-13T14:16:14.4355597Z Resolving deltas: 27% (48/176) 2023-07-13T14:16:14.4356242Z Resolving deltas: 28% (50/176) 2023-07-13T14:16:14.4356628Z Resolving deltas: 29% (52/176) 2023-07-13T14:16:14.4365646Z Resolving deltas: 30% (53/176) 2023-07-13T14:16:14.4366774Z Resolving deltas: 31% (55/176) 2023-07-13T14:16:14.4368203Z Resolving deltas: 32% (57/176) 2023-07-13T14:16:14.4368586Z Resolving deltas: 33% (59/176) 2023-07-13T14:16:14.4370666Z Resolving deltas: 34% (60/176) 2023-07-13T14:16:14.4371048Z Resolving deltas: 35% (62/176) 2023-07-13T14:16:14.4371414Z Resolving deltas: 36% (65/176) 2023-07-13T14:16:14.4371786Z Resolving deltas: 38% (67/176) 2023-07-13T14:16:14.4372138Z Resolving deltas: 39% (69/176) 2023-07-13T14:16:14.4372557Z Resolving deltas: 40% (71/176) 2023-07-13T14:16:14.4372952Z Resolving deltas: 41% (73/176) 2023-07-13T14:16:14.4373289Z Resolving deltas: 43% (76/176) 2023-07-13T14:16:14.4373849Z Resolving deltas: 44% (78/176) 2023-07-13T14:16:14.4374234Z Resolving deltas: 45% (80/176) 2023-07-13T14:16:14.4374599Z Resolving deltas: 46% (81/176) 2023-07-13T14:16:14.4374977Z Resolving deltas: 47% (83/176) 2023-07-13T14:16:14.4375361Z Resolving deltas: 48% (85/176) 2023-07-13T14:16:14.4375580Z Resolving deltas: 49% (87/176) 2023-07-13T14:16:14.4376362Z Resolving deltas: 51% (90/176) 2023-07-13T14:16:14.4376723Z Resolving deltas: 52% (92/176) 2023-07-13T14:16:14.4377086Z Resolving deltas: 53% (94/176) 2023-07-13T14:16:14.4377431Z Resolving deltas: 55% (97/176) 2023-07-13T14:16:14.4377797Z Resolving deltas: 56% (99/176) 2023-07-13T14:16:14.4378167Z Resolving deltas: 57% (101/176) 2023-07-13T14:16:14.4378512Z Resolving deltas: 59% (104/176) 2023-07-13T14:16:14.4378888Z Resolving deltas: 60% (106/176) 2023-07-13T14:16:14.4379267Z Resolving deltas: 61% (108/176) 2023-07-13T14:16:14.4379637Z Resolving deltas: 62% (110/176) 2023-07-13T14:16:14.4379969Z Resolving deltas: 63% (111/176) 2023-07-13T14:16:14.4380178Z Resolving deltas: 65% (115/176) 2023-07-13T14:16:14.4380384Z Resolving deltas: 66% (117/176) 2023-07-13T14:16:14.4380668Z Resolving deltas: 67% (118/176) 2023-07-13T14:16:14.4380876Z Resolving deltas: 68% (120/176) 2023-07-13T14:16:14.4381081Z Resolving deltas: 69% (123/176) 2023-07-13T14:16:14.4381273Z Resolving deltas: 72% (128/176) 2023-07-13T14:16:14.4381471Z Resolving deltas: 73% (129/176) 2023-07-13T14:16:14.4381675Z Resolving deltas: 74% (131/176) 2023-07-13T14:16:14.4381862Z Resolving deltas: 76% (134/176) 2023-07-13T14:16:14.4382060Z Resolving deltas: 77% (136/176) 2023-07-13T14:16:14.4382262Z Resolving deltas: 78% (138/176) 2023-07-13T14:16:14.4382454Z Resolving deltas: 80% (141/176) 2023-07-13T14:16:14.4382656Z Resolving deltas: 81% (143/176) 2023-07-13T14:16:14.4382860Z Resolving deltas: 82% (146/176) 2023-07-13T14:16:14.4383053Z Resolving deltas: 85% (150/176) 2023-07-13T14:16:14.4383252Z Resolving deltas: 86% (152/176) 2023-07-13T14:16:14.4383456Z Resolving deltas: 88% (155/176) 2023-07-13T14:16:14.4383661Z Resolving deltas: 89% (157/176) 2023-07-13T14:16:14.4383852Z Resolving deltas: 90% (159/176) 2023-07-13T14:16:14.4384051Z Resolving deltas: 91% (161/176) 2023-07-13T14:16:14.4384252Z Resolving deltas: 92% (162/176) 2023-07-13T14:16:14.4384442Z Resolving deltas: 94% (167/176) 2023-07-13T14:16:14.4384645Z Resolving deltas: 95% (168/176) 2023-07-13T14:16:14.4384850Z Resolving deltas: 96% (169/176) 2023-07-13T14:16:14.4386283Z Resolving deltas: 97% (171/176) 2023-07-13T14:16:14.4386609Z Resolving deltas: 98% (174/176) 2023-07-13T14:16:14.4387884Z Resolving deltas: 99% (175/176) 2023-07-13T14:16:14.4388461Z Resolving deltas: 100% (176/176) 2023-07-13T14:16:14.4388695Z Resolving deltas: 100% (176/176), done. 2023-07-13T14:16:14.4520605Z From https://github.com/pytorch/test-infra 2023-07-13T14:16:14.4520955Z * [new branch] main -> origin/main 2023-07-13T14:16:14.4537603Z ##[endgroup] 2023-07-13T14:16:14.4538296Z ##[group]Determining the checkout info 2023-07-13T14:16:14.4538680Z ##[endgroup] 2023-07-13T14:16:14.4539008Z ##[group]Checking out the ref 2023-07-13T14:16:14.4541148Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2023-07-13T14:16:14.4987090Z Switched to a new branch 'main' 2023-07-13T14:16:14.4987664Z branch 'main' set up to track 'origin/main'. 2023-07-13T14:16:14.4990232Z ##[endgroup] 2023-07-13T14:16:14.4990608Z ##[group]Setting up auth for fetching submodules 2023-07-13T14:16:14.4995040Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:14.5042078Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-07-13T14:16:14.5066732Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-07-13T14:16:14.5093237Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-07-13T14:16:14.5118239Z ##[endgroup] 2023-07-13T14:16:14.5118771Z ##[group]Fetching submodules 2023-07-13T14:16:14.5119823Z [command]/usr/bin/git submodule sync --recursive 2023-07-13T14:16:14.5370286Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-07-13T14:16:14.5618405Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-07-13T14:16:14.5858620Z ##[endgroup] 2023-07-13T14:16:14.5859074Z ##[group]Persisting credentials for submodules 2023-07-13T14:16:14.5862664Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2023-07-13T14:16:14.6109018Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2023-07-13T14:16:14.6349992Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-07-13T14:16:14.6592983Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-07-13T14:16:14.6832780Z ##[endgroup] 2023-07-13T14:16:14.6861631Z [command]/usr/bin/git log -1 --format='%H' 2023-07-13T14:16:14.6883903Z 'f1766167e55a3952a5eef0755a94cc78aaabbdc2' 2023-07-13T14:16:14.7109188Z Prepare all required actions 2023-07-13T14:16:14.7109548Z Getting action download info 2023-07-13T14:16:14.8301086Z Download action repository 'pytorch/test-infra@main' (SHA:f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:15.0982731Z Getting action download info 2023-07-13T14:16:15.2102752Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-07-13T14:16:15.3628037Z ##[group]Run ./test-infra/.github/actions/setup-linux 2023-07-13T14:16:15.3628256Z env: 2023-07-13T14:16:15.3628447Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.3628649Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.3628830Z PR_NUMBER: 306 2023-07-13T14:16:15.3630367Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:15.3631974Z ##[endgroup] 2023-07-13T14:16:15.3806747Z ##[group]Run set -euo pipefail 2023-07-13T14:16:15.3806985Z set -euo pipefail 2023-07-13T14:16:15.3807203Z function get_ec2_metadata() { 2023-07-13T14:16:15.3807458Z  # Pulled from instance metadata endpoint for EC2 2023-07-13T14:16:15.3807938Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-07-13T14:16:15.3808251Z  category=$1 2023-07-13T14:16:15.3808500Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-07-13T14:16:15.3808732Z } 2023-07-13T14:16:15.3808927Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-07-13T14:16:15.3809194Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-07-13T14:16:15.3809494Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-07-13T14:16:15.3809740Z echo "system info $(uname -a)" 2023-07-13T14:16:15.3821573Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:15.3821795Z env: 2023-07-13T14:16:15.3821983Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.3822208Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.3822403Z PR_NUMBER: 306 2023-07-13T14:16:15.3824091Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:15.3825961Z ##[endgroup] 2023-07-13T14:16:15.3911398Z ami-id: ami-096198a0bccc6bad4 2023-07-13T14:16:15.3968825Z instance-id: i-00f475064861273a0 2023-07-13T14:16:15.4018277Z instance-type: c5.12xlarge 2023-07-13T14:16:15.4025735Z system info Linux ip-10-0-0-53.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2023-07-13T14:16:15.4049172Z ##[group]Run if systemctl is-active --quiet docker; then 2023-07-13T14:16:15.4049464Z if systemctl is-active --quiet docker; then 2023-07-13T14:16:15.4049719Z  echo "Docker daemon is running..."; 2023-07-13T14:16:15.4049941Z else 2023-07-13T14:16:15.4050169Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-07-13T14:16:15.4050403Z fi 2023-07-13T14:16:15.4059775Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:15.4059976Z env: 2023-07-13T14:16:15.4060167Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.4060379Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.4060549Z PR_NUMBER: 306 2023-07-13T14:16:15.4062065Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:15.4063791Z ##[endgroup] 2023-07-13T14:16:15.4104067Z Docker daemon is running... 2023-07-13T14:16:15.4120579Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-13T14:16:15.4120947Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-13T14:16:15.4121243Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:15.4121688Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-07-13T14:16:15.4122166Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-07-13T14:16:15.4131733Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:15.4132058Z env: 2023-07-13T14:16:15.4132247Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.4132448Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.4132636Z PR_NUMBER: 306 2023-07-13T14:16:15.4134115Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:15.4135705Z AWS_RETRY_MODE: standard 2023-07-13T14:16:15.4135887Z AWS_MAX_ATTEMPTS: 5 2023-07-13T14:16:15.4136078Z AWS_DEFAULT_REGION: us-east-1 2023-07-13T14:16:15.4136249Z ##[endgroup] 2023-07-13T14:16:16.1530081Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2023-07-13T14:16:16.1530459Z Configure a credential helper to remove this warning. See 2023-07-13T14:16:16.1530866Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-07-13T14:16:16.1531070Z 2023-07-13T14:16:16.1531844Z Login Succeeded 2023-07-13T14:16:16.1562506Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:16.1562961Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:16.1563259Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:16.1574155Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.1574366Z env: 2023-07-13T14:16:16.1574572Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.1574907Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.1575092Z PR_NUMBER: 306 2023-07-13T14:16:16.1576801Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.1578484Z ##[endgroup] 2023-07-13T14:16:16.1641077Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-13T14:16:16.1641384Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-13T14:16:16.1641637Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2023-07-13T14:16:16.1641911Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:16.1642131Z  2023-07-13T14:16:16.1642351Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2023-07-13T14:16:16.1642627Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2023-07-13T14:16:16.1642906Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:16.1643131Z  2023-07-13T14:16:16.1643327Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2023-07-13T14:16:16.1643555Z mkdir -p "${RUNNER_DOCS_DIR}" 2023-07-13T14:16:16.1643793Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:16.1653858Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.1654077Z env: 2023-07-13T14:16:16.1654255Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.1654467Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.1654647Z PR_NUMBER: 306 2023-07-13T14:16:16.1656129Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.1657820Z ##[endgroup] 2023-07-13T14:16:16.1722968Z ##[group]Run needs=0 2023-07-13T14:16:16.1723164Z needs=0 2023-07-13T14:16:16.1723416Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2023-07-13T14:16:16.1723653Z  needs=1 2023-07-13T14:16:16.1723825Z fi 2023-07-13T14:16:16.1724035Z echo "does=${needs}" >> $GITHUB_OUTPUT 2023-07-13T14:16:16.1733372Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.1733577Z env: 2023-07-13T14:16:16.1733776Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.1733998Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.1734178Z PR_NUMBER: 306 2023-07-13T14:16:16.1735859Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.1737580Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:16.1737905Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:16.1738212Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:16.1738423Z ##[endgroup] 2023-07-13T14:16:16.1889254Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:16:16.1889635Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:16:16.1890025Z # shellcheck disable=SC2046 2023-07-13T14:16:16.1890278Z docker stop $(docker ps -q) || true 2023-07-13T14:16:16.1890554Z # Prune all of the docker images 2023-07-13T14:16:16.1890812Z docker system prune -af 2023-07-13T14:16:16.1899929Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:16.1900168Z env: 2023-07-13T14:16:16.1900387Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.1900603Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.1900859Z PR_NUMBER: 306 2023-07-13T14:16:16.1902412Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.1904186Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:16.1904619Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:16.1904942Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:16.1905167Z ##[endgroup] 2023-07-13T14:16:16.2214837Z "docker stop" requires at least 1 argument. 2023-07-13T14:16:16.2215302Z See 'docker stop --help'. 2023-07-13T14:16:16.2215422Z 2023-07-13T14:16:16.2215586Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2023-07-13T14:16:16.2215835Z 2023-07-13T14:16:16.2215964Z Stop one or more running containers 2023-07-13T14:16:16.2384784Z Total reclaimed space: 0B 2023-07-13T14:16:16.2544725Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-07-13T14:16:16.2545018Z with: 2023-07-13T14:16:16.2545563Z github-secret: *** 2023-07-13T14:16:16.2545772Z activate-with-label: false 2023-07-13T14:16:16.2545961Z label: with-ssh 2023-07-13T14:16:16.2546140Z remove-existing-keys: true 2023-07-13T14:16:16.2546319Z env: 2023-07-13T14:16:16.2546508Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:16.2546723Z REPOSITORY: pytorch/audio 2023-07-13T14:16:16.2546894Z PR_NUMBER: 306 2023-07-13T14:16:16.2548429Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:16.2550270Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:16.2550575Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:16.2550852Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:16.2551064Z ##[endgroup] 2023-07-13T14:16:16.3149418Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-07-13T14:16:16.8512466Z Grabbing public ssh keys from https://github.com/pytorchbot.keys 2023-07-13T14:16:16.9392892Z No SSH keys found for user pytorchbot 2023-07-13T14:16:16.9393521Z Grabbing public ssh keys from https://github.com/ezyang.keys 2023-07-13T14:16:17.0209645Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2023-07-13T14:16:17.0222172Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2023-07-13T14:16:17.0244651Z Login using: ssh ec2-user@ec2-184-72-188-80.compute-1.amazonaws.com 2023-07-13T14:16:17.0303186Z Prepare all required actions 2023-07-13T14:16:17.0328629Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2023-07-13T14:16:17.0328862Z with: 2023-07-13T14:16:17.0329066Z docker-image: pytorch/conda-builder:cpu 2023-07-13T14:16:17.0329258Z env: 2023-07-13T14:16:17.0329455Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:17.0329680Z REPOSITORY: pytorch/audio 2023-07-13T14:16:17.0329866Z PR_NUMBER: 306 2023-07-13T14:16:17.0331526Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:17.0333335Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:17.0333636Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:17.0333925Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:17.0334138Z ##[endgroup] 2023-07-13T14:16:17.0347362Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:17.0347623Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:17.0347880Z # ignore output since only exit code is used for conditional 2023-07-13T14:16:17.0348151Z # only pull docker image if it's not available locally 2023-07-13T14:16:17.0348426Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-07-13T14:16:17.0348692Z  retry docker pull "${DOCKER_IMAGE}" 2023-07-13T14:16:17.0348876Z fi 2023-07-13T14:16:17.0360082Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:17.0360406Z env: 2023-07-13T14:16:17.0360622Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:17.0360854Z REPOSITORY: pytorch/audio 2023-07-13T14:16:17.0361036Z PR_NUMBER: 306 2023-07-13T14:16:17.0362729Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:17.0364508Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:17.0364840Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:17.0365150Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:17.0365369Z ##[endgroup] 2023-07-13T14:16:17.2064696Z cpu: Pulling from pytorch/conda-builder 2023-07-13T14:16:17.2064969Z 2d473b07cdd5: Pulling fs layer 2023-07-13T14:16:17.2065259Z a8b26fd4c094: Pulling fs layer 2023-07-13T14:16:17.2065667Z 84c6cf1d6f59: Pulling fs layer 2023-07-13T14:16:17.2065957Z 61262e1bf819: Pulling fs layer 2023-07-13T14:16:17.2066386Z 4efc3c05171d: Pulling fs layer 2023-07-13T14:16:17.2066747Z ea9360dffc62: Pulling fs layer 2023-07-13T14:16:17.2066952Z 010e93ddf672: Pulling fs layer 2023-07-13T14:16:17.2067141Z 3fd52e1a53de: Pulling fs layer 2023-07-13T14:16:17.2067343Z 8ff5e07ece19: Pulling fs layer 2023-07-13T14:16:17.2067545Z 4f4fb700ef54: Pulling fs layer 2023-07-13T14:16:17.2067730Z 7b5bec086082: Pulling fs layer 2023-07-13T14:16:17.2067914Z 61262e1bf819: Waiting 2023-07-13T14:16:17.2068104Z d69607978f53: Pulling fs layer 2023-07-13T14:16:17.2068289Z c2194ff41419: Pulling fs layer 2023-07-13T14:16:17.2068479Z 4efc3c05171d: Waiting 2023-07-13T14:16:17.2068672Z a6179e01f02a: Pulling fs layer 2023-07-13T14:16:17.2068856Z 9537185b9a27: Pulling fs layer 2023-07-13T14:16:17.2069067Z bab1df3a3158: Pulling fs layer 2023-07-13T14:16:17.2069268Z 5876cd757b6e: Pulling fs layer 2023-07-13T14:16:17.2069443Z 4f4fb700ef54: Waiting 2023-07-13T14:16:17.2069622Z 7b5bec086082: Waiting 2023-07-13T14:16:17.2069792Z d69607978f53: Waiting 2023-07-13T14:16:17.2069950Z c2194ff41419: Waiting 2023-07-13T14:16:17.2070123Z a6179e01f02a: Waiting 2023-07-13T14:16:17.2070292Z 9537185b9a27: Waiting 2023-07-13T14:16:17.2070452Z ea9360dffc62: Waiting 2023-07-13T14:16:17.2070626Z 010e93ddf672: Waiting 2023-07-13T14:16:17.2070800Z 3fd52e1a53de: Waiting 2023-07-13T14:16:17.2070961Z 8ff5e07ece19: Waiting 2023-07-13T14:16:17.2071137Z 5876cd757b6e: Waiting 2023-07-13T14:16:17.2601202Z 84c6cf1d6f59: Verifying Checksum 2023-07-13T14:16:17.2601437Z 84c6cf1d6f59: Download complete 2023-07-13T14:16:17.3480874Z 61262e1bf819: Verifying Checksum 2023-07-13T14:16:17.3481134Z 61262e1bf819: Download complete 2023-07-13T14:16:17.4070183Z 4efc3c05171d: Download complete 2023-07-13T14:16:17.9899751Z 2d473b07cdd5: Verifying Checksum 2023-07-13T14:16:17.9900064Z 2d473b07cdd5: Download complete 2023-07-13T14:16:18.1060929Z 010e93ddf672: Verifying Checksum 2023-07-13T14:16:18.1061179Z 010e93ddf672: Download complete 2023-07-13T14:16:18.1980902Z a8b26fd4c094: Verifying Checksum 2023-07-13T14:16:18.1981170Z a8b26fd4c094: Download complete 2023-07-13T14:16:18.3456533Z 8ff5e07ece19: Verifying Checksum 2023-07-13T14:16:18.3456799Z 8ff5e07ece19: Download complete 2023-07-13T14:16:18.3996503Z 4f4fb700ef54: Verifying Checksum 2023-07-13T14:16:18.3997389Z 4f4fb700ef54: Download complete 2023-07-13T14:16:18.4517440Z ea9360dffc62: Verifying Checksum 2023-07-13T14:16:18.4518300Z ea9360dffc62: Download complete 2023-07-13T14:16:18.5142965Z d69607978f53: Download complete 2023-07-13T14:16:18.5325765Z 7b5bec086082: Verifying Checksum 2023-07-13T14:16:18.5325982Z 7b5bec086082: Download complete 2023-07-13T14:16:18.6000123Z a6179e01f02a: Download complete 2023-07-13T14:16:18.7398710Z 9537185b9a27: Verifying Checksum 2023-07-13T14:16:18.7399213Z 9537185b9a27: Download complete 2023-07-13T14:16:18.7923113Z bab1df3a3158: Verifying Checksum 2023-07-13T14:16:18.7923525Z bab1df3a3158: Download complete 2023-07-13T14:16:18.9139651Z 3fd52e1a53de: Verifying Checksum 2023-07-13T14:16:18.9140098Z 3fd52e1a53de: Download complete 2023-07-13T14:16:19.3392263Z 2d473b07cdd5: Pull complete 2023-07-13T14:16:20.6656520Z a8b26fd4c094: Pull complete 2023-07-13T14:16:20.7561559Z 84c6cf1d6f59: Pull complete 2023-07-13T14:16:20.9409401Z 61262e1bf819: Pull complete 2023-07-13T14:16:21.0328949Z 4efc3c05171d: Pull complete 2023-07-13T14:16:22.3226552Z c2194ff41419: Verifying Checksum 2023-07-13T14:16:22.3226969Z c2194ff41419: Download complete 2023-07-13T14:16:22.4381103Z ea9360dffc62: Pull complete 2023-07-13T14:16:22.6412057Z 010e93ddf672: Pull complete 2023-07-13T14:16:23.6569370Z 3fd52e1a53de: Pull complete 2023-07-13T14:16:23.8883457Z 8ff5e07ece19: Pull complete 2023-07-13T14:16:23.9927834Z 4f4fb700ef54: Pull complete 2023-07-13T14:16:24.0790497Z 5876cd757b6e: Verifying Checksum 2023-07-13T14:16:24.0790737Z 5876cd757b6e: Download complete 2023-07-13T14:16:24.2114303Z 7b5bec086082: Pull complete 2023-07-13T14:16:24.3231817Z d69607978f53: Pull complete 2023-07-13T14:16:29.8407002Z c2194ff41419: Pull complete 2023-07-13T14:16:29.9461819Z a6179e01f02a: Pull complete 2023-07-13T14:16:30.2260654Z 9537185b9a27: Pull complete 2023-07-13T14:16:30.4009799Z bab1df3a3158: Pull complete 2023-07-13T14:16:37.8767680Z 5876cd757b6e: Pull complete 2023-07-13T14:16:37.8868552Z Digest: sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-13T14:16:37.8924131Z Status: Downloaded newer image for pytorch/conda-builder:cpu 2023-07-13T14:16:37.8948457Z docker.io/pytorch/conda-builder:cpu 2023-07-13T14:16:37.9001511Z ##[group]Run actions/checkout@v3 2023-07-13T14:16:37.9001713Z with: 2023-07-13T14:16:37.9001882Z repository: pytorch/audio 2023-07-13T14:16:37.9002086Z ref: refs/pull/306/merge 2023-07-13T14:16:37.9002279Z path: pytorch/audio 2023-07-13T14:16:37.9002467Z fetch-depth: 1 2023-07-13T14:16:37.9002753Z token: *** 2023-07-13T14:16:37.9002927Z ssh-strict: true 2023-07-13T14:16:37.9003128Z persist-credentials: true 2023-07-13T14:16:37.9003312Z clean: true 2023-07-13T14:16:37.9003519Z sparse-checkout-cone-mode: true 2023-07-13T14:16:37.9003726Z lfs: false 2023-07-13T14:16:37.9003885Z submodules: false 2023-07-13T14:16:37.9004082Z set-safe-directory: true 2023-07-13T14:16:37.9004269Z env: 2023-07-13T14:16:37.9004455Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:37.9004680Z REPOSITORY: pytorch/audio 2023-07-13T14:16:37.9004877Z PR_NUMBER: 306 2023-07-13T14:16:37.9006532Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:37.9008446Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:37.9008775Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:37.9009072Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:37.9009299Z ##[endgroup] 2023-07-13T14:16:37.9792325Z Syncing repository: pytorch/audio 2023-07-13T14:16:37.9801787Z ##[group]Getting Git version info 2023-07-13T14:16:37.9802508Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio' 2023-07-13T14:16:37.9824639Z [command]/usr/bin/git version 2023-07-13T14:16:37.9859756Z git version 2.40.1 2023-07-13T14:16:37.9879235Z ##[endgroup] 2023-07-13T14:16:37.9890051Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9948b95b-703c-4388-9339-d548329e5667' before making global git config changes 2023-07-13T14:16:37.9890500Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:16:37.9894859Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:16:37.9923025Z ##[group]Initializing the repository 2023-07-13T14:16:37.9925651Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:16:37.9952017Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-13T14:16:37.9952413Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-13T14:16:37.9952782Z hint: of your new repositories, which will suppress this warning, call: 2023-07-13T14:16:37.9953210Z hint: 2023-07-13T14:16:37.9955698Z hint: git config --global init.defaultBranch 2023-07-13T14:16:37.9955936Z hint: 2023-07-13T14:16:37.9956243Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-13T14:16:37.9956652Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-13T14:16:37.9956887Z hint: 2023-07-13T14:16:37.9957101Z hint: git branch -m 2023-07-13T14:16:37.9957500Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-07-13T14:16:37.9958878Z [command]/usr/bin/git remote add origin https://github.com/pytorch/audio 2023-07-13T14:16:37.9985283Z ##[endgroup] 2023-07-13T14:16:37.9985682Z ##[group]Disabling automatic garbage collection 2023-07-13T14:16:37.9987419Z [command]/usr/bin/git config --local gc.auto 0 2023-07-13T14:16:38.0013819Z ##[endgroup] 2023-07-13T14:16:38.0014211Z ##[group]Setting up auth 2023-07-13T14:16:38.0016975Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:16:38.0043472Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2023-07-13T14:16:38.0283702Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:16:38.0307323Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2023-07-13T14:16:38.0547889Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:38.0592499Z ##[endgroup] 2023-07-13T14:16:38.0593474Z ##[group]Fetching the repository 2023-07-13T14:16:38.0597891Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/306/merge:refs/remotes/pull/306/merge 2023-07-13T14:16:38.5999831Z remote: Enumerating objects: 985, done. 2023-07-13T14:16:38.6000591Z remote: Counting objects: 0% (1/985) 2023-07-13T14:16:38.6001249Z remote: Counting objects: 1% (10/985) 2023-07-13T14:16:38.6001910Z remote: Counting objects: 2% (20/985) 2023-07-13T14:16:38.6002141Z remote: Counting objects: 3% (30/985) 2023-07-13T14:16:38.6002369Z remote: Counting objects: 4% (40/985) 2023-07-13T14:16:38.6003080Z remote: Counting objects: 5% (50/985) 2023-07-13T14:16:38.6003311Z remote: Counting objects: 6% (60/985) 2023-07-13T14:16:38.6003545Z remote: Counting objects: 7% (69/985) 2023-07-13T14:16:38.6003761Z remote: Counting objects: 8% (79/985) 2023-07-13T14:16:38.6003986Z remote: Counting objects: 9% (89/985) 2023-07-13T14:16:38.6004212Z remote: Counting objects: 10% (99/985) 2023-07-13T14:16:38.6004456Z remote: Counting objects: 11% (109/985) 2023-07-13T14:16:38.6004691Z remote: Counting objects: 12% (119/985) 2023-07-13T14:16:38.6004920Z remote: Counting objects: 13% (129/985) 2023-07-13T14:16:38.6005157Z remote: Counting objects: 14% (138/985) 2023-07-13T14:16:38.6005380Z remote: Counting objects: 15% (148/985) 2023-07-13T14:16:38.6005604Z remote: Counting objects: 16% (158/985) 2023-07-13T14:16:38.6005832Z remote: Counting objects: 17% (168/985) 2023-07-13T14:16:38.6006054Z remote: Counting objects: 18% (178/985) 2023-07-13T14:16:38.6006280Z remote: Counting objects: 19% (188/985) 2023-07-13T14:16:38.6006570Z remote: Counting objects: 20% (197/985) 2023-07-13T14:16:38.6006810Z remote: Counting objects: 21% (207/985) 2023-07-13T14:16:38.6007025Z remote: Counting objects: 22% (217/985) 2023-07-13T14:16:38.6007310Z remote: Counting objects: 23% (227/985) 2023-07-13T14:16:38.6007707Z remote: Counting objects: 24% (237/985) 2023-07-13T14:16:38.6007932Z remote: Counting objects: 25% (247/985) 2023-07-13T14:16:38.6008159Z remote: Counting objects: 26% (257/985) 2023-07-13T14:16:38.6008387Z remote: Counting objects: 27% (266/985) 2023-07-13T14:16:38.6011059Z remote: Counting objects: 28% (276/985) 2023-07-13T14:16:38.6011323Z remote: Counting objects: 29% (286/985) 2023-07-13T14:16:38.6011635Z remote: Counting objects: 30% (296/985) 2023-07-13T14:16:38.6012033Z remote: Counting objects: 31% (306/985) 2023-07-13T14:16:38.6012259Z remote: Counting objects: 32% (316/985) 2023-07-13T14:16:38.6012488Z remote: Counting objects: 33% (326/985) 2023-07-13T14:16:38.6012762Z remote: Counting objects: 34% (335/985) 2023-07-13T14:16:38.6012979Z remote: Counting objects: 35% (345/985) 2023-07-13T14:16:38.6013208Z remote: Counting objects: 36% (355/985) 2023-07-13T14:16:38.6013453Z remote: Counting objects: 37% (365/985) 2023-07-13T14:16:38.6013684Z remote: Counting objects: 38% (375/985) 2023-07-13T14:16:38.6013941Z remote: Counting objects: 39% (385/985) 2023-07-13T14:16:38.6014188Z remote: Counting objects: 40% (394/985) 2023-07-13T14:16:38.6014593Z remote: Counting objects: 41% (404/985) 2023-07-13T14:16:38.6014812Z remote: Counting objects: 42% (414/985) 2023-07-13T14:16:38.6015041Z remote: Counting objects: 43% (424/985) 2023-07-13T14:16:38.6015313Z remote: Counting objects: 44% (434/985) 2023-07-13T14:16:38.6015528Z remote: Counting objects: 45% (444/985) 2023-07-13T14:16:38.6015759Z remote: Counting objects: 46% (454/985) 2023-07-13T14:16:38.6015989Z remote: Counting objects: 47% (463/985) 2023-07-13T14:16:38.6016218Z remote: Counting objects: 48% (473/985) 2023-07-13T14:16:38.6016470Z remote: Counting objects: 49% (483/985) 2023-07-13T14:16:38.6016700Z remote: Counting objects: 50% (493/985) 2023-07-13T14:16:38.6016934Z remote: Counting objects: 51% (503/985) 2023-07-13T14:16:38.6017151Z remote: Counting objects: 52% (513/985) 2023-07-13T14:16:38.6017380Z remote: Counting objects: 53% (523/985) 2023-07-13T14:16:38.6017613Z remote: Counting objects: 54% (532/985) 2023-07-13T14:16:38.6017867Z remote: Counting objects: 55% (542/985) 2023-07-13T14:16:38.6018103Z remote: Counting objects: 56% (552/985) 2023-07-13T14:16:38.6018335Z remote: Counting objects: 57% (562/985) 2023-07-13T14:16:38.6018587Z remote: Counting objects: 58% (572/985) 2023-07-13T14:16:38.6018823Z remote: Counting objects: 59% (582/985) 2023-07-13T14:16:38.6019053Z remote: Counting objects: 60% (591/985) 2023-07-13T14:16:38.6019284Z remote: Counting objects: 61% (601/985) 2023-07-13T14:16:38.6019499Z remote: Counting objects: 62% (611/985) 2023-07-13T14:16:38.6019727Z remote: Counting objects: 63% (621/985) 2023-07-13T14:16:38.6019962Z remote: Counting objects: 64% (631/985) 2023-07-13T14:16:38.6020218Z remote: Counting objects: 65% (641/985) 2023-07-13T14:16:38.6020457Z remote: Counting objects: 66% (651/985) 2023-07-13T14:16:38.6020685Z remote: Counting objects: 67% (660/985) 2023-07-13T14:16:38.6020919Z remote: Counting objects: 68% (670/985) 2023-07-13T14:16:38.6021132Z remote: Counting objects: 69% (680/985) 2023-07-13T14:16:38.6021359Z remote: Counting objects: 70% (690/985) 2023-07-13T14:16:38.6021590Z remote: Counting objects: 71% (700/985) 2023-07-13T14:16:38.6021837Z remote: Counting objects: 72% (710/985) 2023-07-13T14:16:38.6022065Z remote: Counting objects: 73% (720/985) 2023-07-13T14:16:38.6022296Z remote: Counting objects: 74% (729/985) 2023-07-13T14:16:38.6022510Z remote: Counting objects: 75% (739/985) 2023-07-13T14:16:38.6022732Z remote: Counting objects: 76% (749/985) 2023-07-13T14:16:38.6023038Z remote: Counting objects: 77% (759/985) 2023-07-13T14:16:38.6023288Z remote: Counting objects: 78% (769/985) 2023-07-13T14:16:38.6023515Z remote: Counting objects: 79% (779/985) 2023-07-13T14:16:38.6023745Z remote: Counting objects: 80% (788/985) 2023-07-13T14:16:38.6023978Z remote: Counting objects: 81% (798/985) 2023-07-13T14:16:38.6024232Z remote: Counting objects: 82% (808/985) 2023-07-13T14:16:38.6024460Z remote: Counting objects: 83% (818/985) 2023-07-13T14:16:38.6024697Z remote: Counting objects: 84% (828/985) 2023-07-13T14:16:38.6024946Z remote: Counting objects: 85% (838/985) 2023-07-13T14:16:38.6025173Z remote: Counting objects: 86% (848/985) 2023-07-13T14:16:38.6025399Z remote: Counting objects: 87% (857/985) 2023-07-13T14:16:38.6025610Z remote: Counting objects: 88% (867/985) 2023-07-13T14:16:38.6025841Z remote: Counting objects: 89% (877/985) 2023-07-13T14:16:38.6026072Z remote: Counting objects: 90% (887/985) 2023-07-13T14:16:38.6026297Z remote: Counting objects: 91% (897/985) 2023-07-13T14:16:38.6026514Z remote: Counting objects: 92% (907/985) 2023-07-13T14:16:38.6026739Z remote: Counting objects: 93% (917/985) 2023-07-13T14:16:38.6027030Z remote: Counting objects: 94% (926/985) 2023-07-13T14:16:38.6027242Z remote: Counting objects: 95% (936/985) 2023-07-13T14:16:38.6027467Z remote: Counting objects: 96% (946/985) 2023-07-13T14:16:38.6027696Z remote: Counting objects: 97% (956/985) 2023-07-13T14:16:38.6027915Z remote: Counting objects: 98% (966/985) 2023-07-13T14:16:38.6028178Z remote: Counting objects: 99% (976/985) 2023-07-13T14:16:38.6028408Z remote: Counting objects: 100% (985/985) 2023-07-13T14:16:38.6028646Z remote: Counting objects: 100% (985/985), done. 2023-07-13T14:16:38.6034487Z remote: Compressing objects: 0% (1/855) 2023-07-13T14:16:38.6039143Z remote: Compressing objects: 1% (9/855) 2023-07-13T14:16:38.6057318Z remote: Compressing objects: 2% (18/855) 2023-07-13T14:16:38.6078849Z remote: Compressing objects: 3% (26/855) 2023-07-13T14:16:38.6081980Z remote: Compressing objects: 4% (35/855) 2023-07-13T14:16:38.6083452Z remote: Compressing objects: 5% (43/855) 2023-07-13T14:16:38.6086108Z remote: Compressing objects: 6% (52/855) 2023-07-13T14:16:38.6106292Z remote: Compressing objects: 7% (60/855) 2023-07-13T14:16:38.6125531Z remote: Compressing objects: 8% (69/855) 2023-07-13T14:16:38.6156909Z remote: Compressing objects: 9% (77/855) 2023-07-13T14:16:38.6187299Z remote: Compressing objects: 10% (86/855) 2023-07-13T14:16:38.6202704Z remote: Compressing objects: 11% (95/855) 2023-07-13T14:16:38.6231282Z remote: Compressing objects: 12% (103/855) 2023-07-13T14:16:38.6235562Z remote: Compressing objects: 13% (112/855) 2023-07-13T14:16:38.6241652Z remote: Compressing objects: 14% (120/855) 2023-07-13T14:16:38.6242887Z remote: Compressing objects: 15% (129/855) 2023-07-13T14:16:38.6258049Z remote: Compressing objects: 16% (137/855) 2023-07-13T14:16:38.6282808Z remote: Compressing objects: 17% (146/855) 2023-07-13T14:16:38.6320871Z remote: Compressing objects: 18% (154/855) 2023-07-13T14:16:38.6346589Z remote: Compressing objects: 19% (163/855) 2023-07-13T14:16:38.6365406Z remote: Compressing objects: 20% (171/855) 2023-07-13T14:16:38.6381578Z remote: Compressing objects: 21% (180/855) 2023-07-13T14:16:38.6388290Z remote: Compressing objects: 22% (189/855) 2023-07-13T14:16:38.6418823Z remote: Compressing objects: 23% (197/855) 2023-07-13T14:16:38.6447411Z remote: Compressing objects: 24% (206/855) 2023-07-13T14:16:38.6473174Z remote: Compressing objects: 25% (214/855) 2023-07-13T14:16:38.6515274Z remote: Compressing objects: 26% (223/855) 2023-07-13T14:16:38.6571090Z remote: Compressing objects: 27% (231/855) 2023-07-13T14:16:38.6618372Z remote: Compressing objects: 28% (240/855) 2023-07-13T14:16:38.6640662Z remote: Compressing objects: 29% (248/855) 2023-07-13T14:16:38.6643518Z remote: Compressing objects: 30% (257/855) 2023-07-13T14:16:38.6667695Z remote: Compressing objects: 31% (266/855) 2023-07-13T14:16:38.6698351Z remote: Compressing objects: 32% (274/855) 2023-07-13T14:16:38.6739341Z remote: Compressing objects: 33% (283/855) 2023-07-13T14:16:38.6792623Z remote: Compressing objects: 34% (291/855) 2023-07-13T14:16:38.6842547Z remote: Compressing objects: 35% (300/855) 2023-07-13T14:16:38.6881918Z remote: Compressing objects: 36% (308/855) 2023-07-13T14:16:38.6977561Z remote: Compressing objects: 37% (317/855) 2023-07-13T14:16:38.7072372Z remote: Compressing objects: 38% (325/855) 2023-07-13T14:16:38.7186426Z remote: Compressing objects: 39% (334/855) 2023-07-13T14:16:38.7228419Z remote: Compressing objects: 40% (342/855) 2023-07-13T14:16:38.7286707Z remote: Compressing objects: 41% (351/855) 2023-07-13T14:16:38.7292522Z remote: Compressing objects: 42% (360/855) 2023-07-13T14:16:38.7391364Z remote: Compressing objects: 43% (368/855) 2023-07-13T14:16:38.7391741Z remote: Compressing objects: 44% (377/855) 2023-07-13T14:16:38.7392022Z remote: Compressing objects: 45% (385/855) 2023-07-13T14:16:38.7392282Z remote: Compressing objects: 46% (394/855) 2023-07-13T14:16:38.7392583Z remote: Compressing objects: 47% (402/855) 2023-07-13T14:16:38.7392846Z remote: Compressing objects: 48% (411/855) 2023-07-13T14:16:38.7393086Z remote: Compressing objects: 49% (419/855) 2023-07-13T14:16:38.7393329Z remote: Compressing objects: 50% (428/855) 2023-07-13T14:16:38.7420084Z remote: Compressing objects: 51% (437/855) 2023-07-13T14:16:38.7423634Z remote: Compressing objects: 52% (445/855) 2023-07-13T14:16:38.7427274Z remote: Compressing objects: 53% (454/855) 2023-07-13T14:16:38.7442815Z remote: Compressing objects: 54% (462/855) 2023-07-13T14:16:38.7450885Z remote: Compressing objects: 55% (471/855) 2023-07-13T14:16:38.7452337Z remote: Compressing objects: 56% (479/855) 2023-07-13T14:16:38.7494800Z remote: Compressing objects: 57% (488/855) 2023-07-13T14:16:38.7498641Z remote: Compressing objects: 58% (496/855) 2023-07-13T14:16:38.7520379Z remote: Compressing objects: 59% (505/855) 2023-07-13T14:16:38.7528668Z remote: Compressing objects: 60% (513/855) 2023-07-13T14:16:38.7548357Z remote: Compressing objects: 61% (522/855) 2023-07-13T14:16:38.7575685Z remote: Compressing objects: 62% (531/855) 2023-07-13T14:16:38.7591942Z remote: Compressing objects: 63% (539/855) 2023-07-13T14:16:38.7592228Z remote: Compressing objects: 64% (548/855) 2023-07-13T14:16:38.7618721Z remote: Compressing objects: 65% (556/855) 2023-07-13T14:16:38.7638245Z remote: Compressing objects: 66% (565/855) 2023-07-13T14:16:38.7641423Z remote: Compressing objects: 67% (573/855) 2023-07-13T14:16:38.7643687Z remote: Compressing objects: 68% (582/855) 2023-07-13T14:16:38.7643918Z remote: Compressing objects: 69% (590/855) 2023-07-13T14:16:38.7649612Z remote: Compressing objects: 70% (599/855) 2023-07-13T14:16:38.7657781Z remote: Compressing objects: 71% (608/855) 2023-07-13T14:16:38.7663937Z remote: Compressing objects: 72% (616/855) 2023-07-13T14:16:38.7783480Z remote: Compressing objects: 73% (625/855) 2023-07-13T14:16:38.7784803Z remote: Compressing objects: 74% (633/855) 2023-07-13T14:16:38.7792303Z remote: Compressing objects: 75% (642/855) 2023-07-13T14:16:38.7812765Z remote: Compressing objects: 76% (650/855) 2023-07-13T14:16:38.7813174Z remote: Compressing objects: 77% (659/855) 2023-07-13T14:16:38.7819198Z remote: Compressing objects: 78% (667/855) 2023-07-13T14:16:38.7833070Z remote: Compressing objects: 79% (676/855) 2023-07-13T14:16:38.7842564Z remote: Compressing objects: 80% (684/855) 2023-07-13T14:16:38.7842867Z remote: Compressing objects: 81% (693/855) 2023-07-13T14:16:38.7844758Z remote: Compressing objects: 82% (702/855) 2023-07-13T14:16:38.7844991Z remote: Compressing objects: 83% (710/855) 2023-07-13T14:16:38.7845676Z remote: Compressing objects: 84% (719/855) 2023-07-13T14:16:38.7855023Z remote: Compressing objects: 85% (727/855) 2023-07-13T14:16:38.7859132Z remote: Compressing objects: 86% (736/855) 2023-07-13T14:16:38.7859795Z remote: Compressing objects: 87% (744/855) 2023-07-13T14:16:38.7860445Z remote: Compressing objects: 88% (753/855) 2023-07-13T14:16:38.7860740Z remote: Compressing objects: 89% (761/855) 2023-07-13T14:16:38.7861005Z remote: Compressing objects: 90% (770/855) 2023-07-13T14:16:38.7861232Z remote: Compressing objects: 91% (779/855) 2023-07-13T14:16:38.7861473Z remote: Compressing objects: 92% (787/855) 2023-07-13T14:16:38.7861916Z remote: Compressing objects: 93% (796/855) 2023-07-13T14:16:38.7862143Z remote: Compressing objects: 94% (804/855) 2023-07-13T14:16:38.7867340Z remote: Compressing objects: 95% (813/855) 2023-07-13T14:16:38.7868022Z remote: Compressing objects: 96% (821/855) 2023-07-13T14:16:38.7868679Z remote: Compressing objects: 97% (830/855) 2023-07-13T14:16:38.7869355Z remote: Compressing objects: 98% (838/855) 2023-07-13T14:16:38.7877278Z remote: Compressing objects: 99% (847/855) 2023-07-13T14:16:38.7877955Z remote: Compressing objects: 100% (855/855) 2023-07-13T14:16:38.7878663Z remote: Compressing objects: 100% (855/855), done. 2023-07-13T14:16:38.7902051Z Receiving objects: 0% (1/985) 2023-07-13T14:16:38.7903855Z Receiving objects: 1% (10/985) 2023-07-13T14:16:38.7905226Z Receiving objects: 2% (20/985) 2023-07-13T14:16:38.7906499Z Receiving objects: 3% (30/985) 2023-07-13T14:16:38.7908088Z Receiving objects: 4% (40/985) 2023-07-13T14:16:38.7912278Z Receiving objects: 5% (50/985) 2023-07-13T14:16:38.7929259Z Receiving objects: 6% (60/985) 2023-07-13T14:16:38.7943407Z Receiving objects: 7% (69/985) 2023-07-13T14:16:38.7943753Z Receiving objects: 8% (79/985) 2023-07-13T14:16:38.8304231Z Receiving objects: 9% (89/985) 2023-07-13T14:16:38.8547839Z Receiving objects: 10% (99/985) 2023-07-13T14:16:38.8556029Z Receiving objects: 11% (109/985) 2023-07-13T14:16:38.8560573Z Receiving objects: 12% (119/985) 2023-07-13T14:16:38.8561356Z Receiving objects: 13% (129/985) 2023-07-13T14:16:38.8563536Z Receiving objects: 14% (138/985) 2023-07-13T14:16:38.8568079Z Receiving objects: 15% (148/985) 2023-07-13T14:16:38.8571066Z Receiving objects: 16% (158/985) 2023-07-13T14:16:38.8573224Z Receiving objects: 17% (168/985) 2023-07-13T14:16:38.8576237Z Receiving objects: 18% (178/985) 2023-07-13T14:16:38.8577652Z Receiving objects: 19% (188/985) 2023-07-13T14:16:38.8580065Z Receiving objects: 20% (197/985) 2023-07-13T14:16:38.8583735Z Receiving objects: 21% (207/985) 2023-07-13T14:16:38.8589369Z Receiving objects: 22% (217/985) 2023-07-13T14:16:38.8591867Z Receiving objects: 23% (227/985) 2023-07-13T14:16:38.8592932Z Receiving objects: 24% (237/985) 2023-07-13T14:16:38.8613928Z Receiving objects: 25% (247/985) 2023-07-13T14:16:38.8615527Z Receiving objects: 26% (257/985) 2023-07-13T14:16:38.8620948Z Receiving objects: 27% (266/985) 2023-07-13T14:16:38.8623337Z Receiving objects: 28% (276/985) 2023-07-13T14:16:38.8625004Z Receiving objects: 29% (286/985) 2023-07-13T14:16:38.8626155Z Receiving objects: 30% (296/985) 2023-07-13T14:16:38.8629870Z Receiving objects: 31% (306/985) 2023-07-13T14:16:38.8635514Z Receiving objects: 32% (316/985) 2023-07-13T14:16:38.8644651Z Receiving objects: 33% (326/985) 2023-07-13T14:16:38.8654998Z Receiving objects: 34% (335/985) 2023-07-13T14:16:38.8658612Z Receiving objects: 35% (345/985) 2023-07-13T14:16:38.8660177Z Receiving objects: 36% (355/985) 2023-07-13T14:16:38.8661620Z Receiving objects: 37% (365/985) 2023-07-13T14:16:38.8663420Z Receiving objects: 38% (375/985) 2023-07-13T14:16:38.8697691Z Receiving objects: 39% (385/985) 2023-07-13T14:16:38.8698051Z Receiving objects: 40% (394/985) 2023-07-13T14:16:38.8707838Z Receiving objects: 41% (404/985) 2023-07-13T14:16:38.8923306Z Receiving objects: 42% (414/985) 2023-07-13T14:16:38.9120388Z Receiving objects: 43% (424/985) 2023-07-13T14:16:38.9120653Z Receiving objects: 44% (434/985) 2023-07-13T14:16:38.9120854Z Receiving objects: 45% (444/985) 2023-07-13T14:16:38.9121067Z Receiving objects: 46% (454/985) 2023-07-13T14:16:38.9121343Z Receiving objects: 47% (463/985) 2023-07-13T14:16:38.9125461Z Receiving objects: 48% (473/985) 2023-07-13T14:16:38.9127888Z Receiving objects: 49% (483/985) 2023-07-13T14:16:38.9129408Z Receiving objects: 50% (493/985) 2023-07-13T14:16:38.9132044Z Receiving objects: 51% (503/985) 2023-07-13T14:16:38.9134747Z Receiving objects: 52% (513/985) 2023-07-13T14:16:38.9138227Z Receiving objects: 53% (523/985) 2023-07-13T14:16:38.9141430Z Receiving objects: 54% (532/985) 2023-07-13T14:16:38.9143099Z Receiving objects: 55% (542/985) 2023-07-13T14:16:38.9144541Z Receiving objects: 56% (552/985) 2023-07-13T14:16:38.9147732Z Receiving objects: 57% (562/985) 2023-07-13T14:16:38.9152989Z Receiving objects: 58% (572/985) 2023-07-13T14:16:38.9160654Z Receiving objects: 59% (582/985) 2023-07-13T14:16:38.9162070Z Receiving objects: 60% (591/985) 2023-07-13T14:16:38.9163205Z Receiving objects: 61% (601/985) 2023-07-13T14:16:38.9164611Z Receiving objects: 62% (611/985) 2023-07-13T14:16:38.9168233Z Receiving objects: 63% (621/985) 2023-07-13T14:16:38.9169612Z Receiving objects: 64% (631/985) 2023-07-13T14:16:38.9171705Z Receiving objects: 65% (641/985) 2023-07-13T14:16:38.9173984Z Receiving objects: 66% (651/985) 2023-07-13T14:16:38.9176015Z Receiving objects: 67% (660/985) 2023-07-13T14:16:38.9178635Z Receiving objects: 68% (670/985) 2023-07-13T14:16:38.9180352Z Receiving objects: 69% (680/985) 2023-07-13T14:16:38.9182390Z Receiving objects: 70% (690/985) 2023-07-13T14:16:38.9190978Z Receiving objects: 71% (700/985) 2023-07-13T14:16:38.9193209Z Receiving objects: 72% (710/985) 2023-07-13T14:16:38.9196349Z Receiving objects: 73% (720/985) 2023-07-13T14:16:38.9202027Z Receiving objects: 74% (729/985) 2023-07-13T14:16:38.9203343Z Receiving objects: 75% (739/985) 2023-07-13T14:16:38.9211595Z Receiving objects: 76% (749/985) 2023-07-13T14:16:38.9214593Z Receiving objects: 77% (759/985) 2023-07-13T14:16:38.9218179Z Receiving objects: 78% (769/985) 2023-07-13T14:16:38.9224140Z Receiving objects: 79% (779/985) 2023-07-13T14:16:38.9230055Z Receiving objects: 80% (788/985) 2023-07-13T14:16:38.9232505Z Receiving objects: 81% (798/985) 2023-07-13T14:16:38.9234967Z Receiving objects: 82% (808/985) 2023-07-13T14:16:38.9237736Z Receiving objects: 83% (818/985) 2023-07-13T14:16:38.9239599Z Receiving objects: 84% (828/985) 2023-07-13T14:16:38.9241307Z Receiving objects: 85% (838/985) 2023-07-13T14:16:38.9243943Z Receiving objects: 86% (848/985) 2023-07-13T14:16:38.9247096Z Receiving objects: 87% (857/985) 2023-07-13T14:16:38.9251309Z Receiving objects: 88% (867/985) 2023-07-13T14:16:38.9255374Z Receiving objects: 89% (877/985) 2023-07-13T14:16:38.9271213Z Receiving objects: 90% (887/985) 2023-07-13T14:16:38.9276755Z Receiving objects: 91% (897/985) 2023-07-13T14:16:38.9285524Z Receiving objects: 92% (907/985) 2023-07-13T14:16:38.9308992Z Receiving objects: 93% (917/985) 2023-07-13T14:16:38.9333179Z Receiving objects: 94% (926/985) 2023-07-13T14:16:38.9338606Z Receiving objects: 95% (936/985) 2023-07-13T14:16:38.9347861Z Receiving objects: 96% (946/985) 2023-07-13T14:16:38.9366757Z Receiving objects: 97% (956/985) 2023-07-13T14:16:38.9414716Z Receiving objects: 98% (966/985) 2023-07-13T14:16:38.9415612Z remote: Total 985 (delta 164), reused 463 (delta 95), pack-reused 0 2023-07-13T14:16:38.9416421Z Receiving objects: 99% (976/985) 2023-07-13T14:16:38.9416864Z Receiving objects: 100% (985/985) 2023-07-13T14:16:38.9417136Z Receiving objects: 100% (985/985), 4.96 MiB | 32.76 MiB/s, done. 2023-07-13T14:16:38.9459840Z Resolving deltas: 0% (0/164) 2023-07-13T14:16:38.9460151Z Resolving deltas: 1% (2/164) 2023-07-13T14:16:38.9460446Z Resolving deltas: 2% (4/164) 2023-07-13T14:16:38.9460656Z Resolving deltas: 3% (5/164) 2023-07-13T14:16:38.9461471Z Resolving deltas: 4% (7/164) 2023-07-13T14:16:38.9461941Z Resolving deltas: 5% (9/164) 2023-07-13T14:16:38.9462181Z Resolving deltas: 6% (10/164) 2023-07-13T14:16:38.9463850Z Resolving deltas: 7% (12/164) 2023-07-13T14:16:38.9464252Z Resolving deltas: 8% (14/164) 2023-07-13T14:16:38.9465140Z Resolving deltas: 9% (16/164) 2023-07-13T14:16:38.9465754Z Resolving deltas: 11% (19/164) 2023-07-13T14:16:38.9466503Z Resolving deltas: 12% (20/164) 2023-07-13T14:16:38.9466894Z Resolving deltas: 14% (23/164) 2023-07-13T14:16:38.9467102Z Resolving deltas: 15% (26/164) 2023-07-13T14:16:38.9467313Z Resolving deltas: 16% (27/164) 2023-07-13T14:16:38.9467963Z Resolving deltas: 17% (28/164) 2023-07-13T14:16:38.9469503Z Resolving deltas: 18% (30/164) 2023-07-13T14:16:38.9469805Z Resolving deltas: 19% (32/164) 2023-07-13T14:16:38.9470010Z Resolving deltas: 20% (33/164) 2023-07-13T14:16:38.9472058Z Resolving deltas: 21% (35/164) 2023-07-13T14:16:38.9472405Z Resolving deltas: 22% (37/164) 2023-07-13T14:16:38.9472820Z Resolving deltas: 23% (38/164) 2023-07-13T14:16:38.9473584Z Resolving deltas: 24% (40/164) 2023-07-13T14:16:38.9475172Z Resolving deltas: 25% (41/164) 2023-07-13T14:16:38.9477642Z Resolving deltas: 26% (43/164) 2023-07-13T14:16:38.9478117Z Resolving deltas: 27% (45/164) 2023-07-13T14:16:38.9478761Z Resolving deltas: 28% (47/164) 2023-07-13T14:16:38.9479284Z Resolving deltas: 30% (50/164) 2023-07-13T14:16:38.9479777Z Resolving deltas: 31% (52/164) 2023-07-13T14:16:38.9479984Z Resolving deltas: 32% (54/164) 2023-07-13T14:16:38.9480438Z Resolving deltas: 33% (55/164) 2023-07-13T14:16:38.9480901Z Resolving deltas: 35% (59/164) 2023-07-13T14:16:38.9481280Z Resolving deltas: 36% (60/164) 2023-07-13T14:16:38.9481777Z Resolving deltas: 37% (61/164) 2023-07-13T14:16:38.9482053Z Resolving deltas: 38% (63/164) 2023-07-13T14:16:38.9482258Z Resolving deltas: 39% (64/164) 2023-07-13T14:16:38.9482821Z Resolving deltas: 40% (66/164) 2023-07-13T14:16:38.9483179Z Resolving deltas: 42% (70/164) 2023-07-13T14:16:38.9484202Z Resolving deltas: 43% (71/164) 2023-07-13T14:16:38.9484587Z Resolving deltas: 45% (75/164) 2023-07-13T14:16:38.9484966Z Resolving deltas: 46% (76/164) 2023-07-13T14:16:38.9485343Z Resolving deltas: 47% (78/164) 2023-07-13T14:16:38.9485711Z Resolving deltas: 48% (79/164) 2023-07-13T14:16:38.9486084Z Resolving deltas: 49% (81/164) 2023-07-13T14:16:38.9486351Z Resolving deltas: 50% (82/164) 2023-07-13T14:16:38.9486539Z Resolving deltas: 51% (84/164) 2023-07-13T14:16:38.9486738Z Resolving deltas: 52% (86/164) 2023-07-13T14:16:38.9486938Z Resolving deltas: 53% (88/164) 2023-07-13T14:16:38.9487133Z Resolving deltas: 54% (90/164) 2023-07-13T14:16:38.9487343Z Resolving deltas: 55% (91/164) 2023-07-13T14:16:38.9487543Z Resolving deltas: 56% (92/164) 2023-07-13T14:16:38.9487739Z Resolving deltas: 57% (95/164) 2023-07-13T14:16:38.9487960Z Resolving deltas: 58% (96/164) 2023-07-13T14:16:38.9488665Z Resolving deltas: 59% (97/164) 2023-07-13T14:16:38.9489046Z Resolving deltas: 60% (99/164) 2023-07-13T14:16:38.9489368Z Resolving deltas: 61% (101/164) 2023-07-13T14:16:38.9489582Z Resolving deltas: 62% (102/164) 2023-07-13T14:16:38.9489789Z Resolving deltas: 64% (106/164) 2023-07-13T14:16:38.9489995Z Resolving deltas: 66% (109/164) 2023-07-13T14:16:38.9490470Z Resolving deltas: 67% (110/164) 2023-07-13T14:16:38.9490744Z Resolving deltas: 68% (113/164) 2023-07-13T14:16:38.9491091Z Resolving deltas: 69% (114/164) 2023-07-13T14:16:38.9491311Z Resolving deltas: 70% (115/164) 2023-07-13T14:16:38.9491516Z Resolving deltas: 72% (119/164) 2023-07-13T14:16:38.9491720Z Resolving deltas: 73% (121/164) 2023-07-13T14:16:38.9491923Z Resolving deltas: 74% (122/164) 2023-07-13T14:16:38.9492124Z Resolving deltas: 75% (123/164) 2023-07-13T14:16:38.9492328Z Resolving deltas: 76% (125/164) 2023-07-13T14:16:38.9492571Z Resolving deltas: 77% (127/164) 2023-07-13T14:16:38.9493511Z Resolving deltas: 78% (128/164) 2023-07-13T14:16:38.9493883Z Resolving deltas: 80% (132/164) 2023-07-13T14:16:38.9494198Z Resolving deltas: 81% (133/164) 2023-07-13T14:16:38.9494561Z Resolving deltas: 82% (135/164) 2023-07-13T14:16:38.9494781Z Resolving deltas: 83% (137/164) 2023-07-13T14:16:38.9495039Z Resolving deltas: 84% (138/164) 2023-07-13T14:16:38.9496808Z Resolving deltas: 85% (140/164) 2023-07-13T14:16:38.9497019Z Resolving deltas: 86% (142/164) 2023-07-13T14:16:38.9498019Z Resolving deltas: 87% (143/164) 2023-07-13T14:16:38.9498228Z Resolving deltas: 88% (145/164) 2023-07-13T14:16:38.9498771Z Resolving deltas: 89% (146/164) 2023-07-13T14:16:38.9499730Z Resolving deltas: 90% (148/164) 2023-07-13T14:16:38.9500299Z Resolving deltas: 92% (151/164) 2023-07-13T14:16:38.9500719Z Resolving deltas: 93% (153/164) 2023-07-13T14:16:38.9501061Z Resolving deltas: 94% (155/164) 2023-07-13T14:16:38.9503141Z Resolving deltas: 96% (158/164) 2023-07-13T14:16:38.9504152Z Resolving deltas: 97% (160/164) 2023-07-13T14:16:38.9504796Z Resolving deltas: 98% (161/164) 2023-07-13T14:16:38.9509620Z Resolving deltas: 99% (163/164) 2023-07-13T14:16:38.9510864Z Resolving deltas: 100% (164/164) 2023-07-13T14:16:38.9511074Z Resolving deltas: 100% (164/164), done. 2023-07-13T14:16:38.9895697Z From https://github.com/pytorch/audio 2023-07-13T14:16:38.9896110Z * [new ref] refs/pull/306/merge -> pull/306/merge 2023-07-13T14:16:38.9915150Z ##[endgroup] 2023-07-13T14:16:38.9915519Z ##[group]Determining the checkout info 2023-07-13T14:16:38.9915865Z ##[endgroup] 2023-07-13T14:16:38.9916195Z ##[group]Checking out the ref 2023-07-13T14:16:38.9919155Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/306/merge 2023-07-13T14:16:39.0573243Z Note: switching to 'refs/remotes/pull/306/merge'. 2023-07-13T14:16:39.0573564Z 2023-07-13T14:16:39.0573853Z You are in 'detached HEAD' state. You can look around, make experimental 2023-07-13T14:16:39.0574227Z changes and commit them, and you can discard any commits you make in this 2023-07-13T14:16:39.0574559Z state without impacting any branches by switching back to a branch. 2023-07-13T14:16:39.0574734Z 2023-07-13T14:16:39.0574876Z If you want to create a new branch to retain commits you create, you may 2023-07-13T14:16:39.0575228Z do so (now or later) by using -c with the switch command. Example: 2023-07-13T14:16:39.0575393Z 2023-07-13T14:16:39.0575533Z git switch -c 2023-07-13T14:16:39.0575670Z 2023-07-13T14:16:39.0575772Z Or undo this operation with: 2023-07-13T14:16:39.0575900Z 2023-07-13T14:16:39.0575962Z git switch - 2023-07-13T14:16:39.0576071Z 2023-07-13T14:16:39.0576232Z Turn off this advice by setting config variable advice.detachedHead to false 2023-07-13T14:16:39.0576421Z 2023-07-13T14:16:39.0576627Z HEAD is now at 7182816 Merge 83d75edafc2f9246e62b01722f52eb5484fbe13e into 155d1baeb22ecbcd8f15c86a76918c35dc1b754b 2023-07-13T14:16:39.0577413Z ##[endgroup] 2023-07-13T14:16:39.0609771Z [command]/usr/bin/git log -1 --format='%H' 2023-07-13T14:16:39.0632877Z '7182816322bf05c53164d9767907a1dc4818bc40' 2023-07-13T14:16:39.0757585Z ##[group]Run set -ex 2023-07-13T14:16:39.0757890Z set -ex 2023-07-13T14:16:39.0758122Z { 2023-07-13T14:16:39.0758369Z  echo "#!/usr/bin/env bash"; 2023-07-13T14:16:39.0758601Z  echo "set -eou pipefail"; 2023-07-13T14:16:39.0758880Z  # shellcheck disable=SC2016 2023-07-13T14:16:39.0759196Z  echo 'eval "$(conda shell.bash hook)"'; 2023-07-13T14:16:39.0759517Z  echo "set -x"; 2023-07-13T14:16:39.0759770Z  echo "${SCRIPT}"; 2023-07-13T14:16:39.0760049Z } > "${RUNNER_TEMP}/exec_script" 2023-07-13T14:16:39.0760301Z chmod +x "${RUNNER_TEMP}/exec_script" 2023-07-13T14:16:39.0760745Z python3 "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py" "" 2023-07-13T14:16:39.0771660Z shell: /usr/bin/bash -e {0} 2023-07-13T14:16:39.0772020Z env: 2023-07-13T14:16:39.0772277Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:39.0772668Z REPOSITORY: pytorch/audio 2023-07-13T14:16:39.0773042Z PR_NUMBER: 306 2023-07-13T14:16:39.0774780Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:39.0776789Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:39.0777181Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:39.0777558Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:39.0778048Z ALL_SECRETS: { "github_token": "***" } 2023-07-13T14:16:39.0778265Z ##[endgroup] 2023-07-13T14:16:39.0825992Z + echo '#!/usr/bin/env bash' 2023-07-13T14:16:39.0826262Z + echo 'set -eou pipefail' 2023-07-13T14:16:39.0826534Z + echo 'eval "$(conda shell.bash hook)"' 2023-07-13T14:16:39.0826750Z + echo 'set -x' 2023-07-13T14:16:39.0836833Z + echo 'echo '\''::group::Setup Environment Variables'\'' 2023-07-13T14:16:39.0837097Z # Mark Build Directory Safe 2023-07-13T14:16:39.0837414Z git config --global --add safe.directory /__w/audio/audio 2023-07-13T14:16:39.0837567Z 2023-07-13T14:16:39.0837661Z # Set up Environment Variables 2023-07-13T14:16:39.0837906Z export PYTHON_VERSION="3.9" 2023-07-13T14:16:39.0838116Z export CUDA_TESTS_ONLY="0" 2023-07-13T14:16:39.0838294Z unset CUDA_VERSION 2023-07-13T14:16:39.0838408Z 2023-07-13T14:16:39.0838487Z # Set CHANNEL 2023-07-13T14:16:39.0838911Z if [[(${GITHUB_EVENT_NAME} = '\''pull_request'\'' && (${GITHUB_BASE_REF} = '\''release'\''*)) || (${GITHUB_REF} = '\''refs/heads/release'\''*) ]]; then 2023-07-13T14:16:39.0839232Z export UPLOAD_CHANNEL=test 2023-07-13T14:16:39.0839497Z else 2023-07-13T14:16:39.0839848Z export UPLOAD_CHANNEL=nightly 2023-07-13T14:16:39.0840041Z fi 2023-07-13T14:16:39.0840122Z 2023-07-13T14:16:39.0840250Z export PATH="${PWD}/third_party/install/bin/:${PATH}" 2023-07-13T14:16:39.0840544Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:16:39.0840856Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:16:39.0841164Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:16:39.0841481Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:16:39.0841797Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:16:39.0842098Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:16:39.0842345Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:16:39.0842608Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:16:39.0842884Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:16:39.0843158Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:16:39.0843437Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:16:39.0843741Z echo '\''::endgroup::'\'' 2023-07-13T14:16:39.0843864Z 2023-07-13T14:16:39.0843956Z set -euxo pipefail 2023-07-13T14:16:39.0844072Z 2023-07-13T14:16:39.0844264Z echo '\''::group::Install PyTorch and Torchaudio'\'' 2023-07-13T14:16:39.0844573Z ./.github/scripts/unittest-linux/install.sh 2023-07-13T14:16:39.0844847Z echo '\''::endgroup::'\'' 2023-07-13T14:16:39.0844953Z 2023-07-13T14:16:39.0845095Z echo '\''::group::Run Tests'\'' 2023-07-13T14:16:39.0845373Z ./.github/scripts/unittest-linux/run_test.sh 2023-07-13T14:16:39.0845736Z echo '\''::endgroup::'\'' 2023-07-13T14:16:39.0845917Z ' 2023-07-13T14:16:39.0846200Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2023-07-13T14:16:39.0846668Z + python3 /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py '' 2023-07-13T14:17:11.7340290Z Running command: 2023-07-13T14:17:11.7342801Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_5544197659" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 -v "/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio:/work" -v "/home/ec2-user/actions-runner/_work/audio/audio/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_1d4efcb6-3c39-4114-8e9c-1cf2af355877":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_1d4efcb6-3c39-4114-8e9c-1cf2af355877" -w /work "pytorch/conda-builder:cpu" 2023-07-13T14:17:11.7344365Z 2023-07-13T14:17:11.7344622Z 4b34918cc3f4a8170065ea5602dec3d15f443c14d4ac75fac08c17ad109d335d 2023-07-13T14:17:11.7345074Z Running command: docker exec -t 4b34918cc3f4a8170065ea5602dec3d15f443c14d4ac75fac08c17ad109d335d /exec 2023-07-13T14:17:11.7345505Z + echo '::group::Setup Environment Variables' 2023-07-13T14:17:11.7346008Z ##[group]Setup Environment Variables 2023-07-13T14:17:11.7346315Z + git config --global --add safe.directory /__w/audio/audio 2023-07-13T14:17:11.7346560Z + export PYTHON_VERSION=3.9 2023-07-13T14:17:11.7347158Z + PYTHON_VERSION=3.9 2023-07-13T14:17:11.7347580Z + export CUDA_TESTS_ONLY=0 2023-07-13T14:17:11.7347795Z + CUDA_TESTS_ONLY=0 2023-07-13T14:17:11.7347978Z + unset CUDA_VERSION 2023-07-13T14:17:11.7348184Z + [[ pull_request = \p\u\l\l\_\r\e\q\u\e\s\t ]] 2023-07-13T14:17:11.7348400Z + [[ main = \r\e\l\e\a\s\e* ]] 2023-07-13T14:17:11.7348641Z + [[ refs/pull/306/merge = \r\e\f\s\/\h\e\a\d\s\/\r\e\l\e\a\s\e* ]] 2023-07-13T14:17:11.7348888Z + export UPLOAD_CHANNEL=nightly 2023-07-13T14:17:11.7349086Z + UPLOAD_CHANNEL=nightly 2023-07-13T14:17:11.7349611Z + export PATH=/work/third_party/install/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-07-13T14:17:11.7350281Z + PATH=/work/third_party/install/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-07-13T14:17:11.7350678Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:17:11.7350986Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:17:11.7351287Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:17:11.7351586Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:17:11.7351879Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:17:11.7352199Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:17:11.7352505Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:17:11.7352786Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:17:11.7353095Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:17:11.7353588Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:17:11.7354033Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:17:11.7354289Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:17:11.7354536Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:17:11.7354789Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:17:11.7355046Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:17:11.7355312Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:17:11.7355567Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:17:11.7355835Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:17:11.7356113Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:17:11.7356383Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:17:11.7356648Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:17:11.7356905Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:17:11.7357111Z + echo ::endgroup:: 2023-07-13T14:17:11.7357451Z ##[endgroup] 2023-07-13T14:17:11.7357669Z + set -euxo pipefail 2023-07-13T14:17:11.7357960Z + echo '::group::Install PyTorch and Torchaudio' 2023-07-13T14:17:11.7358348Z ##[group]Install PyTorch and Torchaudio 2023-07-13T14:17:11.7358627Z + ./.github/scripts/unittest-linux/install.sh 2023-07-13T14:17:11.7358867Z Installing PyTorch with cpuonly 2023-07-13T14:17:11.7359093Z + [[ -z cpuonly ]] 2023-07-13T14:17:11.7359480Z + conda install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:11.7359710Z + local cmd=install 2023-07-13T14:17:11.7359887Z + case "$cmd" in 2023-07-13T14:17:11.7360191Z + __conda_exe install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:11.7360567Z + /opt/conda/bin/conda install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:11.7361063Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2023-07-13T14:17:11.7361444Z Solving environment: | / - \ | / - \ | 2023-07-13T14:17:11.7361820Z The environment is inconsistent, please check the package plan carefully 2023-07-13T14:17:11.7362128Z The following packages are causing the inconsistency: 2023-07-13T14:17:11.7362291Z 2023-07-13T14:17:11.7362648Z - defaults/linux-64::conda-build==3.25.0=py310h06a4308_0 2023-07-13T14:17:11.7362927Z / - \ | / - \ | / - \ done 2023-07-13T14:17:11.7363042Z 2023-07-13T14:17:11.7363119Z ## Package Plan ## 2023-07-13T14:17:11.7363234Z 2023-07-13T14:17:11.7363331Z environment location: /opt/conda 2023-07-13T14:17:11.7363465Z 2023-07-13T14:17:11.7363549Z added / updated specs: 2023-07-13T14:17:11.7363743Z - cpuonly 2023-07-13T14:17:11.7363934Z - pytorch 2023-07-13T14:17:11.7364040Z 2023-07-13T14:17:11.7364045Z 2023-07-13T14:17:11.7364160Z The following packages will be downloaded: 2023-07-13T14:17:11.7364307Z 2023-07-13T14:17:11.7364400Z package | build 2023-07-13T14:17:11.7364663Z ---------------------------|----------------- 2023-07-13T14:17:11.7364967Z blas-1.0 | mkl 6 KB 2023-07-13T14:17:11.7365271Z conda-23.5.1 | py310h06a4308_0 1.0 MB 2023-07-13T14:17:11.7365590Z cpuonly-2.0 | 0 2 KB pytorch-nightly 2023-07-13T14:17:11.7365905Z gmp-6.2.1 | h295c915_3 544 KB 2023-07-13T14:17:11.7366203Z gmpy2-2.1.2 | py310heeb90bb_0 517 KB 2023-07-13T14:17:11.7366505Z intel-openmp-2023.1.0 | hdb19cb5_46305 17.1 MB 2023-07-13T14:17:11.7366816Z mkl-2023.1.0 | h6d00ec8_46342 171.5 MB 2023-07-13T14:17:11.7367102Z mpc-1.1.0 | h10f8cd9_1 90 KB 2023-07-13T14:17:11.7367499Z mpfr-4.0.2 | hb69a4c5_1 487 KB 2023-07-13T14:17:11.7367781Z mpmath-1.2.1 | py310h06a4308_0 769 KB 2023-07-13T14:17:11.7368082Z networkx-2.8.4 | py310h06a4308_1 2.7 MB 2023-07-13T14:17:11.7368434Z pytorch-2.1.0.dev20230713 | py3.10_cpu_0 77.4 MB pytorch-nightly 2023-07-13T14:17:11.7368794Z pytorch-mutex-1.0 | cpu 3 KB pytorch-nightly 2023-07-13T14:17:11.7369128Z sympy-1.11.1 | py310h06a4308_0 11.8 MB 2023-07-13T14:17:11.7369422Z tbb-2021.8.0 | hdb19cb5_0 1.6 MB 2023-07-13T14:17:11.7369727Z typing_extensions-4.6.3 | py310h06a4308_0 53 KB 2023-07-13T14:17:11.7370042Z ------------------------------------------------------------ 2023-07-13T14:17:11.7370295Z Total: 285.6 MB 2023-07-13T14:17:11.7370424Z 2023-07-13T14:17:11.7370544Z The following NEW packages will be INSTALLED: 2023-07-13T14:17:11.7370695Z 2023-07-13T14:17:11.7370879Z blas pkgs/main/linux-64::blas-1.0-mkl 2023-07-13T14:17:11.7371236Z cpuonly pytorch-nightly/noarch::cpuonly-2.0-0 2023-07-13T14:17:11.7371605Z gmp pkgs/main/linux-64::gmp-6.2.1-h295c915_3 2023-07-13T14:17:11.7371973Z gmpy2 pkgs/main/linux-64::gmpy2-2.1.2-py310heeb90bb_0 2023-07-13T14:17:11.7372373Z intel-openmp pkgs/main/linux-64::intel-openmp-2023.1.0-hdb19cb5_46305 2023-07-13T14:17:11.7372773Z mkl pkgs/main/linux-64::mkl-2023.1.0-h6d00ec8_46342 2023-07-13T14:17:11.7373125Z mpc pkgs/main/linux-64::mpc-1.1.0-h10f8cd9_1 2023-07-13T14:17:11.7373468Z mpfr pkgs/main/linux-64::mpfr-4.0.2-hb69a4c5_1 2023-07-13T14:17:11.7373842Z mpmath pkgs/main/linux-64::mpmath-1.2.1-py310h06a4308_0 2023-07-13T14:17:11.7374240Z networkx pkgs/main/linux-64::networkx-2.8.4-py310h06a4308_1 2023-07-13T14:17:11.7374638Z patchelf pkgs/main/linux-64::patchelf-0.17.2-h6a678d5_0 2023-07-13T14:17:11.7375059Z pytorch pytorch-nightly/linux-64::pytorch-2.1.0.dev20230713-py3.10_cpu_0 2023-07-13T14:17:11.7375555Z pytorch-mutex pytorch-nightly/noarch::pytorch-mutex-1.0-cpu 2023-07-13T14:17:11.7375961Z sympy pkgs/main/linux-64::sympy-1.11.1-py310h06a4308_0 2023-07-13T14:17:11.7376326Z tbb pkgs/main/linux-64::tbb-2021.8.0-hdb19cb5_0 2023-07-13T14:17:11.7376723Z typing_extensions pkgs/main/linux-64::typing_extensions-4.6.3-py310h06a4308_0 2023-07-13T14:17:11.7376917Z 2023-07-13T14:17:11.7377022Z The following packages will be UPDATED: 2023-07-13T14:17:11.7377165Z 2023-07-13T14:17:11.7377368Z conda 23.5.0-py310h06a4308_0 --> 23.5.1-py310h06a4308_0 2023-07-13T14:17:11.7377522Z 2023-07-13T14:17:11.7377527Z 2023-07-13T14:17:11.7377532Z 2023-07-13T14:17:11.7377633Z Downloading and Extracting Packages 2023-07-13T14:17:11.7377763Z 2023-07-13T14:17:11.7377925Z mpfr-4.0.2 | 487 KB | : 0% 0/1 [00:00=4.1'] 2023-07-13T14:17:49.7384586Z - ninja 2023-07-13T14:17:49.7384674Z 2023-07-13T14:17:49.7384678Z 2023-07-13T14:17:49.7384786Z The following packages will be downloaded: 2023-07-13T14:17:49.7384930Z 2023-07-13T14:17:49.7385024Z package | build 2023-07-13T14:17:49.7385303Z ---------------------------|----------------- 2023-07-13T14:17:49.7385598Z ffmpeg-4.2.2 | h20bf706_0 59.6 MB 2023-07-13T14:17:49.7385906Z freetype-2.12.1 | h4a9f257_0 626 KB 2023-07-13T14:17:49.7386209Z gnutls-3.6.15 | he1e5248_0 1.0 MB 2023-07-13T14:17:49.7386491Z lame-3.100 | h7b6447c_0 323 KB 2023-07-13T14:17:49.7386783Z libidn2-2.3.4 | h5eee18b_0 146 KB 2023-07-13T14:17:49.7387076Z libopus-1.3.1 | h7b6447c_0 491 KB 2023-07-13T14:17:49.7387368Z libpng-1.6.39 | h5eee18b_0 304 KB 2023-07-13T14:17:49.7387651Z libtasn1-4.19.0 | h5eee18b_0 63 KB 2023-07-13T14:17:49.7387952Z libunistring-0.9.10 | h27cfd23_0 536 KB 2023-07-13T14:17:49.7388252Z libvpx-1.7.0 | h439df22_0 1.2 MB 2023-07-13T14:17:49.7388593Z nettle-3.7.3 | hbbd107a_1 809 KB 2023-07-13T14:17:49.7388882Z openh264-2.1.1 | h4ff587b_0 711 KB 2023-07-13T14:17:49.7389164Z x264-1!157.20191217 | h7b6447c_0 922 KB 2023-07-13T14:17:49.7389469Z ------------------------------------------------------------ 2023-07-13T14:17:49.7389708Z Total: 66.7 MB 2023-07-13T14:17:49.7389832Z 2023-07-13T14:17:49.7389945Z The following NEW packages will be INSTALLED: 2023-07-13T14:17:49.7390093Z 2023-07-13T14:17:49.7390355Z ffmpeg pkgs/main/linux-64::ffmpeg-4.2.2-h20bf706_0 2023-07-13T14:17:49.7390724Z freetype pkgs/main/linux-64::freetype-2.12.1-h4a9f257_0 2023-07-13T14:17:49.7391102Z gnutls pkgs/main/linux-64::gnutls-3.6.15-he1e5248_0 2023-07-13T14:17:49.7391463Z lame pkgs/main/linux-64::lame-3.100-h7b6447c_0 2023-07-13T14:17:49.7391829Z libidn2 pkgs/main/linux-64::libidn2-2.3.4-h5eee18b_0 2023-07-13T14:17:49.7392194Z libopus pkgs/main/linux-64::libopus-1.3.1-h7b6447c_0 2023-07-13T14:17:49.7392563Z libpng pkgs/main/linux-64::libpng-1.6.39-h5eee18b_0 2023-07-13T14:17:49.7392948Z libtasn1 pkgs/main/linux-64::libtasn1-4.19.0-h5eee18b_0 2023-07-13T14:17:49.7393334Z libunistring pkgs/main/linux-64::libunistring-0.9.10-h27cfd23_0 2023-07-13T14:17:49.7393716Z libvpx pkgs/main/linux-64::libvpx-1.7.0-h439df22_0 2023-07-13T14:17:49.7394355Z nettle pkgs/main/linux-64::nettle-3.7.3-hbbd107a_1 2023-07-13T14:17:49.7394725Z openh264 pkgs/main/linux-64::openh264-2.1.1-h4ff587b_0 2023-07-13T14:17:49.7395079Z x264 pkgs/main/linux-64::x264-1!157.20191217-h7b6447c_0 2023-07-13T14:17:49.7395230Z 2023-07-13T14:17:49.7395234Z 2023-07-13T14:17:49.7395344Z Preparing transaction: ...working... done 2023-07-13T14:17:49.7395590Z Verifying transaction: ...working... done 2023-07-13T14:17:49.7395832Z Executing transaction: ...working... done 2023-07-13T14:17:49.7396036Z * Installing torchaudio 2023-07-13T14:17:49.7396254Z -- Git branch: HEAD 2023-07-13T14:17:49.7396523Z -- Git SHA: 7182816322bf05c53164d9767907a1dc4818bc40 2023-07-13T14:17:49.7396742Z -- Git tag: None 2023-07-13T14:17:49.7397077Z -- PyTorch dependency: torch 2023-07-13T14:17:49.7397336Z -- Building version 2.1.0a0+7182816 2023-07-13T14:17:49.7397593Z --- Fetching opencore-amr-0.1.5.tar.gz 2023-07-13T14:17:49.7397858Z --- Fetching lame-3.99.5.tar.gz 2023-07-13T14:17:49.7398107Z --- Fetching libogg-1.3.3.tar.gz 2023-07-13T14:17:49.7398339Z --- Fetching flac-1.3.2.tar.xz 2023-07-13T14:17:49.7398591Z --- Fetching libvorbis-1.3.6.tar.gz 2023-07-13T14:17:49.7398845Z --- Fetching opus-1.3.1.tar.gz 2023-07-13T14:17:49.7399090Z --- Fetching opusfile-0.12.tar.gz 2023-07-13T14:17:49.7399439Z --- Fetching sox-14.4.2.tar.bz2 2023-07-13T14:17:49.7399632Z running install 2023-07-13T14:17:49.7400164Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2023-07-13T14:17:49.7400566Z warnings.warn( 2023-07-13T14:17:49.7401127Z /opt/conda/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2023-07-13T14:17:49.7401528Z warnings.warn( 2023-07-13T14:17:49.7401695Z running bdist_egg 2023-07-13T14:17:49.7401872Z running egg_info 2023-07-13T14:17:49.7402102Z creating torchaudio.egg-info 2023-07-13T14:17:49.7402359Z writing torchaudio.egg-info/PKG-INFO 2023-07-13T14:17:49.7402705Z writing dependency_links to torchaudio.egg-info/dependency_links.txt 2023-07-13T14:17:49.7403069Z writing requirements to torchaudio.egg-info/requires.txt 2023-07-13T14:17:49.7403408Z writing top-level names to torchaudio.egg-info/top_level.txt 2023-07-13T14:17:49.7403754Z writing manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:49.7404253Z reading manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:49.7404520Z adding license file 'LICENSE' 2023-07-13T14:17:49.7404821Z writing manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:49.7405158Z installing library code to build/bdist.linux-x86_64/egg 2023-07-13T14:17:49.7405389Z running install_lib 2023-07-13T14:17:49.7405557Z running build_py 2023-07-13T14:17:49.7405735Z creating build 2023-07-13T14:17:49.7405995Z creating build/lib.linux-x86_64-cpython-310 2023-07-13T14:17:49.7406296Z creating build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:49.7406665Z copying torchaudio/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:49.7407063Z copying torchaudio/kaldi_io.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:49.7407450Z copying torchaudio/version.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:49.7407820Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:49.7408238Z copying torchaudio/_backend/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:49.7408682Z copying torchaudio/_backend/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:49.7409067Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:49.7409492Z copying torchaudio/_extension/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:49.7409949Z copying torchaudio/_extension/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:49.7479083Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:49.7479671Z copying torchaudio/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:49.7480179Z copying torchaudio/_internal/module_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:49.7480594Z creating build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:49.7480993Z copying torchaudio/backend/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:49.7481607Z copying torchaudio/backend/common.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:49.7482069Z copying torchaudio/backend/no_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:49.7482546Z copying torchaudio/backend/soundfile_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:49.7483006Z copying torchaudio/backend/sox_io_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:49.7483459Z copying torchaudio/backend/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:49.7483853Z creating build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:49.7484277Z copying torchaudio/compliance/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:49.7484736Z copying torchaudio/compliance/kaldi.py -> build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:49.7485133Z creating build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7485549Z copying torchaudio/datasets/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7485993Z copying torchaudio/datasets/cmuarctic.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7486456Z copying torchaudio/datasets/cmudict.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7486922Z copying torchaudio/datasets/commonvoice.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7487378Z copying torchaudio/datasets/dr_vctk.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7487832Z copying torchaudio/datasets/fluentcommands.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7488380Z copying torchaudio/datasets/gtzan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7488835Z copying torchaudio/datasets/iemocap.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7489316Z copying torchaudio/datasets/librilight_limited.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7489775Z copying torchaudio/datasets/librimix.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7490240Z copying torchaudio/datasets/librispeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7490724Z copying torchaudio/datasets/librispeech_biasing.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7491183Z copying torchaudio/datasets/libritts.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7491635Z copying torchaudio/datasets/ljspeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7492093Z copying torchaudio/datasets/musdb_hq.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7492534Z copying torchaudio/datasets/quesst14.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7492966Z copying torchaudio/datasets/snips.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7493433Z copying torchaudio/datasets/speechcommands.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7493896Z copying torchaudio/datasets/tedlium.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7494341Z copying torchaudio/datasets/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7494767Z copying torchaudio/datasets/vctk.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7495219Z copying torchaudio/datasets/voxceleb1.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7495667Z copying torchaudio/datasets/yesno.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:49.7496042Z creating build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:49.7496550Z copying torchaudio/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:49.7497026Z copying torchaudio/functional/filtering.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:49.7497507Z copying torchaudio/functional/functional.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:49.7497884Z creating build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:49.7498270Z copying torchaudio/io/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:49.7498692Z copying torchaudio/io/_compat.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:49.7499104Z copying torchaudio/io/_effector.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:49.7499533Z copying torchaudio/io/_playback.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:49.7499971Z copying torchaudio/io/_stream_reader.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:49.7500411Z copying torchaudio/io/_stream_writer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:49.7500793Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7501195Z copying torchaudio/models/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7501632Z copying torchaudio/models/_hdemucs.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7502077Z copying torchaudio/models/conformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7502517Z copying torchaudio/models/conv_tasnet.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7502964Z copying torchaudio/models/deepspeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7503477Z copying torchaudio/models/emformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7503909Z copying torchaudio/models/rnnt.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7504346Z copying torchaudio/models/rnnt_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7504792Z copying torchaudio/models/tacotron2.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7505242Z copying torchaudio/models/wav2letter.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7505670Z copying torchaudio/models/wavernn.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:49.7506062Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:49.7506486Z copying torchaudio/pipelines/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:49.7506995Z copying torchaudio/pipelines/_source_separation_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:49.7507484Z copying torchaudio/pipelines/rnnt_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:49.7507897Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype 2023-07-13T14:17:49.7508319Z copying torchaudio/prototype/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype 2023-07-13T14:17:49.7508703Z creating build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:49.7509130Z copying torchaudio/sox_effects/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:49.7509600Z copying torchaudio/sox_effects/sox_effects.py -> build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:49.7510000Z creating build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:49.7510407Z copying torchaudio/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:49.7510884Z copying torchaudio/transforms/_multi_channel.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:49.7511416Z copying torchaudio/transforms/_transforms.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:49.7511812Z creating build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:49.7512200Z copying torchaudio/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:49.7512630Z copying torchaudio/utils/download.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:49.7513072Z copying torchaudio/utils/ffmpeg_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:49.7513500Z copying torchaudio/utils/sox_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:49.7514060Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:49.7514514Z copying torchaudio/models/decoder/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:49.7515007Z copying torchaudio/models/decoder/_ctc_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:49.7515509Z copying torchaudio/models/decoder/_cuda_ctc_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:49.7515937Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:49.7516388Z copying torchaudio/models/wav2vec2/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:49.7516886Z copying torchaudio/models/wav2vec2/components.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:49.7517371Z copying torchaudio/models/wav2vec2/model.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:49.7517883Z copying torchaudio/models/wav2vec2/wavlm_attention.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:49.7518414Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:51.4601617Z copying torchaudio/models/wav2vec2/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:51.4603306Z copying torchaudio/models/wav2vec2/utils/import_fairseq.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:51.4604930Z copying torchaudio/models/wav2vec2/utils/import_huggingface.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:51.4605834Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:51.4606690Z copying torchaudio/pipelines/_tts/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:51.4607628Z copying torchaudio/pipelines/_tts/impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:51.4608622Z copying torchaudio/pipelines/_tts/interface.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:51.4609509Z copying torchaudio/pipelines/_tts/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:51.4611740Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:51.4613705Z copying torchaudio/pipelines/_wav2vec2/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:51.4615732Z copying torchaudio/pipelines/_wav2vec2/impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:51.4617726Z copying torchaudio/pipelines/_wav2vec2/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:51.4619580Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:51.4621502Z copying torchaudio/prototype/datasets/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:51.4623553Z copying torchaudio/prototype/datasets/musan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:51.4625436Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:51.4628010Z copying torchaudio/prototype/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:51.4629433Z copying torchaudio/prototype/functional/_dsp.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:51.4630405Z copying torchaudio/prototype/functional/_rir.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:51.4631188Z copying torchaudio/prototype/functional/functional.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:51.4631924Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:51.4632681Z copying torchaudio/prototype/models/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:51.4633516Z copying torchaudio/prototype/models/_conformer_wav2vec2.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:51.4634443Z copying torchaudio/prototype/models/_emformer_hubert.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:51.4635275Z copying torchaudio/prototype/models/conv_emformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:51.4636244Z copying torchaudio/prototype/models/hifi_gan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:51.4637075Z copying torchaudio/prototype/models/rnnt.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:51.4637824Z copying torchaudio/prototype/models/rnnt_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:51.4638830Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:51.4639617Z copying torchaudio/prototype/pipelines/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:51.4640434Z copying torchaudio/prototype/pipelines/hifigan_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:51.4641293Z copying torchaudio/prototype/pipelines/rnnt_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:51.4642158Z copying torchaudio/prototype/pipelines/squim_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:51.4642929Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:51.4643636Z copying torchaudio/prototype/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:51.4644419Z copying torchaudio/prototype/transforms/_transforms.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:51.4645099Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:51.4645818Z copying torchaudio/prototype/models/squim/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:51.4646630Z copying torchaudio/prototype/models/squim/objective.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:51.4647455Z copying torchaudio/prototype/models/squim/subjective.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:51.4647887Z running build_ext 2023-07-13T14:17:51.4648369Z -- The C compiler identification is GNU 9.3.1 2023-07-13T14:17:51.4648939Z -- The CXX compiler identification is GNU 9.3.1 2023-07-13T14:17:51.4649370Z -- Detecting C compiler ABI info 2023-07-13T14:17:51.4649813Z -- Detecting C compiler ABI info - done 2023-07-13T14:17:51.4650403Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2023-07-13T14:17:51.4650880Z -- Detecting C compile features 2023-07-13T14:17:51.4651306Z -- Detecting C compile features - done 2023-07-13T14:17:51.4651743Z -- Detecting CXX compiler ABI info 2023-07-13T14:17:51.4652543Z -- Detecting CXX compiler ABI info - done 2023-07-13T14:17:51.4653158Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2023-07-13T14:17:51.4653711Z -- Detecting CXX compile features 2023-07-13T14:17:51.4654177Z -- Detecting CXX compile features - done 2023-07-13T14:17:51.4654908Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2023-07-13T14:17:51.4655505Z static library kineto_LIBRARY-NOTFOUND not found. 2023-07-13T14:17:51.4655903Z Call Stack (most recent call first): 2023-07-13T14:17:51.4656529Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2023-07-13T14:17:51.4657113Z cmake/TorchAudioHelper.cmake:1 (find_package) 2023-07-13T14:17:51.4657480Z CMakeLists.txt:93 (include) 2023-07-13T14:17:51.4657670Z 2023-07-13T14:17:51.4657691Z 2023-07-13T14:17:51.4658034Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2023-07-13T14:17:51.4658591Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2023-07-13T14:17:51.4659061Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2023-07-13T14:17:51.4659519Z -- Found OpenMP: TRUE (found version "4.5") 2023-07-13T14:17:51.4660098Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2023-07-13T14:17:51.4675449Z -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1") 2023-07-13T14:17:51.4676123Z -- Building FFmpeg integration with multi version support 2023-07-13T14:17:51.4676620Z -- Configuring done 2023-07-13T14:17:51.4677023Z -- Generating done 2023-07-13T14:17:51.4677622Z -- Build files have been written to: /work/build/temp.linux-x86_64-cpython-310 2023-07-13T14:17:51.4681200Z [1/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-mkdir 2023-07-13T14:17:51.4685973Z [2/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-mkdir 2023-07-13T14:17:51.4690894Z [3/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-mkdir 2023-07-13T14:18:03.0658110Z [4/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download 2023-07-13T14:18:03.0661092Z -- amr download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-download-*.log 2023-07-13T14:18:03.0663893Z [5/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download 2023-07-13T14:18:03.0666637Z -- lame download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-download-*.log 2023-07-13T14:18:03.0669472Z [6/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download 2023-07-13T14:18:03.0672635Z -- ogg download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-download-*.log 2023-07-13T14:18:03.0675583Z [7/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-update 2023-07-13T14:18:03.0678204Z [8/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-update 2023-07-13T14:18:03.0680923Z [9/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-update 2023-07-13T14:18:03.0683864Z [10/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-patch 2023-07-13T14:18:03.0686982Z [11/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-patch 2023-07-13T14:18:03.0690112Z [12/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-patch 2023-07-13T14:18:03.0694924Z [13/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-07-13T14:18:03.0701087Z [14/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-07-13T14:18:03.0706578Z [15/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o -c ../../torchaudio/csrc/ffmpeg/hw_context.cpp 2023-07-13T14:18:03.0712338Z [16/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-07-13T14:18:03.0720431Z [17/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-07-13T14:18:03.0724855Z [18/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-07-13T14:18:03.0728827Z [19/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o -c ../../torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-07-13T14:18:03.2371455Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp: In member function ‘torchaudio::io::FilterGraphOutputInfo torchaudio::io::FilterGraph::get_output_info() const’: 2023-07-13T14:18:03.2372741Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.2373626Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:03.2374137Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.2374990Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:18:03.2375510Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:03.2376046Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:03.2376736Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:18:03.2377174Z 542 | uint64_t channel_layout; 2023-07-13T14:18:03.2377644Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.2378601Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.2379475Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:03.2379986Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.2380491Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:18:03.2381030Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:03.2381534Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:03.2382262Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:18:03.2382738Z 542 | uint64_t channel_layout; 2023-07-13T14:18:03.2383089Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.2384024Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.2384935Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:03.2385446Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.2385916Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:18:03.2386452Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:03.2386989Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:03.2387664Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:18:03.2388446Z 542 | uint64_t channel_layout; 2023-07-13T14:18:03.2388833Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.2389705Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:77: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.2390621Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:03.2391121Z | ^ 2023-07-13T14:18:03.2391734Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.2392377Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.2392915Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.2393433Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:03.2396454Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:03.2397221Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:03.2397813Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:03.2398271Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.2399319Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:77: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.2400243Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:03.2400773Z | ^ 2023-07-13T14:18:03.2401389Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.2402356Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.2402880Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.2403407Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:03.2403938Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:03.2404642Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:03.2405230Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:03.2405804Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.2408583Z [20/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-07-13T14:18:03.2678329Z [21/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-07-13T14:18:03.2684430Z [22/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-07-13T14:18:03.2687951Z [23/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure 2023-07-13T14:18:03.2690189Z -- ogg configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-configure-*.log 2023-07-13T14:18:03.2693490Z [24/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o -c ../../torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-07-13T14:18:03.2698913Z [25/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o -c ../../torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-07-13T14:18:03.2703189Z [26/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o -c ../../torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-07-13T14:18:03.4558239Z [27/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o -c ../../torchaudio/csrc/ffmpeg/hw_context.cpp 2023-07-13T14:18:03.4637731Z [28/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o -c ../../torchaudio/csrc/utils.cpp 2023-07-13T14:18:03.4678097Z [29/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-07-13T14:18:03.4681197Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: In function ‘void torchaudio::io::{anonymous}::open_codec(AVCodecContext*, const c10::optional, std::basic_string > >&)’: 2023-07-13T14:18:03.4682961Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4683804Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:18:03.4684189Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4684597Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4685098Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.4685641Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.4686378Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.4686812Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.4687158Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4688171Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4688868Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:18:03.4689252Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4689724Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4690225Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.4690780Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.4691461Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.4691954Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.4692312Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4693361Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4694181Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:18:03.4797030Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4797857Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4799030Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.4801071Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.4801908Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.4802344Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.4802686Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4803722Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4804446Z 142 | codec_ctx->channel_layout = 2023-07-13T14:18:03.4804827Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4805312Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4805799Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.4806325Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.4807039Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.4807469Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.4807794Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4808775Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4809481Z 142 | codec_ctx->channel_layout = 2023-07-13T14:18:03.4809814Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.4810230Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4810676Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.4811586Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8236667Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.8237629Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.8238731Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8240196Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8240998Z 142 | codec_ctx->channel_layout = 2023-07-13T14:18:03.8241408Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8241844Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8242369Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8242931Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8244994Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.8245414Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.8245700Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8246565Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8247525Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:03.8247997Z | ^~~~~~~~ 2023-07-13T14:18:03.8248990Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8249501Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8250018Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8250731Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:03.8251166Z 1042 | int channels; 2023-07-13T14:18:03.8252973Z | ^~~~~~~~ 2023-07-13T14:18:03.8254189Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8255905Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:03.8256514Z | ^~~~~~~~ 2023-07-13T14:18:03.8257033Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8257714Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8258695Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8259430Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:03.8259881Z 1042 | int channels; 2023-07-13T14:18:03.8260201Z | ^~~~~~~~ 2023-07-13T14:18:03.8261245Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8262014Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:03.8262439Z | ^~~~~~~~ 2023-07-13T14:18:03.8262902Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8263391Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8263938Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8265568Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:03.8266000Z 1042 | int channels; 2023-07-13T14:18:03.8266331Z | ^~~~~~~~ 2023-07-13T14:18:03.8267255Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:58: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8269015Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:03.8269450Z | ^ 2023-07-13T14:18:03.8270050Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8270751Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8271240Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8271733Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8273602Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8276963Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:03.8277615Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:03.8278604Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8279837Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:58: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8280764Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:03.8281240Z | ^ 2023-07-13T14:18:03.8281758Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8284283Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8285059Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8285987Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8286502Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8287256Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:03.8289309Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:03.8290115Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8291473Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: In member function ‘int torchaudio::io::StreamProcessor::process_packet(AVPacket*)’: 2023-07-13T14:18:03.8293116Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8293944Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:18:03.8294837Z | ^~~~~~~~~~~~ 2023-07-13T14:18:03.8295312Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8295812Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8296365Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8299791Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:18:03.8300494Z 1076 | int frame_number; 2023-07-13T14:18:03.8301144Z | ^~~~~~~~~~~~ 2023-07-13T14:18:03.8302258Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8303203Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:18:03.8303621Z | ^~~~~~~~~~~~ 2023-07-13T14:18:03.8306600Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8307288Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8308050Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8308679Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:18:03.8309040Z 1076 | int frame_number; 2023-07-13T14:18:03.8309341Z | ^~~~~~~~~~~~ 2023-07-13T14:18:03.8310348Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8313599Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:18:03.8314419Z | ^~~~~~~~~~~~ 2023-07-13T14:18:03.8315024Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8315894Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8316434Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:03.8317102Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:18:03.8317536Z 1076 | int frame_number; 2023-07-13T14:18:03.8317874Z | ^~~~~~~~~~~~ 2023-07-13T14:18:03.8318340Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: At global scope: 2023-07-13T14:18:03.8319855Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:48:20: warning: ‘AVPixelFormat torchaudio::io::{anonymous}::get_hw_format(AVCodecContext*, const AVPixelFormat*)’ defined but not used [-Wunused-function] 2023-07-13T14:18:03.8320661Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:18:03.8321043Z | ^~~~~~~~~~~~~ 2023-07-13T14:18:03.8322172Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:30:24: warning: ‘const AVCodecHWConfig* torchaudio::io::{anonymous}::get_cuda_config(const AVCodec*)’ defined but not used [-Wunused-function] 2023-07-13T14:18:03.8323358Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:18:03.8323814Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8327531Z [30/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-07-13T14:18:03.8330267Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:48:20: warning: ‘AVPixelFormat torchaudio::io::{anonymous}::get_hw_format(AVCodecContext*, const AVPixelFormat*)’ defined but not used [-Wunused-function] 2023-07-13T14:18:03.8331089Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:18:03.8331463Z | ^~~~~~~~~~~~~ 2023-07-13T14:18:03.8332630Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:30:24: warning: ‘const AVCodecHWConfig* torchaudio::io::{anonymous}::get_cuda_config(const AVCodec*)’ defined but not used [-Wunused-function] 2023-07-13T14:18:03.8333459Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:18:03.8333950Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8336646Z [31/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-07-13T14:18:03.8339120Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:03.8339899Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.8340711Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.8341556Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.8342259Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.8343017Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.8343640Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:18:03.8344272Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:18:03.8346566Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:03.8348308Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:69:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:03.8349115Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:03.8349530Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8351780Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:04.0076109Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:105:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0117758Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0118484Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0157056Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_frame_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:04.0159059Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:149:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0159982Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0160458Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0162779Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_frame_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:04.0165057Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:186:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0166115Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0166530Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0167576Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-07-13T14:18:04.0168783Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:223:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0169585Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0170012Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0172514Z [32/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-07-13T14:18:04.0174130Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:04.0175075Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:04.0175694Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:04.0176406Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:04.0177065Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:04.0177815Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:04.0178594Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:18:04.0179226Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:18:04.0181206Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:04.0182879Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:69:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0183660Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0184069Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0186282Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:04.0187719Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:105:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0188351Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0188775Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0190600Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_frame_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:04.0192253Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:149:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0193058Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0193480Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0196104Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_frame_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:04.0197858Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:186:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0198646Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0199091Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0200337Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-07-13T14:18:04.0201609Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:223:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:04.0202368Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:04.0202789Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.0205663Z [33/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-07-13T14:18:04.9668384Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:04.9669470Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:61:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 2023-07-13T14:18:04.9670127Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:04.9670466Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.9672823Z [34/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-07-13T14:18:04.9675163Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:04.9676197Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:61:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 2023-07-13T14:18:04.9676980Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:04.9677353Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:04.9678556Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In member function ‘torchaudio::io::SrcStreamInfo torchaudio::io::StreamReader::get_src_stream_info(int) const’: 2023-07-13T14:18:04.9679769Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9680575Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:04.9680923Z | ^~~~~~~~ 2023-07-13T14:18:04.9681564Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:04.9682002Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9682489Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:04.9683088Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:04.9683492Z 173 | int channels; 2023-07-13T14:18:04.9683780Z | ^~~~~~~~ 2023-07-13T14:18:04.9684638Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9685396Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:04.9685784Z | ^~~~~~~~ 2023-07-13T14:18:04.9686313Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:04.9686768Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9687228Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:04.9687828Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:04.9688305Z 173 | int channels; 2023-07-13T14:18:04.9688940Z | ^~~~~~~~ 2023-07-13T14:18:04.9689763Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9690423Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:04.9690771Z | ^~~~~~~~ 2023-07-13T14:18:04.9691206Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:04.9691632Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9692060Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:04.9692611Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:04.9693118Z 173 | int channels; 2023-07-13T14:18:04.9693380Z | ^~~~~~~~ 2023-07-13T14:18:04.9694506Z [35/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure 2023-07-13T14:18:04.9695668Z -- amr configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-configure-*.log 2023-07-13T14:18:04.9698261Z [36/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-07-13T14:18:04.9700479Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-07-13T14:18:04.9701796Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp:97:41: warning: comparison of integer expressions of different signedness: ‘std::deque::size_type’ {aka ‘long unsigned int’} and ‘const int64_t’ {aka ‘const long int’} [-Wsign-compare] 2023-07-13T14:18:04.9702524Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:04.9702869Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:04.9705377Z [37/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-07-13T14:18:04.9707591Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-07-13T14:18:04.9708910Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp:97:41: warning: comparison of integer expressions of different signedness: ‘std::deque::size_type’ {aka ‘long unsigned int’} and ‘const int64_t’ {aka ‘const long int’} [-Wsign-compare] 2023-07-13T14:18:04.9709803Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:04.9710157Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:04.9712606Z [38/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-07-13T14:18:04.9714684Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:04.9715411Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:04.9716137Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:04.9716831Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:04.9717470Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:04.9718201Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:04.9718748Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:04.9719330Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9720524Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp: In function ‘void torchaudio::io::{anonymous}::validate_audio_input(const at::Tensor&, AVFrame*, c10::ScalarType)’: 2023-07-13T14:18:04.9721563Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9722187Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:04.9722486Z | ^~~~~~~~ 2023-07-13T14:18:04.9722958Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:04.9723417Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9723859Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:04.9724340Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9724896Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:04.9725230Z 662 | int channels; 2023-07-13T14:18:04.9725513Z | ^~~~~~~~ 2023-07-13T14:18:04.9726154Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:04.9726873Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:04.9727568Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:04.9728239Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:04.9728849Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:04.9729489Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:04.9730213Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:04.9730696Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9731574Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9732139Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:04.9732449Z | ^~~~~~~~ 2023-07-13T14:18:04.9732903Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:04.9733321Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9733768Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:04.9734256Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9734854Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:04.9735223Z 662 | int channels; 2023-07-13T14:18:04.9735509Z | ^~~~~~~~ 2023-07-13T14:18:04.9736097Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:04.9736821Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:04.9737536Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:04.9738222Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:04.9738871Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:04.9739618Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:04.9740167Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:04.9740682Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9741744Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9742511Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:04.9742814Z | ^~~~~~~~ 2023-07-13T14:18:04.9743286Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:04.9743719Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9744158Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:04.9744647Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9745193Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:04.9745556Z 662 | int channels; 2023-07-13T14:18:04.9745827Z | ^~~~~~~~ 2023-07-13T14:18:04.9746390Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:04.9747110Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:04.9747780Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:04.9748422Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:04.9749106Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:04.9749659Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:04.9750159Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9751091Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9751838Z 35 | buffer->channels, 2023-07-13T14:18:04.9752139Z | ^~~~~~~~ 2023-07-13T14:18:04.9752639Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:04.9753070Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9753509Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:04.9754235Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9754801Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:04.9755159Z 662 | int channels; 2023-07-13T14:18:04.9755428Z | ^~~~~~~~ 2023-07-13T14:18:04.9756007Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:04.9756726Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:04.9757422Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:04.9758072Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:04.9758783Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:04.9759432Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:04.9759918Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9760833Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9761603Z 35 | buffer->channels, 2023-07-13T14:18:04.9761879Z | ^~~~~~~~ 2023-07-13T14:18:04.9762347Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:04.9762784Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9763204Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:04.9763889Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9764473Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:04.9764806Z 662 | int channels; 2023-07-13T14:18:04.9765077Z | ^~~~~~~~ 2023-07-13T14:18:04.9765625Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:04.9766296Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:04.9766941Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:04.9767555Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:04.9768229Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:04.9768754Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:04.9769246Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9770160Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:04.9770713Z 35 | buffer->channels, 2023-07-13T14:18:04.9770982Z | ^~~~~~~~ 2023-07-13T14:18:04.9771448Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:04.9771872Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:04.9772290Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:04.9772962Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:04.9773499Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:04.9773828Z 662 | int channels; 2023-07-13T14:18:04.9774088Z | ^~~~~~~~ 2023-07-13T14:18:04.9774629Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:04.9775314Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:04.9775972Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:05.2619528Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:05.2620423Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:05.2621028Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:05.2621604Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:05.2622750Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp: In function ‘void torchaudio::io::{anonymous}::convert_func_(const at::Tensor&, AVFrame*)’: 2023-07-13T14:18:05.2623856Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2624636Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:05.2625158Z | ^~~~~~~~ 2023-07-13T14:18:05.2625721Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2626182Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2626816Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:05.2627372Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:05.2628363Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:05.2628803Z 662 | int channels; 2023-07-13T14:18:05.2629071Z | ^~~~~~~~ 2023-07-13T14:18:05.2629739Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:05.2630525Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:05.2631364Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:05.2632057Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:05.2632834Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:05.2633463Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:05.2634243Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:05.2635238Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2636060Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:05.2636494Z | ^~~~~~~~ 2023-07-13T14:18:05.2637035Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2637532Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2638049Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:05.2638571Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:05.2639649Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:05.2640012Z 662 | int channels; 2023-07-13T14:18:05.2640291Z | ^~~~~~~~ 2023-07-13T14:18:05.2640908Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:05.2641723Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:05.2642480Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:05.2643168Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:05.2644052Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:05.2644736Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:05.2645409Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:05.2646620Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2647556Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:05.2648115Z | ^~~~~~~~ 2023-07-13T14:18:05.2648718Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2649363Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2649877Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:05.2650513Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:05.2651130Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:05.2651576Z 662 | int channels; 2023-07-13T14:18:05.2652002Z | ^~~~~~~~ 2023-07-13T14:18:05.2655134Z [39/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-07-13T14:18:05.2701537Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘std::string torchaudio::io::{anonymous}::get_supported_channels(const uint64_t*)’: 2023-07-13T14:18:05.2702723Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:318:61: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2703490Z 318 | ss << av_get_channel_layout_nb_channels(*channel_layouts); 2023-07-13T14:18:05.2703947Z | ^ 2023-07-13T14:18:05.2704489Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2705047Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2705476Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2705902Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2706409Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2707411Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:05.2707919Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:05.2708325Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2709195Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:318:61: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2709886Z 318 | ss << av_get_channel_layout_nb_channels(*channel_layouts); 2023-07-13T14:18:05.2710315Z | ^ 2023-07-13T14:18:05.2710866Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2711461Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2711926Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2712290Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2712691Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2713214Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:05.2713630Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:05.2716772Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2717493Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:319:55: warning: ‘const char* av_get_channel_name(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2718070Z 319 | ss << " (" << av_get_channel_name(*channel_layouts) << ")"; 2023-07-13T14:18:05.2718466Z | ^ 2023-07-13T14:18:05.2718945Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2719666Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2720143Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2720590Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2721089Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2722063Z _deps/f6-src/include/libavutil/channel_layout.h:515:13: note: declared here 2023-07-13T14:18:05.2722539Z 515 | const char *av_get_channel_name(uint64_t channel); 2023-07-13T14:18:05.2722885Z | ^~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2723726Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:319:55: warning: ‘const char* av_get_channel_name(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2724367Z 319 | ss << " (" << av_get_channel_name(*channel_layouts) << ")"; 2023-07-13T14:18:05.2724739Z | ^ 2023-07-13T14:18:05.2725255Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2725872Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2726331Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2726724Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2727140Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2728096Z _deps/f6-src/include/libavutil/channel_layout.h:515:13: note: declared here 2023-07-13T14:18:05.2728478Z 515 | const char *av_get_channel_name(uint64_t channel); 2023-07-13T14:18:05.2728776Z | ^~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2729586Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘uint64_t torchaudio::io::{anonymous}::get_channel_layout(uint64_t, c10::optional, const AVCodec*)’: 2023-07-13T14:18:05.2730671Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2731632Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:05.2731966Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2732484Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2732954Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2733395Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2733893Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2734491Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2735082Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2735587Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2736479Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2737124Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:05.2737442Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2737921Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2738399Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2738826Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2739320Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2739971Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2740562Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2741042Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2741956Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2742651Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:05.2742983Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2743517Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2744171Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2744588Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2745061Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2745692Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2746278Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2746749Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2747562Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:336:69: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2748267Z 336 | return static_cast(av_get_default_channel_layout(val)); 2023-07-13T14:18:05.2748698Z | ^ 2023-07-13T14:18:05.2749264Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2749886Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2750324Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2750754Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2751226Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2752106Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:05.2752605Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:05.2753227Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2754324Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:336:69: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2755026Z 336 | return static_cast(av_get_default_channel_layout(val)); 2023-07-13T14:18:05.2755405Z | ^ 2023-07-13T14:18:05.2755964Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2756603Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2757092Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2757575Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2758108Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2758784Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:05.2759377Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:05.2759764Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2760746Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2761575Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:05.2762020Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2762580Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2763216Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2763686Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2764199Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2764880Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2765490Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2766250Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2767215Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2767989Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:05.2768366Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2768887Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2769333Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2769722Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2770192Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2770820Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2771407Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2771880Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2772829Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2773618Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:05.2774046Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2774585Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2775047Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2775472Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2776251Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2776900Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2777533Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2778011Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2778816Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:339:48: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2779475Z 339 | if (av_get_channel_layout_nb_channels(*it) == val) { 2023-07-13T14:18:05.2779850Z | ^ 2023-07-13T14:18:05.2780356Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2780969Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2781449Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2781867Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2782388Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2783031Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:05.2783529Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:05.2783929Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2784765Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:339:48: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2785450Z 339 | if (av_get_channel_layout_nb_channels(*it) == val) { 2023-07-13T14:18:05.2785832Z | ^ 2023-07-13T14:18:05.2786387Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2786992Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2787451Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2788093Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2788587Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2789256Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:05.2789781Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:05.2790211Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2790889Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:05.2791676Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:05.2792408Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:05.2793133Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:05.2794164Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:05.2794708Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:05.2795148Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2795671Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2796743Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2797543Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:05.2797939Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2798747Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2799388Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2799862Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2800374Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2800986Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2801598Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2802082Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2802730Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:05.2803514Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:05.2804297Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:05.2804914Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:05.2805513Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:05.2805948Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:05.2806297Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2806694Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2807502Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2808100Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:05.2808431Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2808867Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2809232Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2809797Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2810245Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2810852Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2811434Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2811930Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2812568Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:05.2813373Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:05.2814107Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:05.2814778Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:05.2815543Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:05.2816071Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:05.2816492Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2816974Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2817995Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2818681Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:05.2819014Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2819629Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2820020Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2820389Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2820794Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2821278Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2821778Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2822294Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2823159Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2823830Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:05.2824178Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2824694Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2825167Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2825616Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2826096Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2826722Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2827349Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2827827Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2828652Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2829270Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:05.2829594Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2830105Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2830570Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2831196Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2831714Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2832337Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2832934Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2833425Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2834555Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2835253Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:05.2835573Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2836085Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2836540Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2836974Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2837470Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2838084Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2838654Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2839248Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2840148Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2841197Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:05.2841647Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2842156Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2842645Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2843064Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2843582Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2844235Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2844827Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2845307Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2846186Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2846997Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:05.2847383Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2847919Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2848416Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2848859Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2849315Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2849947Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2850518Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2850962Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2851880Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2852633Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:05.2853243Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2853788Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2854273Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2854751Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2855206Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2855814Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2856379Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2856829Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2857677Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2858363Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:05.2858694Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2859204Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2859675Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2860137Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2860597Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2861175Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2861789Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2862491Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2863371Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2864038Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:05.2864397Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2864908Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2865437Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2865907Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2866418Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2867049Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2867654Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2868151Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2869025Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2869735Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:05.2870096Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2870601Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:05.2871079Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2871527Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2872038Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2872661Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:05.2873265Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:05.2874034Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2875430Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘void torchaudio::io::{anonymous}::configure_audio_codec_ctx(AVCodecContext*, AVSampleFormat, int, uint64_t, const c10::optional&)’: 2023-07-13T14:18:05.2876757Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2877547Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:05.2877969Z | ^~~~~~~~ 2023-07-13T14:18:05.2878369Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2878856Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2879465Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2880129Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:05.2880514Z 1042 | int channels; 2023-07-13T14:18:05.2880811Z | ^~~~~~~~ 2023-07-13T14:18:05.2881723Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2882656Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:05.2883083Z | ^~~~~~~~ 2023-07-13T14:18:05.2883484Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2883860Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2884269Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2884791Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:05.2885406Z 1042 | int channels; 2023-07-13T14:18:05.2885633Z | ^~~~~~~~ 2023-07-13T14:18:05.2886533Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2887218Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:05.2887544Z | ^~~~~~~~ 2023-07-13T14:18:05.2887869Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2888254Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2888668Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2889199Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:05.2889623Z 1042 | int channels; 2023-07-13T14:18:05.2889918Z | ^~~~~~~~ 2023-07-13T14:18:05.2890731Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:73: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2892373Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:05.2892851Z | ^ 2023-07-13T14:18:05.2893368Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2893950Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2894403Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2894853Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2895321Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2895961Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:05.2896450Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:05.2896871Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2897919Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:73: warning: ‘int av_get_channel_layout_nb_channels(uint64_t)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2898621Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:05.2899004Z | ^ 2023-07-13T14:18:05.2899418Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2899898Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2900278Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2900620Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2901063Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2901752Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:05.2902953Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:05.2903345Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2904302Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2905035Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:05.2905372Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2905773Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2906244Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2906760Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2907381Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:05.2907982Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:05.2908287Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2909162Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2909895Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:05.2910268Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2910660Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2911124Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2911630Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2912280Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:05.2912681Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:05.2912993Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2914126Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2914858Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:05.2915240Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2915627Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2916062Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2916556Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2917192Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:05.2917598Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:05.2917896Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2918864Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘torchaudio::io::AVFramePtr torchaudio::io::{anonymous}::get_audio_frame(AVSampleFormat, int, int, uint64_t, int)’: 2023-07-13T14:18:05.2920166Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2920941Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:05.2921518Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2922069Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2922528Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2922974Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2923470Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2924122Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:05.2924496Z 524 | uint64_t channel_layout; 2023-07-13T14:18:05.2924830Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2925703Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2926386Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:05.2926712Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2927196Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2927651Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2928063Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2928552Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2929168Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:05.2929561Z 524 | uint64_t channel_layout; 2023-07-13T14:18:05.2929895Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2930771Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2931664Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:05.2931992Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2932500Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2933005Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2933433Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2933918Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2934546Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:05.2934953Z 524 | uint64_t channel_layout; 2023-07-13T14:18:05.2935267Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.2936119Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2936790Z 711 | frame->channels = num_channels; 2023-07-13T14:18:05.2937116Z | ^~~~~~~~ 2023-07-13T14:18:05.2937637Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2938130Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2938589Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2939076Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2939695Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:05.2940070Z 662 | int channels; 2023-07-13T14:18:05.2940364Z | ^~~~~~~~ 2023-07-13T14:18:05.2941232Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2941961Z 711 | frame->channels = num_channels; 2023-07-13T14:18:05.2942285Z | ^~~~~~~~ 2023-07-13T14:18:05.2942824Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2943340Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2943790Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2944452Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2945074Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:05.2945453Z 662 | int channels; 2023-07-13T14:18:05.2945752Z | ^~~~~~~~ 2023-07-13T14:18:05.2946640Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2947312Z 711 | frame->channels = num_channels; 2023-07-13T14:18:05.2947610Z | ^~~~~~~~ 2023-07-13T14:18:05.2948123Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2948776Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2949206Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2949710Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2950355Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:05.2950732Z 662 | int channels; 2023-07-13T14:18:05.2951030Z | ^~~~~~~~ 2023-07-13T14:18:05.2952547Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In function ‘torchaudio::io::EncodeProcess torchaudio::io::get_audio_encode_process(AVFormatContext*, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, bool)’: 2023-07-13T14:18:05.2954218Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:769:75: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2954811Z 769 | static_cast(av_get_default_channel_layout(src_num_channels)); 2023-07-13T14:18:05.2955163Z | ^ 2023-07-13T14:18:05.2955606Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2956252Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2956639Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2957002Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2957443Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2958098Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:05.2958574Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:05.2958973Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2959992Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:769:75: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2960701Z 769 | static_cast(av_get_default_channel_layout(src_num_channels)); 2023-07-13T14:18:05.2961161Z | ^ 2023-07-13T14:18:05.2961711Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2962309Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2962744Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2963205Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.2963710Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.2964362Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:05.2964861Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:05.2965536Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.2965999Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In lambda function: 2023-07-13T14:18:05.2966833Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:789:67: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.2967401Z 789 | return static_cast(av_get_default_channel_layout(2)); 2023-07-13T14:18:05.2967760Z | ^ 2023-07-13T14:18:05.2968195Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.2968689Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.2969245Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.2969634Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:06.6796323Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:06.6797369Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:06.6798030Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:06.6798618Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:06.6799996Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:789:67: warning: ‘int64_t av_get_default_channel_layout(int)’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:06.6800865Z 789 | return static_cast(av_get_default_channel_layout(2)); 2023-07-13T14:18:06.6801316Z | ^ 2023-07-13T14:18:06.6802050Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:06.6802806Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:06.6803355Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:06.6803798Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:06.6804296Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:06.6804953Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:06.6805449Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:06.6805828Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:06.6806256Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: At global scope: 2023-07-13T14:18:06.6807510Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:530:6: warning: ‘void torchaudio::io::{anonymous}::configure_hw_accel(AVCodecContext*, const string&)’ defined but not used [-Wunused-function] 2023-07-13T14:18:06.6808294Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:06.6808683Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:06.6811363Z [40/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-07-13T14:18:06.6813876Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:530:6: warning: ‘void torchaudio::io::{anonymous}::configure_hw_accel(AVCodecContext*, const string&)’ defined but not used [-Wunused-function] 2023-07-13T14:18:06.6814959Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:06.6815380Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:06.6816824Z [41/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure 2023-07-13T14:18:06.6818184Z -- lame configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-configure-*.log 2023-07-13T14:18:06.6819881Z [42/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build 2023-07-13T14:18:06.6821461Z -- ogg build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-build-*.log 2023-07-13T14:18:06.6823010Z [43/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install 2023-07-13T14:18:06.6824329Z -- ogg install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-install-*.log 2023-07-13T14:18:06.6826078Z [44/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/ogg-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-done 2023-07-13T14:18:06.6829836Z [45/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-mkdir 2023-07-13T14:18:06.6834728Z [46/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-mkdir 2023-07-13T14:18:06.6839846Z [47/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-mkdir 2023-07-13T14:18:06.6842808Z [48/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download 2023-07-13T14:18:06.6844145Z -- opus download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-download-*.log 2023-07-13T14:18:06.6845696Z [49/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download 2023-07-13T14:18:06.6847049Z -- vorbis download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-download-*.log 2023-07-13T14:18:06.6848293Z [50/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-update 2023-07-13T14:18:08.6823902Z [51/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-update 2023-07-13T14:18:08.6825767Z [52/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-patch 2023-07-13T14:18:08.6828127Z [53/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-patch 2023-07-13T14:18:08.6831475Z [54/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-07-13T14:18:08.6836365Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp: In function ‘torchaudio::io::detail::{anonymous}::FilterGraphFactory torchaudio::io::detail::{anonymous}::get_audio_factory(AVRational, AVCodecContext*)’: 2023-07-13T14:18:08.6837921Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:08.6838783Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:08.6839281Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:08.6839737Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:08.6840246Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:08.6841160Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:08.6841905Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:08.6842422Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:08.6842809Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:08.6843808Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:08.6844583Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:08.6845012Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:08.6845455Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:08.6846012Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:08.6846617Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:08.6847326Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:08.6847780Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:08.6848111Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:08.6849076Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:08.6849792Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:08.6850138Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:08.6850564Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:08.6851096Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:08.6851652Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:08.6852344Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:08.6852810Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:08.6853157Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:08.6854507Z [55/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download 2023-07-13T14:18:08.6855906Z -- flac download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-download-*.log 2023-07-13T14:18:08.6857157Z [56/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-update 2023-07-13T14:18:08.6858876Z [57/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-patch 2023-07-13T14:18:08.6862464Z [58/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-07-13T14:18:08.6866527Z [59/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o -c ../../torchaudio/csrc/forced_align/compute.cpp 2023-07-13T14:18:08.6870437Z [60/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o -c ../../torchaudio/csrc/rnnt/compute_alphas.cpp 2023-07-13T14:18:08.6874532Z [61/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o -c ../../torchaudio/csrc/rnnt/compute_betas.cpp 2023-07-13T14:18:08.6878213Z [62/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o -c ../../torchaudio/csrc/rnnt/compute.cpp 2023-07-13T14:18:12.3240040Z [63/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o -c ../../torchaudio/csrc/rnnt/autograd.cpp 2023-07-13T14:18:12.3243973Z [64/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o -c ../../torchaudio/csrc/rnnt/cpu/compute_alphas.cpp 2023-07-13T14:18:12.3248039Z [65/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o -c ../../torchaudio/csrc/rnnt/cpu/compute_betas.cpp 2023-07-13T14:18:12.3251702Z [66/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o -c ../../torchaudio/csrc/ffmpeg/compat.cpp 2023-07-13T14:18:12.3254266Z [67/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure 2023-07-13T14:18:12.3255680Z -- vorbis configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-configure-*.log 2023-07-13T14:18:12.3257298Z [68/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build 2023-07-13T14:18:12.3258649Z -- lame build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-build-*.log 2023-07-13T14:18:12.3260272Z [69/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install 2023-07-13T14:18:12.3261616Z -- lame install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-install-*.log 2023-07-13T14:18:12.3263500Z [70/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/lame-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/lame-stamp/lame-done 2023-07-13T14:18:12.3265570Z [71/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure 2023-07-13T14:18:12.3267160Z -- opus configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-configure-*.log 2023-07-13T14:18:12.3270073Z [72/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-07-13T14:18:12.3274601Z [73/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp 2023-07-13T14:18:12.3278524Z [74/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o -c ../../torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-07-13T14:18:12.3282405Z [75/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o -c ../../torchaudio/csrc/rnnt/cpu/compute.cpp 2023-07-13T14:18:12.3286305Z [76/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o -c ../../torchaudio/csrc/ffmpeg/hw_context.cpp 2023-07-13T14:18:12.9637040Z [77/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp 2023-07-13T14:18:12.9641469Z [78/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp 2023-07-13T14:18:12.9643610Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:12.9644415Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:12.9645220Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:12.9645965Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:12.9646696Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:12.9647517Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:12.9648125Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:18:12.9648653Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:18:12.9650674Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:12.9652381Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:69:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:12.9653536Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:12.9653941Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.9656017Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:12.9658040Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:105:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:12.9658886Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:12.9659287Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.9661138Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_audio_frame_stream(int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:12.9662789Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:149:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:12.9663615Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:12.9664046Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.9666063Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::add_video_frame_stream(double, int, int, const string&, const c10::optional >&, const c10::optional, std::basic_string > >&, const c10::optional >&, const c10::optional&, const c10::optional&, const c10::optional&, const c10::optional >&, const c10::optional&, const c10::optional >&)’: 2023-07-13T14:18:12.9667828Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:186:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:12.9668659Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:12.9669080Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.9670163Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp: In member function ‘void torchaudio::io::StreamWriter::open(const c10::optional, std::basic_string > >&)’: 2023-07-13T14:18:12.9671431Z ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:223:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:12.9672223Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:12.9672644Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.9677642Z [79/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-07-13T14:18:12.9681932Z [80/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp 2023-07-13T14:18:12.9684589Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:12.9685738Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:61:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 2023-07-13T14:18:12.9686533Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:14.3752055Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:14.3753611Z [81/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure 2023-07-13T14:18:14.3755108Z -- flac configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-configure-*.log 2023-07-13T14:18:14.3757323Z [82/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o -c ../../torchaudio/csrc/ffmpeg/filter_graph.cpp 2023-07-13T14:18:14.3760553Z [83/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-07-13T14:18:14.3764142Z [84/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp 2023-07-13T14:18:14.3766242Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:48:20: warning: ‘AVPixelFormat torchaudio::io::{anonymous}::get_hw_format(AVCodecContext*, const AVPixelFormat*)’ defined but not used [-Wunused-function] 2023-07-13T14:18:14.3767179Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:18:14.3767468Z | ^~~~~~~~~~~~~ 2023-07-13T14:18:14.3768088Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:30:24: warning: ‘const AVCodecHWConfig* torchaudio::io::{anonymous}::get_cuda_config(const AVCodec*)’ defined but not used [-Wunused-function] 2023-07-13T14:18:14.3768588Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:18:14.3768994Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:14.3771230Z [85/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-07-13T14:18:14.3772767Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-07-13T14:18:14.3773661Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp:97:41: warning: comparison of integer expressions of different signedness: ‘std::deque::size_type’ {aka ‘long unsigned int’} and ‘const int64_t’ {aka ‘const long int’} [-Wsign-compare] 2023-07-13T14:18:14.3774140Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:14.3774387Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:14.3775978Z [86/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-07-13T14:18:14.3777907Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:530:6: warning: ‘void torchaudio::io::{anonymous}::configure_hw_accel(AVCodecContext*, const string&)’ defined but not used [-Wunused-function] 2023-07-13T14:18:14.3778379Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:14.3778652Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:14.3781250Z [87/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp 2023-07-13T14:18:14.3784657Z [88/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-07-13T14:18:14.3785832Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3786291Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3786725Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3787146Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3787582Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3788048Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3788508Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3788966Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3789428Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3789901Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3790376Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3790725Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3791320Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In member function ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&)’: 2023-07-13T14:18:14.3791982Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3792437Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3792688Z | ^~~~~~~~ 2023-07-13T14:18:14.3793018Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3793304Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3793592Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3794296Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3794978Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3795379Z 662 | int channels; 2023-07-13T14:18:14.3795664Z | ^~~~~~~~ 2023-07-13T14:18:14.3796221Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3796928Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3797684Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3798599Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3799061Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3799636Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3800084Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3800593Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3801068Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3801542Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3802005Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3802362Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3802966Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3803425Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3803678Z | ^~~~~~~~ 2023-07-13T14:18:14.3804002Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3804290Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3804569Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3804882Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3805240Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3805484Z 662 | int channels; 2023-07-13T14:18:14.3805648Z | ^~~~~~~~ 2023-07-13T14:18:14.3806003Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3806459Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3806882Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3807300Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3807751Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3808217Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3808809Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3809635Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3810597Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3811117Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3811579Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3811931Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3812507Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3812957Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3813314Z | ^~~~~~~~ 2023-07-13T14:18:14.3813643Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3813935Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3814218Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3814534Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3814899Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3815122Z 662 | int channels; 2023-07-13T14:18:14.3815303Z | ^~~~~~~~ 2023-07-13T14:18:14.3815664Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3816105Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3816539Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3816960Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3817414Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3817866Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3818326Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3818791Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3819265Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3819726Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3820202Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3820552Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3821318Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Byte; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:14.3821849Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:75:16: required from here 2023-07-13T14:18:14.3822414Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3822873Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3823137Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3823457Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3823745Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3824098Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3824404Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3824767Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3825000Z 662 | int channels; 2023-07-13T14:18:14.3825165Z | ^~~~~~~~ 2023-07-13T14:18:14.3825528Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3825979Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3826414Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3826882Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3827328Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3827794Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3828254Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3828699Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3829176Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3829649Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3830108Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3830463Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3831020Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3831479Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3831728Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3832048Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3832336Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3832622Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3832921Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3833283Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3833517Z 662 | int channels; 2023-07-13T14:18:14.3833681Z | ^~~~~~~~ 2023-07-13T14:18:14.3834196Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3834653Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3835076Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3835500Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3835949Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3836412Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3836857Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3837323Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3837911Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3838391Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3838849Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3839285Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3839850Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3840306Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3840649Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3840970Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3841257Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3841540Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3841851Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3842210Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3842429Z 662 | int channels; 2023-07-13T14:18:14.3842609Z | ^~~~~~~~ 2023-07-13T14:18:14.3842966Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3843415Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3843838Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3844258Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3844711Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3845157Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3845618Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3846070Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3846543Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3847003Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3847476Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3847826Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3848586Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Byte; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:14.3849106Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:76:16: required from here 2023-07-13T14:18:14.3849665Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3850119Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3850387Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3850702Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3850986Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3851336Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3851638Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3851997Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3852229Z 662 | int channels; 2023-07-13T14:18:14.3852405Z | ^~~~~~~~ 2023-07-13T14:18:14.3852745Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3853197Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3853628Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3854112Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3854560Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3855028Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3855484Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3855929Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3856400Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3856874Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3857349Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3857690Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3858251Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3858706Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3858955Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3859275Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3859562Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3859848Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3860146Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3860515Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3860747Z 662 | int channels; 2023-07-13T14:18:14.3860910Z | ^~~~~~~~ 2023-07-13T14:18:14.3861271Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3861721Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3862151Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3862554Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3863002Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3863461Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3863914Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3864372Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3864918Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3865399Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3865855Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3866204Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3866757Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3867211Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3867555Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3867872Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3868165Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3868445Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3868759Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3869120Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3869353Z 662 | int channels; 2023-07-13T14:18:14.3869519Z | ^~~~~~~~ 2023-07-13T14:18:14.3869874Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3870326Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3871212Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3871625Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3872082Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3872549Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3872994Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3873453Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3874113Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3874595Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3875063Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3875427Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3876194Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Short; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:14.3876728Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:77:16: required from here 2023-07-13T14:18:14.3877281Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3877737Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3878007Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3878332Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3878608Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3879033Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3879437Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3879790Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3880028Z 662 | int channels; 2023-07-13T14:18:14.3880208Z | ^~~~~~~~ 2023-07-13T14:18:14.3880551Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3881004Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3881437Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3881939Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3882380Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3882846Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3883305Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3883766Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3884226Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3884700Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3885174Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3885512Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3886072Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3886527Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3886789Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3887099Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3887384Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3887672Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3887972Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3888337Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3888572Z 662 | int channels; 2023-07-13T14:18:14.3888750Z | ^~~~~~~~ 2023-07-13T14:18:14.3889102Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3889557Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3889990Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3890395Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3890846Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3891311Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3891772Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3892215Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3892754Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3893231Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3893700Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3894036Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3894588Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3895109Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3895357Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3895679Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3895971Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3896267Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3896567Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3896929Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3897160Z 662 | int channels; 2023-07-13T14:18:14.3897326Z | ^~~~~~~~ 2023-07-13T14:18:14.3897681Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3898131Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3898567Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3898970Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3899424Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3899887Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3900329Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3900784Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3901263Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3901738Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3902199Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3902550Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3903305Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Short; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:14.3903834Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:78:16: required from here 2023-07-13T14:18:14.3904381Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3904836Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3905107Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3905426Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3905704Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3906073Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3906387Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3906735Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3906968Z 662 | int channels; 2023-07-13T14:18:14.3907146Z | ^~~~~~~~ 2023-07-13T14:18:14.3907495Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3907946Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3908440Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3908856Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3909295Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3909762Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3910216Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3910673Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3911129Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3911602Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3912071Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3912421Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3912971Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3913429Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3913694Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3914279Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3914732Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3915049Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3915362Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3915717Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3915949Z 662 | int channels; 2023-07-13T14:18:14.3916126Z | ^~~~~~~~ 2023-07-13T14:18:14.3916478Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3916931Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3917363Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3917781Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3918218Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3918684Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3919223Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3919668Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3920256Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3920731Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3921199Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3921539Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3922098Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3922637Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3922900Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3923208Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3923503Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3923790Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3924089Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3924446Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3924679Z 662 | int channels; 2023-07-13T14:18:14.3924845Z | ^~~~~~~~ 2023-07-13T14:18:14.3925198Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3925647Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3926085Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3926488Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3926939Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3927399Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3927860Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3928303Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3928782Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3929261Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3929730Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3930070Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3930825Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Int; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:14.3931353Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:79:16: required from here 2023-07-13T14:18:14.3931916Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3932360Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3932629Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3932948Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3933283Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3933575Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3933890Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3934248Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3934470Z 662 | int channels; 2023-07-13T14:18:14.3934649Z | ^~~~~~~~ 2023-07-13T14:18:14.3935006Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3935444Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3935937Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3936353Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3936793Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3937256Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3937719Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3938180Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3938640Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3939114Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3939589Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3939944Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3940486Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3940944Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3941206Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3941526Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3941800Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3942087Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3942405Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3942749Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3942983Z 662 | int channels; 2023-07-13T14:18:14.3943163Z | ^~~~~~~~ 2023-07-13T14:18:14.3943512Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3943963Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3944396Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3944811Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3945243Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3945707Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3946171Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3946691Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3947153Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3947627Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3948100Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3948438Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3948992Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3949529Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3949792Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3950107Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3950394Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3950683Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3950983Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3951344Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3951579Z 662 | int channels; 2023-07-13T14:18:14.3951758Z | ^~~~~~~~ 2023-07-13T14:18:14.3952104Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3952556Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3952997Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3953407Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3954005Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3954482Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3954941Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3955393Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3955862Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3956341Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3956808Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3957150Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3957899Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Int; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:14.3958430Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:80:16: required from here 2023-07-13T14:18:14.3958989Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3959547Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3959809Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3960127Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3960501Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3960794Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3961106Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3961466Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3961688Z 662 | int channels; 2023-07-13T14:18:14.3961866Z | ^~~~~~~~ 2023-07-13T14:18:14.3962221Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3962659Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3963172Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3963585Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3964037Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3964490Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3964947Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3965402Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3965870Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3966330Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3966798Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3967152Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3967698Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3968152Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3968413Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3968731Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3969007Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3969293Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3969613Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3969959Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3970197Z 662 | int channels; 2023-07-13T14:18:14.3970382Z | ^~~~~~~~ 2023-07-13T14:18:14.3970737Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3971177Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3971607Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3972021Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3972460Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3972923Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3973385Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3973896Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3974358Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3974831Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3975301Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3975646Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3976186Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3976743Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3977005Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3977319Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3977605Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3977891Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3978202Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3978547Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3978780Z 662 | int channels; 2023-07-13T14:18:14.3978958Z | ^~~~~~~~ 2023-07-13T14:18:14.3979298Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3979753Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3980190Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3980607Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3981047Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3981509Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3981964Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3982407Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3982877Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3983349Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3983819Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3984157Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3984909Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Long; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:14.3985434Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:81:16: required from here 2023-07-13T14:18:14.3985989Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3986435Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3986706Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3987028Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3987381Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3987659Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3987974Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3988336Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3988556Z 662 | int channels; 2023-07-13T14:18:14.3988735Z | ^~~~~~~~ 2023-07-13T14:18:14.3989092Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3989527Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3990029Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3990443Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3990896Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.3991347Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.3991806Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.3992262Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.3992734Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.3993198Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.3993664Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.3994202Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.3994761Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.3995206Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.3995470Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.3995795Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.3996070Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.3996360Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.3996679Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.3997037Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.3997257Z 662 | int channels; 2023-07-13T14:18:14.3997441Z | ^~~~~~~~ 2023-07-13T14:18:14.3997804Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.3998239Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.3998668Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.3999081Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.3999599Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4000055Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4000515Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4001105Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4001568Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4002042Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4002509Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4002858Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4003399Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4003944Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4004206Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4004532Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4004806Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4005099Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4005409Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4005753Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4005984Z 662 | int channels; 2023-07-13T14:18:14.4006165Z | ^~~~~~~~ 2023-07-13T14:18:14.4006510Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4006974Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4007410Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4007828Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4008260Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4008723Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4009177Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4009632Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4010094Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4010571Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4011045Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4011392Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4012133Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Long; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:14.4012661Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:82:16: required from here 2023-07-13T14:18:14.4013220Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4013679Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4013927Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4014328Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4014620Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4014898Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4015209Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4015566Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4015801Z 662 | int channels; 2023-07-13T14:18:14.4015966Z | ^~~~~~~~ 2023-07-13T14:18:14.4016321Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4016775Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4017264Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4017684Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4018131Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4018594Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4019040Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4019499Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4019974Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4020435Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4020904Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4021259Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4021810Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4022249Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4022509Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4022830Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4023118Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4023394Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4023713Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4024072Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4024298Z 662 | int channels; 2023-07-13T14:18:14.4024476Z | ^~~~~~~~ 2023-07-13T14:18:14.4024833Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4025271Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4025705Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4026118Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4026567Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4027022Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4027476Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4027997Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4028468Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4028924Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4029389Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4029740Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4030291Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4030801Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4031067Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4031442Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4031761Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4032113Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4032601Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4033084Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4033388Z 662 | int channels; 2023-07-13T14:18:14.4033630Z | ^~~~~~~~ 2023-07-13T14:18:14.4034166Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4057619Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4058078Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4058511Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4058968Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4059438Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4059899Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4060346Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4060823Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4061311Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4061785Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4062123Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4062926Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Float; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:14.4063458Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:83:16: required from here 2023-07-13T14:18:14.4064033Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4064488Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4064752Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4065270Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4065551Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4065839Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4066153Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4066517Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4066739Z 662 | int channels; 2023-07-13T14:18:14.4066919Z | ^~~~~~~~ 2023-07-13T14:18:14.4067271Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4067809Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4068242Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4068662Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4069102Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4069567Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4070023Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4070482Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4070943Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4071423Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4071893Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4072245Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4072790Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4073247Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4073508Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4074035Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4074314Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4074610Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4074976Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4075329Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4075570Z 662 | int channels; 2023-07-13T14:18:14.4075748Z | ^~~~~~~~ 2023-07-13T14:18:14.4076092Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4076546Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4076978Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4077395Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4077831Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4078303Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4078876Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4079422Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4079880Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4080353Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4080821Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4081156Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4081802Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4082254Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4082523Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4082834Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4083121Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4083411Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4083710Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4084068Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4084300Z 662 | int channels; 2023-07-13T14:18:14.4084478Z | ^~~~~~~~ 2023-07-13T14:18:14.4084820Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4085280Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4085719Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4086124Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4086577Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4087039Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4087495Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4087938Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4088416Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4088892Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4089361Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4089699Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4090451Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Float; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:14.4090981Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:84:16: required from here 2023-07-13T14:18:14.4091545Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4091994Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4092255Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4092640Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4092918Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4093207Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4093522Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4093882Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4094106Z 662 | int channels; 2023-07-13T14:18:14.4094285Z | ^~~~~~~~ 2023-07-13T14:18:14.4094645Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4095151Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4095579Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4096002Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4096452Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4096904Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4097363Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4097820Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4098296Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4098764Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4099238Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4099589Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4100130Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4100589Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4100849Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4101171Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4101447Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4101741Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4102053Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4102406Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4102640Z 662 | int channels; 2023-07-13T14:18:14.4102818Z | ^~~~~~~~ 2023-07-13T14:18:14.4103176Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4103616Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4104047Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4104466Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4104898Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4105369Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4105898Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4106355Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4106813Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4107288Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4107757Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4108105Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4108711Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4109168Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4109434Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4109744Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4110031Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4110319Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4110629Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4110975Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4111209Z 662 | int channels; 2023-07-13T14:18:14.4111390Z | ^~~~~~~~ 2023-07-13T14:18:14.4111740Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4112191Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4112627Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4113042Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4113478Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4114178Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4114744Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4115186Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4115665Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4116135Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4116614Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4116951Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4117718Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Double; bool is_planar = false; AVFrame = AVFrame]’: 2023-07-13T14:18:14.4118249Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:85:16: required from here 2023-07-13T14:18:14.4118814Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4119343Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4119720Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4120046Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4120335Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4120610Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4120921Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4121280Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4121502Z 662 | int channels; 2023-07-13T14:18:14.4121681Z | ^~~~~~~~ 2023-07-13T14:18:14.4122039Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4122630Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4123053Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4123473Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4123926Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4124376Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4124830Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4125287Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4125763Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4126221Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4126694Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4127045Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4127601Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4128045Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4128304Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4128621Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4128896Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4129190Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4129502Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4129866Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.4130087Z 662 | int channels; 2023-07-13T14:18:14.4130263Z | ^~~~~~~~ 2023-07-13T14:18:14.4130618Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.4131058Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.4131490Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.4131910Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.4132359Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.4132812Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.4133348Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.4133808Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.4134265Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.4134736Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.4135202Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.4135551Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.4136162Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.4136623Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.4136884Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.4137205Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.4137481Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.4137769Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.4138088Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.4138434Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.7107834Z 662 | int channels; 2023-07-13T14:18:14.7108066Z | ^~~~~~~~ 2023-07-13T14:18:14.7108887Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.7109653Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.7110505Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.7110923Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.7111379Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.7111850Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.7112310Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.7112760Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.7113246Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.7113727Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.7114435Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.7114776Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.7115613Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In instantiation of ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&) [with c10::ScalarType dtype = c10::ScalarType::Double; bool is_planar = true; AVFrame = AVFrame]’: 2023-07-13T14:18:14.7116154Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:86:16: required from here 2023-07-13T14:18:14.7116746Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.7117194Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.7117676Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.7118008Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.7118284Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.7118575Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.7118886Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.7119334Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.7119558Z 662 | int channels; 2023-07-13T14:18:14.7119739Z | ^~~~~~~~ 2023-07-13T14:18:14.7120102Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.7120665Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.7121105Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.7121524Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.7121976Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.7122430Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.7122889Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.7123348Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.7123823Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.7124285Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.7124760Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.7125113Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.7125663Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.7126122Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.7126386Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.7126709Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.7126993Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.7127284Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.7127597Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.7127951Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.7128188Z 662 | int channels; 2023-07-13T14:18:14.7128366Z | ^~~~~~~~ 2023-07-13T14:18:14.7128709Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:14.7129162Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:14.7129596Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:14.7130013Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:14.7130494Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:14.7130948Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:14.7131482Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:14.7131942Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:14.7132401Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:14.7132876Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:14.7133347Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:14.7133778Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:14.7134325Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:14.7134792Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:14.7135054Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:14.7135378Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:14.7135653Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:14.7135946Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:14.7136260Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:14.7136603Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:14.7136842Z 662 | int channels; 2023-07-13T14:18:14.7137025Z | ^~~~~~~~ 2023-07-13T14:18:14.7137270Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: At global scope: 2023-07-13T14:18:14.7137954Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:101:15: warning: ‘at::Tensor torchaudio::io::{anonymous}::get_image_buffer(at::IntArrayRef, c10::Device, torch::Dtype)’ defined but not used [-Wunused-function] 2023-07-13T14:18:14.7138367Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:14.7138570Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:14.7142599Z [89/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_ffmpeg6.so -o torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg6.so torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/filter_graph.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/hw_context.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/chunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/buffer/unchunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/conversion.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/packet_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/post_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_processor.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_reader/stream_reader.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/packet_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/stream_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/tensor_converter.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/compat.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f6-src/lib/libavutil.so.58 _deps/f6-src/lib/libavcodec.so.60 _deps/f6-src/lib/libavformat.so.60 _deps/f6-src/lib/libavdevice.so.60 _deps/f6-src/lib/libavfilter.so.9 && : 2023-07-13T14:18:18.6961506Z [90/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-07-13T14:18:18.6964645Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:101:15: warning: ‘at::Tensor torchaudio::io::{anonymous}::get_image_buffer(at::IntArrayRef, c10::Device, torch::Dtype)’ defined but not used [-Wunused-function] 2023-07-13T14:18:18.6965409Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:18.6965777Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:18.6968533Z [91/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp 2023-07-13T14:18:18.6972469Z [92/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o -c ../../torchaudio/csrc/ffmpeg/compat.cpp 2023-07-13T14:18:18.6976172Z [93/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o -c ../../torchaudio/csrc/overdrive.cpp 2023-07-13T14:18:18.6980076Z [94/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o -c ../../torchaudio/csrc/ffmpeg/compat.cpp 2023-07-13T14:18:18.6983901Z [95/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o -c ../../torchaudio/csrc/forced_align/cpu/compute.cpp 2023-07-13T14:18:18.6992314Z [96/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_ffmpeg5.so -o torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg5.so torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f5-src/lib/libavutil.so.57 _deps/f5-src/lib/libavcodec.so.59 _deps/f5-src/lib/libavformat.so.59 _deps/f5-src/lib/libavdevice.so.59 _deps/f5-src/lib/libavfilter.so.8 && : 2023-07-13T14:18:18.6999270Z [97/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o -c ../../torchaudio/csrc/rir.cpp 2023-07-13T14:18:18.7002018Z [98/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build 2023-07-13T14:18:18.7003272Z -- vorbis build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-build-*.log 2023-07-13T14:18:18.7005708Z [99/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_EXPORTS -I../../ -I/opt/conda/include/python3.10 -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/pybind/pybind.cpp 2023-07-13T14:18:22.3222111Z [100/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install 2023-07-13T14:18:22.3222983Z -- vorbis install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-install-*.log 2023-07-13T14:18:22.3224050Z [101/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/vorbis-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/vorbis-stamp/vorbis-done 2023-07-13T14:18:22.3225819Z [102/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o -c ../../torchaudio/csrc/lfilter.cpp 2023-07-13T14:18:22.3229307Z [103/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio.so -o torchaudio/csrc/libtorchaudio.so torchaudio/csrc/CMakeFiles/libtorchaudio.dir/lfilter.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/overdrive.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/utils.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_alphas.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_alphas.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/autograd.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rir.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/compute.cpp.o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/forced_align/cpu/compute.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lgomp -lpthread && : 2023-07-13T14:18:22.3232400Z [104/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio.so -o torchaudio/csrc/_torchaudio.so torchaudio/csrc/CMakeFiles/_torchaudio.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc:/opt/conda/lib/python3.10/site-packages/torch/lib: torchaudio/csrc/libtorchaudio.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lgomp -lpthread && : 2023-07-13T14:18:22.3234934Z [105/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp 2023-07-13T14:18:22.3236429Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:101:15: warning: ‘at::Tensor torchaudio::io::{anonymous}::get_image_buffer(at::IntArrayRef, c10::Device, torch::Dtype)’ defined but not used [-Wunused-function] 2023-07-13T14:18:22.3236853Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:22.3237047Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:22.3241407Z [106/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_ffmpeg4.so -o torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg4.so torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/ffmpeg.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/filter_graph.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/unchunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/conversion.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/packet_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/post_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_processor.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/stream_reader.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encode_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/encoder.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/packet_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/stream_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_writer/tensor_converter.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/compat.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f4-src/lib/libavutil.so.56 _deps/f4-src/lib/libavcodec.so.58 _deps/f4-src/lib/libavformat.so.58 _deps/f4-src/lib/libavdevice.so.58 _deps/f4-src/lib/libavfilter.so.7 && : 2023-07-13T14:18:22.3245502Z [107/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg4 -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_ffmpeg4_EXPORTS -I../../ -I/opt/conda/include/python3.10 -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-07-13T14:18:22.3246780Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:22.3247229Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:22.3247657Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:22.3248089Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:22.3248509Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:22.3248949Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:24.1206914Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:24.1207444Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:24.1207930Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:24.1208412Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:24.1208919Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:24.1209352Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:24.1209675Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:24.1210262Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:24.1210892Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:24.1211267Z 125 | chunk_len <= request, 2023-07-13T14:18:24.1211463Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:24.1213035Z [108/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg5 -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_ffmpeg5_EXPORTS -I../../ -I/opt/conda/include/python3.10 -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-07-13T14:18:24.1214514Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:24.1214970Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:24.1215414Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:24.1215837Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:24.1216257Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:24.1216713Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:24.1217264Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:24.1217721Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:24.1218188Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:24.1218667Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:24.1219135Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:24.1219581Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:24.1219903Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:24.1220433Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:24.1221045Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:24.1221411Z 125 | chunk_len <= request, 2023-07-13T14:18:24.1221601Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:24.1223499Z [109/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio_ffmpeg4.so -o torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg4.so torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg4.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg:/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f4-src/lib: torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg4.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f4-src/lib/libavutil.so.56 _deps/f4-src/lib/libavcodec.so.58 _deps/f4-src/lib/libavformat.so.58 _deps/f4-src/lib/libavdevice.so.58 _deps/f4-src/lib/libavfilter.so.7 && : 2023-07-13T14:18:24.1226454Z [110/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio_ffmpeg5.so -o torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg5.so torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg5.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg:/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib: torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg5.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f5-src/lib/libavutil.so.57 _deps/f5-src/lib/libavcodec.so.59 _deps/f5-src/lib/libavformat.so.59 _deps/f5-src/lib/libavdevice.so.59 _deps/f5-src/lib/libavfilter.so.8 && : 2023-07-13T14:18:24.1229002Z [111/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DTORCHAUDIO_FFMPEG_EXT_NAME=_torchaudio_ffmpeg6 -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_ffmpeg6_EXPORTS -I../../ -I/opt/conda/include/python3.10 -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp 2023-07-13T14:18:24.1230275Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:24.1230710Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:24.1231152Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:24.1231584Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:24.1231989Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:24.1232437Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:24.1232904Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:24.1233366Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:24.1233990Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:24.1234481Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:24.1234965Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:24.1235407Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:24.1235718Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:24.1236249Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:24.1236877Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:125:19: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 2023-07-13T14:18:24.1237235Z 125 | chunk_len <= request, 2023-07-13T14:18:24.1237424Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:24.1239407Z [112/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio_ffmpeg6.so -o torchaudio/csrc/ffmpeg/_torchaudio_ffmpeg6.so torchaudio/csrc/ffmpeg/CMakeFiles/_torchaudio_ffmpeg6.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/ffmpeg:/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f6-src/lib: torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg6.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f6-src/lib/libavutil.so.58 _deps/f6-src/lib/libavcodec.so.60 _deps/f6-src/lib/libavformat.so.60 _deps/f6-src/lib/libavdevice.so.60 _deps/f6-src/lib/libavfilter.so.9 && : 2023-07-13T14:19:08.6938708Z [113/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build 2023-07-13T14:19:08.6939554Z -- opus build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-build-*.log 2023-07-13T14:19:08.6940473Z [114/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install 2023-07-13T14:19:08.6941523Z -- opus install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-install-*.log 2023-07-13T14:19:08.6942549Z [115/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opus-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-done 2023-07-13T14:19:08.6944675Z [116/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-mkdir 2023-07-13T14:19:08.6946367Z [117/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download 2023-07-13T14:19:08.6947183Z -- opusfile download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-download-*.log 2023-07-13T14:19:08.6947939Z [118/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-update 2023-07-13T14:19:08.6948977Z [119/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-patch 2023-07-13T14:19:08.6950252Z [120/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure 2023-07-13T14:19:08.6951106Z -- opusfile configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-configure-*.log 2023-07-13T14:19:08.6952064Z [121/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build 2023-07-13T14:19:08.6952873Z -- opusfile build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-build-*.log 2023-07-13T14:19:08.6954088Z [122/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install 2023-07-13T14:19:08.6954915Z -- opusfile install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-install-*.log 2023-07-13T14:19:08.6955973Z [123/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/opusfile-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opusfile-stamp/opusfile-done 2023-07-13T14:19:08.6957135Z [124/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build 2023-07-13T14:19:08.6957877Z -- flac build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-build-*.log 2023-07-13T14:19:08.6958765Z [125/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install 2023-07-13T14:19:08.6959528Z -- flac install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-install-*.log 2023-07-13T14:19:08.6960646Z [126/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/flac-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/flac-stamp/flac-done 2023-07-13T14:19:08.6961780Z [127/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build 2023-07-13T14:19:08.6962512Z -- amr build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-build-*.log 2023-07-13T14:19:08.6963463Z [128/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install 2023-07-13T14:19:08.6964206Z -- amr install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-install-*.log 2023-07-13T14:19:08.6965309Z [129/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/amr-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/amr-stamp/amr-done 2023-07-13T14:19:08.6967372Z [130/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-mkdir 2023-07-13T14:19:41.8754867Z [131/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download 2023-07-13T14:19:41.8755768Z -- sox download command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-download-*.log 2023-07-13T14:19:41.8756486Z [132/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-update 2023-07-13T14:19:41.8758069Z [133/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox && cp /work/third_party/patches/config.guess /work/third_party/patches/config.sub /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox/ && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-patch 2023-07-13T14:19:41.8759262Z [134/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure 2023-07-13T14:19:41.8760157Z -- sox configure command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-configure-*.log 2023-07-13T14:19:41.8761057Z [135/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build 2023-07-13T14:19:41.8761792Z -- sox build command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-build-*.log 2023-07-13T14:19:41.8762657Z [136/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-build && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install-Release.cmake && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install 2023-07-13T14:19:41.8763590Z -- sox install command succeeded. See also /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-install-*.log 2023-07-13T14:19:41.8764601Z [137/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/CMakeFiles/sox-complete && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/sox-stamp/sox-done 2023-07-13T14:19:41.8766346Z [138/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o -c ../../torchaudio/csrc/sox/types.cpp 2023-07-13T14:19:41.8768531Z [139/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o -c ../../torchaudio/csrc/sox/effects_chain.cpp 2023-07-13T14:19:41.8770589Z [140/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o -c ../../torchaudio/csrc/sox/utils.cpp 2023-07-13T14:19:41.8772586Z [141/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o -c ../../torchaudio/csrc/sox/io.cpp 2023-07-13T14:19:41.8774650Z [142/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_sox_EXPORTS -I../../ -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o -c ../../torchaudio/csrc/sox/effects.cpp 2023-07-13T14:19:41.8777749Z [143/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_sox.so -o torchaudio/csrc/sox/libtorchaudio_sox.so torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/io.cpp.o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/utils.cpp.o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects.cpp.o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/effects_chain.cpp.o torchaudio/csrc/sox/CMakeFiles/libtorchaudio_sox.dir/types.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so ../../third_party/sox/../install/lib/libsox.a ../../third_party/sox/../install/lib/libopencore-amrnb.a ../../third_party/sox/../install/lib/libopencore-amrwb.a ../../third_party/sox/../install/lib/libmp3lame.a ../../third_party/sox/../install/lib/libFLAC.a ../../third_party/sox/../install/lib/libopusfile.a ../../third_party/sox/../install/lib/libopus.a ../../third_party/sox/../install/lib/libvorbisenc.a ../../third_party/sox/../install/lib/libvorbisfile.a ../../third_party/sox/../install/lib/libvorbis.a ../../third_party/sox/../install/lib/libogg.a && : 2023-07-13T14:19:41.8780721Z [144/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D_torchaudio_sox_EXPORTS -I../../ -I/opt/conda/include/python3.10 -I../../third_party/sox/../install/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o -MF torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o.d -o torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o -c ../../torchaudio/csrc/sox/pybind/pybind.cpp 2023-07-13T14:19:42.0584336Z [145/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,_torchaudio_sox.so -o torchaudio/csrc/sox/_torchaudio_sox.so torchaudio/csrc/sox/CMakeFiles/_torchaudio_sox.dir/pybind/pybind.cpp.o -Wl,-rpath,/work/build/temp.linux-x86_64-cpython-310/torchaudio/csrc/sox:/opt/conda/lib/python3.10/site-packages/torch/lib: torchaudio/csrc/sox/libtorchaudio_sox.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so ../../third_party/sox/../install/lib/libsox.a ../../third_party/sox/../install/lib/libopencore-amrnb.a ../../third_party/sox/../install/lib/libopencore-amrwb.a ../../third_party/sox/../install/lib/libmp3lame.a ../../third_party/sox/../install/lib/libFLAC.a ../../third_party/sox/../install/lib/libopusfile.a ../../third_party/sox/../install/lib/libopus.a ../../third_party/sox/../install/lib/libvorbisenc.a ../../third_party/sox/../install/lib/libvorbisfile.a ../../third_party/sox/../install/lib/libvorbis.a ../../third_party/sox/../install/lib/libogg.a && : 2023-07-13T14:19:42.0586135Z [145/146] cd /work/build/temp.linux-x86_64-cpython-310 && /opt/conda/bin/cmake -P cmake_install.cmake 2023-07-13T14:19:42.0586472Z -- Install configuration: "Release" 2023-07-13T14:19:42.0586843Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so 2023-07-13T14:19:42.0587314Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so" to "" 2023-07-13T14:19:42.0587958Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so 2023-07-13T14:19:42.0588423Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so" to "" 2023-07-13T14:19:42.0588888Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so 2023-07-13T14:19:42.0589350Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so" to "" 2023-07-13T14:19:42.0589798Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so 2023-07-13T14:19:42.0590252Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so" to "" 2023-07-13T14:19:42.0590804Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so 2023-07-13T14:19:42.0591280Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so" to "" 2023-07-13T14:19:42.0591746Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so 2023-07-13T14:19:42.0592217Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so" to "" 2023-07-13T14:19:42.0592669Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so 2023-07-13T14:19:42.0593139Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so" to "" 2023-07-13T14:19:42.0593589Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so 2023-07-13T14:19:42.0594201Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so" to "" 2023-07-13T14:19:42.0594662Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so 2023-07-13T14:19:42.0595134Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so" to "" 2023-07-13T14:19:42.0595592Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so 2023-07-13T14:19:42.0596041Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so" to "" 2023-07-13T14:19:42.0596385Z creating build/bdist.linux-x86_64 2023-07-13T14:19:42.0596657Z creating build/bdist.linux-x86_64/egg 2023-07-13T14:19:42.0596938Z creating build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:42.0597355Z copying build/lib.linux-x86_64-cpython-310/torchaudio/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:42.0597839Z copying build/lib.linux-x86_64-cpython-310/torchaudio/kaldi_io.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:42.0598325Z copying build/lib.linux-x86_64-cpython-310/torchaudio/version.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:42.0598697Z creating build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:42.0599161Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:42.0599766Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:42.0600180Z creating build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:42.0600629Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_extension/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:42.0601162Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_extension/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:42.0601572Z creating build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-07-13T14:19:42.0602025Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_internal/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-07-13T14:19:42.0602686Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_internal/module_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-07-13T14:19:42.0603101Z creating build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:42.0603551Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:42.0604058Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/common.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:42.0604583Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/no_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:42.0605128Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/soundfile_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:42.0605763Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/sox_io_backend.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:42.0606278Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:42.0606687Z creating build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:42.0607158Z copying build/lib.linux-x86_64-cpython-310/torchaudio/compliance/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:42.0607695Z copying build/lib.linux-x86_64-cpython-310/torchaudio/compliance/kaldi.py -> build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:42.0608090Z creating build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0608542Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0609072Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmuarctic.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0609607Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmudict.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0610136Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/commonvoice.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0610672Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/dr_vctk.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0611214Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/fluentcommands.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0611750Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/gtzan.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0612263Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/iemocap.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0612825Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librilight_limited.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0613376Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librimix.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0613916Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0614458Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech_biasing.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0615003Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/libritts.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0615530Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/ljspeech.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0616051Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/musdb_hq.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0616565Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/quesst14.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0617153Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/snips.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0643724Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/speechcommands.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0644310Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/tedlium.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0644872Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0645406Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/vctk.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0646120Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/voxceleb1.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0646662Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/yesno.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:42.0647058Z creating build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:42.0647523Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:42.0648077Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/filtering.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:42.0648632Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/functional.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:42.0649028Z creating build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:42.0649456Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:42.0649962Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_compat.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:42.0650469Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_effector.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:42.0650957Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_playback.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:42.0651465Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_stream_reader.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:42.0651979Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_stream_writer.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:42.0652375Z creating build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0652809Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0653331Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/_hdemucs.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0653857Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/conformer.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0654368Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/conv_tasnet.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0654901Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/deepspeech.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0655422Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/emformer.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0655935Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0656446Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0656977Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/tacotron2.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0657596Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2letter.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0658121Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wavernn.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:42.0658523Z creating build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:42.0659007Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:42.0659571Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/_ctc_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:42.0660237Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder/_cuda_ctc_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:42.0660667Z creating build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:42.0661159Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:42.0661728Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/components.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:42.0662296Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/model.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:42.0662870Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/wavlm_attention.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:42.0663325Z creating build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:42.0663847Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:42.0664466Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/import_fairseq.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:42.0665080Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils/import_huggingface.py -> build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:42.0665530Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:42.0665992Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:42.0666569Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_source_separation_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:42.0667130Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/rnnt_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:42.0667567Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:42.0668059Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:42.0668614Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/impl.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:42.0669165Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/interface.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:42.0669727Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:42.0670167Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:42.0670677Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:42.0671254Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/impl.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:42.0671907Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:42.0672348Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype 2023-07-13T14:19:42.0672810Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype 2023-07-13T14:19:42.0673221Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-07-13T14:19:42.0673893Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-07-13T14:19:42.0674575Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets/musan.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-07-13T14:19:42.0675024Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:42.0675534Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:42.0676128Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/_dsp.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:42.0676723Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/_rir.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:42.0677329Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional/functional.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:42.0677782Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:42.0678280Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:42.0678878Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/_conformer_wav2vec2.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:42.0985876Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/_emformer_hubert.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:42.0986598Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/conv_emformer.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:42.0987199Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/hifi_gan.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:42.0987781Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/rnnt.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:42.0988379Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/rnnt_decoder.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:42.0988837Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:42.0989374Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:42.0989988Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/objective.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:42.0990613Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim/subjective.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:42.0991081Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:42.0991594Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:42.0992379Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/hifigan_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:42.0993041Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/rnnt_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:42.0993661Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines/squim_pipeline.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:42.0994275Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-07-13T14:19:42.0994793Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-07-13T14:19:42.0995398Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms/_transforms.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-07-13T14:19:42.0995942Z creating build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-07-13T14:19:42.0996404Z copying build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-07-13T14:19:42.0996945Z copying build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects/sox_effects.py -> build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-07-13T14:19:42.0997367Z creating build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:42.0997831Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:42.0998372Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_multi_channel.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:42.1003425Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_transforms.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:42.1003845Z creating build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:42.1004298Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:42.1004811Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/download.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:42.1005322Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/ffmpeg_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:42.1005845Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/sox_utils.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:42.1006235Z creating build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1006683Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1007263Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1007789Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1008319Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1008844Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1009386Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1009923Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1010459Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1010980Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1011601Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:42.1012090Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1012543Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/kaldi_io.py to kaldi_io.cpython-310.pyc 2023-07-13T14:19:42.1012992Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/version.py to version.cpython-310.pyc 2023-07-13T14:19:42.1013463Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1013933Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:42.1014437Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_extension/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1014911Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_extension/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:42.1015389Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_internal/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1015880Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_internal/module_utils.py to module_utils.cpython-310.pyc 2023-07-13T14:19:42.1016354Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1016823Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/common.py to common.cpython-310.pyc 2023-07-13T14:19:42.1017312Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/no_backend.py to no_backend.cpython-310.pyc 2023-07-13T14:19:42.1017838Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/soundfile_backend.py to soundfile_backend.cpython-310.pyc 2023-07-13T14:19:42.1018394Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/sox_io_backend.py to sox_io_backend.cpython-310.pyc 2023-07-13T14:19:42.1018885Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:42.1019358Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/compliance/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1019834Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/compliance/kaldi.py to kaldi.cpython-310.pyc 2023-07-13T14:19:42.1020297Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1020788Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/cmuarctic.py to cmuarctic.cpython-310.pyc 2023-07-13T14:19:42.1021278Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/cmudict.py to cmudict.cpython-310.pyc 2023-07-13T14:19:42.1021780Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/commonvoice.py to commonvoice.cpython-310.pyc 2023-07-13T14:19:42.1022272Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/dr_vctk.py to dr_vctk.cpython-310.pyc 2023-07-13T14:19:42.1022795Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/fluentcommands.py to fluentcommands.cpython-310.pyc 2023-07-13T14:19:42.1023298Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/gtzan.py to gtzan.cpython-310.pyc 2023-07-13T14:19:42.1023767Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/iemocap.py to iemocap.cpython-310.pyc 2023-07-13T14:19:42.1024295Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librilight_limited.py to librilight_limited.cpython-310.pyc 2023-07-13T14:19:42.1024813Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librimix.py to librimix.cpython-310.pyc 2023-07-13T14:19:42.1025323Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librispeech.py to librispeech.cpython-310.pyc 2023-07-13T14:19:42.1025863Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librispeech_biasing.py to librispeech_biasing.cpython-310.pyc 2023-07-13T14:19:42.1026439Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/libritts.py to libritts.cpython-310.pyc 2023-07-13T14:19:42.1026939Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/ljspeech.py to ljspeech.cpython-310.pyc 2023-07-13T14:19:42.1983516Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/musdb_hq.py to musdb_hq.cpython-310.pyc 2023-07-13T14:19:42.1984040Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/quesst14.py to quesst14.cpython-310.pyc 2023-07-13T14:19:42.1984557Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/snips.py to snips.cpython-310.pyc 2023-07-13T14:19:42.1985089Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/speechcommands.py to speechcommands.cpython-310.pyc 2023-07-13T14:19:42.1985805Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/tedlium.py to tedlium.cpython-310.pyc 2023-07-13T14:19:42.1986274Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:42.1986749Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/vctk.py to vctk.cpython-310.pyc 2023-07-13T14:19:42.1987240Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/voxceleb1.py to voxceleb1.cpython-310.pyc 2023-07-13T14:19:42.1987726Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/yesno.py to yesno.cpython-310.pyc 2023-07-13T14:19:42.1988190Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1988686Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/filtering.py to filtering.cpython-310.pyc 2023-07-13T14:19:42.1989204Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/functional.py to functional.cpython-310.pyc 2023-07-13T14:19:42.1989743Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1990185Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_compat.py to _compat.cpython-310.pyc 2023-07-13T14:19:42.1990665Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_effector.py to _effector.cpython-310.pyc 2023-07-13T14:19:42.1991149Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_playback.py to _playback.cpython-310.pyc 2023-07-13T14:19:42.1991634Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_stream_reader.py to _stream_reader.cpython-310.pyc 2023-07-13T14:19:42.1992134Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_stream_writer.py to _stream_writer.cpython-310.pyc 2023-07-13T14:19:42.1992613Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1993087Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/_hdemucs.py to _hdemucs.cpython-310.pyc 2023-07-13T14:19:42.1993570Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/conformer.py to conformer.cpython-310.pyc 2023-07-13T14:19:42.1994242Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/conv_tasnet.py to conv_tasnet.cpython-310.pyc 2023-07-13T14:19:42.1994754Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/deepspeech.py to deepspeech.cpython-310.pyc 2023-07-13T14:19:42.1995248Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/emformer.py to emformer.cpython-310.pyc 2023-07-13T14:19:42.1995706Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/rnnt.py to rnnt.cpython-310.pyc 2023-07-13T14:19:42.1996194Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-07-13T14:19:42.1996691Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/tacotron2.py to tacotron2.cpython-310.pyc 2023-07-13T14:19:42.1997194Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2letter.py to wav2letter.cpython-310.pyc 2023-07-13T14:19:42.1997674Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wavernn.py to wavernn.cpython-310.pyc 2023-07-13T14:19:42.1998251Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.1998763Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/_ctc_decoder.py to _ctc_decoder.cpython-310.pyc 2023-07-13T14:19:42.1999296Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/_cuda_ctc_decoder.py to _cuda_ctc_decoder.cpython-310.pyc 2023-07-13T14:19:42.1999890Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2000399Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/components.py to components.cpython-310.pyc 2023-07-13T14:19:42.2000908Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/model.py to model.cpython-310.pyc 2023-07-13T14:19:42.2001468Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/wavlm_attention.py to wavlm_attention.cpython-310.pyc 2023-07-13T14:19:42.2002018Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2002552Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/import_fairseq.py to import_fairseq.cpython-310.pyc 2023-07-13T14:19:42.2003134Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/import_huggingface.py to import_huggingface.cpython-310.pyc 2023-07-13T14:19:42.2003657Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2004200Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_source_separation_pipeline.py to _source_separation_pipeline.cpython-310.pyc 2023-07-13T14:19:42.2004765Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-07-13T14:19:42.2005313Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2005798Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/impl.py to impl.cpython-310.pyc 2023-07-13T14:19:42.2006298Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/interface.py to interface.cpython-310.pyc 2023-07-13T14:19:42.2006800Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:42.2007296Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2007778Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/impl.py to impl.cpython-310.pyc 2023-07-13T14:19:42.2008280Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:42.2008774Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2009265Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2009755Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets/musan.py to musan.cpython-310.pyc 2023-07-13T14:19:42.2010255Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2010751Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/_dsp.py to _dsp.cpython-310.pyc 2023-07-13T14:19:42.2011247Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/_rir.py to _rir.cpython-310.pyc 2023-07-13T14:19:42.2011758Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/functional.py to functional.cpython-310.pyc 2023-07-13T14:19:42.2012278Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2012815Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/_conformer_wav2vec2.py to _conformer_wav2vec2.cpython-310.pyc 2023-07-13T14:19:42.2013451Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/_emformer_hubert.py to _emformer_hubert.cpython-310.pyc 2023-07-13T14:19:42.2013984Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/conv_emformer.py to conv_emformer.cpython-310.pyc 2023-07-13T14:19:42.2014509Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/hifi_gan.py to hifi_gan.cpython-310.pyc 2023-07-13T14:19:42.2015003Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/rnnt.py to rnnt.cpython-310.pyc 2023-07-13T14:19:42.2015626Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-07-13T14:19:42.2016150Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2016662Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/objective.py to objective.cpython-310.pyc 2023-07-13T14:19:42.2017198Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/subjective.py to subjective.cpython-310.pyc 2023-07-13T14:19:42.2017709Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2018228Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/hifigan_pipeline.py to hifigan_pipeline.cpython-310.pyc 2023-07-13T14:19:42.2018781Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-07-13T14:19:42.2019329Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/squim_pipeline.py to squim_pipeline.cpython-310.pyc 2023-07-13T14:19:42.2019870Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2020389Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms/_transforms.py to _transforms.cpython-310.pyc 2023-07-13T14:19:42.2020886Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/sox_effects/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:42.2021366Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/sox_effects/sox_effects.py to sox_effects.cpython-310.pyc 2023-07-13T14:21:55.2114737Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:21:55.2115293Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/_multi_channel.py to _multi_channel.cpython-310.pyc 2023-07-13T14:21:55.2115837Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/_transforms.py to _transforms.cpython-310.pyc 2023-07-13T14:21:55.2116791Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:21:55.2117306Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/download.py to download.cpython-310.pyc 2023-07-13T14:21:55.2117838Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/ffmpeg_utils.py to ffmpeg_utils.cpython-310.pyc 2023-07-13T14:21:55.2118339Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/sox_utils.py to sox_utils.cpython-310.pyc 2023-07-13T14:21:55.2119315Z creating stub loader for torchaudio/lib/libtorchaudio.so 2023-07-13T14:21:55.2119670Z creating stub loader for torchaudio/lib/_torchaudio.so 2023-07-13T14:21:55.2119967Z creating stub loader for torchaudio/lib/libtorchaudio_sox.so 2023-07-13T14:21:55.2120259Z creating stub loader for torchaudio/lib/_torchaudio_sox.so 2023-07-13T14:21:55.2120544Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg4.so 2023-07-13T14:21:55.2120859Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg4.so 2023-07-13T14:21:55.2125011Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg5.so 2023-07-13T14:21:55.2125335Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg5.so 2023-07-13T14:21:55.2125955Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg6.so 2023-07-13T14:21:55.2126272Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg6.so 2023-07-13T14:21:55.2126841Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio.py to libtorchaudio.cpython-310.pyc 2023-07-13T14:21:55.2127366Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio.py to _torchaudio.cpython-310.pyc 2023-07-13T14:21:55.2127904Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_sox.py to libtorchaudio_sox.cpython-310.pyc 2023-07-13T14:21:55.2128429Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_sox.py to _torchaudio_sox.cpython-310.pyc 2023-07-13T14:21:55.2128978Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg4.py to libtorchaudio_ffmpeg4.cpython-310.pyc 2023-07-13T14:21:55.2129584Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg4.py to _torchaudio_ffmpeg4.cpython-310.pyc 2023-07-13T14:21:55.2130145Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg5.py to libtorchaudio_ffmpeg5.cpython-310.pyc 2023-07-13T14:21:55.2130703Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg5.py to _torchaudio_ffmpeg5.cpython-310.pyc 2023-07-13T14:21:55.2131259Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg6.py to libtorchaudio_ffmpeg6.cpython-310.pyc 2023-07-13T14:21:55.2131799Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg6.py to _torchaudio_ffmpeg6.cpython-310.pyc 2023-07-13T14:21:55.2132202Z creating build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:21:55.2132580Z copying torchaudio.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:21:55.2133187Z copying torchaudio.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:21:55.2133607Z copying torchaudio.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:21:55.2134039Z copying torchaudio.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:21:55.2134457Z copying torchaudio.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:21:55.2134856Z copying torchaudio.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:21:55.2135224Z writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt 2023-07-13T14:21:55.2135453Z creating dist 2023-07-13T14:21:55.2135840Z creating 'dist/torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it 2023-07-13T14:21:55.2136256Z removing 'build/bdist.linux-x86_64/egg' (and everything under it) 2023-07-13T14:21:55.2136617Z Processing torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:21:55.2137064Z creating /opt/conda/lib/python3.10/site-packages/torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:21:55.2137540Z Extracting torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg to /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2137943Z Adding torchaudio 2.1.0a0+7182816 to easy-install.pth file 2023-07-13T14:21:55.2138102Z 2023-07-13T14:21:55.2138375Z Installed /opt/conda/lib/python3.10/site-packages/torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:21:55.2138716Z Processing dependencies for torchaudio==2.1.0a0+7182816 2023-07-13T14:21:55.2138934Z Searching for fsspec 2023-07-13T14:21:55.2139172Z Reading https://pypi.org/simple/fsspec/ 2023-07-13T14:21:55.2139706Z /opt/conda/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2023-07-13T14:21:55.2140059Z warnings.warn( 2023-07-13T14:21:55.2140719Z Downloading https://files.pythonhosted.org/packages/e3/bd/4c0a4619494188a9db5d77e2100ab7d544a42e76b2447869d8e124e981d8/fsspec-2023.6.0-py3-none-any.whl#sha256=1cbad1faef3e391fba6dc005ae9b5bdcbf43005c9167ce78c915549c352c869a 2023-07-13T14:21:55.2141174Z Best match: fsspec 2023.6.0 2023-07-13T14:21:55.2141524Z Processing fsspec-2023.6.0-py3-none-any.whl 2023-07-13T14:21:55.2141904Z Installing fsspec-2023.6.0-py3-none-any.whl to /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2142262Z Adding fsspec 2023.6.0 to easy-install.pth file 2023-07-13T14:21:55.2142409Z 2023-07-13T14:21:55.2142630Z Installed /opt/conda/lib/python3.10/site-packages/fsspec-2023.6.0-py3.10.egg 2023-07-13T14:21:55.2142889Z Searching for torch==2.1.0.dev20230713 2023-07-13T14:21:55.2143100Z Best match: torch 2.1.0.dev20230713 2023-07-13T14:21:55.2143391Z Adding torch 2.1.0.dev20230713 to easy-install.pth file 2023-07-13T14:21:55.2143709Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2023-07-13T14:21:55.2144058Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2023-07-13T14:21:55.2144357Z Installing torchrun script to /opt/conda/bin 2023-07-13T14:21:55.2144502Z 2023-07-13T14:21:55.2144659Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2144872Z Searching for Jinja2==3.1.2 2023-07-13T14:21:55.2145072Z Best match: Jinja2 3.1.2 2023-07-13T14:21:55.2145335Z Adding Jinja2 3.1.2 to easy-install.pth file 2023-07-13T14:21:55.2145466Z 2023-07-13T14:21:55.2145628Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2145857Z Searching for networkx==2.8.4 2023-07-13T14:21:55.2146058Z Best match: networkx 2.8.4 2023-07-13T14:21:55.2146320Z Adding networkx 2.8.4 to easy-install.pth file 2023-07-13T14:21:55.2146464Z 2023-07-13T14:21:55.2146620Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2146839Z Searching for sympy==1.11.1 2023-07-13T14:21:55.2147025Z Best match: sympy 1.11.1 2023-07-13T14:21:55.2147292Z Adding sympy 1.11.1 to easy-install.pth file 2023-07-13T14:21:55.2147572Z Installing isympy script to /opt/conda/bin 2023-07-13T14:21:55.2147715Z 2023-07-13T14:21:55.2147870Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2148138Z Searching for typing-extensions==4.6.3 2023-07-13T14:21:55.2148413Z Best match: typing-extensions 4.6.3 2023-07-13T14:21:55.2148724Z Adding typing-extensions 4.6.3 to easy-install.pth file 2023-07-13T14:21:55.2148875Z 2023-07-13T14:21:55.2149027Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2149250Z Searching for filelock==3.9.0 2023-07-13T14:21:55.2149450Z Best match: filelock 3.9.0 2023-07-13T14:21:55.2149708Z Adding filelock 3.9.0 to easy-install.pth file 2023-07-13T14:21:55.2149852Z 2023-07-13T14:21:55.2150007Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2150234Z Searching for MarkupSafe==2.1.1 2023-07-13T14:21:55.2150432Z Best match: MarkupSafe 2.1.1 2023-07-13T14:21:55.2150712Z Adding MarkupSafe 2.1.1 to easy-install.pth file 2023-07-13T14:21:55.2150860Z 2023-07-13T14:21:55.2151017Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:21:55.2151237Z Searching for mpmath==1.2.1 2023-07-13T14:21:55.2151422Z Best match: mpmath 1.2.1 2023-07-13T14:21:55.2151673Z Processing mpmath-1.2.1-py3.10.egg 2023-07-13T14:21:55.2151954Z Adding mpmath 1.2.1 to easy-install.pth file 2023-07-13T14:21:55.2152087Z 2023-07-13T14:21:55.2152296Z Using /opt/conda/lib/python3.10/site-packages/mpmath-1.2.1-py3.10.egg 2023-07-13T14:21:55.2152604Z Finished processing dependencies for torchaudio==2.1.0a0+7182816 2023-07-13T14:21:55.2152844Z * Installing test tools 2023-07-13T14:21:55.2153200Z + conda install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:21:55.2153469Z + local cmd=install 2023-07-13T14:21:55.2153643Z + case "$cmd" in 2023-07-13T14:21:55.2154493Z + __conda_exe install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:21:55.2155007Z + /opt/conda/bin/conda install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:21:55.2156338Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2023-07-13T14:21:55.2160671Z Solving environment: \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / unsuccessful initial attempt using frozen solve. Retrying with flexible solve. 2023-07-13T14:22:45.7299953Z Solving environment: \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. 2023-07-13T14:22:45.7301413Z 2023-07-13T14:22:45.7301516Z ResolvePackageNotFound: 2023-07-13T14:22:45.7301762Z Traceback (most recent call last): 2023-07-13T14:22:45.7302227Z File "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py", line 95, in 2023-07-13T14:22:45.7302537Z main() 2023-07-13T14:22:45.7302953Z File "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py", line 91, in main 2023-07-13T14:22:45.7303300Z - conda==23.3.1 2023-07-13T14:22:45.7303400Z 2023-07-13T14:22:45.7305851Z run_cmd_or_die(f"docker exec -t {container_name} /exec") 2023-07-13T14:22:45.7306406Z File "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py", line 37, in run_cmd_or_die 2023-07-13T14:22:45.7306814Z raise RuntimeError(f"Command {cmd} failed with exit code {exit_code}") 2023-07-13T14:22:45.7307330Z RuntimeError: Command docker exec -t 4b34918cc3f4a8170065ea5602dec3d15f443c14d4ac75fac08c17ad109d335d /exec failed with exit code 1 2023-07-13T14:22:45.7307628Z + return 2023-07-13T14:22:45.7358538Z ##[error]Process completed with exit code 1. 2023-07-13T14:22:45.7411032Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2023-07-13T14:22:45.7411262Z with: 2023-07-13T14:22:45.7411591Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:45.7411974Z fail-on-empty: false 2023-07-13T14:22:45.7412157Z env: 2023-07-13T14:22:45.7412349Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:45.7412557Z REPOSITORY: pytorch/audio 2023-07-13T14:22:45.7412745Z PR_NUMBER: 306 2023-07-13T14:22:45.7414403Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:45.7416237Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:45.7416561Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:45.7416865Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:45.7417089Z ##[endgroup] 2023-07-13T14:22:45.7987804Z Prepare all required actions 2023-07-13T14:22:45.8008336Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-13T14:22:45.8008562Z with: 2023-07-13T14:22:45.8008775Z directory: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-13T14:22:45.8009083Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:22:45.8009320Z env: 2023-07-13T14:22:45.8009506Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:45.8009729Z REPOSITORY: pytorch/audio 2023-07-13T14:22:45.8009922Z PR_NUMBER: 306 2023-07-13T14:22:45.8011586Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:45.8013548Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:45.8013854Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:45.8014143Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:45.8014356Z ##[endgroup] 2023-07-13T14:22:45.8027456Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:22:45.8027797Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:22:45.8039032Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:22:45.8039258Z env: 2023-07-13T14:22:45.8039516Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:45.8039748Z REPOSITORY: pytorch/audio 2023-07-13T14:22:45.8039945Z PR_NUMBER: 306 2023-07-13T14:22:45.8041654Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:45.8043531Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:45.8043847Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:45.8044156Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:45.8044465Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:22:45.8044773Z DIRECTORY: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-13T14:22:45.8044989Z ##[endgroup] 2023-07-13T14:22:45.8246727Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2023-07-13T14:22:46.0957339Z latest: Pulling from tool/alpine 2023-07-13T14:22:46.0957605Z 540db60ca938: Pulling fs layer 2023-07-13T14:22:46.1878977Z 540db60ca938: Verifying Checksum 2023-07-13T14:22:46.1879226Z 540db60ca938: Download complete 2023-07-13T14:22:46.3049547Z 540db60ca938: Pull complete 2023-07-13T14:22:46.3150892Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-13T14:22:46.3192706Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-13T14:22:47.1925718Z Prepare all required actions 2023-07-13T14:22:47.1945320Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-13T14:22:47.1945532Z with: 2023-07-13T14:22:47.1945774Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:22:47.1946013Z env: 2023-07-13T14:22:47.1946200Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:47.1946427Z REPOSITORY: pytorch/audio 2023-07-13T14:22:47.1946623Z PR_NUMBER: 306 2023-07-13T14:22:47.1948266Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:47.1950168Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:47.1950497Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:47.1950809Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:47.1951040Z ##[endgroup] 2023-07-13T14:22:47.1965077Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:22:47.1965452Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:22:47.1976504Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:22:47.1976725Z env: 2023-07-13T14:22:47.1976913Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:47.1977142Z REPOSITORY: pytorch/audio 2023-07-13T14:22:47.1977338Z PR_NUMBER: 306 2023-07-13T14:22:47.1979009Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:47.1980753Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:47.1981064Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:47.1981368Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:47.1981678Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:22:47.1981921Z DIRECTORY: 2023-07-13T14:22:47.1982079Z ##[endgroup] 2023-07-13T14:22:48.0310080Z Prepare all required actions 2023-07-13T14:22:48.0330615Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2023-07-13T14:22:48.0330842Z with: 2023-07-13T14:22:48.0330984Z env: 2023-07-13T14:22:48.0331185Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:48.0331412Z REPOSITORY: pytorch/audio 2023-07-13T14:22:48.0331608Z PR_NUMBER: 306 2023-07-13T14:22:48.0333263Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:48.0335324Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:48.0335644Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:48.0335948Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:48.0336272Z ##[endgroup] 2023-07-13T14:22:48.0350181Z ##[group]Run set -eou pipefail 2023-07-13T14:22:48.0350438Z set -eou pipefail 2023-07-13T14:22:48.0350626Z  2023-07-13T14:22:48.0350866Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-07-13T14:22:48.0351108Z for _ in $(seq 1440); do 2023-07-13T14:22:48.0351330Z  # Break if no ssh session exists anymore 2023-07-13T14:22:48.0351558Z  if [ "$(who)" = "" ]; then 2023-07-13T14:22:48.0351728Z  break 2023-07-13T14:22:48.0351894Z  fi 2023-07-13T14:22:48.0352063Z  echo "." 2023-07-13T14:22:48.0352235Z  sleep 5 2023-07-13T14:22:48.0352403Z done 2023-07-13T14:22:48.0363606Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:22:48.0363827Z env: 2023-07-13T14:22:48.0364037Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:48.0364271Z REPOSITORY: pytorch/audio 2023-07-13T14:22:48.0364457Z PR_NUMBER: 306 2023-07-13T14:22:48.0366188Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:48.0367993Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:48.0368312Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:48.0368679Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:48.0368912Z ##[endgroup] 2023-07-13T14:22:48.0392107Z Holding runner for 2 hours until all ssh sessions have logged out 2023-07-13T14:22:48.0432707Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:22:48.0433028Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:22:48.0433284Z # shellcheck disable=SC2046 2023-07-13T14:22:48.0433513Z docker stop $(docker ps -q) || true 2023-07-13T14:22:48.0433728Z # Prune all of the docker images 2023-07-13T14:22:48.0434282Z docker system prune -af 2023-07-13T14:22:48.0444126Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:22:48.0444339Z env: 2023-07-13T14:22:48.0444543Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:22:48.0444771Z REPOSITORY: pytorch/audio 2023-07-13T14:22:48.0445034Z PR_NUMBER: 306 2023-07-13T14:22:48.0446670Z 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.9" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:22:48.0448449Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:22:48.0448774Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:22:48.0449085Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:22:48.0449316Z ##[endgroup] 2023-07-13T14:22:58.4273113Z 4b34918cc3f4 2023-07-13T14:22:59.3142011Z Deleted Containers: 2023-07-13T14:22:59.3142351Z 4b34918cc3f4a8170065ea5602dec3d15f443c14d4ac75fac08c17ad109d335d 2023-07-13T14:22:59.3142591Z 2023-07-13T14:23:01.1511320Z Deleted Images: 2023-07-13T14:23:01.1511859Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-13T14:23:01.1512706Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-13T14:23:01.1513213Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2023-07-13T14:23:01.1513595Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2023-07-13T14:23:01.1514210Z untagged: pytorch/conda-builder:cpu 2023-07-13T14:23:01.1514628Z untagged: pytorch/conda-builder@sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-13T14:23:01.1515000Z deleted: sha256:64672554fb11d1fd3e66941ac18ba8d2f9d45bb5483193dfbdd491421cfc671f 2023-07-13T14:23:01.1515348Z deleted: sha256:348b0b3e6ff13daeea3098227afa88ee6a3d5baa9207e8d05b54692a6f24ccd2 2023-07-13T14:23:01.1515706Z deleted: sha256:b133b14f7af12ab5a5c6ca861b8eb8837586532bcc0d4218cea8851e9d66834c 2023-07-13T14:23:01.1516170Z deleted: sha256:a02c0b7c75fa3b3925e9f054a538cf93eda4c1a4553c6eb9e6de859509751f58 2023-07-13T14:23:01.1516519Z deleted: sha256:d324d5ccf1539728006b7388c6c558d5e81f50073e7cf4339a72e8979ac78be1 2023-07-13T14:23:01.1516853Z deleted: sha256:3ec0e3b953f56a3b11d86b1bff49fdc948be3c1fbc19332ff68641d62fab09b2 2023-07-13T14:23:01.1517214Z deleted: sha256:82f680cdf579789a2dfb18f8b1123a3adc43639ea15687d0abee0e4af701b9eb 2023-07-13T14:23:01.1517567Z deleted: sha256:4058af928c16a258f0d65f9e292fe94caeb21ceda82ede0774705073f0d25657 2023-07-13T14:23:01.1517911Z deleted: sha256:ebc3d517bf28f1e71620526f05cd4d8bbcad27275b39e6371ad5ce09eb3d8b66 2023-07-13T14:23:01.1518254Z deleted: sha256:e08320869bddf81c422e82a5c6676ac15277154975aa02b400d849c349589eb8 2023-07-13T14:23:01.1518592Z deleted: sha256:c45f0966a8c36ce86e04551aa116accb4b07e4af2705c3e5a5b0e5f36f974dc8 2023-07-13T14:23:01.1518948Z deleted: sha256:d58c6f9130c7488e676336d1740e3d551ea56c5748f3caffe24c9e7c935b6824 2023-07-13T14:23:01.1519349Z deleted: sha256:b849eac51ebd23ca42a10b0efe93ed7f02a2a59979c10ff71a5928ec42ab40db 2023-07-13T14:23:01.1519788Z deleted: sha256:e35336f0c171349f53edf1f6626f252f4f038ec00ccd45a565a61dc7c37e951c 2023-07-13T14:23:01.1520126Z deleted: sha256:1ae264c1c49d901918386ab5058401483b5c6107d5aa2ad7d6abec08b5029298 2023-07-13T14:23:01.1520453Z deleted: sha256:bc5ef403a5a09796e6c7d8a70cd6ca93181da48b287219d38021953fe952ac77 2023-07-13T14:23:01.1520790Z deleted: sha256:1901b8761fb00bc9bb866db4497393a3e349df37c8493aba6938df26689ba3db 2023-07-13T14:23:01.1521117Z deleted: sha256:0163bca380fb74804d563f59833594a8eb2a3f23ba57084267d6d9961f62315d 2023-07-13T14:23:01.1521425Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2023-07-13T14:23:01.1521582Z 2023-07-13T14:23:01.1530967Z Total reclaimed space: 5.664GB 2023-07-13T14:23:01.1590749Z Post job cleanup. 2023-07-13T14:23:01.2366164Z [command]/usr/bin/git version 2023-07-13T14:23:01.2403685Z git version 2.40.1 2023-07-13T14:23:01.2441359Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a3706457-5100-4c71-98cd-914604e11984' before making global git config changes 2023-07-13T14:23:01.2441901Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:23:01.2446318Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:23:01.2475589Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:23:01.2503449Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2023-07-13T14:23:01.2753115Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:23:01.2774349Z http.https://github.com/.extraheader 2023-07-13T14:23:01.2780231Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-13T14:23:01.2807529Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2023-07-13T14:23:01.3271356Z Post job cleanup. 2023-07-13T14:23:01.4037059Z [command]/usr/bin/git version 2023-07-13T14:23:01.4073455Z git version 2.40.1 2023-07-13T14:23:01.4111132Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4ee13807-c9b4-467a-b664-c2612d95110f' before making global git config changes 2023-07-13T14:23:01.4111588Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:23:01.4114918Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:23:01.4143752Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:23:01.4171264Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2023-07-13T14:23:01.4430267Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:23:01.4449102Z http.https://github.com/.extraheader 2023-07-13T14:23:01.4456460Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-13T14:23:01.4483250Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2023-07-13T14:23:01.4880791Z Cleaning up orphan processes