2023-07-13T14:16:04.2343228Z Requested labels: linux.12xlarge 2023-07-13T14:16:04.2343415Z Job defined at: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main 2023-07-13T14:16:04.2344022Z Reusable workflow chain: 2023-07-13T14:16:04.2344189Z pytorch/audio/.github/workflows/unittest-linux-cpu.yml@refs/pull/306/merge (7182816322bf05c53164d9767907a1dc4818bc40) 2023-07-13T14:16:04.2344345Z -> pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:04.2344564Z Waiting for a runner to pick up this job... 2023-07-13T14:16:05.7607503Z Job is about to start running on the runner: i-0677dec282366b753 (organization) 2023-07-13T14:16:10.9865880Z Current runner version: '2.306.0' 2023-07-13T14:16:10.9870727Z Runner name: 'i-0677dec282366b753' 2023-07-13T14:16:10.9871202Z Runner group name: 'Default' 2023-07-13T14:16:10.9871726Z Machine name: 'ip-10-0-5-192' 2023-07-13T14:16:10.9873587Z ##[group]GITHUB_TOKEN Permissions 2023-07-13T14:16:10.9874171Z Actions: write 2023-07-13T14:16:10.9874480Z Checks: write 2023-07-13T14:16:10.9874738Z Contents: write 2023-07-13T14:16:10.9875077Z Deployments: write 2023-07-13T14:16:10.9875392Z Discussions: write 2023-07-13T14:16:10.9875680Z Issues: write 2023-07-13T14:16:10.9876074Z Metadata: read 2023-07-13T14:16:10.9876583Z Packages: write 2023-07-13T14:16:10.9876860Z Pages: write 2023-07-13T14:16:10.9877229Z PullRequests: write 2023-07-13T14:16:10.9877602Z RepositoryProjects: write 2023-07-13T14:16:10.9877966Z SecurityEvents: write 2023-07-13T14:16:10.9878277Z Statuses: write 2023-07-13T14:16:10.9878596Z ##[endgroup] 2023-07-13T14:16:10.9881582Z Secret source: Actions 2023-07-13T14:16:10.9882257Z Prepare workflow directory 2023-07-13T14:16:11.1109000Z Prepare all required actions 2023-07-13T14:16:11.1267397Z Getting action download info 2023-07-13T14:16:11.3477546Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-07-13T14:16:11.5873925Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-07-13T14:16:11.7437330Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2023-07-13T14:16:11.9144892Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-07-13T14:16:12.0840754Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-07-13T14:16:12.3757375Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:12.3758885Z ##[group] Inputs 2023-07-13T14:16:12.3760627Z 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.8" 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:12.3762736Z timeout: 120 2023-07-13T14:16:12.3762939Z runner: linux.12xlarge 2023-07-13T14:16:12.3763139Z upload-artifact: 2023-07-13T14:16:12.3763330Z download-artifact: 2023-07-13T14:16:12.3763542Z repository: pytorch/audio 2023-07-13T14:16:12.3763749Z fetch-depth: 1 2023-07-13T14:16:12.3763924Z ref: 2023-07-13T14:16:12.3764133Z test-infra-repository: pytorch/test-infra 2023-07-13T14:16:12.3764365Z test-infra-ref: 2023-07-13T14:16:12.3764577Z docker-image: pytorch/conda-builder 2023-07-13T14:16:12.3764785Z gpu-arch-type: cpu 2023-07-13T14:16:12.3765152Z gpu-arch-version: 2023-07-13T14:16:12.3765443Z job-name: linux-job 2023-07-13T14:16:12.3765970Z continue-on-error: false 2023-07-13T14:16:12.3766314Z binary-matrix: 2023-07-13T14:16:12.3766506Z run-with-docker: true 2023-07-13T14:16:12.3766685Z secrets-env: 2023-07-13T14:16:12.3766876Z no-sudo: false 2023-07-13T14:16:12.3767070Z ##[endgroup] 2023-07-13T14:16:12.3767487Z Complete job name: tests (3.8) / linux-job 2023-07-13T14:16:12.4555904Z ##[group]Run if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-13T14:16:12.4556470Z if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-13T14:16:12.4556826Z  echo "::group::Cleanup with-sudo debug output" 2023-07-13T14:16:12.4557164Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2023-07-13T14:16:12.4557467Z else 2023-07-13T14:16:12.4557714Z  echo "::group::Cleanup no-sudo debug output" 2023-07-13T14:16:12.4558027Z  rm -rfv "${GITHUB_WORKSPACE}" 2023-07-13T14:16:12.4558321Z fi 2023-07-13T14:16:12.4558500Z  2023-07-13T14:16:12.4558789Z mkdir -p "${GITHUB_WORKSPACE}" 2023-07-13T14:16:12.4559068Z echo "::endgroup::" 2023-07-13T14:16:12.4572587Z shell: /usr/bin/bash -e {0} 2023-07-13T14:16:12.4572818Z env: 2023-07-13T14:16:12.4573173Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:12.4573456Z REPOSITORY: pytorch/audio 2023-07-13T14:16:12.4573667Z PR_NUMBER: 306 2023-07-13T14:16:12.4575414Z 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.8" 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:12.4577196Z NO_SUDO: false 2023-07-13T14:16:12.4577431Z ##[endgroup] 2023-07-13T14:16:12.4758955Z ##[group]Cleanup with-sudo debug output 2023-07-13T14:16:12.4799076Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/branches’ 2023-07-13T14:16:12.4799657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/description’ 2023-07-13T14:16:12.4800227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/applypatch-msg.sample’ 2023-07-13T14:16:12.4800823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/commit-msg.sample’ 2023-07-13T14:16:12.4801379Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/post-update.sample’ 2023-07-13T14:16:12.4801898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-applypatch.sample’ 2023-07-13T14:16:12.4802516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-commit.sample’ 2023-07-13T14:16:12.4803094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-merge-commit.sample’ 2023-07-13T14:16:12.4803834Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-push.sample’ 2023-07-13T14:16:12.4804327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-receive.sample’ 2023-07-13T14:16:12.4804887Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/push-to-checkout.sample’ 2023-07-13T14:16:12.4805535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/update.sample’ 2023-07-13T14:16:12.4806250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/fsmonitor-watchman.sample’ 2023-07-13T14:16:12.4806881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/pre-rebase.sample’ 2023-07-13T14:16:12.4807403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks/prepare-commit-msg.sample’ 2023-07-13T14:16:12.4807984Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/hooks’ 2023-07-13T14:16:12.4808491Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/info/exclude’ 2023-07-13T14:16:12.4808948Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/info’ 2023-07-13T14:16:12.4809442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/heads/main’ 2023-07-13T14:16:12.4809968Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/heads’ 2023-07-13T14:16:12.4810510Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/tags’ 2023-07-13T14:16:12.4810983Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/remotes/origin/main’ 2023-07-13T14:16:12.4811524Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/remotes/origin’ 2023-07-13T14:16:12.4812065Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs/remotes’ 2023-07-13T14:16:12.4812575Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/refs’ 2023-07-13T14:16:12.4813032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/HEAD’ 2023-07-13T14:16:12.4813501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/config’ 2023-07-13T14:16:12.4814134Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects/pack/pack-c646d67cc0d1c93f125b5d8d7b773b0486fc5d8c.pack’ 2023-07-13T14:16:12.4814796Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects/pack/pack-c646d67cc0d1c93f125b5d8d7b773b0486fc5d8c.idx’ 2023-07-13T14:16:12.4815379Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects/pack’ 2023-07-13T14:16:12.4815896Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects/info’ 2023-07-13T14:16:12.4816413Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/objects’ 2023-07-13T14:16:12.4816868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/FETCH_HEAD’ 2023-07-13T14:16:12.4817385Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/shallow’ 2023-07-13T14:16:12.4817898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/remotes/origin/main’ 2023-07-13T14:16:12.4818494Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/remotes/origin’ 2023-07-13T14:16:12.4819057Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/remotes’ 2023-07-13T14:16:12.4819577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/heads/main’ 2023-07-13T14:16:12.4820090Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs/heads’ 2023-07-13T14:16:12.4820560Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/refs’ 2023-07-13T14:16:12.4821104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs/HEAD’ 2023-07-13T14:16:12.4821748Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/logs’ 2023-07-13T14:16:12.4822225Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/index’ 2023-07-13T14:16:12.4822733Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git’ 2023-07-13T14:16:12.4823295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git-blame-ignore-revs’ 2023-07-13T14:16:12.4823826Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.gitattributes’ 2023-07-13T14:16:12.4824337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actionlint.yaml’ 2023-07-13T14:16:12.4824876Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/bc-lint/action.yml’ 2023-07-13T14:16:12.4825376Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/bc-lint’ 2023-07-13T14:16:12.4825974Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/check-disk-space/action.yml’ 2023-07-13T14:16:12.4826561Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/check-disk-space’ 2023-07-13T14:16:12.4827106Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/chown-directory/action.yml’ 2023-07-13T14:16:12.4827699Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/chown-directory’ 2023-07-13T14:16:12.4828260Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/cleanup-runner/action.yml’ 2023-07-13T14:16:12.4828851Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/cleanup-runner’ 2023-07-13T14:16:12.4829401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/export-matrix-variables/action.yml’ 2023-07-13T14:16:12.4830027Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/export-matrix-variables’ 2023-07-13T14:16:12.4830623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/pull-docker-image/action.yml’ 2023-07-13T14:16:12.4831242Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/pull-docker-image’ 2023-07-13T14:16:12.4831807Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/run-script-with-cache/action.yml’ 2023-07-13T14:16:12.4832424Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/run-script-with-cache’ 2023-07-13T14:16:12.4832992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/set-channel/action.yml’ 2023-07-13T14:16:12.4833569Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/set-channel’ 2023-07-13T14:16:12.4834100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-binary-builds/action.yml’ 2023-07-13T14:16:12.4834700Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-binary-builds’ 2023-07-13T14:16:12.4835282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-build-test/action.yml’ 2023-07-13T14:16:12.4835959Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-build-test’ 2023-07-13T14:16:12.4836529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-linux/action.yml’ 2023-07-13T14:16:12.4837086Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-linux’ 2023-07-13T14:16:12.4837677Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-miniconda/README.md’ 2023-07-13T14:16:12.4838204Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-miniconda/action.yml’ 2023-07-13T14:16:12.4838894Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-miniconda’ 2023-07-13T14:16:12.4839454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-nvidia/action.yml’ 2023-07-13T14:16:12.4840081Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-nvidia’ 2023-07-13T14:16:12.4840596Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-ssh/action.yml’ 2023-07-13T14:16:12.4841159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-ssh/index.js’ 2023-07-13T14:16:12.4841707Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-ssh’ 2023-07-13T14:16:12.4842302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-windows/action.yml’ 2023-07-13T14:16:12.4842882Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/setup-windows’ 2023-07-13T14:16:12.4843406Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/teardown-linux/action.yml’ 2023-07-13T14:16:12.4843993Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/teardown-linux’ 2023-07-13T14:16:12.4844594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/teardown-windows/action.yml’ 2023-07-13T14:16:12.4845165Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/teardown-windows’ 2023-07-13T14:16:12.4845715Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/trigger-nightly/action.yml’ 2023-07-13T14:16:12.4846418Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/trigger-nightly’ 2023-07-13T14:16:12.4846995Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/upload-alerts/action.yml’ 2023-07-13T14:16:12.4847603Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions/upload-alerts’ 2023-07-13T14:16:12.4848092Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/actions’ 2023-07-13T14:16:12.4848638Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/dependabot.yml’ 2023-07-13T14:16:12.4849165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scale-config.yml’ 2023-07-13T14:16:12.4849672Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/anaconda-prune/prune.sh’ 2023-07-13T14:16:12.4850236Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/anaconda-prune/run.sh’ 2023-07-13T14:16:12.4850821Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/anaconda-prune’ 2023-07-13T14:16:12.4851442Z 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:12.4851987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/export_matrix_variables.py’ 2023-07-13T14:16:12.4852578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/get_tutorials_stats.py’ 2023-07-13T14:16:12.4853137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/install_torch.sh’ 2023-07-13T14:16:12.4853711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py’ 2023-07-13T14:16:12.4854274Z 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:12.4854868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/test_update_disabled_issues.py’ 2023-07-13T14:16:12.4855575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/update_disabled_issues.py’ 2023-07-13T14:16:12.4856115Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts’ 2023-07-13T14:16:12.4856650Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/_prune-anaconda-packages.yml’ 2023-07-13T14:16:12.4857353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/anaconda-prune.yml’ 2023-07-13T14:16:12.4857969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/backfill-workflow-job.yml’ 2023-07-13T14:16:12.4858542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_conda_linux.yml’ 2023-07-13T14:16:12.4859053Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_conda_macos.yml’ 2023-07-13T14:16:12.4859615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_conda_windows.yml’ 2023-07-13T14:16:12.4860205Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_wheels_linux.yml’ 2023-07-13T14:16:12.4860722Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_wheels_macos.yml’ 2023-07-13T14:16:12.4861288Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/build_wheels_windows.yml’ 2023-07-13T14:16:12.4861874Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/check-alerts.yml’ 2023-07-13T14:16:12.4862434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/clang-tidy-linux.yml’ 2023-07-13T14:16:12.4862982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/clang-tidy-macos.yml’ 2023-07-13T14:16:12.4863557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/disable-flaky-tests.yml’ 2023-07-13T14:16:12.4864154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/generate_binary_build_matrix.yml’ 2023-07-13T14:16:12.4864760Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/github-status-test-lambda.yml’ 2023-07-13T14:16:12.4865366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-do-release-runners.yml’ 2023-07-13T14:16:12.4865967Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-release-runners.yml’ 2023-07-13T14:16:12.4866572Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-release-tag-runners.yml’ 2023-07-13T14:16:12.4867195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-runners.yml’ 2023-07-13T14:16:12.4867802Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda-webhook.yml’ 2023-07-13T14:16:12.4868414Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda_github_status_webhook_handler.yml’ 2023-07-13T14:16:12.4869026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lambda_scribe_proxy.yml’ 2023-07-13T14:16:12.4869565Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lint.yml’ 2023-07-13T14:16:12.4870084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/lint_actions.yml’ 2023-07-13T14:16:12.4870612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/linux_job.yml’ 2023-07-13T14:16:12.4871180Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/log-classifier-lambda.yml’ 2023-07-13T14:16:12.4871693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/macos_job.yml’ 2023-07-13T14:16:12.4872328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/push-rockset-query-lambda-tags.yml’ 2023-07-13T14:16:12.4873019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/revert-tracker.yml’ 2023-07-13T14:16:12.4873575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/rockset_autoscale.yml’ 2023-07-13T14:16:12.4874163Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/stronghold.yml’ 2023-07-13T14:16:12.4874723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/sync_pytorch_canary.yml’ 2023-07-13T14:16:12.4875335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-binary-size-validation.yml’ 2023-07-13T14:16:12.4876064Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-export-matrix-variables.yml’ 2023-07-13T14:16:12.4876653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-miniconda-env-file’ 2023-07-13T14:16:12.4877368Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file’ 2023-07-13T14:16:12.4878029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-miniconda.yml’ 2023-07-13T14:16:12.4878625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-nvidia.yml’ 2023-07-13T14:16:12.4879151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-setup-ssh.yml’ 2023-07-13T14:16:12.4879711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-torchfix.yml’ 2023-07-13T14:16:12.4880299Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-update-viablestrict.yml’ 2023-07-13T14:16:12.4880932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test-validate-domain-library.yml’ 2023-07-13T14:16:12.4881509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_linux_with_cuda.yml’ 2023-07-13T14:16:12.4882100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_linux_without_cuda.yml’ 2023-07-13T14:16:12.4882732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_m1.yml’ 2023-07-13T14:16:12.4883252Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_macos.yml’ 2023-07-13T14:16:12.4884017Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_windows_with_cuda.yml’ 2023-07-13T14:16:12.4884613Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_conda_windows_without_cuda.yml’ 2023-07-13T14:16:12.4885230Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml’ 2023-07-13T14:16:12.4885867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml’ 2023-07-13T14:16:12.4886524Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_m1.yml’ 2023-07-13T14:16:12.4887096Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_macos.yml’ 2023-07-13T14:16:12.4887741Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml’ 2023-07-13T14:16:12.4888345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml’ 2023-07-13T14:16:12.4888868Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_linux_job.yml’ 2023-07-13T14:16:12.4889404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_macos_job.yml’ 2023-07-13T14:16:12.4890073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/test_windows_job.yml’ 2023-07-13T14:16:12.4890586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/tests.yml’ 2023-07-13T14:16:12.4891193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/tflint.yml’ 2023-07-13T14:16:12.4891798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/tools-self-hosted-runner-utils.yml’ 2023-07-13T14:16:12.4892408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/torchci.yml’ 2023-07-13T14:16:12.4892936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/trigger_nightly.yml’ 2023-07-13T14:16:12.4893511Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-drci-comments.yml’ 2023-07-13T14:16:12.4894106Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-queue-times.yml’ 2023-07-13T14:16:12.4894692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-slow-tests.yml’ 2023-07-13T14:16:12.4895224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-test-times.yml’ 2023-07-13T14:16:12.4895828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update-viablestrict.yml’ 2023-07-13T14:16:12.4896427Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update_ci_wait_time_metric.yml’ 2023-07-13T14:16:12.4897027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/update_disabled_tests.yml’ 2023-07-13T14:16:12.4897568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/upload-tutorials-stats.yml’ 2023-07-13T14:16:12.4898200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/validate-domain-library.yml’ 2023-07-13T14:16:12.4898785Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows/windows_job.yml’ 2023-07-13T14:16:12.4899269Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/workflows’ 2023-07-13T14:16:12.4899784Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github’ 2023-07-13T14:16:12.4900277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.gitignore’ 2023-07-13T14:16:12.4900770Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.lintrunner.toml’ 2023-07-13T14:16:12.4901238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.mypy_requirements.txt’ 2023-07-13T14:16:12.4901740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/CODE_OF_CONDUCT.md’ 2023-07-13T14:16:12.4902287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/CONTRIBUTING.md’ 2023-07-13T14:16:12.4902777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/LICENSE’ 2023-07-13T14:16:12.4903202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/README.md’ 2023-07-13T14:16:12.4903702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/README.md’ 2023-07-13T14:16:12.4904237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/build.hwm’ 2023-07-13T14:16:12.4904705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/build.pwd’ 2023-07-13T14:16:12.5013498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/build.pwi’ 2023-07-13T14:16:12.5014008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/configs/sshd_config’ 2023-07-13T14:16:12.5014492Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/configs’ 2023-07-13T14:16:12.5015010Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1’ 2023-07-13T14:16:12.5015800Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1’ 2023-07-13T14:16:12.5016340Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Helpers’ 2023-07-13T14:16:12.5016982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1’ 2023-07-13T14:16:12.5017543Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Choco.ps1’ 2023-07-13T14:16:12.5018135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1’ 2023-07-13T14:16:12.5018726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1’ 2023-07-13T14:16:12.5019336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1’ 2023-07-13T14:16:12.5019900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1’ 2023-07-13T14:16:12.5020458Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1’ 2023-07-13T14:16:12.5020997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1’ 2023-07-13T14:16:12.5021521Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts/Installers’ 2023-07-13T14:16:12.5022005Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/scripts’ 2023-07-13T14:16:12.5022540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1’ 2023-07-13T14:16:12.5023091Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/user-data-scripts’ 2023-07-13T14:16:12.5023594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/variables.pkr.hcl’ 2023-07-13T14:16:12.5024110Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows/windows.pkr.hcl’ 2023-07-13T14:16:12.5024583Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami/windows’ 2023-07-13T14:16:12.5025015Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/ami’ 2023-07-13T14:16:12.5025470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/checks-cron/Makefile’ 2023-07-13T14:16:12.5025960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/checks-cron/lambda_function.py’ 2023-07-13T14:16:12.5026457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/checks-cron/requirements.txt’ 2023-07-13T14:16:12.5026967Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/checks-cron’ 2023-07-13T14:16:12.5027462Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test/Makefile’ 2023-07-13T14:16:12.5027977Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test/README.md’ 2023-07-13T14:16:12.5028491Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test/lambda_function.py’ 2023-07-13T14:16:12.5029028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test/requirements.txt’ 2023-07-13T14:16:12.5029550Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-status-test’ 2023-07-13T14:16:12.5030068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/Makefile’ 2023-07-13T14:16:12.5030676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/existing_schema.py’ 2023-07-13T14:16:12.5031237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/generate_schema.py’ 2023-07-13T14:16:12.5031852Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/lambda_function.py’ 2023-07-13T14:16:12.5032408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/requirements.txt’ 2023-07-13T14:16:12.5032945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/test_lambda.py’ 2023-07-13T14:16:12.5033471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync/utils.py’ 2023-07-13T14:16:12.5034005Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/github-webhook-rds-sync’ 2023-07-13T14:16:12.5034531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/.gitignore’ 2023-07-13T14:16:12.5035010Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/Cargo.lock’ 2023-07-13T14:16:12.5035507Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/Cargo.toml’ 2023-07-13T14:16:12.5036085Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/README.md’ 2023-07-13T14:16:12.5036604Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/fixtures/request.json’ 2023-07-13T14:16:12.5037111Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/fixtures’ 2023-07-13T14:16:12.5037617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/ruleset.toml’ 2023-07-13T14:16:12.5038119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/engine.rs’ 2023-07-13T14:16:12.5038604Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/lib.rs’ 2023-07-13T14:16:12.5039084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/log.rs’ 2023-07-13T14:16:12.5039572Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/main.rs’ 2023-07-13T14:16:12.5040071Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/network.rs’ 2023-07-13T14:16:12.5040557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/rule.rs’ 2023-07-13T14:16:12.5041059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src/rule_match.rs’ 2023-07-13T14:16:12.5041561Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier/src’ 2023-07-13T14:16:12.5042071Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/log-classifier’ 2023-07-13T14:16:12.5042541Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/rds-proxy/Makefile’ 2023-07-13T14:16:12.5043043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/rds-proxy/lambda_function.py’ 2023-07-13T14:16:12.5043552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/rds-proxy/requirements.txt’ 2023-07-13T14:16:12.5044042Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/rds-proxy’ 2023-07-13T14:16:12.5044516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/scribe-proxy/__init__.py’ 2023-07-13T14:16:12.5045015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/scribe-proxy/lambda_function.py’ 2023-07-13T14:16:12.5045502Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/scribe-proxy/test.py’ 2023-07-13T14:16:12.5046159Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/scribe-proxy’ 2023-07-13T14:16:12.5046692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py’ 2023-07-13T14:16:12.5047324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/requirements.txt’ 2023-07-13T14:16:12.5047878Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py’ 2023-07-13T14:16:12.5048446Z 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:12.5049032Z 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:12.5049610Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator/test_samples’ 2023-07-13T14:16:12.5050145Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda/usage-log-aggregator’ 2023-07-13T14:16:12.5050611Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/lambda’ 2023-07-13T14:16:12.5051120Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/websites/download.pytorch.org/README.md’ 2023-07-13T14:16:12.5051666Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js’ 2023-07-13T14:16:12.5052215Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/websites/download.pytorch.org’ 2023-07-13T14:16:12.5052684Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws/websites’ 2023-07-13T14:16:12.5053116Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/aws’ 2023-07-13T14:16:12.5053539Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/mypy.ini’ 2023-07-13T14:16:12.5053954Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/pyproject.toml’ 2023-07-13T14:16:12.5054391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/.eslintignore’ 2023-07-13T14:16:12.5054864Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/.eslintrc.json’ 2023-07-13T14:16:12.5055330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/.prettierignore’ 2023-07-13T14:16:12.5055788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/.prettierrc.json’ 2023-07-13T14:16:12.5056247Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/README.md’ 2023-07-13T14:16:12.5056746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts’ 2023-07-13T14:16:12.5057352Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/__tests__/get-ip.test.ts’ 2023-07-13T14:16:12.5057843Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/__tests__/github-utils.test.ts’ 2023-07-13T14:16:12.5058330Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/__tests__’ 2023-07-13T14:16:12.5058867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/jest.config.js’ 2023-07-13T14:16:12.5059333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/package.json’ 2023-07-13T14:16:12.5059805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/add-github-ssh-key.ts’ 2023-07-13T14:16:12.5060287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/ec2-utils.ts’ 2023-07-13T14:16:12.5060742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/get-ip.ts’ 2023-07-13T14:16:12.5061209Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/github-utils.ts’ 2023-07-13T14:16:12.5061663Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src/main.ts’ 2023-07-13T14:16:12.5062110Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/src’ 2023-07-13T14:16:12.5062582Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/tsconfig.json’ 2023-07-13T14:16:12.5063016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh/yarn.lock’ 2023-07-13T14:16:12.5063460Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/setup-ssh’ 2023-07-13T14:16:12.5063890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/stats/README.md’ 2023-07-13T14:16:12.5064331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/stats/windows_smoke_tests.csv’ 2023-07-13T14:16:12.5064772Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/stats’ 2023-07-13T14:16:12.5065267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/.gitignore’ 2023-07-13T14:16:12.5065792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/.tflint.hcl’ 2023-07-13T14:16:12.5066310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/LICENSE.md’ 2023-07-13T14:16:12.5066839Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/elastic_cache.tf’ 2023-07-13T14:16:12.5067348Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/kms.tf’ 2023-07-13T14:16:12.5067851Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/main.tf’ 2023-07-13T14:16:12.5068396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl’ 2023-07-13T14:16:12.5068987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md’ 2023-07-13T14:16:12.5069572Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf’ 2023-07-13T14:16:12.5070164Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf’ 2023-07-13T14:16:12.5070749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf’ 2023-07-13T14:16:12.5071336Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/download-lambda’ 2023-07-13T14:16:12.5071948Z 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:12.5072560Z 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:12.5073300Z 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:12.5074094Z 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:12.5074822Z 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:12.5075542Z 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:12.5076361Z 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:12.5077108Z 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:12.5077852Z 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:12.5078581Z 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:12.5079330Z 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:12.5080069Z 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:12.5080841Z 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:12.5081592Z 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:12.5082438Z 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:12.5083347Z 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:12.5084236Z 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:12.5085111Z 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:12.5085921Z 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:12.5086782Z 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:12.5087522Z 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:12.5088342Z 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:12.5089157Z 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:12.5089847Z 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:12.5090482Z 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:12.5091096Z 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:12.5091778Z 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:12.5092483Z 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:12.5093174Z 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:12.5093845Z 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:12.5094518Z 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:12.5095166Z 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:12.5095807Z 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:12.5096439Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer’ 2023-07-13T14:16:12.5097059Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf’ 2023-07-13T14:16:12.5097687Z 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:12.5098302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf’ 2023-07-13T14:16:12.5098898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf’ 2023-07-13T14:16:12.5099488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf’ 2023-07-13T14:16:12.5100127Z 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:12.5100837Z 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:12.5101579Z 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:12.5102300Z 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:12.5103006Z 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:12.5103796Z 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:12.5104485Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/policies’ 2023-07-13T14:16:12.5105183Z 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:12.5105862Z 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:12.5106536Z 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:12.5107222Z 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:12.5107932Z 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:12.5108624Z 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:12.5109324Z 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:12.5110027Z 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:12.5110703Z 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:12.5111349Z 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:12.5111989Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/templates’ 2023-07-13T14:16:12.5112625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf’ 2023-07-13T14:16:12.5113239Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners-instances’ 2023-07-13T14:16:12.5113810Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep’ 2023-07-13T14:16:12.5114375Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl’ 2023-07-13T14:16:12.5114966Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore’ 2023-07-13T14:16:12.5115575Z 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:12.5116257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc’ 2023-07-13T14:16:12.5116871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc’ 2023-07-13T14:16:12.5117492Z 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:12.5118109Z 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:12.5118800Z 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:12.5119422Z 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:12.5120131Z 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:12.5120795Z 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:12.5121459Z 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:12.5122113Z 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:12.5122800Z 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:12.5123480Z 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:12.5124157Z 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:12.5124818Z 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:12.5125492Z 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:12.5126275Z 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:12.5126945Z 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:12.5127626Z 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:12.5128283Z 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:12.5128967Z 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:12.5129635Z 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:12.5130317Z 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:12.5130978Z 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:12.5131643Z 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:12.5132307Z 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:12.5132975Z 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:12.5133746Z 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:12.5134456Z 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:12.5135271Z 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:12.5135992Z 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:12.5136708Z 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:12.5137378Z 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:12.5138044Z 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:12.5138667Z 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:12.5139366Z 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:12.5140038Z 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:12.5140672Z 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:12.5141301Z 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:12.5141903Z 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:12.5142527Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners’ 2023-07-13T14:16:12.5143127Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/lambdas’ 2023-07-13T14:16:12.5143699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/main.tf’ 2023-07-13T14:16:12.5144255Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf’ 2023-07-13T14:16:12.5144873Z 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:12.5145532Z 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:12.5146178Z 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:12.5146809Z 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:12.5147461Z 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:12.5148166Z 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:12.5148904Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/policies’ 2023-07-13T14:16:12.5149473Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf’ 2023-07-13T14:16:12.5150104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf’ 2023-07-13T14:16:12.5150674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners/variables.tf’ 2023-07-13T14:16:12.5151232Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/runners’ 2023-07-13T14:16:12.5151823Z 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:12.5152450Z 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:12.5153077Z 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:12.5153691Z 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:12.5154375Z 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:12.5155067Z 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:12.5155841Z 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:12.5156547Z 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:12.5157229Z 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:12.5157870Z 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:12.5158491Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions’ 2023-07-13T14:16:12.5159077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl’ 2023-07-13T14:16:12.5159635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/README.md’ 2023-07-13T14:16:12.5160224Z 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:12.5160847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore’ 2023-07-13T14:16:12.5161453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc’ 2023-07-13T14:16:12.5162055Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc’ 2023-07-13T14:16:12.5162662Z 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:12.5163269Z 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:12.5163879Z 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:12.5164577Z 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:12.5165253Z 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:12.5165856Z 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:12.5166563Z 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:12.5167189Z 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:12.5167826Z 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:12.5168484Z 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:12.5169138Z 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:12.5169764Z 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:12.5170382Z 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:12.5171044Z 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:12.5171715Z 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:12.5172336Z 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:12.5172954Z 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:12.5173550Z 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:12.5174153Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook’ 2023-07-13T14:16:12.5174742Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/lambdas’ 2023-07-13T14:16:12.5175314Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/main.tf’ 2023-07-13T14:16:12.5175860Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf’ 2023-07-13T14:16:12.5176430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf’ 2023-07-13T14:16:12.5177032Z 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:12.5177676Z 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:12.5178341Z 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:12.5179060Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/policies’ 2023-07-13T14:16:12.5179643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars’ 2023-07-13T14:16:12.5180331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf’ 2023-07-13T14:16:12.5180889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf’ 2023-07-13T14:16:12.5181447Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules/webhook’ 2023-07-13T14:16:12.5181984Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/modules’ 2023-07-13T14:16:12.5182518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/outputs.tf’ 2023-07-13T14:16:12.5183120Z 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:12.5183768Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/policies’ 2023-07-13T14:16:12.5184357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/templates/resource-group.json’ 2023-07-13T14:16:12.5184926Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/templates’ 2023-07-13T14:16:12.5185486Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh’ 2023-07-13T14:16:12.5186072Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/terraform_migrations’ 2023-07-13T14:16:12.5186618Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner/variables.tf’ 2023-07-13T14:16:12.5187157Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/terraform-aws-github-runner’ 2023-07-13T14:16:12.5187653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/alerts/upload_alerts_to_aws.py’ 2023-07-13T14:16:12.5188138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/alerts/validate_alerts.py’ 2023-07-13T14:16:12.5188594Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/alerts’ 2023-07-13T14:16:12.5189057Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation/README.md’ 2023-07-13T14:16:12.5189580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation/binary_size_validation.py’ 2023-07-13T14:16:12.5190113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation/requirements.txt’ 2023-07-13T14:16:12.5190659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation/test_binary_size_validation.py’ 2023-07-13T14:16:12.5191159Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/binary_size_validation’ 2023-07-13T14:16:12.5191662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/.gitignore’ 2023-07-13T14:16:12.5192205Z 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:12.5192836Z 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:12.5193924Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/11.x-patches’ 2023-07-13T14:16:12.5194486Z 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:12.5195200Z 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:12.5195948Z 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:12.5196589Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/15.x-patches’ 2023-07-13T14:16:12.5197135Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy’ 2023-07-13T14:16:12.5197659Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/README.md’ 2023-07-13T14:16:12.5198144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/setup.sh’ 2023-07-13T14:16:12.5198617Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks/verify.sh’ 2023-07-13T14:16:12.5199116Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/clang-tidy-checks’ 2023-07-13T14:16:12.5199621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/actionlint_linter.py’ 2023-07-13T14:16:12.5200131Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/exec_linter.py’ 2023-07-13T14:16:12.5200605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/flake8_linter.py’ 2023-07-13T14:16:12.5201086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/grep_linter.py’ 2023-07-13T14:16:12.5201594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/lintrunner_version_linter.py’ 2023-07-13T14:16:12.5202095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/mypy_linter.py’ 2023-07-13T14:16:12.5202581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/newlines_linter.py’ 2023-07-13T14:16:12.5203069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/pip_init.py’ 2023-07-13T14:16:12.5203546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/ruff_linter.py’ 2023-07-13T14:16:12.5204031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/s3_init.py’ 2023-07-13T14:16:12.5204509Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/s3_init_config.json’ 2023-07-13T14:16:12.5204997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters/ufmt_linter.py’ 2023-07-13T14:16:12.5205479Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter/adapters’ 2023-07-13T14:16:12.5205924Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/linter’ 2023-07-13T14:16:12.5206521Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh’ 2023-07-13T14:16:12.5207011Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/mirror-pypi’ 2023-07-13T14:16:12.5207566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/.flake8’ 2023-07-13T14:16:12.5208037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/.gitattributes’ 2023-07-13T14:16:12.5208510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/.gitignore’ 2023-07-13T14:16:12.5208974Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/Makefile’ 2023-07-13T14:16:12.5209442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/README.md’ 2023-07-13T14:16:12.5209909Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/poetry.lock’ 2023-07-13T14:16:12.5210490Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pyproject.toml’ 2023-07-13T14:16:12.5211008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py’ 2023-07-13T14:16:12.5211533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py’ 2023-07-13T14:16:12.5212048Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py’ 2023-07-13T14:16:12.5212562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py’ 2023-07-13T14:16:12.5213081Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py’ 2023-07-13T14:16:12.5213576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py’ 2023-07-13T14:16:12.5214107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py’ 2023-07-13T14:16:12.5214628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py’ 2023-07-13T14:16:12.5215166Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/pytorch_pkg_helpers’ 2023-07-13T14:16:12.5215678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/assets/conda_search.json’ 2023-07-13T14:16:12.5216188Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/assets’ 2023-07-13T14:16:12.5216677Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_conda.py’ 2023-07-13T14:16:12.5217162Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_cuda.py’ 2023-07-13T14:16:12.5217647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_macos.py’ 2023-07-13T14:16:12.5218133Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_utils.py’ 2023-07-13T14:16:12.5218632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_version.py’ 2023-07-13T14:16:12.5219119Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests/test_wheel.py’ 2023-07-13T14:16:12.5219588Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers/tests’ 2023-07-13T14:16:12.5220066Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/pkg-helpers’ 2023-07-13T14:16:12.5220553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/analyze_ci_workflows.py’ 2023-07-13T14:16:12.5221051Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/consolidate_scale_config_yaml.py’ 2023-07-13T14:16:12.5221616Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/download-lambdas.py’ 2023-07-13T14:16:12.5222121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/fetch_latest_green_commit.py’ 2023-07-13T14:16:12.5222689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/generate_binary_build_matrix.py’ 2023-07-13T14:16:12.5223159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/gitutils.py’ 2023-07-13T14:16:12.5223654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/list_prs_from_partners_by_label.py’ 2023-07-13T14:16:12.5224147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts/rockset_autoscale.py’ 2023-07-13T14:16:12.5224610Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/scripts’ 2023-07-13T14:16:12.5225100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/.gitignore’ 2023-07-13T14:16:12.5225620Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/Makefile’ 2023-07-13T14:16:12.5226133Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/README.md’ 2023-07-13T14:16:12.5226685Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/check_runners_state.py’ 2023-07-13T14:16:12.5227229Z 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:12.5227781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py’ 2023-07-13T14:16:12.5228354Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh’ 2023-07-13T14:16:12.5228921Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils/requirements.txt’ 2023-07-13T14:16:12.5229442Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/self-hosted-runner-utils’ 2023-07-13T14:16:12.5229930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/.flake8’ 2023-07-13T14:16:12.5230482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/bin/.gitignore’ 2023-07-13T14:16:12.5230960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/bin/analyze-history’ 2023-07-13T14:16:12.5231493Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/bin/build-check-api-compatibility’ 2023-07-13T14:16:12.5232007Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/bin’ 2023-07-13T14:16:12.5232478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/pyproject.toml’ 2023-07-13T14:16:12.5232964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/requirements.txt’ 2023-07-13T14:16:12.5233451Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/__init__.py’ 2023-07-13T14:16:12.5233932Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/ast.py’ 2023-07-13T14:16:12.5234413Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/checker.py’ 2023-07-13T14:16:12.5234947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/compatibility.py’ 2023-07-13T14:16:12.5235480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/git.py’ 2023-07-13T14:16:12.5236022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/github.py’ 2023-07-13T14:16:12.5236581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/types.py’ 2023-07-13T14:16:12.5237061Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api/violations.py’ 2023-07-13T14:16:12.5237552Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src/api’ 2023-07-13T14:16:12.5238089Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/src’ 2023-07-13T14:16:12.5238567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/conftest.py’ 2023-07-13T14:16:12.5239106Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_ast.py’ 2023-07-13T14:16:12.5239636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py’ 2023-07-13T14:16:12.5240176Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_ast_param_types.py’ 2023-07-13T14:16:12.5240709Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_compatibility.py’ 2023-07-13T14:16:12.5241209Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_git.py’ 2023-07-13T14:16:12.5241712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api/test_github.py’ 2023-07-13T14:16:12.5242213Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/api’ 2023-07-13T14:16:12.5242702Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib/testing/__init__.py’ 2023-07-13T14:16:12.5243195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib/testing/git.py’ 2023-07-13T14:16:12.5243692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib/testing/source.py’ 2023-07-13T14:16:12.5244212Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib/testing’ 2023-07-13T14:16:12.5244745Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests/lib’ 2023-07-13T14:16:12.5245239Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold/tests’ 2023-07-13T14:16:12.5245707Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/stronghold’ 2023-07-13T14:16:12.5246277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests/README.md’ 2023-07-13T14:16:12.5246752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests/test_fetch_latest_green_commit.py’ 2023-07-13T14:16:12.5247250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests/test_rockset_autoscale.py’ 2023-07-13T14:16:12.5247738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests/test_validate_alerts.py’ 2023-07-13T14:16:12.5248200Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/tests’ 2023-07-13T14:16:12.5248641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/.flake8’ 2023-07-13T14:16:12.5249102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/.gitignore’ 2023-07-13T14:16:12.5249557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/README.md’ 2023-07-13T14:16:12.5250014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/pyproject.toml’ 2023-07-13T14:16:12.5250500Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/requirements-dev.txt’ 2023-07-13T14:16:12.5251061Z 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:12.5251760Z 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:12.5252350Z 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:12.5253020Z 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:12.5253611Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/functorch.py’ 2023-07-13T14:16:12.5254287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker/functorch.txt’ 2023-07-13T14:16:12.5254867Z 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:12.5255600Z 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:12.5256177Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/checker’ 2023-07-13T14:16:12.5256770Z 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:12.5257351Z 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:12.5257934Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/cholesky.py’ 2023-07-13T14:16:12.5258523Z 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:12.5259125Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/functorch.py’ 2023-07-13T14:16:12.5259702Z 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:12.5260298Z 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:12.5260885Z 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:12.5261454Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod/qr.py’ 2023-07-13T14:16:12.5262004Z 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:12.5262641Z 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:12.5263248Z 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:12.5263847Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols/codemod’ 2023-07-13T14:16:12.5264397Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/deprecated_symbols’ 2023-07-13T14:16:12.5265015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/checker/require_grad.py’ 2023-07-13T14:16:12.5265555Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/checker/require_grad.txt’ 2023-07-13T14:16:12.5266084Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/checker’ 2023-07-13T14:16:12.5266698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/codemod/require_grad.py’ 2023-07-13T14:16:12.5267252Z 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:12.5267852Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc/codemod’ 2023-07-13T14:16:12.5268369Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/misc’ 2023-07-13T14:16:12.5268902Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/performance/checker/dataloader.py’ 2023-07-13T14:16:12.5269477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/performance/checker/dataloader.txt’ 2023-07-13T14:16:12.5270054Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/performance/checker’ 2023-07-13T14:16:12.5270590Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures/performance’ 2023-07-13T14:16:12.5271105Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/fixtures’ 2023-07-13T14:16:12.5271599Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests/test_torchfix.py’ 2023-07-13T14:16:12.5272072Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/tests’ 2023-07-13T14:16:12.5272539Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/__init__.py’ 2023-07-13T14:16:12.5273001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/__main__.py’ 2023-07-13T14:16:12.5273475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/common.py’ 2023-07-13T14:16:12.5273997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/deprecated_symbols.yaml’ 2023-07-13T14:16:12.5274496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/torchfix.py’ 2023-07-13T14:16:12.5275021Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/__init__.py’ 2023-07-13T14:16:12.5275586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/chain_matmul.py’ 2023-07-13T14:16:12.5276233Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/cholesky.py’ 2023-07-13T14:16:12.5276790Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/qr.py’ 2023-07-13T14:16:12.5277336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols/range.py’ 2023-07-13T14:16:12.5277897Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/deprecated_symbols’ 2023-07-13T14:16:12.5278442Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/misc/__init__.py’ 2023-07-13T14:16:12.5278963Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/misc’ 2023-07-13T14:16:12.5279485Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/performance/__init__.py’ 2023-07-13T14:16:12.5280028Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors/performance’ 2023-07-13T14:16:12.5280545Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix/visitors’ 2023-07-13T14:16:12.5281101Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix/torchfix’ 2023-07-13T14:16:12.5281554Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools/torchfix’ 2023-07-13T14:16:12.5281984Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/tools’ 2023-07-13T14:16:12.5282479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.env.example’ 2023-07-13T14:16:12.5282920Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.eslintrc.json’ 2023-07-13T14:16:12.5283354Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.gitignore’ 2023-07-13T14:16:12.5283797Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.prettierignore’ 2023-07-13T14:16:12.5284253Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/.prettierrc.json’ 2023-07-13T14:16:12.5284696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/README.md’ 2023-07-13T14:16:12.5285200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/AnnouncementBanner.module.css’ 2023-07-13T14:16:12.5285742Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/AnnouncementBanner.tsx’ 2023-07-13T14:16:12.5286357Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/CommitStatus.tsx’ 2023-07-13T14:16:12.5286836Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/CopyLink.tsx’ 2023-07-13T14:16:12.5287327Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/ErrorBoundary.tsx’ 2023-07-13T14:16:12.5287838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/FilteredJobList.tsx’ 2023-07-13T14:16:12.5288347Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/GranularityPicker.tsx’ 2023-07-13T14:16:12.5288900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/GroupHudTableHeaders.tsx’ 2023-07-13T14:16:12.5289437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/GroupJobConclusion.tsx’ 2023-07-13T14:16:12.5289978Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobAnnotationToggle.tsx’ 2023-07-13T14:16:12.5290475Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobArtifact.tsx’ 2023-07-13T14:16:12.5290990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobConclusion.module.css’ 2023-07-13T14:16:12.5291505Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobConclusion.tsx’ 2023-07-13T14:16:12.5292007Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobFilterInput.tsx’ 2023-07-13T14:16:12.5292517Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobLinks.module.css’ 2023-07-13T14:16:12.5293001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobLinks.tsx’ 2023-07-13T14:16:12.5293480Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobSummary.tsx’ 2023-07-13T14:16:12.5293973Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/JobTooltip.tsx’ 2023-07-13T14:16:12.5294448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/LogViewer.tsx’ 2023-07-13T14:16:12.5294938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/LoggedInMenu.tsx’ 2023-07-13T14:16:12.5295453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/LoginSection.module.css’ 2023-07-13T14:16:12.5295948Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/LoginSection.tsx’ 2023-07-13T14:16:12.5296537Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/NavBar.module.css’ 2023-07-13T14:16:12.5297023Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/NavBar.tsx’ 2023-07-13T14:16:12.5297594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/PageSelector.tsx’ 2023-07-13T14:16:12.5298104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/ReproductionCommand.tsx’ 2023-07-13T14:16:12.5298623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/SevReport.module.css’ 2023-07-13T14:16:12.5299116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/SevReport.tsx’ 2023-07-13T14:16:12.5299603Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/TestInsights.tsx’ 2023-07-13T14:16:12.5300078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/TimeUtils.tsx’ 2023-07-13T14:16:12.5300603Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/TooltipTarget.module.css’ 2023-07-13T14:16:12.5301115Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/TooltipTarget.tsx’ 2023-07-13T14:16:12.5301629Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/VersionControlLinks.tsx’ 2023-07-13T14:16:12.5302137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/WorkflowBox.tsx’ 2023-07-13T14:16:12.5302649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/WorkflowDispatcher.tsx’ 2023-07-13T14:16:12.5303158Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/commit.module.css’ 2023-07-13T14:16:12.5303632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/hud.module.css’ 2023-07-13T14:16:12.5304136Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics.module.css’ 2023-07-13T14:16:12.5304738Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/GenerateIndividualTestsLeaderboard.tsx’ 2023-07-13T14:16:12.5305412Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/GenerateTestInsightsOverviewTable.tsx’ 2023-07-13T14:16:12.5305990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx’ 2023-07-13T14:16:12.5306524Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/TablePanel.tsx’ 2023-07-13T14:16:12.5307068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx’ 2023-07-13T14:16:12.5307614Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx’ 2023-07-13T14:16:12.5308138Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics/panels’ 2023-07-13T14:16:12.5308637Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/metrics’ 2023-07-13T14:16:12.5309151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components/minihud.module.css’ 2023-07-13T14:16:12.5309634Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/components’ 2023-07-13T14:16:12.5310090Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/docs/architecture.md’ 2023-07-13T14:16:12.5310553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/docs/write-path.png’ 2023-07-13T14:16:12.5311011Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/docs’ 2023-07-13T14:16:12.5311444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/jest.config.js’ 2023-07-13T14:16:12.5311970Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/GeneralUtils.ts’ 2023-07-13T14:16:12.5312452Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/JobClassifierUtil.ts’ 2023-07-13T14:16:12.5312991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/RevertModal.tsx’ 2023-07-13T14:16:12.5313444Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/Constants.ts’ 2023-07-13T14:16:12.5313901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/acceptBot.ts’ 2023-07-13T14:16:12.5314359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/autoCcBot.ts’ 2023-07-13T14:16:12.5314822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/autoLabelBot.ts’ 2023-07-13T14:16:12.5315302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/ciflowPushTrigger.ts’ 2023-07-13T14:16:12.5315873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/cliParser.ts’ 2023-07-13T14:16:12.5316340Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/drciBot.ts’ 2023-07-13T14:16:12.5316787Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/index.ts’ 2023-07-13T14:16:12.5317250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/pytorchBot.ts’ 2023-07-13T14:16:12.5317732Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/pytorchBotHandler.ts’ 2023-07-13T14:16:12.5318233Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/pytorchbotLogger.ts’ 2023-07-13T14:16:12.5318699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/retryBot.ts’ 2023-07-13T14:16:12.5319167Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/subscriptions.ts’ 2023-07-13T14:16:12.5319695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts’ 2023-07-13T14:16:12.5320178Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/utils.ts’ 2023-07-13T14:16:12.5320680Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts’ 2023-07-13T14:16:12.5321191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot/webhookToDynamo.ts’ 2023-07-13T14:16:12.5321659Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/bot’ 2023-07-13T14:16:12.5322129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/correlation_matrix.json’ 2023-07-13T14:16:12.5322575Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/drciUtils.ts’ 2023-07-13T14:16:12.5323029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/dynamo.ts’ 2023-07-13T14:16:12.5323478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchCommit.ts’ 2023-07-13T14:16:12.5323968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts’ 2023-07-13T14:16:12.5324487Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchFailureSamples.ts’ 2023-07-13T14:16:12.5324968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchFlakyTests.ts’ 2023-07-13T14:16:12.5325433Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchHud.ts’ 2023-07-13T14:16:12.5325895Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchIssuesByLabel.ts’ 2023-07-13T14:16:12.5326446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchPR.ts’ 2023-07-13T14:16:12.5327026Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchRecentWorkflows.ts’ 2023-07-13T14:16:12.5327506Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/fetchS3Links.ts’ 2023-07-13T14:16:12.5327947Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/github.ts’ 2023-07-13T14:16:12.5332838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/githubFunctions.ts’ 2023-07-13T14:16:12.5333323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/jobUtils.ts’ 2023-07-13T14:16:12.5333766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/metricUtils.ts’ 2023-07-13T14:16:12.5334204Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/rockset.ts’ 2023-07-13T14:16:12.5334637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/s3.ts’ 2023-07-13T14:16:12.5335067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/types.ts’ 2023-07-13T14:16:12.5335555Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/useGroupingPreference.tsx’ 2023-07-13T14:16:12.5336037Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/useHudData.ts’ 2023-07-13T14:16:12.5336499Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/useScrollTo.ts’ 2023-07-13T14:16:12.5336968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib/useTableFilter.ts’ 2023-07-13T14:16:12.5337411Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/lib’ 2023-07-13T14:16:12.5337851Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/next-env.d.ts’ 2023-07-13T14:16:12.5338290Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/next.config.js’ 2023-07-13T14:16:12.5338729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/package-lock.json’ 2023-07-13T14:16:12.5339193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/package.json’ 2023-07-13T14:16:12.5339687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx’ 2023-07-13T14:16:12.5340230Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/commit’ 2023-07-13T14:16:12.5340766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx’ 2023-07-13T14:16:12.5341301Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/issues’ 2023-07-13T14:16:12.5341832Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx’ 2023-07-13T14:16:12.5342366Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]/pull’ 2023-07-13T14:16:12.5342888Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5343380Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/[repoOwner]’ 2023-07-13T14:16:12.5343897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/_app.tsx’ 2023-07-13T14:16:12.5344403Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/_githubrunnersutilization.tsx’ 2023-07-13T14:16:12.5344942Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts’ 2023-07-13T14:16:12.5345482Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit’ 2023-07-13T14:16:12.5346020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts’ 2023-07-13T14:16:12.5346631Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull’ 2023-07-13T14:16:12.5347153Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5347673Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/[repoOwner]’ 2023-07-13T14:16:12.5348181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts’ 2023-07-13T14:16:12.5348676Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/artifacts/s3’ 2023-07-13T14:16:12.5349164Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/artifacts’ 2023-07-13T14:16:12.5349654Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/auth/[...nextauth].js’ 2023-07-13T14:16:12.5350144Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/auth’ 2023-07-13T14:16:12.5350601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/drci/drci.ts’ 2023-07-13T14:16:12.5351078Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/drci’ 2023-07-13T14:16:12.5351551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/failure/[capture].ts’ 2023-07-13T14:16:12.5352039Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/failure’ 2023-07-13T14:16:12.5352523Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/flaky-tests/disable.ts’ 2023-07-13T14:16:12.5353032Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/flaky-tests/flakytest.ts’ 2023-07-13T14:16:12.5353537Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/flaky-tests’ 2023-07-13T14:16:12.5354107Z 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:12.5354706Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]’ 2023-07-13T14:16:12.5355293Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5355915Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch/[repoOwner]’ 2023-07-13T14:16:12.5356445Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/dispatch’ 2023-07-13T14:16:12.5356930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github/webhooks.ts’ 2023-07-13T14:16:12.5357488Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/github’ 2023-07-13T14:16:12.5358017Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts’ 2023-07-13T14:16:12.5358638Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:12.5359175Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5359689Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud/[repoOwner]’ 2023-07-13T14:16:12.5360166Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/hud’ 2023-07-13T14:16:12.5360633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/issue/[label].ts’ 2023-07-13T14:16:12.5361126Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/issue’ 2023-07-13T14:16:12.5361673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts’ 2023-07-13T14:16:12.5362281Z 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:12.5362869Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations’ 2023-07-13T14:16:12.5363481Z 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:12.5364080Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures’ 2023-07-13T14:16:12.5364662Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5365207Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation/[repoOwner]’ 2023-07-13T14:16:12.5365728Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/job_annotation’ 2023-07-13T14:16:12.5366381Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/query/[collection]/[lambdaName].ts’ 2023-07-13T14:16:12.5366907Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/query/[collection]’ 2023-07-13T14:16:12.5367385Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/query’ 2023-07-13T14:16:12.5367903Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts’ 2023-07-13T14:16:12.5368454Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api/usage-log-aggregator’ 2023-07-13T14:16:12.5368939Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/api’ 2023-07-13T14:16:12.5369457Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx’ 2023-07-13T14:16:12.5369991Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark/[suite]/[compiler]’ 2023-07-13T14:16:12.5370501Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark/[suite]’ 2023-07-13T14:16:12.5370997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark/compilers.tsx’ 2023-07-13T14:16:12.5371478Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/benchmark’ 2023-07-13T14:16:12.5372056Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/correlation.tsx’ 2023-07-13T14:16:12.5372604Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx’ 2023-07-13T14:16:12.5373261Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:12.5373813Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5374338Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs/[repoOwner]’ 2023-07-13T14:16:12.5374831Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failedjobs’ 2023-07-13T14:16:12.5375306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failure/[capture].tsx’ 2023-07-13T14:16:12.5375782Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/failure’ 2023-07-13T14:16:12.5376250Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/flakytest.tsx’ 2023-07-13T14:16:12.5376783Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx’ 2023-07-13T14:16:12.5377342Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:12.5377864Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5378368Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud/[repoOwner]’ 2023-07-13T14:16:12.5378837Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/hud’ 2023-07-13T14:16:12.5379283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/kpis.tsx’ 2023-07-13T14:16:12.5379739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/login_test.tsx’ 2023-07-13T14:16:12.5380200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/metrics.tsx’ 2023-07-13T14:16:12.5380740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx’ 2023-07-13T14:16:12.5381294Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:12.5381835Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5382353Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud/[repoOwner]’ 2023-07-13T14:16:12.5382834Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/minihud’ 2023-07-13T14:16:12.5383319Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/nightlies.tsx’ 2023-07-13T14:16:12.5383845Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx’ 2023-07-13T14:16:12.5384415Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5384946Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/reliability/[repoOwner]’ 2023-07-13T14:16:12.5385437Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/reliability’ 2023-07-13T14:16:12.5385918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/test/insights.tsx’ 2023-07-13T14:16:12.5386386Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/test’ 2023-07-13T14:16:12.5386925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/testing_overhead.tsx’ 2023-07-13T14:16:12.5387420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/testing_overhead/insights.tsx’ 2023-07-13T14:16:12.5387998Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/testing_overhead/oncall_insights.tsx’ 2023-07-13T14:16:12.5388513Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/testing_overhead’ 2023-07-13T14:16:12.5388965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tests.tsx’ 2023-07-13T14:16:12.5389484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx’ 2023-07-13T14:16:12.5390036Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]’ 2023-07-13T14:16:12.5390578Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts/[repoOwner]/[repoName]’ 2023-07-13T14:16:12.5391075Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts/[repoOwner]’ 2023-07-13T14:16:12.5391551Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/tts’ 2023-07-13T14:16:12.5392031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages/userbenchmark_view.tsx’ 2023-07-13T14:16:12.5392500Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/pages’ 2023-07-13T14:16:12.5392943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/public/favicon.ico’ 2023-07-13T14:16:12.5393394Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/public’ 2023-07-13T14:16:12.5393854Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset.config.json’ 2023-07-13T14:16:12.5394375Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/annotated_flaky_jobs.sql’ 2023-07-13T14:16:12.5394890Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/commit_failed_jobs.sql’ 2023-07-13T14:16:12.5395425Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/commit_jobs_query.sql’ 2023-07-13T14:16:12.5396018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/commit_query.sql’ 2023-07-13T14:16:12.5396546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/disabled_non_flaky_tests.sql’ 2023-07-13T14:16:12.5397057Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/failed_workflow_jobs.sql’ 2023-07-13T14:16:12.5397585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/failure_samples_query.sql’ 2023-07-13T14:16:12.5398128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/filter_forced_merge_pr.sql’ 2023-07-13T14:16:12.5398642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/flaky_tests.sql’ 2023-07-13T14:16:12.5399158Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/flaky_tests_across_jobs.sql’ 2023-07-13T14:16:12.5399686Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/flaky_workflows_jobs.sql’ 2023-07-13T14:16:12.5400216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/get_relevant_alerts.sql’ 2023-07-13T14:16:12.5400727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/get_workflow_jobs.sql’ 2023-07-13T14:16:12.5401291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/hud_query.sql’ 2023-07-13T14:16:12.5401848Z 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:12.5402505Z 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:12.5403050Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/issue_query.sql’ 2023-07-13T14:16:12.5403559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/master_commit_red_jobs.sql’ 2023-07-13T14:16:12.5404086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/num_commits_master.sql’ 2023-07-13T14:16:12.5404621Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/recent_pr_workflows_query.sql’ 2023-07-13T14:16:12.5405166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/reverted_prs_with_reason.sql’ 2023-07-13T14:16:12.5405678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/slow_tests.sql’ 2023-07-13T14:16:12.5406331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_insights_latest_runs.sql’ 2023-07-13T14:16:12.5406871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_insights_overview.sql’ 2023-07-13T14:16:12.5407410Z 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:12.5407938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_time_per_file.sql’ 2023-07-13T14:16:12.5408483Z 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:12.5409031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/test_time_per_oncall.sql’ 2023-07-13T14:16:12.5409569Z 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:12.5410097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql/unclassified.sql’ 2023-07-13T14:16:12.5410597Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/__sql’ 2023-07-13T14:16:12.5411118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/annotated_flaky_jobs.lambda.json’ 2023-07-13T14:16:12.5411647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/commit_failed_jobs.lambda.json’ 2023-07-13T14:16:12.5412192Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/commit_jobs_query.lambda.json’ 2023-07-13T14:16:12.5412719Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/commit_query.lambda.json’ 2023-07-13T14:16:12.5413273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/disabled_non_flaky_tests.lambda.json’ 2023-07-13T14:16:12.5413811Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/failed_workflow_jobs.lambda.json’ 2023-07-13T14:16:12.5414367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/failure_samples_query.lambda.json’ 2023-07-13T14:16:12.5414914Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/filter_forced_merge_pr.lambda.json’ 2023-07-13T14:16:12.5415448Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/flaky_test_query.lambda.json’ 2023-07-13T14:16:12.5416054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/flaky_tests.lambda.json’ 2023-07-13T14:16:12.5416588Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/flaky_tests_across_jobs.lambda.json’ 2023-07-13T14:16:12.5417220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/flaky_workflows_jobs.lambda.json’ 2023-07-13T14:16:12.5417766Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/get_relevant_alerts.lambda.json’ 2023-07-13T14:16:12.5418294Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/get_workflow_jobs.lambda.json’ 2023-07-13T14:16:12.5418814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/hud_query.lambda.json’ 2023-07-13T14:16:12.5419392Z 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:12.5420023Z 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:12.5420577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/issue_query.lambda.json’ 2023-07-13T14:16:12.5421113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/master_commit_red_jobs.lambda.json’ 2023-07-13T14:16:12.5421650Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/num_commits_master.lambda.json’ 2023-07-13T14:16:12.5422204Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/recent_pr_workflows_query.lambda.json’ 2023-07-13T14:16:12.5422748Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/reverted_prs_with_reason.lambda.json’ 2023-07-13T14:16:12.5423287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/slow_tests.lambda.json’ 2023-07-13T14:16:12.5423826Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_insights_latest_runs.lambda.json’ 2023-07-13T14:16:12.5424389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_insights_overview.lambda.json’ 2023-07-13T14:16:12.5424949Z 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:12.5425496Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_time_per_file.lambda.json’ 2023-07-13T14:16:12.5426053Z 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:12.5426615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/test_time_per_oncall.lambda.json’ 2023-07-13T14:16:12.5427161Z 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:12.5427714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons/unclassified.lambda.json’ 2023-07-13T14:16:12.5428218Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/commons’ 2023-07-13T14:16:12.5428757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance.sql’ 2023-07-13T14:16:12.5429337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance_branches.sql’ 2023-07-13T14:16:12.5429876Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/__sql’ 2023-07-13T14:16:12.5430494Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/compilers_benchmark_performance.lambda.json’ 2023-07-13T14:16:12.5431104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor/compilers_benchmark_performance_branches.lambda.json’ 2023-07-13T14:16:12.5431683Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/inductor’ 2023-07-13T14:16:12.5432211Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/completed_pr_jobs_aggregate.sql’ 2023-07-13T14:16:12.5432741Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/correlation_matrix.sql’ 2023-07-13T14:16:12.5433278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/disabled_test_historical.sql’ 2023-07-13T14:16:12.5433801Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/disabled_test_total.sql’ 2023-07-13T14:16:12.5434355Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/external_contribution_stats.sql’ 2023-07-13T14:16:12.5434891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/force_merge_red_avg.sql’ 2023-07-13T14:16:12.5435420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/force_merge_red_percent.sql’ 2023-07-13T14:16:12.5436008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/job_duration_avg.sql’ 2023-07-13T14:16:12.5436547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/job_duration_percentile.sql’ 2023-07-13T14:16:12.5437074Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/last_branch_push.sql’ 2023-07-13T14:16:12.5437604Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/last_successful_jobs.sql’ 2023-07-13T14:16:12.5438125Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/last_successful_workflow.sql’ 2023-07-13T14:16:12.5438662Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/log_captures_count.sql’ 2023-07-13T14:16:12.5439174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_commit_red.sql’ 2023-07-13T14:16:12.5439699Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_commit_red_avg.sql’ 2023-07-13T14:16:12.5440222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent.sql’ 2023-07-13T14:16:12.5440773Z 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:12.5441311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_jobs_red.sql’ 2023-07-13T14:16:12.5441829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/master_jobs_red_avg.sql’ 2023-07-13T14:16:12.5442337Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/num_tests_run.sql’ 2023-07-13T14:16:12.5442863Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/number_of_force_pushes.sql’ 2023-07-13T14:16:12.5443399Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/queue_times_historical.sql’ 2023-07-13T14:16:12.5443903Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/queued_jobs.sql’ 2023-07-13T14:16:12.5444401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/queued_jobs_by_label.sql’ 2023-07-13T14:16:12.5444968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/reverts.sql’ 2023-07-13T14:16:12.5445471Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/strict_lag_sec.sql’ 2023-07-13T14:16:12.5446028Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/top_reds.sql’ 2023-07-13T14:16:12.5446695Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/tts_avg.sql’ 2023-07-13T14:16:12.5447206Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical.sql’ 2023-07-13T14:16:12.5447765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical_percentile.sql’ 2023-07-13T14:16:12.5448318Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/tts_percentile.sql’ 2023-07-13T14:16:12.5448829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/workflow_duration_avg.sql’ 2023-07-13T14:16:12.5449376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/workflow_duration_percentile.sql’ 2023-07-13T14:16:12.5449900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql/workflow_load.sql’ 2023-07-13T14:16:12.5450398Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/__sql’ 2023-07-13T14:16:12.5450930Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/completed_pr_jobs_aggregate.lambda.json’ 2023-07-13T14:16:12.5451486Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/correlation_matrix.lambda.json’ 2023-07-13T14:16:12.5452060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/disabled_test_historical.lambda.json’ 2023-07-13T14:16:12.5452613Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/disabled_test_total.lambda.json’ 2023-07-13T14:16:12.5453197Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/external_contribution_stats.lambda.json’ 2023-07-13T14:16:12.5453773Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/force_merge_red_avg.lambda.json’ 2023-07-13T14:16:12.5454335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/force_merge_red_percent.lambda.json’ 2023-07-13T14:16:12.5454876Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/job_duration_avg.lambda.json’ 2023-07-13T14:16:12.5455426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/job_duration_percentile.lambda.json’ 2023-07-13T14:16:12.5455985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/last_branch_push.lambda.json’ 2023-07-13T14:16:12.5456525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/last_successful_jobs.lambda.json’ 2023-07-13T14:16:12.5457089Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/last_successful_workflow.lambda.json’ 2023-07-13T14:16:12.5457641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/log_captures_count.lambda.json’ 2023-07-13T14:16:12.5458165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_commit_red.lambda.json’ 2023-07-13T14:16:12.5458704Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_commit_red_avg.lambda.json’ 2023-07-13T14:16:12.5459358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_commit_red_percent.lambda.json’ 2023-07-13T14:16:12.5459939Z 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:12.5460549Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_jobs_red.lambda.json’ 2023-07-13T14:16:12.5461091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/master_jobs_red_avg.lambda.json’ 2023-07-13T14:16:12.5461616Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/num_tests_run.lambda.json’ 2023-07-13T14:16:12.5462153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/number_of_force_pushes.lambda.json’ 2023-07-13T14:16:12.5462692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/queue_times_historical.lambda.json’ 2023-07-13T14:16:12.5463229Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/queued_jobs.lambda.json’ 2023-07-13T14:16:12.5463765Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/queued_jobs_by_label.lambda.json’ 2023-07-13T14:16:12.5464298Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/reverts.lambda.json’ 2023-07-13T14:16:12.5464810Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/strict_lag_sec.lambda.json’ 2023-07-13T14:16:12.5465321Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/top_reds.lambda.json’ 2023-07-13T14:16:12.5465833Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/tts_avg.lambda.json’ 2023-07-13T14:16:12.5466360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/tts_duration_historical.lambda.json’ 2023-07-13T14:16:12.5466964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/tts_duration_historical_percentile.lambda.json’ 2023-07-13T14:16:12.5467529Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/tts_percentile.lambda.json’ 2023-07-13T14:16:12.5468083Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/workflow_duration_avg.lambda.json’ 2023-07-13T14:16:12.5468639Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/workflow_duration_percentile.lambda.json’ 2023-07-13T14:16:12.5469192Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics/workflow_load.lambda.json’ 2023-07-13T14:16:12.5469684Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/metrics’ 2023-07-13T14:16:12.5470186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red.sql’ 2023-07-13T14:16:12.5470509Z 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:12.5470803Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red.sql’ 2023-07-13T14:16:12.5471114Z 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:12.5471432Z 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:12.5471744Z 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:12.5472043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red.sql’ 2023-07-13T14:16:12.5472436Z 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:12.5472723Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/__sql’ 2023-07-13T14:16:12.5473092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/docker_jobs_red.lambda.json’ 2023-07-13T14:16:12.5473415Z 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:12.5473717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/nightly_jobs_red.lambda.json’ 2023-07-13T14:16:12.5474030Z 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:12.5474351Z 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:12.5474684Z 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:12.5475006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies/validation_jobs_red.lambda.json’ 2023-07-13T14:16:12.5475330Z 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:12.5475604Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/nightlies’ 2023-07-13T14:16:12.5475955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/prodVersions.json’ 2023-07-13T14:16:12.5476273Z 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:12.5476623Z 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:12.5476932Z 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:12.5477296Z 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:12.5477616Z 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:12.5477932Z 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:12.5478244Z 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:12.5478628Z 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:12.5478937Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql’ 2023-07-13T14:16:12.5479313Z 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:12.5479666Z 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:12.5479987Z 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:12.5480348Z 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:12.5480690Z 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:12.5481021Z 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:12.5481345Z 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:12.5481670Z 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:12.5481965Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/pytorch_dev_infra_kpis’ 2023-07-13T14:16:12.5482273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/__sql/runner_utilization.sql’ 2023-07-13T14:16:12.5482600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_activity.sql’ 2023-07-13T14:16:12.5482931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_repo.sql’ 2023-07-13T14:16:12.5483220Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/__sql’ 2023-07-13T14:16:12.5483550Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/runner_utilization.lambda.json’ 2023-07-13T14:16:12.5483885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/runner_utilization_by_activity.lambda.json’ 2023-07-13T14:16:12.5484216Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization/runner_utilization_by_repo.lambda.json’ 2023-07-13T14:16:12.5484486Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset/utilization’ 2023-07-13T14:16:12.5484739Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/rockset’ 2023-07-13T14:16:12.5485019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/backfillJobs.mjs’ 2023-07-13T14:16:12.5485291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/checkRockset.mjs’ 2023-07-13T14:16:12.5485564Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/check_alerts.py’ 2023-07-13T14:16:12.5485847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/compute_correlation.py’ 2023-07-13T14:16:12.5486238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/downloadQueryLambda.mjs’ 2023-07-13T14:16:12.5486510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/github_analyze.py’ 2023-07-13T14:16:12.5486791Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/pushRocksetTags.mjs’ 2023-07-13T14:16:12.5487133Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/queue_alert.py’ 2023-07-13T14:16:12.5487387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/reverts.py’ 2023-07-13T14:16:12.5487658Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/test_check_alerts.py’ 2023-07-13T14:16:12.5488001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/test_queue_alert.py’ 2023-07-13T14:16:12.5488287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/updateQueueTimes.mjs’ 2023-07-13T14:16:12.5488566Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/updateSlowTests.mjs’ 2023-07-13T14:16:12.5488842Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/updateTestTimes.mjs’ 2023-07-13T14:16:12.5489123Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts/uploadQueryLambda.mjs’ 2023-07-13T14:16:12.5489384Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/scripts’ 2023-07-13T14:16:12.5489627Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/styles/globals.css’ 2023-07-13T14:16:12.5489873Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/styles’ 2023-07-13T14:16:12.5490147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/acceptBot.test.ts’ 2023-07-13T14:16:12.5490409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/autoCcBot.test.ts’ 2023-07-13T14:16:12.5490682Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/autoLabelBot.test.ts’ 2023-07-13T14:16:12.5490980Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/ciflow-push-trigger.test.ts’ 2023-07-13T14:16:12.5491224Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/common.ts’ 2023-07-13T14:16:12.5491515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/disableFlakyBot.test.ts’ 2023-07-13T14:16:12.5491760Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/drci.test.ts’ 2023-07-13T14:16:12.5492020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/drciBot.test.ts’ 2023-07-13T14:16:12.5492283Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/config.json’ 2023-07-13T14:16:12.5492547Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/issue.json’ 2023-07-13T14:16:12.5492829Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/issue_comment.json’ 2023-07-13T14:16:12.5493113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/issues.labeled.json’ 2023-07-13T14:16:12.5493397Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/issues.opened.json’ 2023-07-13T14:16:12.5493684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/known_labels.json’ 2023-07-13T14:16:12.5493958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_files.json’ 2023-07-13T14:16:12.5494271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request.labeled.json’ 2023-07-13T14:16:12.5494561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request.opened.json’ 2023-07-13T14:16:12.5494863Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request.reopened.json’ 2023-07-13T14:16:12.5495174Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request.synchronize.json’ 2023-07-13T14:16:12.5495466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request_comment.json’ 2023-07-13T14:16:12.5495823Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request_review.json’ 2023-07-13T14:16:12.5496112Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/pull_request_reviews.json’ 2023-07-13T14:16:12.5496484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/permission.json’ 2023-07-13T14:16:12.5496808Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json’ 2023-07-13T14:16:12.5497129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json’ 2023-07-13T14:16:12.5497461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json’ 2023-07-13T14:16:12.5497781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json’ 2023-07-13T14:16:12.5498086Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push-trigger’ 2023-07-13T14:16:12.5498354Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/push.json’ 2023-07-13T14:16:12.5498643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/workflow_jobs.json’ 2023-07-13T14:16:12.5498948Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures/workflow_run.completed.json’ 2023-07-13T14:16:12.5499212Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/fixtures’ 2023-07-13T14:16:12.5499478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/jobUtils.test.ts’ 2023-07-13T14:16:12.5499753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/labelCommands.test.ts’ 2023-07-13T14:16:12.5500041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/mergeCommands.test.ts’ 2023-07-13T14:16:12.5500299Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/metricUtils.test.ts’ 2023-07-13T14:16:12.5500572Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/retryBot.test.ts’ 2023-07-13T14:16:12.5500847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/subscriptions.test.ts’ 2023-07-13T14:16:12.5501161Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts’ 2023-07-13T14:16:12.5501401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/utils.ts’ 2023-07-13T14:16:12.5501706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test/verifyDisableTestIssue.test.ts’ 2023-07-13T14:16:12.5501953Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/test’ 2023-07-13T14:16:12.5502208Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/tsconfig.json’ 2023-07-13T14:16:12.5502470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/types/next-auth-d.ts’ 2023-07-13T14:16:12.5502721Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/types’ 2023-07-13T14:16:12.5502955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci/yarn.lock’ 2023-07-13T14:16:12.5503190Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra/torchci’ 2023-07-13T14:16:12.5503415Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/test-infra’ 2023-07-13T14:16:12.5503671Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/branches’ 2023-07-13T14:16:12.5503909Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/description’ 2023-07-13T14:16:12.5504263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/applypatch-msg.sample’ 2023-07-13T14:16:12.5504531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/commit-msg.sample’ 2023-07-13T14:16:12.5504792Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/post-update.sample’ 2023-07-13T14:16:12.5505131Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-applypatch.sample’ 2023-07-13T14:16:12.5505392Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-commit.sample’ 2023-07-13T14:16:12.5505676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-merge-commit.sample’ 2023-07-13T14:16:12.5505938Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-push.sample’ 2023-07-13T14:16:12.5506201Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-receive.sample’ 2023-07-13T14:16:12.5506498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/push-to-checkout.sample’ 2023-07-13T14:16:12.5506751Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/update.sample’ 2023-07-13T14:16:12.5507047Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/fsmonitor-watchman.sample’ 2023-07-13T14:16:12.5507301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/pre-rebase.sample’ 2023-07-13T14:16:12.5507584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks/prepare-commit-msg.sample’ 2023-07-13T14:16:12.5507834Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/hooks’ 2023-07-13T14:16:12.5508078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/info/exclude’ 2023-07-13T14:16:12.5508323Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/info’ 2023-07-13T14:16:12.5508576Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/heads/main’ 2023-07-13T14:16:12.5508833Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/heads’ 2023-07-13T14:16:12.5509099Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/tags’ 2023-07-13T14:16:12.5509360Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/remotes/origin/main’ 2023-07-13T14:16:12.5509626Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/remotes/origin’ 2023-07-13T14:16:12.5509889Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs/remotes’ 2023-07-13T14:16:12.5510140Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/refs’ 2023-07-13T14:16:12.5510366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/HEAD’ 2023-07-13T14:16:12.5510605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/config’ 2023-07-13T14:16:12.5510969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects/pack/pack-70a22a19d6e1fd992c9900ddb34cd9eace242dea.pack’ 2023-07-13T14:16:12.5511333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects/pack/pack-70a22a19d6e1fd992c9900ddb34cd9eace242dea.idx’ 2023-07-13T14:16:12.5511595Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects/pack’ 2023-07-13T14:16:12.5511846Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects/info’ 2023-07-13T14:16:12.5512100Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/objects’ 2023-07-13T14:16:12.5512331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/FETCH_HEAD’ 2023-07-13T14:16:12.5512559Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/shallow’ 2023-07-13T14:16:12.5512897Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/remotes/origin/main’ 2023-07-13T14:16:12.5513179Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/remotes/origin’ 2023-07-13T14:16:12.5513504Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/remotes’ 2023-07-13T14:16:12.5513756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/heads/main’ 2023-07-13T14:16:12.5514018Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs/heads’ 2023-07-13T14:16:12.5514260Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/refs’ 2023-07-13T14:16:12.5514491Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs/HEAD’ 2023-07-13T14:16:12.5514733Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/logs’ 2023-07-13T14:16:12.5514978Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/index’ 2023-07-13T14:16:12.5515213Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git’ 2023-07-13T14:16:12.5515461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.clang-format’ 2023-07-13T14:16:12.5515691Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.clang-tidy’ 2023-07-13T14:16:12.5515988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.flake8’ 2023-07-13T14:16:12.5516219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.gitattributes’ 2023-07-13T14:16:12.5516501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE/bug-report.yml’ 2023-07-13T14:16:12.5516776Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE/config.yml’ 2023-07-13T14:16:12.5517084Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE/documentation.yml’ 2023-07-13T14:16:12.5517376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE/feature-request.yml’ 2023-07-13T14:16:12.5517658Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/ISSUE_TEMPLATE’ 2023-07-13T14:16:12.5517916Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/process_commit.py’ 2023-07-13T14:16:12.5518183Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/pytorch-probot.yml’ 2023-07-13T14:16:12.5518447Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/ffmpeg/build.bat’ 2023-07-13T14:16:12.5518705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/ffmpeg/build.sh’ 2023-07-13T14:16:12.5518976Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/ffmpeg’ 2023-07-13T14:16:12.5519279Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-linux/install.sh’ 2023-07-13T14:16:12.5519565Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-linux/run_test.sh’ 2023-07-13T14:16:12.5519867Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-linux’ 2023-07-13T14:16:12.5520173Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/environment.yml’ 2023-07-13T14:16:12.5520467Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/install.sh’ 2023-07-13T14:16:12.5520775Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/install_conda.bat’ 2023-07-13T14:16:12.5521066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/run_test.sh’ 2023-07-13T14:16:12.5521431Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/set_cuda_envs.sh’ 2023-07-13T14:16:12.5521718Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows/setup_env.sh’ 2023-07-13T14:16:12.5522072Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts/unittest-windows’ 2023-07-13T14:16:12.5522333Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/scripts’ 2023-07-13T14:16:12.5522598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/bandit.yml’ 2023-07-13T14:16:12.5522882Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build-conda-m1.yml’ 2023-07-13T14:16:12.5523179Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build-conda-windows.yml’ 2023-07-13T14:16:12.5523477Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build-wheels-m1.yml’ 2023-07-13T14:16:12.5523754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_conda_linux.yml’ 2023-07-13T14:16:12.5524042Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_conda_macos.yml’ 2023-07-13T14:16:12.5524299Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_docs.yml’ 2023-07-13T14:16:12.5524584Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_wheels_linux.yml’ 2023-07-13T14:16:12.5524861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_wheels_macos.yml’ 2023-07-13T14:16:12.5525145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/build_wheels_windows.yml’ 2023-07-13T14:16:12.5525420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/ffmpeg.yml’ 2023-07-13T14:16:12.5525706Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/integration-test.yml’ 2023-07-13T14:16:12.5525960Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/lint.yml’ 2023-07-13T14:16:12.5526346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/pr-labels.yml’ 2023-07-13T14:16:12.5526640Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-linux-cpu.yml’ 2023-07-13T14:16:12.5526918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-linux-gpu.yml’ 2023-07-13T14:16:12.5527205Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-macos-cpu.yml’ 2023-07-13T14:16:12.5527503Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-windows-cpu.yml’ 2023-07-13T14:16:12.5527814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows/unittest-windows-gpu.yml’ 2023-07-13T14:16:12.5528078Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github/workflows’ 2023-07-13T14:16:12.5528330Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.github’ 2023-07-13T14:16:12.5528561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.gitignore’ 2023-07-13T14:16:12.5528793Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.gitmodules’ 2023-07-13T14:16:12.5529061Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.pre-commit-config.yaml’ 2023-07-13T14:16:12.5529278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/CITATION’ 2023-07-13T14:16:12.5529520Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/CMakeLists.txt’ 2023-07-13T14:16:12.5529861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/CODE_OF_CONDUCT.md’ 2023-07-13T14:16:12.5530104Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/CONTRIBUTING.md’ 2023-07-13T14:16:12.5530326Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/LICENSE’ 2023-07-13T14:16:12.5530625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/README.md’ 2023-07-13T14:16:12.5530877Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/cmake/LoadHIP.cmake’ 2023-07-13T14:16:12.5531153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/cmake/TorchAudioHelper.cmake’ 2023-07-13T14:16:12.5531384Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/cmake’ 2023-07-13T14:16:12.5531615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/Makefile’ 2023-07-13T14:16:12.5531845Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/make.bat’ 2023-07-13T14:16:12.5532132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/post_process_dispatcher.py’ 2023-07-13T14:16:12.5532416Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/requirements-tutorials.txt’ 2023-07-13T14:16:12.5532675Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/requirements.txt’ 2023-07-13T14:16:12.5532919Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/Doxyfile’ 2023-07-13T14:16:12.5533189Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/css/custom.css’ 2023-07-13T14:16:12.5533461Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/css’ 2023-07-13T14:16:12.5533723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/img/favicon.ico’ 2023-07-13T14:16:12.5533994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/img/logo.png’ 2023-07-13T14:16:12.5534272Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static/img’ 2023-07-13T14:16:12.5534534Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_static’ 2023-07-13T14:16:12.5534850Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/bundle_class.rst’ 2023-07-13T14:16:12.5535151Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/bundle_data.rst’ 2023-07-13T14:16:12.5535439Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/class.rst’ 2023-07-13T14:16:12.5535752Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/ctc_decoder_class.rst’ 2023-07-13T14:16:12.5536068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/cuda_ctc_decoder_class.rst’ 2023-07-13T14:16:12.5536371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/dataset_class.rst’ 2023-07-13T14:16:12.5536667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/io_class.rst’ 2023-07-13T14:16:12.5536981Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/model_class.rst’ 2023-07-13T14:16:12.5537301Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/prototype_model_class.rst’ 2023-07-13T14:16:12.5537591Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary/utils.rst’ 2023-07-13T14:16:12.5537887Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/autosummary’ 2023-07-13T14:16:12.5538238Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/breadcrumbs.html’ 2023-07-13T14:16:12.5538510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates/layout.html’ 2023-07-13T14:16:12.5538778Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/_templates’ 2023-07-13T14:16:12.5539094Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/backend.rst’ 2023-07-13T14:16:12.5539351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.ffmpeg.rst’ 2023-07-13T14:16:12.5539619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.jetson.rst’ 2023-07-13T14:16:12.5539885Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.linux.rst’ 2023-07-13T14:16:12.5540129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.rst’ 2023-07-13T14:16:12.5540409Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/build.windows.rst’ 2023-07-13T14:16:12.5540687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/compliance.kaldi.rst’ 2023-07-13T14:16:12.5540928Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/conf.py’ 2023-07-13T14:16:12.5541210Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/custom_directives.py’ 2023-07-13T14:16:12.5541465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/datasets.rst’ 2023-07-13T14:16:12.5541746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/feature_classifications.rst’ 2023-07-13T14:16:12.5542006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/functional.rst’ 2023-07-13T14:16:12.5542297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/hw_acceleration_tutorial.ipynb’ 2023-07-13T14:16:12.5542555Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/index.rst’ 2023-07-13T14:16:12.5542819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/installation.rst’ 2023-07-13T14:16:12.5543060Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/io.rst’ 2023-07-13T14:16:12.5543323Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/kaldi_io.rst’ 2023-07-13T14:16:12.5543586Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/libtorchaudio.rst’ 2023-07-13T14:16:12.5543884Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/libtorchaudio.stream_reader.rst’ 2023-07-13T14:16:12.5544170Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/libtorchaudio.stream_writer.rst’ 2023-07-13T14:16:12.5544415Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/logo.rst’ 2023-07-13T14:16:12.5544700Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/models.decoder.rst’ 2023-07-13T14:16:12.5544950Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/models.rst’ 2023-07-13T14:16:12.5545221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/pipelines.rst’ 2023-07-13T14:16:12.5545503Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.datasets.rst’ 2023-07-13T14:16:12.5545795Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.functional.rst’ 2023-07-13T14:16:12.5546077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.models.rst’ 2023-07-13T14:16:12.5546365Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.pipelines.rst’ 2023-07-13T14:16:12.5546615Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.rst’ 2023-07-13T14:16:12.5546970Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/prototype.transforms.rst’ 2023-07-13T14:16:12.5547226Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/references.rst’ 2023-07-13T14:16:12.5547533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/refs.bib’ 2023-07-13T14:16:12.5547794Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/sox_effects.rst’ 2023-07-13T14:16:12.5548068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/supported_features.rst’ 2023-07-13T14:16:12.5548324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/torchaudio.rst’ 2023-07-13T14:16:12.5548583Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/transforms.rst’ 2023-07-13T14:16:12.5548832Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source/utils.rst’ 2023-07-13T14:16:12.5549079Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs/source’ 2023-07-13T14:16:12.5549315Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/docs’ 2023-07-13T14:16:12.5549593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/README.md’ 2023-07-13T14:16:12.5549889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/average_checkpoints.py’ 2023-07-13T14:16:12.5550169Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_module.py’ 2023-07-13T14:16:12.5550453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/README.md’ 2023-07-13T14:16:12.5550752Z 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:12.5551062Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/data’ 2023-07-13T14:16:12.5551388Z 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:12.5551722Z 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:12.5552049Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/detectors/retinaface’ 2023-07-13T14:16:12.5552357Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/detectors’ 2023-07-13T14:16:12.5552635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/main.py’ 2023-07-13T14:16:12.5552912Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/merge.py’ 2023-07-13T14:16:12.5553292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/requirements.txt’ 2023-07-13T14:16:12.5553590Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/tools/README.md’ 2023-07-13T14:16:12.5553956Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/tools’ 2023-07-13T14:16:12.5554240Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep/utils.py’ 2023-07-13T14:16:12.5554529Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/data_prep’ 2023-07-13T14:16:12.5554803Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/doc/lip_white.png’ 2023-07-13T14:16:12.5555081Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/doc’ 2023-07-13T14:16:12.5555353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/eval.py’ 2023-07-13T14:16:12.5555632Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/lightning.py’ 2023-07-13T14:16:12.5556008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/lightning_av.py’ 2023-07-13T14:16:12.5556272Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/lrs3.py’ 2023-07-13T14:16:12.5556564Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/conformer_rnnt.py’ 2023-07-13T14:16:12.5556915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/emformer_rnnt.py’ 2023-07-13T14:16:12.5557192Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/fusion.py’ 2023-07-13T14:16:12.5557468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/resnet.py’ 2023-07-13T14:16:12.5557750Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models/resnet1d.py’ 2023-07-13T14:16:12.5558043Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/models’ 2023-07-13T14:16:12.5558324Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/schedulers.py’ 2023-07-13T14:16:12.5558595Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/train.py’ 2023-07-13T14:16:12.5558870Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/train_spm.py’ 2023-07-13T14:16:12.5559145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt/transforms.py’ 2023-07-13T14:16:12.5559427Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/avsr_rnnt’ 2023-07-13T14:16:12.5559705Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/README.md’ 2023-07-13T14:16:12.5559964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/common.py’ 2023-07-13T14:16:12.5560244Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/eval.py’ 2023-07-13T14:16:12.5560531Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/global_stats.py’ 2023-07-13T14:16:12.5560841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/librispeech/global_stats.json’ 2023-07-13T14:16:12.5561148Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/librispeech/lightning.py’ 2023-07-13T14:16:12.5561514Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/librispeech/train_spm.py’ 2023-07-13T14:16:12.5561818Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/librispeech’ 2023-07-13T14:16:12.5562170Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/mustc/dataset.py’ 2023-07-13T14:16:12.5562470Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/mustc/lightning.py’ 2023-07-13T14:16:12.5562758Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/mustc/train_spm.py’ 2023-07-13T14:16:12.5563039Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/mustc’ 2023-07-13T14:16:12.5563329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/pipeline_demo.py’ 2023-07-13T14:16:12.5563649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3/eval_pipeline.py’ 2023-07-13T14:16:12.5563956Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3/global_stats.json’ 2023-07-13T14:16:12.5564268Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3/lightning.py’ 2023-07-13T14:16:12.5564563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3/train_spm.py’ 2023-07-13T14:16:12.5564857Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/tedlium3’ 2023-07-13T14:16:12.5565128Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt/train.py’ 2023-07-13T14:16:12.5565411Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/emformer_rnnt’ 2023-07-13T14:16:12.5565718Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/README.md’ 2023-07-13T14:16:12.5566016Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/data_module.py’ 2023-07-13T14:16:12.5566413Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/eval.py’ 2023-07-13T14:16:12.5566726Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/global_stats.json’ 2023-07-13T14:16:12.5567031Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/lightning.py’ 2023-07-13T14:16:12.5567332Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/train.py’ 2023-07-13T14:16:12.5567637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/train_spm.py’ 2023-07-13T14:16:12.5567955Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt/transforms.py’ 2023-07-13T14:16:12.5568258Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt’ 2023-07-13T14:16:12.5568578Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/README.md’ 2023-07-13T14:16:12.5568900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/blists/README.md’ 2023-07-13T14:16:12.5569221Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/blists’ 2023-07-13T14:16:12.5569542Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/data_module.py’ 2023-07-13T14:16:12.5569995Z 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:12.5570335Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/error_analysis’ 2023-07-13T14:16:12.5570729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/eval.py’ 2023-07-13T14:16:12.5571060Z 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:12.5571385Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/lightning.py’ 2023-07-13T14:16:12.5571696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/score.sh’ 2023-07-13T14:16:12.5572014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/train.py’ 2023-07-13T14:16:12.5572332Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/train_spm.py’ 2023-07-13T14:16:12.5572656Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing/transforms.py’ 2023-07-13T14:16:12.5572974Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_conformer_rnnt_biasing’ 2023-07-13T14:16:12.5573267Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_ctc_decoder/README.md’ 2023-07-13T14:16:12.5573571Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_ctc_decoder/inference.py’ 2023-07-13T14:16:12.5573871Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_ctc_decoder’ 2023-07-13T14:16:12.5574184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_cuda_ctc_decoder/README.md’ 2023-07-13T14:16:12.5574495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_cuda_ctc_decoder/inference.py’ 2023-07-13T14:16:12.5574811Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr/librispeech_cuda_ctc_decoder’ 2023-07-13T14:16:12.5575061Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/asr’ 2023-07-13T14:16:12.5575333Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/README.md’ 2023-07-13T14:16:12.5575607Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/datamodule.py’ 2023-07-13T14:16:12.5575873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/eval.py’ 2023-07-13T14:16:12.5576157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/model.py’ 2023-07-13T14:16:12.5576421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/train.py’ 2023-07-13T14:16:12.5576684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer/utils.py’ 2023-07-13T14:16:12.5576971Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/dnn_beamformer’ 2023-07-13T14:16:12.5577228Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/README.md’ 2023-07-13T14:16:12.5577499Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/dataset/__init__.py’ 2023-07-13T14:16:12.5577784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/dataset/hubert_dataset.py’ 2023-07-13T14:16:12.5578046Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/dataset’ 2023-07-13T14:16:12.5578372Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/evaluate.py’ 2023-07-13T14:16:12.5578635Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/finetune.py’ 2023-07-13T14:16:12.5579008Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/lightning_modules.py’ 2023-07-13T14:16:12.5579277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/loss/__init__.py’ 2023-07-13T14:16:12.5579552Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/loss/hubert_loss.py’ 2023-07-13T14:16:12.5579822Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/loss’ 2023-07-13T14:16:12.5580095Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/preprocess.py’ 2023-07-13T14:16:12.5580364Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/train.py’ 2023-07-13T14:16:12.5580619Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils/__init__.py’ 2023-07-13T14:16:12.5580898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils/common_utils.py’ 2023-07-13T14:16:12.5581186Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils/feature_utils.py’ 2023-07-13T14:16:12.5581452Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils/kmeans.py’ 2023-07-13T14:16:12.5581723Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert/utils’ 2023-07-13T14:16:12.5581982Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/hubert’ 2023-07-13T14:16:12.5582255Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/.gitignore’ 2023-07-13T14:16:12.5582557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/CMakeLists.txt’ 2023-07-13T14:16:12.5582830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/README.md’ 2023-07-13T14:16:12.5583141Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation/CMakeLists.txt’ 2023-07-13T14:16:12.5583440Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation/README.md’ 2023-07-13T14:16:12.5583777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation/create_jittable_pipeline.py’ 2023-07-13T14:16:12.5584073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation/main.cpp’ 2023-07-13T14:16:12.5584375Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/augmentation’ 2023-07-13T14:16:12.5584655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/build.sh’ 2023-07-13T14:16:12.5584934Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/data/README.md’ 2023-07-13T14:16:12.5585223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/data/input.wav’ 2023-07-13T14:16:12.5585495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/data/rir.wav’ 2023-07-13T14:16:12.5585768Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/data’ 2023-07-13T14:16:12.5586087Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/CMakeLists.txt’ 2023-07-13T14:16:12.5586389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/README.md’ 2023-07-13T14:16:12.5586808Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/build_pipeline_from_fairseq.py’ 2023-07-13T14:16:12.5587188Z 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:12.5587569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/greedy_decoder.py’ 2023-07-13T14:16:12.5587902Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/parse_librispeech.py’ 2023-07-13T14:16:12.5588226Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/parse_voxforge.py’ 2023-07-13T14:16:12.5588548Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/transcribe.cpp’ 2023-07-13T14:16:12.5588881Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition/transcribe_list.cpp’ 2023-07-13T14:16:12.5589191Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio/speech_recognition’ 2023-07-13T14:16:12.5589470Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/libtorchaudio’ 2023-07-13T14:16:12.5589753Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/README.md’ 2023-07-13T14:16:12.5590041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/datasets.py’ 2023-07-13T14:16:12.5590328Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/inference.py’ 2023-07-13T14:16:12.5590603Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/loss.py’ 2023-07-13T14:16:12.5590900Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/text/__init__.py’ 2023-07-13T14:16:12.5591190Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/text/numbers.py’ 2023-07-13T14:16:12.5591519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/text/text_preprocessing.py’ 2023-07-13T14:16:12.5591810Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/text’ 2023-07-13T14:16:12.5592078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/train.py’ 2023-07-13T14:16:12.5592358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2/utils.py’ 2023-07-13T14:16:12.5592643Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_tacotron2’ 2023-07-13T14:16:12.5592924Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/README.md’ 2023-07-13T14:16:12.5593229Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/ctc_decoders.py’ 2023-07-13T14:16:12.5593516Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/datasets.py’ 2023-07-13T14:16:12.5593830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/languagemodels.py’ 2023-07-13T14:16:12.5594109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/main.py’ 2023-07-13T14:16:12.5594404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/transforms.py’ 2023-07-13T14:16:12.5594673Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter/utils.py’ 2023-07-13T14:16:12.5594963Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wav2letter’ 2023-07-13T14:16:12.5595298Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/README.md’ 2023-07-13T14:16:12.5595581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/datasets.py’ 2023-07-13T14:16:12.5595987Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/inference.py’ 2023-07-13T14:16:12.5596273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/losses.py’ 2023-07-13T14:16:12.5596546Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/main.py’ 2023-07-13T14:16:12.5596834Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/processing.py’ 2023-07-13T14:16:12.5597107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/utils.py’ 2023-07-13T14:16:12.5597432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn/wavernn_inference_wrapper.py’ 2023-07-13T14:16:12.5597705Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/pipeline_wavernn’ 2023-07-13T14:16:12.5598005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/README.md’ 2023-07-13T14:16:12.5598315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules/__init__.py’ 2023-07-13T14:16:12.5598647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules/_hubert_datamodule.py’ 2023-07-13T14:16:12.5598959Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules/_utils.py’ 2023-07-13T14:16:12.5599297Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules/_wav2vec2_datamodule.py’ 2023-07-13T14:16:12.5599625Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/data_modules’ 2023-07-13T14:16:12.5599935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/lightning_modules.py’ 2023-07-13T14:16:12.5600246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/losses/__init__.py’ 2023-07-13T14:16:12.5600557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/losses/_hubert_loss.py’ 2023-07-13T14:16:12.5600858Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/losses/_wav2vec2_loss.py’ 2023-07-13T14:16:12.5601163Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/losses’ 2023-07-13T14:16:12.5601487Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/lr_schedulers/__init__.py’ 2023-07-13T14:16:12.5601809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/lr_schedulers/_linear_decay.py’ 2023-07-13T14:16:12.5602138Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/lr_schedulers’ 2023-07-13T14:16:12.5602440Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning/train_hubert.py’ 2023-07-13T14:16:12.5602734Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/self_supervised_learning’ 2023-07-13T14:16:12.5603014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/README.md’ 2023-07-13T14:16:12.5603311Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet/README.md’ 2023-07-13T14:16:12.5603683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet/__init__.py’ 2023-07-13T14:16:12.5603971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet/train.py’ 2023-07-13T14:16:12.5604330Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet/trainer.py’ 2023-07-13T14:16:12.5604632Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/conv_tasnet’ 2023-07-13T14:16:12.5604907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/eval.py’ 2023-07-13T14:16:12.5605204Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/lightning_train.py’ 2023-07-13T14:16:12.5605478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/train.py’ 2023-07-13T14:16:12.5605779Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/__init__.py’ 2023-07-13T14:16:12.5606195Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dataset/__init__.py’ 2023-07-13T14:16:12.5606505Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dataset/utils.py’ 2023-07-13T14:16:12.5606801Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dataset/wsj0mix.py’ 2023-07-13T14:16:12.5607105Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dataset’ 2023-07-13T14:16:12.5607400Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/dist_utils.py’ 2023-07-13T14:16:12.5607693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils/metrics.py’ 2023-07-13T14:16:12.5607997Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation/utils’ 2023-07-13T14:16:12.5608282Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/source_separation’ 2023-07-13T14:16:12.5608558Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/README.rst’ 2023-07-13T14:16:12.5608861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/additive_synthesis_tutorial.py’ 2023-07-13T14:16:12.5609184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/asr_inference_with_ctc_decoder_tutorial.py’ 2023-07-13T14:16:12.5609495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_data_augmentation_tutorial.py’ 2023-07-13T14:16:12.5609778Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_datasets_tutorial.py’ 2023-07-13T14:16:12.5610109Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_feature_augmentation_tutorial.py’ 2023-07-13T14:16:12.5610420Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_feature_extractions_tutorial.py’ 2023-07-13T14:16:12.5610711Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_io_tutorial.py’ 2023-07-13T14:16:12.5611004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/audio_resampling_tutorial.py’ 2023-07-13T14:16:12.5611310Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/ctc_forced_alignment_api_tutorial.py’ 2023-07-13T14:16:12.5611577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/device_asr.py’ 2023-07-13T14:16:12.5611860Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/effector_tutorial.py’ 2023-07-13T14:16:12.5612262Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/filter_design_tutorial.py’ 2023-07-13T14:16:12.5612600Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/forced_alignment_for_multilingual_data_tutorial.py’ 2023-07-13T14:16:12.5612971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/forced_alignment_tutorial.py’ 2023-07-13T14:16:12.5613270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/hybrid_demucs_tutorial.py’ 2023-07-13T14:16:12.5613545Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/mvdr_tutorial.py’ 2023-07-13T14:16:12.5613831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/online_asr_tutorial.py’ 2023-07-13T14:16:12.5614113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/oscillator_tutorial.py’ 2023-07-13T14:16:12.5614443Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/speech_recognition_pipeline_tutorial.py’ 2023-07-13T14:16:12.5614727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/squim_tutorial.py’ 2023-07-13T14:16:12.5615046Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/streamreader_advanced_tutorial.py’ 2023-07-13T14:16:12.5615350Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/streamreader_basic_tutorial.py’ 2023-07-13T14:16:12.5615633Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/streamwriter_advanced.py’ 2023-07-13T14:16:12.5615936Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/streamwriter_basic_tutorial.py’ 2023-07-13T14:16:12.5616253Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/subtractive_synthesis_tutorial.py’ 2023-07-13T14:16:12.5616553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials/tacotron2_pipeline_tutorial.py’ 2023-07-13T14:16:12.5616829Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples/tutorials’ 2023-07-13T14:16:12.5617073Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/examples’ 2023-07-13T14:16:12.5617300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/mypy.ini’ 2023-07-13T14:16:12.5617568Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/torchaudio/bld.bat’ 2023-07-13T14:16:12.5617832Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/torchaudio/build.sh’ 2023-07-13T14:16:12.5618091Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/torchaudio/meta.yaml’ 2023-07-13T14:16:12.5618413Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/torchaudio’ 2023-07-13T14:16:12.5618712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vc_env_helper.bat’ 2023-07-13T14:16:12.5619013Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/activate.bat’ 2023-07-13T14:16:12.5619341Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/conda_build_config.yaml’ 2023-07-13T14:16:12.5619657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/install_activate.bat’ 2023-07-13T14:16:12.5619968Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/install_runtime.bat’ 2023-07-13T14:16:12.5620315Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019/meta.yaml’ 2023-07-13T14:16:12.5620569Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/vs2019’ 2023-07-13T14:16:12.5620998Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/windows/internal/cuda_install.bat’ 2023-07-13T14:16:12.5621325Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/windows/internal/driver_update.bat’ 2023-07-13T14:16:12.5621698Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/windows/internal’ 2023-07-13T14:16:12.5621997Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging/windows’ 2023-07-13T14:16:12.5622281Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/packaging’ 2023-07-13T14:16:12.5622592Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/pyproject.toml’ 2023-07-13T14:16:12.5622898Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/requirements.txt’ 2023-07-13T14:16:12.5623161Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/setup.cfg’ 2023-07-13T14:16:12.5623388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/setup.py’ 2023-07-13T14:16:12.5623689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/__init__.py’ 2023-07-13T14:16:12.5624011Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/conftest.py’ 2023-07-13T14:16:12.5624352Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/ctc_decoder_integration_test.py’ 2023-07-13T14:16:12.5624687Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/loudness_compliance_test.py’ 2023-07-13T14:16:12.5625036Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/prototype/hifi_gan_pipeline_test.py’ 2023-07-13T14:16:12.5625402Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/prototype/squim_pipeline_test.py’ 2023-07-13T14:16:12.5625758Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/prototype’ 2023-07-13T14:16:12.5626085Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/rnnt_pipeline_test.py’ 2023-07-13T14:16:12.5626400Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/source_separation_pipeline_test.py’ 2023-07-13T14:16:12.5626729Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/tacotron2_pipeline_test.py’ 2023-07-13T14:16:12.5627054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests/wav2vec2_pipeline_test.py’ 2023-07-13T14:16:12.5627368Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/integration_tests’ 2023-07-13T14:16:12.5627675Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/smoke_test/smoke_test.py’ 2023-07-13T14:16:12.5628055Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/smoke_test/smoke_test_no_ffmpeg.py’ 2023-07-13T14:16:12.5628352Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/smoke_test’ 2023-07-13T14:16:12.5628717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/README.md’ 2023-07-13T14:16:12.5629036Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/__init__.py’ 2023-07-13T14:16:12.5629397Z 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:12.5629675Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/README.md’ 2023-07-13T14:16:12.5630034Z 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:12.5630432Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/txt/p224’ 2023-07-13T14:16:12.5630785Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/txt’ 2023-07-13T14:16:12.5631181Z 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:12.5631547Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/wav48/p224’ 2023-07-13T14:16:12.5631907Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus/wav48’ 2023-07-13T14:16:12.5632255Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/VCTK-Corpus’ 2023-07-13T14:16:12.5632605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/kenlm.arpa’ 2023-07-13T14:16:12.5632952Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/kenlm_char.arpa’ 2023-07-13T14:16:12.5633258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/lexicon.txt’ 2023-07-13T14:16:12.5633601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/nnlm_lex_dict.txt’ 2023-07-13T14:16:12.5633971Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/nnlm_lexfree_dict.txt’ 2023-07-13T14:16:12.5634306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder/tokens.txt’ 2023-07-13T14:16:12.5634645Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/decoder’ 2023-07-13T14:16:12.5634986Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_0_1ch.opus’ 2023-07-13T14:16:12.5635312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_0_2ch.opus’ 2023-07-13T14:16:12.5635648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_10_1ch.opus’ 2023-07-13T14:16:12.5636069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_10_2ch.opus’ 2023-07-13T14:16:12.5636424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_5_1ch.opus’ 2023-07-13T14:16:12.5636709Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/96k_5_2ch.opus’ 2023-07-13T14:16:12.5637066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io/generate_opus.py’ 2023-07-13T14:16:12.5637478Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/io’ 2023-07-13T14:16:12.5637805Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_file.wav’ 2023-07-13T14:16:12.5638201Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_file_8000.wav’ 2023-07-13T14:16:12.5638553Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_test_fbank_args.jsonl’ 2023-07-13T14:16:12.5638902Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_test_mfcc_args.jsonl’ 2023-07-13T14:16:12.5639257Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_test_pitch_args.jsonl’ 2023-07-13T14:16:12.5639647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/kaldi_test_spectrogram_args.jsonl’ 2023-07-13T14:16:12.5639958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/mat.ark’ 2023-07-13T14:16:12.5640254Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/mp3_without_ext’ 2023-07-13T14:16:12.5640574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/nasa_13013.avi’ 2023-07-13T14:16:12.5640893Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/nasa_13013.mp4’ 2023-07-13T14:16:12.5641226Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/nasa_13013_no_audio.mp4’ 2023-07-13T14:16:12.5641580Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/nasa_13013_no_video.mp4’ 2023-07-13T14:16:12.5641925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/sinewave.wav’ 2023-07-13T14:16:12.5642271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/sox_effect_test_args.jsonl’ 2023-07-13T14:16:12.5642651Z 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:12.5643025Z 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:12.5643396Z 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:12.5643682Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/testsrc.hevc’ 2023-07-13T14:16:12.5644033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/vad-go-mono-32000.wav’ 2023-07-13T14:16:12.5644388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/vad-go-stereo-44100.wav’ 2023-07-13T14:16:12.5644728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/vec_flt.ark’ 2023-07-13T14:16:12.5645065Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/vec_int.ark’ 2023-07-13T14:16:12.5645450Z 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:12.5645836Z 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:12.5646312Z 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:12.5646793Z 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:12.5647301Z 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:12.5647638Z 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:12.5648041Z 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:12.5648399Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/libri960_big.json’ 2023-07-13T14:16:12.5648798Z 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:12.5649172Z 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:12.5649567Z 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:12.5649935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/wav2vec_small.json’ 2023-07-13T14:16:12.5650303Z 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:12.5650665Z 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:12.5651020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/xlsr_1b.json’ 2023-07-13T14:16:12.5651387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/xlsr_2b.json’ 2023-07-13T14:16:12.5651707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq/xlsr_300m.json’ 2023-07-13T14:16:12.5652057Z 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:12.5652406Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/fairseq’ 2023-07-13T14:16:12.5652814Z 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:12.5653233Z 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:12.5653639Z 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:12.5654019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-base.json’ 2023-07-13T14:16:12.5654433Z 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:12.5654848Z 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:12.5655261Z 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:12.5655722Z 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:12.5656205Z 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:12.5656563Z 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:12.5656935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wav2vec2-large.json’ 2023-07-13T14:16:12.5657316Z 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:12.5657717Z 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:12.5658121Z 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:12.5658497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wavlm-base.json’ 2023-07-13T14:16:12.5658869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface/wavlm-large.json’ 2023-07-13T14:16:12.5659258Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2/huggingface’ 2023-07-13T14:16:12.5659602Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets/wav2vec2’ 2023-07-13T14:16:12.5659925Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/assets’ 2023-07-13T14:16:12.5660280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/__init__.py’ 2023-07-13T14:16:12.5660565Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/common.py’ 2023-07-13T14:16:12.5660926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/__init__.py’ 2023-07-13T14:16:12.5661280Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/dispatcher_test.py’ 2023-07-13T14:16:12.5661631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg/__init__.py’ 2023-07-13T14:16:12.5661985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg/info_test.py’ 2023-07-13T14:16:12.5662345Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg/load_test.py’ 2023-07-13T14:16:12.5662692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg/save_test.py’ 2023-07-13T14:16:12.5663054Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/ffmpeg’ 2023-07-13T14:16:12.5663421Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/smoke_test.py’ 2023-07-13T14:16:12.5663780Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/__init__.py’ 2023-07-13T14:16:12.5664100Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/common.py’ 2023-07-13T14:16:12.5664465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/info_test.py’ 2023-07-13T14:16:12.5664889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/load_test.py’ 2023-07-13T14:16:12.5665331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile/save_test.py’ 2023-07-13T14:16:12.5665703Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/soundfile’ 2023-07-13T14:16:12.5666049Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/__init__.py’ 2023-07-13T14:16:12.5666418Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/common.py’ 2023-07-13T14:16:12.5666771Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/info_test.py’ 2023-07-13T14:16:12.5667130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/load_test.py’ 2023-07-13T14:16:12.5667488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/roundtrip_test.py’ 2023-07-13T14:16:12.5667803Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/save_test.py’ 2023-07-13T14:16:12.5668154Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox/smoke_test.py’ 2023-07-13T14:16:12.5668513Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher/sox’ 2023-07-13T14:16:12.5668863Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/dispatcher’ 2023-07-13T14:16:12.5669210Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/__init__.py’ 2023-07-13T14:16:12.5669567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/common.py’ 2023-07-13T14:16:12.5669922Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/info_test.py’ 2023-07-13T14:16:12.5670256Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/load_test.py’ 2023-07-13T14:16:12.5670605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile/save_test.py’ 2023-07-13T14:16:12.5670955Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/soundfile’ 2023-07-13T14:16:12.5671244Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/__init__.py’ 2023-07-13T14:16:12.5671585Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/common.py’ 2023-07-13T14:16:12.5671937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/info_test.py’ 2023-07-13T14:16:12.5672282Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/load_test.py’ 2023-07-13T14:16:12.5672628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/roundtrip_test.py’ 2023-07-13T14:16:12.5672958Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/save_test.py’ 2023-07-13T14:16:12.5673291Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/smoke_test.py’ 2023-07-13T14:16:12.5673714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io/torchscript_test.py’ 2023-07-13T14:16:12.5674047Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/sox_io’ 2023-07-13T14:16:12.5674459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend/utils_test.py’ 2023-07-13T14:16:12.5674747Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/backend’ 2023-07-13T14:16:12.5675073Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/__init__.py’ 2023-07-13T14:16:12.5675410Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/autograd_utils.py’ 2023-07-13T14:16:12.5675827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/backend_utils.py’ 2023-07-13T14:16:12.5676200Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/beamform_utils.py’ 2023-07-13T14:16:12.5676528Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/case_utils.py’ 2023-07-13T14:16:12.5676869Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/data_utils.py’ 2023-07-13T14:16:12.5677199Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/func_utils.py’ 2023-07-13T14:16:12.5677558Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/image_utils.py’ 2023-07-13T14:16:12.5677891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/kaldi_utils.py’ 2023-07-13T14:16:12.5678206Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/parameterized_utils.py’ 2023-07-13T14:16:12.5706813Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/psd_utils.py’ 2023-07-13T14:16:12.5707401Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/rnnt_utils.py’ 2023-07-13T14:16:12.5707747Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/sox_utils.py’ 2023-07-13T14:16:12.5708054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils/wav_utils.py’ 2023-07-13T14:16:12.5708364Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/common_utils’ 2023-07-13T14:16:12.5708670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/__init__.py’ 2023-07-13T14:16:12.5708995Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi/__init__.py’ 2023-07-13T14:16:12.5709347Z 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:12.5709695Z 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:12.5710041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi/kaldi_compatibility_impl.py’ 2023-07-13T14:16:12.5710356Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi/legacy_test.py’ 2023-07-13T14:16:12.5710670Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance/kaldi’ 2023-07-13T14:16:12.5710975Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/compliance’ 2023-07-13T14:16:12.5711459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/__init__.py’ 2023-07-13T14:16:12.5711767Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/cmuarctic_test.py’ 2023-07-13T14:16:12.5712155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/cmudict_test.py’ 2023-07-13T14:16:12.5712474Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/commonvoice_test.py’ 2023-07-13T14:16:12.5712773Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/dr_vctk_test.py’ 2023-07-13T14:16:12.5713078Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/fluentcommands_test.py’ 2023-07-13T14:16:12.5713391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/gtzan_test.py’ 2023-07-13T14:16:12.5713683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/iemocap_test.py’ 2023-07-13T14:16:12.5714019Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/librilightlimited_test.py’ 2023-07-13T14:16:12.5714318Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/librimix_test.py’ 2023-07-13T14:16:12.5714624Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/librispeech_test.py’ 2023-07-13T14:16:12.5714940Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/librispeech_test_impl.py’ 2023-07-13T14:16:12.5715248Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/libritts_test.py’ 2023-07-13T14:16:12.5715562Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/ljspeech_test.py’ 2023-07-13T14:16:12.5715974Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/musdb_hq_test.py’ 2023-07-13T14:16:12.5716277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/quesst14_test.py’ 2023-07-13T14:16:12.5716574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/snips_test.py’ 2023-07-13T14:16:12.5716889Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/speechcommands_test.py’ 2023-07-13T14:16:12.5717188Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/tedlium_test.py’ 2023-07-13T14:16:12.5717485Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/vctk_test.py’ 2023-07-13T14:16:12.5717798Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/voxceleb1_test.py’ 2023-07-13T14:16:12.5718098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets/yesno_test.py’ 2023-07-13T14:16:12.5718405Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/datasets’ 2023-07-13T14:16:12.5718698Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/__init__.py’ 2023-07-13T14:16:12.5719014Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt/__init__.py’ 2023-07-13T14:16:12.5719354Z 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:12.5719784Z 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:12.5720128Z 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:12.5720508Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt/utils.py’ 2023-07-13T14:16:12.5720827Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/emformer_rnnt’ 2023-07-13T14:16:12.5721129Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/hubert/__init__.py’ 2023-07-13T14:16:12.5721460Z 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:12.5721764Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/hubert’ 2023-07-13T14:16:12.5722088Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration/__init__.py’ 2023-07-13T14:16:12.5722426Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration/metrics_test.py’ 2023-07-13T14:16:12.5722745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration/sdr_reference.py’ 2023-07-13T14:16:12.5723069Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration/wsj0mix_test.py’ 2023-07-13T14:16:12.5723390Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/souce_sepration’ 2023-07-13T14:16:12.5723693Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2/__init__.py’ 2023-07-13T14:16:12.5724039Z 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:12.5724373Z 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:12.5724708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2/tacotron2_loss_impl.py’ 2023-07-13T14:16:12.5725049Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2/test_text_preprocessing.py’ 2023-07-13T14:16:12.5725357Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example/tacotron2’ 2023-07-13T14:16:12.5725647Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/example’ 2023-07-13T14:16:12.5725951Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/__init__.py’ 2023-07-13T14:16:12.5726406Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/autograd_cpu_test.py’ 2023-07-13T14:16:12.5726734Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/autograd_cuda_test.py’ 2023-07-13T14:16:12.5727041Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/autograd_impl.py’ 2023-07-13T14:16:12.5727362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/batch_consistency_test.py’ 2023-07-13T14:16:12.5727679Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/functional_cpu_test.py’ 2023-07-13T14:16:12.5727994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/functional_cuda_test.py’ 2023-07-13T14:16:12.5728410Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/functional_impl.py’ 2023-07-13T14:16:12.5728746Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/kaldi_compatibility_cpu_test.py’ 2023-07-13T14:16:12.5729153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/kaldi_compatibility_cuda_test.py’ 2023-07-13T14:16:12.5729490Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/kaldi_compatibility_test_impl.py’ 2023-07-13T14:16:12.5729816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/librosa_compatibility_cpu_test.py’ 2023-07-13T14:16:12.5730149Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/librosa_compatibility_cuda_test.py’ 2023-07-13T14:16:12.5730495Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/librosa_compatibility_test_impl.py’ 2023-07-13T14:16:12.5730816Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/sox_compatibility_test.py’ 2023-07-13T14:16:12.5731169Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/torchscript_consistency_cpu_test.py’ 2023-07-13T14:16:12.5731510Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/torchscript_consistency_cuda_test.py’ 2023-07-13T14:16:12.5731841Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional/torchscript_consistency_impl.py’ 2023-07-13T14:16:12.5732140Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/functional’ 2023-07-13T14:16:12.5732430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/__init__.py’ 2023-07-13T14:16:12.5732713Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/common.py’ 2023-07-13T14:16:12.5733001Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/effector_test.py’ 2023-07-13T14:16:12.5733285Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/playback_test.py’ 2023-07-13T14:16:12.5733581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/stream_reader_test.py’ 2023-07-13T14:16:12.5733880Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io/stream_writer_test.py’ 2023-07-13T14:16:12.5734164Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/io’ 2023-07-13T14:16:12.5734460Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/kaldi_io_test.py’ 2023-07-13T14:16:12.5734749Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/__init__.py’ 2023-07-13T14:16:12.5735062Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer/__init__.py’ 2023-07-13T14:16:12.5735387Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer/conformer_cpu_test.py’ 2023-07-13T14:16:12.5735712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer/conformer_gpu_test.py’ 2023-07-13T14:16:12.5736027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer/conformer_test_impl.py’ 2023-07-13T14:16:12.5736333Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/conformer’ 2023-07-13T14:16:12.5736712Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder/__init__.py’ 2023-07-13T14:16:12.5737024Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder/ctc_decoder_test.py’ 2023-07-13T14:16:12.5737408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder/ctc_decoder_utils.py’ 2023-07-13T14:16:12.5737731Z 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:12.5738036Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/decoder’ 2023-07-13T14:16:12.5738335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer/__init__.py’ 2023-07-13T14:16:12.5738670Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer/emformer_cpu_test.py’ 2023-07-13T14:16:12.5738988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer/emformer_gpu_test.py’ 2023-07-13T14:16:12.5739306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer/emformer_test_impl.py’ 2023-07-13T14:16:12.5739615Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/emformer’ 2023-07-13T14:16:12.5739918Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs/__init__.py’ 2023-07-13T14:16:12.5740230Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs/hdemucs_cpu_test.py’ 2023-07-13T14:16:12.5740538Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs/hdemucs_gpu_test.py’ 2023-07-13T14:16:12.5740861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs/hdemucs_test_impl.py’ 2023-07-13T14:16:12.5741177Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/hdemucs’ 2023-07-13T14:16:12.5741468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/models_test.py’ 2023-07-13T14:16:12.5741764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt/__init__.py’ 2023-07-13T14:16:12.5742071Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt/rnnt_cpu_test.py’ 2023-07-13T14:16:12.5742366Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt/rnnt_gpu_test.py’ 2023-07-13T14:16:12.5742684Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt/rnnt_test_impl.py’ 2023-07-13T14:16:12.5742984Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt’ 2023-07-13T14:16:12.5743358Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt_decoder/__init__.py’ 2023-07-13T14:16:12.5743693Z 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:12.5744025Z 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:12.5744355Z 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:12.5744758Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/rnnt_decoder’ 2023-07-13T14:16:12.5745066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/tacotron2/__init__.py’ 2023-07-13T14:16:12.5745401Z 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:12.5745723Z 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:12.5746030Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/tacotron2/model_test_impl.py’ 2023-07-13T14:16:12.5746341Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/tacotron2’ 2023-07-13T14:16:12.5746645Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2/__init__.py’ 2023-07-13T14:16:12.5746994Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2/fairseq_integration_test.py’ 2023-07-13T14:16:12.5747335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2/huggingface_intergration_test.py’ 2023-07-13T14:16:12.5747655Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2/model_test.py’ 2023-07-13T14:16:12.5747960Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models/wav2vec2’ 2023-07-13T14:16:12.5748247Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/models’ 2023-07-13T14:16:12.5748541Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/__init__.py’ 2023-07-13T14:16:12.5748865Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/conformer_wav2vec2_test.py’ 2023-07-13T14:16:12.5749172Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/conv_emformer_cpu_test.py’ 2023-07-13T14:16:12.5749492Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/conv_emformer_gpu_test.py’ 2023-07-13T14:16:12.5749810Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/conv_emformer_test_impl.py’ 2023-07-13T14:16:12.5750116Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/datasets/__init__.py’ 2023-07-13T14:16:12.5750431Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/datasets/musan_test.py’ 2023-07-13T14:16:12.5750744Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/datasets’ 2023-07-13T14:16:12.5751121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/__init__.py’ 2023-07-13T14:16:12.5751453Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/autograd_cpu_test.py’ 2023-07-13T14:16:12.5751847Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/autograd_cuda_test.py’ 2023-07-13T14:16:12.5752182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/autograd_test_impl.py’ 2023-07-13T14:16:12.5752488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/dsp_utils.py’ 2023-07-13T14:16:12.5752830Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/functional_cpu_test.py’ 2023-07-13T14:16:12.5753181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/functional_cuda_test.py’ 2023-07-13T14:16:12.5753518Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional/functional_test_impl.py’ 2023-07-13T14:16:12.5753883Z 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:12.5754232Z 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:12.5754588Z 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:12.5754947Z 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:12.5755317Z 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:12.5755687Z 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:12.5756109Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/functional’ 2023-07-13T14:16:12.5756410Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/__init__.py’ 2023-07-13T14:16:12.5756738Z 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:12.5757061Z 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:12.5757396Z 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:12.5757736Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/README.md’ 2023-07-13T14:16:12.5758057Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/env.py’ 2023-07-13T14:16:12.5758390Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/meldataset.py’ 2023-07-13T14:16:12.5758714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/models.py’ 2023-07-13T14:16:12.5759033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original/utils.py’ 2023-07-13T14:16:12.5759430Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan/original’ 2023-07-13T14:16:12.5759740Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/hifi_gan’ 2023-07-13T14:16:12.5760107Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/rnnt_cpu_test.py’ 2023-07-13T14:16:12.5760408Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/rnnt_gpu_test.py’ 2023-07-13T14:16:12.5760714Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/rnnt_test_impl.py’ 2023-07-13T14:16:12.5761015Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/squim_test.py’ 2023-07-13T14:16:12.5761319Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/ssl_model_test.py’ 2023-07-13T14:16:12.5761642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/__init__.py’ 2023-07-13T14:16:12.5761985Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/autograd_cpu_test.py’ 2023-07-13T14:16:12.5762312Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/autograd_cuda_test.py’ 2023-07-13T14:16:12.5762647Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/autograd_test_impl.py’ 2023-07-13T14:16:12.5762983Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/batch_consistency_test.py’ 2023-07-13T14:16:12.5763324Z 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:12.5763687Z 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:12.5764051Z 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:12.5764389Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/transforms_cpu_test.py’ 2023-07-13T14:16:12.5764725Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/transforms_cuda_test.py’ 2023-07-13T14:16:12.5765058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms/transforms_test_impl.py’ 2023-07-13T14:16:12.5765372Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype/transforms’ 2023-07-13T14:16:12.5765683Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/prototype’ 2023-07-13T14:16:12.5765982Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/__init__.py’ 2023-07-13T14:16:12.5766381Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/common.py’ 2023-07-13T14:16:12.5766676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/dataset_test.py’ 2023-07-13T14:16:12.5766976Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/smoke_test.py’ 2023-07-13T14:16:12.5767285Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/sox_effect_test.py’ 2023-07-13T14:16:12.5767683Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect/torchscript_test.py’ 2023-07-13T14:16:12.5767978Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/sox_effect’ 2023-07-13T14:16:12.5768359Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/__init__.py’ 2023-07-13T14:16:12.5768674Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/autograd_cpu_test.py’ 2023-07-13T14:16:12.5768991Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/autograd_cuda_test.py’ 2023-07-13T14:16:12.5769302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/autograd_test_impl.py’ 2023-07-13T14:16:12.5769625Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/batch_consistency_test.py’ 2023-07-13T14:16:12.5769963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/librosa_compatibility_cpu_test.py’ 2023-07-13T14:16:12.5770300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/librosa_compatibility_cuda_test.py’ 2023-07-13T14:16:12.5770642Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/librosa_compatibility_test_impl.py’ 2023-07-13T14:16:12.5770966Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/sox_compatibility_test.py’ 2023-07-13T14:16:12.5771307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/torchscript_consistency_cpu_test.py’ 2023-07-13T14:16:12.5771649Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/torchscript_consistency_cuda_test.py’ 2023-07-13T14:16:12.5771992Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/torchscript_consistency_impl.py’ 2023-07-13T14:16:12.5772307Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/transforms_cpu_test.py’ 2023-07-13T14:16:12.5772637Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/transforms_cuda_test.py’ 2023-07-13T14:16:12.5772945Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/transforms_test.py’ 2023-07-13T14:16:12.5773264Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms/transforms_test_impl.py’ 2023-07-13T14:16:12.5773553Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/transforms’ 2023-07-13T14:16:12.5773853Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/utils/__init__.py’ 2023-07-13T14:16:12.5774155Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/utils/ffmpeg_utils_test.py’ 2023-07-13T14:16:12.5774464Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/utils/sox_utils_test.py’ 2023-07-13T14:16:12.5774752Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest/utils’ 2023-07-13T14:16:12.5775034Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test/torchaudio_unittest’ 2023-07-13T14:16:12.5775271Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/test’ 2023-07-13T14:16:12.5775540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/LICENSES_BUNDLED.txt’ 2023-07-13T14:16:12.5775826Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg/multi/CMakeLists.txt’ 2023-07-13T14:16:12.5776159Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg/multi’ 2023-07-13T14:16:12.5776443Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg/single/CMakeLists.txt’ 2023-07-13T14:16:12.5776784Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg/single’ 2023-07-13T14:16:12.5777053Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/ffmpeg’ 2023-07-13T14:16:12.5777329Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/patches/config.guess’ 2023-07-13T14:16:12.5777598Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/patches/config.sub’ 2023-07-13T14:16:12.5777868Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/patches’ 2023-07-13T14:16:12.5778148Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/sox/CMakeLists.txt’ 2023-07-13T14:16:12.5778409Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/sox’ 2023-07-13T14:16:12.5778715Z 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:12.5779000Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/lame-3.99.5.tar.gz’ 2023-07-13T14:16:12.5779287Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/libogg-1.3.3.tar.gz’ 2023-07-13T14:16:12.5779569Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/flac-1.3.2.tar.xz’ 2023-07-13T14:16:12.5779861Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/libvorbis-1.3.6.tar.gz’ 2023-07-13T14:16:12.5780138Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/opus-1.3.1.tar.gz’ 2023-07-13T14:16:12.5780438Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/opusfile-0.12.tar.gz’ 2023-07-13T14:16:12.5780716Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives/sox-14.4.2.tar.bz2’ 2023-07-13T14:16:12.5780996Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/archives’ 2023-07-13T14:16:12.5781270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libogg.la’ 2023-07-13T14:16:12.5781525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libogg.a’ 2023-07-13T14:16:12.5781812Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/ogg.pc’ 2023-07-13T14:16:12.5782106Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/vorbis.pc’ 2023-07-13T14:16:12.5782413Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/vorbisenc.pc’ 2023-07-13T14:16:12.5782708Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/vorbisfile.pc’ 2023-07-13T14:16:12.5783005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opus.pc’ 2023-07-13T14:16:12.5783292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opusfile.pc’ 2023-07-13T14:16:12.5783582Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opusurl.pc’ 2023-07-13T14:16:12.5783867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/flac.pc’ 2023-07-13T14:16:12.5784167Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opencore-amrnb.pc’ 2023-07-13T14:16:12.5784543Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/opencore-amrwb.pc’ 2023-07-13T14:16:12.5784828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig/sox.pc’ 2023-07-13T14:16:12.5785182Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/pkgconfig’ 2023-07-13T14:16:12.5785464Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libmp3lame.la’ 2023-07-13T14:16:12.5785740Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libmp3lame.a’ 2023-07-13T14:16:12.5786018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbis.la’ 2023-07-13T14:16:12.5786305Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbisfile.la’ 2023-07-13T14:16:12.5786605Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbisenc.la’ 2023-07-13T14:16:12.5786872Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbis.a’ 2023-07-13T14:16:12.5787166Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbisfile.a’ 2023-07-13T14:16:12.5787450Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libvorbisenc.a’ 2023-07-13T14:16:12.5787724Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopus.la’ 2023-07-13T14:16:12.5787997Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopus.a’ 2023-07-13T14:16:12.5788274Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopusfile.la’ 2023-07-13T14:16:12.5788563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopusurl.la’ 2023-07-13T14:16:12.5788838Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopusfile.a’ 2023-07-13T14:16:12.5789118Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopusurl.a’ 2023-07-13T14:16:12.5789404Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libFLAC.la’ 2023-07-13T14:16:12.5789666Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libFLAC.a’ 2023-07-13T14:16:12.5789969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopencore-amrnb.la’ 2023-07-13T14:16:12.5790265Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopencore-amrnb.a’ 2023-07-13T14:16:12.5790567Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopencore-amrwb.la’ 2023-07-13T14:16:12.5790873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libopencore-amrwb.a’ 2023-07-13T14:16:12.5791140Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libsox.la’ 2023-07-13T14:16:12.5791417Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib/libsox.a’ 2023-07-13T14:16:12.5791695Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/lib’ 2023-07-13T14:16:12.5791990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/ogg/config_types.h’ 2023-07-13T14:16:12.5792253Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/ogg/ogg.h’ 2023-07-13T14:16:12.5792538Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/ogg/os_types.h’ 2023-07-13T14:16:12.5792904Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/ogg’ 2023-07-13T14:16:12.5793184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/lame/lame.h’ 2023-07-13T14:16:12.5793534Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/lame’ 2023-07-13T14:16:12.5793822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/vorbis/codec.h’ 2023-07-13T14:16:12.5794117Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/vorbis/vorbisfile.h’ 2023-07-13T14:16:12.5794411Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/vorbis/vorbisenc.h’ 2023-07-13T14:16:12.5794702Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/vorbis’ 2023-07-13T14:16:12.5794993Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus.h’ 2023-07-13T14:16:12.5795292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus_multistream.h’ 2023-07-13T14:16:12.5795593Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus_types.h’ 2023-07-13T14:16:12.5795964Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus_defines.h’ 2023-07-13T14:16:12.5796271Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opus_projection.h’ 2023-07-13T14:16:12.5796565Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus/opusfile.h’ 2023-07-13T14:16:12.5796851Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opus’ 2023-07-13T14:16:12.5797145Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/all.h’ 2023-07-13T14:16:12.5797428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/assert.h’ 2023-07-13T14:16:12.5797728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/callback.h’ 2023-07-13T14:16:12.5798000Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/export.h’ 2023-07-13T14:16:12.5798278Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/format.h’ 2023-07-13T14:16:12.5798563Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/metadata.h’ 2023-07-13T14:16:12.5798849Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/ordinals.h’ 2023-07-13T14:16:12.5799157Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/stream_decoder.h’ 2023-07-13T14:16:12.5799452Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC/stream_encoder.h’ 2023-07-13T14:16:12.5799746Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/FLAC’ 2023-07-13T14:16:12.5800055Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrnb/interf_dec.h’ 2023-07-13T14:16:12.5800367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrnb/interf_enc.h’ 2023-07-13T14:16:12.5800681Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrnb’ 2023-07-13T14:16:12.5800972Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrwb/dec_if.h’ 2023-07-13T14:16:12.5801346Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrwb/if_rom.h’ 2023-07-13T14:16:12.5801659Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/opencore-amrwb’ 2023-07-13T14:16:12.5801998Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include/sox.h’ 2023-07-13T14:16:12.5802287Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/include’ 2023-07-13T14:16:12.5802610Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/bitpacking.html’ 2023-07-13T14:16:12.5802943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/datastructures.html’ 2023-07-13T14:16:12.5803258Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/decoding.html’ 2023-07-13T14:16:12.5803587Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/encoding.html’ 2023-07-13T14:16:12.5803912Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/general.html’ 2023-07-13T14:16:12.5804207Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/index.html’ 2023-07-13T14:16:12.5804519Z 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:12.5804833Z 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:12.5805157Z 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:12.5805473Z 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:12.5805784Z 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:12.5806226Z 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:12.5806561Z 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:12.5806870Z 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:12.5807198Z 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:12.5808685Z 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:12.5808999Z 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:12.5809341Z 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:12.5809663Z 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:12.5809981Z 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:12.5810300Z 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:12.5810757Z 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:12.5811076Z 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:12.5811474Z 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:12.5811807Z 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:12.5812125Z 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:12.5812442Z 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:12.5812788Z 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:12.5813121Z 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:12.5813466Z 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:12.5813790Z 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:12.5814120Z 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:12.5814448Z 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:12.5814780Z 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:12.5815117Z 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:12.5815443Z 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:12.5815764Z 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:12.5816074Z 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:12.5816389Z 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:12.5816707Z 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:12.5817034Z 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:12.5817364Z 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:12.5817693Z 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:12.5818010Z 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:12.5818322Z 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:12.5818640Z 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:12.5819022Z 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:12.5819427Z 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:12.5819733Z 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:12.5820054Z 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:12.5820373Z 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:12.5820701Z 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:12.5821026Z 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:12.5821347Z 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:12.5821669Z 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:12.5821991Z 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:12.5822315Z 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:12.5822633Z 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:12.5822965Z 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:12.5823286Z 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:12.5823625Z 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:12.5823954Z 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:12.5824280Z 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:12.5824607Z 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:12.5824945Z 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:12.5825259Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/overview.html’ 2023-07-13T14:16:12.5825636Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/reference.html’ 2023-07-13T14:16:12.5825937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg/style.css’ 2023-07-13T14:16:12.5826249Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/libogg’ 2023-07-13T14:16:12.5826535Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/framing.html’ 2023-07-13T14:16:12.5826827Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/index.html’ 2023-07-13T14:16:12.5827196Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/oggstream.html’ 2023-07-13T14:16:12.5827511Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/ogg-multiplex.html’ 2023-07-13T14:16:12.5827823Z 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:12.5828132Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/multiplex1.png’ 2023-07-13T14:16:12.5828434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/packets.png’ 2023-07-13T14:16:12.5828728Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/pages.png’ 2023-07-13T14:16:12.5829029Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/stream.png’ 2023-07-13T14:16:12.5829331Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/vorbisword2.png’ 2023-07-13T14:16:12.5829631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/white-ogg.png’ 2023-07-13T14:16:12.5829940Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/white-xifish.png’ 2023-07-13T14:16:12.5830237Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/rfc3533.txt’ 2023-07-13T14:16:12.5830525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/rfc5334.txt’ 2023-07-13T14:16:12.5830822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg/skeleton.html’ 2023-07-13T14:16:12.5831130Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/libogg’ 2023-07-13T14:16:12.5831428Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/about.html’ 2023-07-13T14:16:12.5831727Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/abr.html’ 2023-07-13T14:16:12.5832018Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/cbr.html’ 2023-07-13T14:16:12.5832322Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/contact.html’ 2023-07-13T14:16:12.5832628Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/contributors.html’ 2023-07-13T14:16:12.5832935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/detailed.html’ 2023-07-13T14:16:12.5833300Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/history.html’ 2023-07-13T14:16:12.5833595Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/index.html’ 2023-07-13T14:16:12.5833969Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/introduction.html’ 2023-07-13T14:16:12.5834268Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/links.html’ 2023-07-13T14:16:12.5834561Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/list.html’ 2023-07-13T14:16:12.5834863Z 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:12.5835161Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/usage.html’ 2023-07-13T14:16:12.5835465Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html/vbr.html’ 2023-07-13T14:16:12.5835832Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame/html’ 2023-07-13T14:16:12.5836145Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/lame’ 2023-07-13T14:16:12.5836475Z 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:12.5836811Z 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:12.5837133Z 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:12.5837483Z 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:12.5837823Z 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:12.5838198Z 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:12.5838561Z 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:12.5838925Z 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:12.5839267Z 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:12.5839629Z 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:12.5839988Z 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:12.5840346Z 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:12.5840712Z 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:12.5841057Z 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:12.5841469Z 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:12.5841813Z 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:12.5842217Z 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:12.5842571Z 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:12.5842924Z 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:12.5843266Z 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:12.5843608Z 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:12.5843961Z 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:12.5844314Z 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:12.5844666Z 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:12.5845016Z 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:12.5845361Z 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:12.5845724Z 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:12.5846193Z 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:12.5846549Z 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:12.5846897Z 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:12.5847256Z 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:12.5847618Z 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:12.5847989Z 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:12.5848354Z 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:12.5848712Z 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:12.5849058Z 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:12.5849416Z 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:12.5849866Z 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:12.5850295Z 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:12.5850655Z 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:12.5851022Z 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:12.5851360Z 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:12.5851711Z 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:12.5852027Z 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:12.5852372Z 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:12.5852711Z 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:12.5853065Z 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:12.5853405Z 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:12.5853765Z 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:12.5854120Z 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:12.5854464Z 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:12.5854818Z 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:12.5855160Z 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:12.5855494Z 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:12.5855841Z 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:12.5856185Z 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:12.5856516Z 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:12.5856865Z 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:12.5857195Z 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:12.5857545Z 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:12.5857949Z 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:12.5858339Z 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:12.5858679Z 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:12.5859017Z 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:12.5859350Z 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:12.5859670Z 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:12.5860011Z 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:12.5860375Z 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:12.5860715Z 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:12.5861061Z 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:12.5861402Z 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:12.5861764Z 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:12.5862103Z 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:12.5862449Z 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:12.5862780Z 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:12.5863118Z 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:12.5863445Z 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:12.5863791Z 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:12.5864118Z 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:12.5864466Z 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:12.5864810Z 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:12.5865148Z 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:12.5865499Z 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:12.5865905Z 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:12.5866233Z 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:12.5866647Z 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:12.5866991Z 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:12.5867322Z 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:12.5867655Z 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:12.5868012Z 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:12.5868372Z 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:12.5868709Z 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:12.5869047Z 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:12.5869385Z 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:12.5869723Z 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:12.5870077Z 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:12.5870413Z 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:12.5870757Z 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:12.5871097Z 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:12.5871434Z 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:12.5871772Z 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:12.5872105Z 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:12.5872468Z 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:12.5872804Z 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:12.5873137Z 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:12.5873469Z 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:12.5873883Z 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:12.5874240Z 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:12.5874670Z 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:12.5875008Z 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:12.5875335Z 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:12.5875664Z 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:12.5876083Z 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:12.5876427Z 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:12.5876824Z 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:12.5877192Z 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:12.5877551Z 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:12.5877905Z 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:12.5878246Z 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:12.5878568Z 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:12.5878879Z 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:12.5879190Z 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:12.5879512Z 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:12.5879851Z 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:12.5880173Z 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:12.5880489Z 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:12.5880807Z 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:12.5881124Z 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:12.5881434Z 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:12.5881757Z 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:12.5882153Z 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:12.5882465Z 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:12.5882839Z 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:12.5883153Z 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:12.5883475Z 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:12.5883801Z 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:12.5884127Z 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:12.5884469Z 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:12.5884809Z 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:12.5885132Z 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:12.5885424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/opusfile/COPYING’ 2023-07-13T14:16:12.5885716Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/opusfile/AUTHORS’ 2023-07-13T14:16:12.5886006Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/opusfile/README.md’ 2023-07-13T14:16:12.5886413Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc/opusfile’ 2023-07-13T14:16:12.5886710Z 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:12.5887038Z 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:12.5887362Z 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:12.5887686Z 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:12.5888009Z 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:12.5888343Z 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:12.5888672Z 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:12.5889015Z 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:12.5889353Z 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:12.5889707Z 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:12.5890040Z 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:12.5890469Z 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:12.5890824Z 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:12.5891210Z 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:12.5891526Z 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:12.5891844Z 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:12.5892146Z 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:12.5892453Z 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:12.5892765Z 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:12.5893061Z 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:12.5893390Z 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:12.5893715Z 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:12.5894029Z 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:12.5894335Z 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:12.5894630Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/doc’ 2023-07-13T14:16:12.5894913Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal/ogg.m4’ 2023-07-13T14:16:12.5895213Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal/vorbis.m4’ 2023-07-13T14:16:12.5895497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal/opus.m4’ 2023-07-13T14:16:12.5895781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal/libFLAC.m4’ 2023-07-13T14:16:12.5896068Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/aclocal’ 2023-07-13T14:16:12.5896351Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/lame.1’ 2023-07-13T14:16:12.5896640Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/flac.1’ 2023-07-13T14:16:12.5896931Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/metaflac.1’ 2023-07-13T14:16:12.5897220Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/sox.1’ 2023-07-13T14:16:12.5897498Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/soxi.1’ 2023-07-13T14:16:12.5897779Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/play.1’ 2023-07-13T14:16:12.5898058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1/rec.1’ 2023-07-13T14:16:12.5898348Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man1’ 2023-07-13T14:16:12.5898689Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man3/libsox.3’ 2023-07-13T14:16:12.5898978Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man3’ 2023-07-13T14:16:12.5899334Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man7/soxformat.7’ 2023-07-13T14:16:12.5899631Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man7/soxeffect.7’ 2023-07-13T14:16:12.5899926Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man/man7’ 2023-07-13T14:16:12.5900211Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share/man’ 2023-07-13T14:16:12.5900485Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/share’ 2023-07-13T14:16:12.5900754Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/lame’ 2023-07-13T14:16:12.5901009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/flac’ 2023-07-13T14:16:12.5901265Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/metaflac’ 2023-07-13T14:16:12.5901534Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/sox’ 2023-07-13T14:16:12.5901796Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/play’ 2023-07-13T14:16:12.5902054Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/rec’ 2023-07-13T14:16:12.5902306Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin/soxi’ 2023-07-13T14:16:12.5902580Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install/bin’ 2023-07-13T14:16:12.5902860Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party/install’ 2023-07-13T14:16:12.5903116Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/third_party’ 2023-07-13T14:16:12.5903356Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/__init__.py’ 2023-07-13T14:16:12.5903630Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/convert_fairseq_models.py’ 2023-07-13T14:16:12.5903907Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/convert_voxpopuli_models.py’ 2023-07-13T14:16:12.5904182Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/release_notes/classify_prs.py’ 2023-07-13T14:16:12.5904459Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/release_notes/retrieve_prs.py’ 2023-07-13T14:16:12.5904724Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/release_notes’ 2023-07-13T14:16:12.5905002Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/__init__.py’ 2023-07-13T14:16:12.5905270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/extension.py’ 2023-07-13T14:16:12.5905597Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/__pycache__/__init__.cpython-310.pyc’ 2023-07-13T14:16:12.5905926Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/__pycache__/extension.cpython-310.pyc’ 2023-07-13T14:16:12.5906204Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers/__pycache__’ 2023-07-13T14:16:12.5906466Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/setup_helpers’ 2023-07-13T14:16:12.5906720Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/travis/install.sh’ 2023-07-13T14:16:12.5907058Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/travis/test_script.sh’ 2023-07-13T14:16:12.5907314Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/travis’ 2023-07-13T14:16:12.5907601Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/__pycache__/__init__.cpython-310.pyc’ 2023-07-13T14:16:12.5907926Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools/__pycache__’ 2023-07-13T14:16:12.5908169Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/tools’ 2023-07-13T14:16:12.5908422Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/__init__.py’ 2023-07-13T14:16:12.5908676Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_backend/__init__.py’ 2023-07-13T14:16:12.5908935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_backend/utils.py’ 2023-07-13T14:16:12.5909208Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_backend’ 2023-07-13T14:16:12.5909478Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_extension/__init__.py’ 2023-07-13T14:16:12.5909745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_extension/utils.py’ 2023-07-13T14:16:12.5910028Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_extension’ 2023-07-13T14:16:12.5910295Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_internal/__init__.py’ 2023-07-13T14:16:12.5910574Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_internal/module_utils.py’ 2023-07-13T14:16:12.5910843Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/_internal’ 2023-07-13T14:16:12.5911098Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/__init__.py’ 2023-07-13T14:16:12.5911371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/common.py’ 2023-07-13T14:16:12.5911643Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/no_backend.py’ 2023-07-13T14:16:12.5911941Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/soundfile_backend.py’ 2023-07-13T14:16:12.5912217Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/sox_io_backend.py’ 2023-07-13T14:16:12.5912479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend/utils.py’ 2023-07-13T14:16:12.5912744Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/backend’ 2023-07-13T14:16:12.5913009Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/compliance/__init__.py’ 2023-07-13T14:16:12.5913277Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/compliance/kaldi.py’ 2023-07-13T14:16:12.5913605Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/compliance’ 2023-07-13T14:16:12.5913878Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/CMakeLists.txt’ 2023-07-13T14:16:12.5914222Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/CMakeLists.txt’ 2023-07-13T14:16:12.5914485Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/LICENSE’ 2023-07-13T14:16:12.5914784Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/include/ctc_prefix_decoder.h’ 2023-07-13T14:16:12.5915093Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/include/ctc_prefix_decoder_host.h’ 2023-07-13T14:16:12.5915375Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/include’ 2023-07-13T14:16:12.5915678Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk/LICENSE’ 2023-07-13T14:16:12.5916068Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk/bitonic_sort.cuh’ 2023-07-13T14:16:12.5916376Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk/pow2_utils.cuh’ 2023-07-13T14:16:12.5916696Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk/warpsort_topk.cuh’ 2023-07-13T14:16:12.5916997Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/bitonic_topk’ 2023-07-13T14:16:12.5917286Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/ctc_fast_divmod.cuh’ 2023-07-13T14:16:12.5917581Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/ctc_prefix_decoder.cpp’ 2023-07-13T14:16:12.5917904Z 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:12.5918194Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/device_data_wrap.h’ 2023-07-13T14:16:12.5918497Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/device_log_prob.cuh’ 2023-07-13T14:16:12.5918788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src/python_binding.cpp’ 2023-07-13T14:16:12.5919067Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc/src’ 2023-07-13T14:16:12.5919327Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/cuctc’ 2023-07-13T14:16:12.5919612Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/CMakeLists.txt’ 2023-07-13T14:16:12.5919891Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/README.md’ 2023-07-13T14:16:12.5920165Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/compat.cpp’ 2023-07-13T14:16:12.5920449Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/ffmpeg.cpp’ 2023-07-13T14:16:12.5920719Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/ffmpeg.h’ 2023-07-13T14:16:12.5921003Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/filter_graph.cpp’ 2023-07-13T14:16:12.5921279Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/filter_graph.h’ 2023-07-13T14:16:12.5921560Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/hw_context.cpp’ 2023-07-13T14:16:12.5921894Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/hw_context.h’ 2023-07-13T14:16:12.5922181Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/pybind/pybind.cpp’ 2023-07-13T14:16:12.5922533Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/pybind’ 2023-07-13T14:16:12.5922863Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp’ 2023-07-13T14:16:12.5923184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h’ 2023-07-13T14:16:12.5923508Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.cpp’ 2023-07-13T14:16:12.5923828Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer/unchunked_buffer.h’ 2023-07-13T14:16:12.5924152Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/buffer’ 2023-07-13T14:16:12.5924460Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp’ 2023-07-13T14:16:12.5924777Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/conversion.h’ 2023-07-13T14:16:12.5925076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp’ 2023-07-13T14:16:12.5925381Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.h’ 2023-07-13T14:16:12.5925692Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp’ 2023-07-13T14:16:12.5926005Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/post_process.h’ 2023-07-13T14:16:12.5926432Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp’ 2023-07-13T14:16:12.5926757Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/stream_processor.h’ 2023-07-13T14:16:12.5927066Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp’ 2023-07-13T14:16:12.5927371Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/stream_reader.h’ 2023-07-13T14:16:12.5927667Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader/typedefs.h’ 2023-07-13T14:16:12.5927963Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_reader’ 2023-07-13T14:16:12.5928270Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp’ 2023-07-13T14:16:12.5928577Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/encode_process.h’ 2023-07-13T14:16:12.5928886Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp’ 2023-07-13T14:16:12.5929177Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/encoder.h’ 2023-07-13T14:16:12.5929488Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/packet_writer.cpp’ 2023-07-13T14:16:12.5929788Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/packet_writer.h’ 2023-07-13T14:16:12.5930092Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp’ 2023-07-13T14:16:12.5930483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h’ 2023-07-13T14:16:12.5930802Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp’ 2023-07-13T14:16:12.5931219Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h’ 2023-07-13T14:16:12.5931503Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer/types.h’ 2023-07-13T14:16:12.5931801Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg/stream_writer’ 2023-07-13T14:16:12.5932075Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/ffmpeg’ 2023-07-13T14:16:12.5932362Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/compute.cpp’ 2023-07-13T14:16:12.5932652Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/compute.h’ 2023-07-13T14:16:12.5932943Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/cpu/compute.cpp’ 2023-07-13T14:16:12.5933238Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/cpu’ 2023-07-13T14:16:12.5933525Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/gpu/compute.cu’ 2023-07-13T14:16:12.5933807Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align/gpu’ 2023-07-13T14:16:12.5934090Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/forced_align’ 2023-07-13T14:16:12.5934342Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/iir_cuda.cu’ 2023-07-13T14:16:12.5934610Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/iir_cuda.h’ 2023-07-13T14:16:12.5934871Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/lfilter.cpp’ 2023-07-13T14:16:12.5935148Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/overdrive.cpp’ 2023-07-13T14:16:12.5935424Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/pybind/pybind.cpp’ 2023-07-13T14:16:12.5935697Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/pybind’ 2023-07-13T14:16:12.5935949Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rir.cpp’ 2023-07-13T14:16:12.5936223Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/autograd.cpp’ 2023-07-13T14:16:12.5936482Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/compute.cpp’ 2023-07-13T14:16:12.5936764Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/compute.h’ 2023-07-13T14:16:12.5937046Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/compute_alphas.cpp’ 2023-07-13T14:16:12.5937336Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/compute_betas.cpp’ 2023-07-13T14:16:12.5937620Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/compute.cpp’ 2023-07-13T14:16:12.5937915Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/compute_alphas.cpp’ 2023-07-13T14:16:12.5938202Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/compute_betas.cpp’ 2023-07-13T14:16:12.5938479Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/cpu_kernels.h’ 2023-07-13T14:16:12.5938836Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/cpu_transducer.h’ 2023-07-13T14:16:12.5939112Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/kernel_utils.h’ 2023-07-13T14:16:12.5939430Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu/math.h’ 2023-07-13T14:16:12.5939708Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/cpu’ 2023-07-13T14:16:12.5939988Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/compute.cu’ 2023-07-13T14:16:12.5940272Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/compute_alphas.cu’ 2023-07-13T14:16:12.5940557Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/compute_betas.cu’ 2023-07-13T14:16:12.5940860Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/gpu_kernel_utils.cuh’ 2023-07-13T14:16:12.5941144Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/gpu_kernels.cuh’ 2023-07-13T14:16:12.5941437Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/gpu_transducer.h’ 2023-07-13T14:16:12.5941707Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/half.cuh’ 2023-07-13T14:16:12.5941975Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/kernel_utils.h’ 2023-07-13T14:16:12.5942246Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/kernels.h’ 2023-07-13T14:16:12.5942519Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu/math.cuh’ 2023-07-13T14:16:12.5942794Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/gpu’ 2023-07-13T14:16:12.5943075Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/macros.cpp’ 2023-07-13T14:16:12.5943335Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/macros.h’ 2023-07-13T14:16:12.5943609Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/options.h’ 2023-07-13T14:16:12.5943876Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/types.cpp’ 2023-07-13T14:16:12.5944137Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/types.h’ 2023-07-13T14:16:12.5944396Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt/workspace.h’ 2023-07-13T14:16:12.5944664Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/rnnt’ 2023-07-13T14:16:12.5944952Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/CMakeLists.txt’ 2023-07-13T14:16:12.5945221Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/effects.cpp’ 2023-07-13T14:16:12.5945484Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/effects.h’ 2023-07-13T14:16:12.5945771Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/effects_chain.cpp’ 2023-07-13T14:16:12.5946045Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/effects_chain.h’ 2023-07-13T14:16:12.5946298Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/io.cpp’ 2023-07-13T14:16:12.5946551Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/io.h’ 2023-07-13T14:16:12.5946822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/effects.cpp’ 2023-07-13T14:16:12.5947170Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/effects.h’ 2023-07-13T14:16:12.5947461Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/effects_chain.cpp’ 2023-07-13T14:16:12.5947809Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/effects_chain.h’ 2023-07-13T14:16:12.5948076Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/io.cpp’ 2023-07-13T14:16:12.5948344Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/io.h’ 2023-07-13T14:16:12.5948623Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/pybind.cpp’ 2023-07-13T14:16:12.5948901Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/utils.cpp’ 2023-07-13T14:16:12.5949184Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind/utils.h’ 2023-07-13T14:16:12.5949454Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/pybind’ 2023-07-13T14:16:12.5949717Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/types.cpp’ 2023-07-13T14:16:12.5949990Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/types.h’ 2023-07-13T14:16:12.5950254Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/utils.cpp’ 2023-07-13T14:16:12.5950514Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox/utils.h’ 2023-07-13T14:16:12.5950782Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/sox’ 2023-07-13T14:16:12.5951039Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/utils.cpp’ 2023-07-13T14:16:12.5951302Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc/utils.h’ 2023-07-13T14:16:12.5951559Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/csrc’ 2023-07-13T14:16:12.5951815Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/__init__.py’ 2023-07-13T14:16:12.5952102Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/cmuarctic.py’ 2023-07-13T14:16:12.5952368Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/cmudict.py’ 2023-07-13T14:16:12.5952641Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/commonvoice.py’ 2023-07-13T14:16:12.5952905Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/dr_vctk.py’ 2023-07-13T14:16:12.5953191Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/fluentcommands.py’ 2023-07-13T14:16:12.5953466Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/gtzan.py’ 2023-07-13T14:16:12.5953735Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/iemocap.py’ 2023-07-13T14:16:12.5954033Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/librilight_limited.py’ 2023-07-13T14:16:12.5954296Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/librimix.py’ 2023-07-13T14:16:12.5954579Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/librispeech.py’ 2023-07-13T14:16:12.5954873Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/librispeech_biasing.py’ 2023-07-13T14:16:12.5955142Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/libritts.py’ 2023-07-13T14:16:12.5955483Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/ljspeech.py’ 2023-07-13T14:16:12.5955819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/musdb_hq.py’ 2023-07-13T14:16:12.5956097Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/quesst14.py’ 2023-07-13T14:16:12.5956429Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/snips.py’ 2023-07-13T14:16:12.5956723Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/speechcommands.py’ 2023-07-13T14:16:12.5956981Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/tedlium.py’ 2023-07-13T14:16:12.5957245Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/utils.py’ 2023-07-13T14:16:12.5957501Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/vctk.py’ 2023-07-13T14:16:12.5957781Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/voxceleb1.py’ 2023-07-13T14:16:12.5958043Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets/yesno.py’ 2023-07-13T14:16:12.5958312Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/datasets’ 2023-07-13T14:16:12.5958594Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/functional/__init__.py’ 2023-07-13T14:16:12.5958875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/functional/filtering.py’ 2023-07-13T14:16:12.5959152Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/functional/functional.py’ 2023-07-13T14:16:12.5959414Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/functional’ 2023-07-13T14:16:12.5959668Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/__init__.py’ 2023-07-13T14:16:12.5959935Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_compat.py’ 2023-07-13T14:16:12.5960193Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_effector.py’ 2023-07-13T14:16:12.5960464Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_playback.py’ 2023-07-13T14:16:12.5960733Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_stream_reader.py’ 2023-07-13T14:16:12.5960995Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io/_stream_writer.py’ 2023-07-13T14:16:12.5961252Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/io’ 2023-07-13T14:16:12.5961500Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/kaldi_io.py’ 2023-07-13T14:16:12.5961745Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/lib/.gitignore’ 2023-07-13T14:16:12.5962011Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/lib’ 2023-07-13T14:16:12.5962273Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/__init__.py’ 2023-07-13T14:16:12.5962544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/_hdemucs.py’ 2023-07-13T14:16:12.5962814Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/conformer.py’ 2023-07-13T14:16:12.5963088Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/conv_tasnet.py’ 2023-07-13T14:16:12.5963363Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/decoder/__init__.py’ 2023-07-13T14:16:12.5963653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/decoder/_ctc_decoder.py’ 2023-07-13T14:16:12.5964027Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/decoder/_cuda_ctc_decoder.py’ 2023-07-13T14:16:12.5964299Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/decoder’ 2023-07-13T14:16:12.5964572Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/deepspeech.py’ 2023-07-13T14:16:12.5964896Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/emformer.py’ 2023-07-13T14:16:12.5965153Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/rnnt.py’ 2023-07-13T14:16:12.5965427Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/rnnt_decoder.py’ 2023-07-13T14:16:12.5965697Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/tacotron2.py’ 2023-07-13T14:16:12.5965963Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2letter.py’ 2023-07-13T14:16:12.5966353Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/__init__.py’ 2023-07-13T14:16:12.5966648Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/components.py’ 2023-07-13T14:16:12.5966925Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/model.py’ 2023-07-13T14:16:12.5967218Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/utils/__init__.py’ 2023-07-13T14:16:12.5967522Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/utils/import_fairseq.py’ 2023-07-13T14:16:12.5967831Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/utils/import_huggingface.py’ 2023-07-13T14:16:12.5968125Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/utils’ 2023-07-13T14:16:12.5968434Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2/wavlm_attention.py’ 2023-07-13T14:16:12.5968716Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wav2vec2’ 2023-07-13T14:16:12.5968998Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models/wavernn.py’ 2023-07-13T14:16:12.5969263Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/models’ 2023-07-13T14:16:12.5969530Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/__init__.py’ 2023-07-13T14:16:12.5969835Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_source_separation_pipeline.py’ 2023-07-13T14:16:12.5970113Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts/__init__.py’ 2023-07-13T14:16:12.5970391Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts/impl.py’ 2023-07-13T14:16:12.5970690Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts/interface.py’ 2023-07-13T14:16:12.5970965Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts/utils.py’ 2023-07-13T14:16:12.5971255Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_tts’ 2023-07-13T14:16:12.5971540Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_wav2vec2/__init__.py’ 2023-07-13T14:16:12.5971819Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_wav2vec2/impl.py’ 2023-07-13T14:16:12.5972105Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_wav2vec2/utils.py’ 2023-07-13T14:16:12.5972386Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/_wav2vec2’ 2023-07-13T14:16:12.5972756Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines/rnnt_pipeline.py’ 2023-07-13T14:16:12.5973029Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/pipelines’ 2023-07-13T14:16:12.5973370Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/__init__.py’ 2023-07-13T14:16:12.5973657Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/datasets/__init__.py’ 2023-07-13T14:16:12.5973937Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/datasets/musan.py’ 2023-07-13T14:16:12.5974226Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/datasets’ 2023-07-13T14:16:12.5974513Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional/__init__.py’ 2023-07-13T14:16:12.5974804Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional/_dsp.py’ 2023-07-13T14:16:12.5975077Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional/_rir.py’ 2023-07-13T14:16:12.5975388Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional/functional.py’ 2023-07-13T14:16:12.5975683Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/functional’ 2023-07-13T14:16:12.5975961Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/__init__.py’ 2023-07-13T14:16:12.5976269Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/_conformer_wav2vec2.py’ 2023-07-13T14:16:12.5976564Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/_emformer_hubert.py’ 2023-07-13T14:16:12.5976875Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/conv_emformer.py’ 2023-07-13T14:16:12.5977159Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/hifi_gan.py’ 2023-07-13T14:16:12.5977446Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/rnnt.py’ 2023-07-13T14:16:12.5977737Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/rnnt_decoder.py’ 2023-07-13T14:16:12.5978020Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/squim/__init__.py’ 2023-07-13T14:16:12.5978316Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/squim/objective.py’ 2023-07-13T14:16:12.5978620Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/squim/subjective.py’ 2023-07-13T14:16:12.5978928Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models/squim’ 2023-07-13T14:16:12.5979217Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/models’ 2023-07-13T14:16:12.5979515Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines/__init__.py’ 2023-07-13T14:16:12.5979822Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines/hifigan_pipeline.py’ 2023-07-13T14:16:12.5980121Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines/rnnt_pipeline.py’ 2023-07-13T14:16:12.5980427Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines/squim_pipeline.py’ 2023-07-13T14:16:12.5980710Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/pipelines’ 2023-07-13T14:16:12.5981067Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/transforms/__init__.py’ 2023-07-13T14:16:12.5981367Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/transforms/_transforms.py’ 2023-07-13T14:16:12.5981716Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype/transforms’ 2023-07-13T14:16:12.5981991Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/prototype’ 2023-07-13T14:16:12.5982263Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/sox_effects/__init__.py’ 2023-07-13T14:16:12.5982544Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/sox_effects/sox_effects.py’ 2023-07-13T14:16:12.5982819Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/sox_effects’ 2023-07-13T14:16:12.5983086Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/transforms/__init__.py’ 2023-07-13T14:16:12.5983380Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/transforms/_multi_channel.py’ 2023-07-13T14:16:12.5983653Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/transforms/_transforms.py’ 2023-07-13T14:16:12.5983939Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/transforms’ 2023-07-13T14:16:12.5984203Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils/__init__.py’ 2023-07-13T14:16:12.5984468Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils/download.py’ 2023-07-13T14:16:12.5984739Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils/ffmpeg_utils.py’ 2023-07-13T14:16:12.5985004Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils/sox_utils.py’ 2023-07-13T14:16:12.5985280Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/utils’ 2023-07-13T14:16:12.5985533Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio/version.py’ 2023-07-13T14:16:12.5985785Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio’ 2023-07-13T14:16:12.5986022Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/version.txt’ 2023-07-13T14:16:12.5986292Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/PKG-INFO’ 2023-07-13T14:16:12.5986573Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/not-zip-safe’ 2023-07-13T14:16:12.5986867Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/dependency_links.txt’ 2023-07-13T14:16:12.5987147Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/requires.txt’ 2023-07-13T14:16:12.5987491Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/top_level.txt’ 2023-07-13T14:16:12.5987762Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info/SOURCES.txt’ 2023-07-13T14:16:12.5988037Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/torchaudio.egg-info’ 2023-07-13T14:16:12.5988428Z 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:12.5988736Z 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:12.5989054Z 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:12.5989385Z 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:12.5989728Z 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:12.5990060Z 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:12.5990402Z 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:12.5990734Z 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:12.5991069Z 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:12.5991395Z 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:12.5991743Z 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:12.5992065Z 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:12.5992396Z 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:12.5992722Z 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:12.5993052Z 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:12.5993399Z 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:12.5993747Z 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:12.5994073Z 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:12.5994407Z 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:12.5994737Z 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:12.5995065Z 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:12.5995399Z 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:12.5995853Z 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:12.5996196Z 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:12.5996617Z 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:12.5996958Z 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:12.5997278Z 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:12.5997629Z 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:12.5997964Z 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:12.5998295Z 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:12.5998652Z 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:12.5998980Z 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:12.5999317Z 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:12.5999655Z 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:12.5999994Z 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:12.6000325Z 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:12.6000663Z 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:12.6000990Z 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:12.6001313Z 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:12.6001661Z 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:12.6001990Z 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:12.6002321Z 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:12.6002652Z 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:12.6002986Z 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:12.6003303Z 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:12.6003635Z 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:12.6003965Z 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:12.6004374Z 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:12.6004775Z 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:12.6005115Z 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:12.6005427Z 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:12.6005743Z 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:12.6006146Z 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:12.6006480Z 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:12.6006810Z 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:12.6007139Z 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:12.6007464Z 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:12.6007789Z 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:12.6008115Z 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:12.6008451Z 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:12.6008778Z 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:12.6009122Z 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:12.6009452Z 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:12.6009770Z 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:12.6010101Z 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:12.6010440Z 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:12.6010760Z 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:12.6011093Z 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:12.6011432Z 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:12.6011777Z 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:12.6012132Z 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:12.6012560Z 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:12.6012899Z 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:12.6013325Z 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:12.6013666Z 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:12.6014021Z 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:12.6014376Z 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:12.6014738Z 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:12.6015119Z 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:12.6015470Z 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:12.6015818Z 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:12.6016144Z 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:12.6016474Z 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:12.6016854Z 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:12.6017206Z 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:12.6017542Z 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:12.6017877Z 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:12.6018225Z 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:12.6018556Z 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:12.6018897Z 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:12.6019248Z 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:12.6019588Z 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:12.6019933Z 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:12.6020283Z 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:12.6020686Z 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:12.6021020Z 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:12.6021427Z 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:12.6021769Z 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:12.6022121Z 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:12.6022464Z 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:12.6022821Z 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:12.6023161Z 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:12.6023528Z 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:12.6023876Z 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:12.6024212Z 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:12.6024574Z 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:12.6024944Z 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:12.6025308Z 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:12.6025646Z 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:12.6025981Z 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:12.6026334Z 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:12.6026675Z 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:12.6027040Z 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:12.6027408Z 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:12.6027765Z 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:12.6028108Z 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:12.6028453Z 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:12.6028886Z 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:12.6029251Z 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:12.6029687Z 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:12.6030041Z 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:12.6030390Z 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:12.6030741Z 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:12.6031109Z 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:12.6031451Z 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:12.6031785Z 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:12.6032126Z 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:12.6032460Z 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:12.6032789Z 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:12.6033142Z 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:12.6033492Z 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:12.6033830Z 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:12.6034150Z 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:12.6034458Z 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:12.6034791Z 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:12.6035134Z 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:12.6035455Z 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:12.6035874Z 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:12.6036210Z 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:12.6036548Z 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:12.6036878Z 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:12.6037294Z 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:12.6037633Z 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:12.6038033Z 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:12.6038366Z 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:12.6038709Z 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:12.6039050Z 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:12.6039380Z 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:12.6039699Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310/torchaudio’ 2023-07-13T14:16:12.6040007Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/lib.linux-x86_64-cpython-310’ 2023-07-13T14:16:12.6040337Z 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:12.6040684Z 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:12.6041039Z 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:12.6041416Z 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:12.6041744Z 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:12.6042104Z 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:12.6042460Z 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:12.6042843Z 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:12.6043183Z 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:12.6043546Z 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:12.6043928Z 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:12.6044282Z 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:12.6044663Z 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:12.6045019Z 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:12.6045413Z 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:12.6045745Z 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:12.6046961Z 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:12.6047347Z 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:12.6047709Z 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:12.6048056Z 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:12.6048434Z 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:12.6048774Z 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:12.6049122Z 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:12.6049449Z 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:12.6049790Z 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:12.6050113Z 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:12.6050441Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeFiles’ 2023-07-13T14:16:12.6050826Z 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:12.6051229Z 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:12.6051605Z 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:12.6052024Z 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:12.6052436Z 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:12.6052851Z 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:12.6053254Z 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:12.6053663Z 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:12.6054061Z 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:12.6054460Z 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:12.6054940Z 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:12.6055386Z 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:12.6055794Z 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:12.6056203Z 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:12.6056612Z 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:12.6057022Z 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:12.6057413Z 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:12.6057805Z 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:12.6058175Z 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:12.6058556Z 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:12.6058949Z 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:12.6059307Z 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:12.6059712Z 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:12.6060107Z 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:12.6060488Z 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:12.6060882Z 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:12.6061296Z 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:12.6061690Z 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:12.6062075Z 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:12.6062469Z 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:12.6062946Z 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:12.6063352Z 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:12.6063703Z 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:12.6064052Z 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:12.6064392Z 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:12.6064722Z 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:12.6065146Z 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:12.6065558Z 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:12.6065958Z 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:12.6066375Z 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:12.6066781Z 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:12.6067187Z 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:12.6067605Z 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:12.6068006Z 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:12.6068397Z 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:12.6068867Z 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:12.6069337Z 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:12.6069775Z 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:12.6070219Z 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:12.6070671Z 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:12.6071179Z 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:12.6071687Z 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:12.6072116Z 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:12.6072545Z 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:12.6072993Z 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:12.6073430Z 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:12.6073863Z 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:12.6074311Z 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:12.6074757Z 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:12.6075188Z 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:12.6075610Z 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:12.6076104Z 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:12.6076513Z 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:12.6076998Z 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:12.6077405Z 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:12.6077929Z 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:12.6078385Z 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:12.6078814Z 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:12.6079266Z 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:12.6079722Z 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:12.6080163Z 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:12.6080607Z 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:12.6081054Z 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:12.6081487Z 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:12.6081923Z 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:12.6082360Z 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:12.6082798Z 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:12.6083246Z 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:12.6083709Z 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:12.6084139Z 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:12.6084554Z 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:12.6085028Z 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:12.6085437Z 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:12.6085894Z 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:12.6086406Z 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:12.6086864Z 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:12.6087327Z 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:12.6087785Z 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:12.6088237Z 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:12.6088677Z 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:12.6089127Z 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:12.6089579Z 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:12.6090024Z 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:12.6090456Z 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:12.6090897Z 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:12.6091350Z 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:12.6091794Z 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:12.6092237Z 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:12.6092671Z 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:12.6093191Z 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:12.6093601Z 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:12.6094100Z 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:12.6094522Z 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:12.6094931Z 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:12.6095345Z 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:12.6095702Z 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:12.6096066Z 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:12.6096433Z 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:12.6096797Z 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:12.6097157Z 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:12.6097528Z 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:12.6097881Z 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:12.6098234Z 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:12.6098573Z 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:12.6098916Z 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:12.6099271Z 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:12.6099604Z 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:12.6099936Z 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:12.6100256Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/torchaudio’ 2023-07-13T14:16:12.6100615Z 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:12.6100976Z 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:12.6101398Z 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:12.6101752Z 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:12.6102180Z 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:12.6102545Z 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:12.6102903Z 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:12.6103262Z 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:12.6103630Z 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:12.6104002Z 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:12.6104358Z 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:12.6104716Z 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:12.6105076Z 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:12.6105439Z 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:12.6105796Z 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:12.6106154Z 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:12.6106511Z 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:12.6106867Z 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:12.6107227Z 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:12.6107583Z 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:12.6107942Z 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:12.6108316Z 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:12.6108683Z 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:12.6109060Z 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:12.6109412Z 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:12.6109841Z 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:12.6110243Z 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:12.6110600Z 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:12.6110960Z 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:12.6111308Z 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:12.6111660Z 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:12.6112006Z 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:12.6112358Z 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:12.6112713Z 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:12.6113078Z 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:12.6113440Z 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:12.6113816Z 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:12.6114231Z 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:12.6114610Z 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:12.6115001Z 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:12.6115376Z 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:12.6115843Z 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:12.6116195Z 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:12.6116566Z 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:12.6116920Z 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:12.6117266Z 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:12.6117611Z 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:12.6118031Z 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:12.6118443Z 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:12.6118798Z 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:12.6119132Z 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:12.6119487Z 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:12.6119832Z 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:12.6120181Z 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:12.6120541Z 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:12.6120882Z 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:12.6121233Z 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:12.6121567Z 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:12.6121929Z removed ‘/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:12.6122304Z removed ‘/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:12.6122670Z removed ‘/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:12.6123021Z removed ‘/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:12.6123371Z removed ‘/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:12.6123720Z removed ‘/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:12.6124081Z removed ‘/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:12.6124437Z removed ‘/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:12.6124799Z removed ‘/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:12.6125147Z removed ‘/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:12.6125505Z removed ‘/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:12.6125940Z removed ‘/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:12.6126376Z removed ‘/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:12.6126809Z removed ‘/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:12.6127167Z removed ‘/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:12.6127514Z removed ‘/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:12.6127866Z removed ‘/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:12.6128226Z removed ‘/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:12.6128587Z removed ‘/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:12.6128938Z removed ‘/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:12.6129287Z removed ‘/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:12.6129637Z removed ‘/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:12.6129990Z removed ‘/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:12.6130350Z removed ‘/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:12.6130713Z removed ‘/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:12.6131066Z removed ‘/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:12.6131408Z removed ‘/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:12.6131751Z removed ‘/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:12.6132106Z removed ‘/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:12.6132456Z removed ‘/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:12.6132810Z removed ‘/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:12.6133163Z removed ‘/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:12.6133507Z removed ‘/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:12.6133853Z removed ‘/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:12.6134287Z removed ‘/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:12.6134689Z removed ‘/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:12.6135043Z removed ‘/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:12.6135395Z removed ‘/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:12.6135731Z removed ‘/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:12.6136089Z removed ‘/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:12.6136438Z removed ‘/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:12.6136793Z removed ‘/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:12.6137141Z removed ‘/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:12.6137488Z removed ‘/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:12.6137834Z removed ‘/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:12.6138188Z removed ‘/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:12.6138549Z removed ‘/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:12.6138920Z removed ‘/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:12.6139269Z removed ‘/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:12.6139645Z removed ‘/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:12.6139996Z removed ‘/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:12.6140344Z removed ‘/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:12.6140709Z removed ‘/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:12.6141057Z removed ‘/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:12.6141405Z removed ‘/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:12.6141759Z removed ‘/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:12.6142162Z removed ‘/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:12.6142565Z removed ‘/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:12.6142918Z removed ‘/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:12.6143261Z removed ‘/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:12.6143615Z removed ‘/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:12.6143969Z removed ‘/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:12.6144310Z removed ‘/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:12.6144668Z removed ‘/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:12.6145021Z removed ‘/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:12.6145372Z removed ‘/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:12.6145714Z removed ‘/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:12.6146072Z removed ‘/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:12.6146418Z removed ‘/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:12.6146777Z removed ‘/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:12.6147126Z removed ‘/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:12.6147467Z removed ‘/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:12.6147819Z removed ‘/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:12.6148165Z removed ‘/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:12.6148521Z removed ‘/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:12.6148869Z removed ‘/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:12.6149221Z removed ‘/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:12.6149566Z removed ‘/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:12.6149970Z removed ‘/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:12.6150315Z removed ‘/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:12.6150724Z removed ‘/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:12.6151080Z removed ‘/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:12.6151434Z removed ‘/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:12.6151782Z removed ‘/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:12.6152147Z removed ‘/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:12.6152494Z removed ‘/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:12.6152842Z removed ‘/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:12.6153200Z removed ‘/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:12.6153548Z removed ‘/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:12.6153902Z removed ‘/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:12.6154259Z removed ‘/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:12.6154611Z removed ‘/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:12.6154963Z removed ‘/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:12.6155313Z removed ‘/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:12.6155669Z removed ‘/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:12.6156107Z removed ‘/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:12.6156464Z removed ‘/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:12.6156810Z removed ‘/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:12.6157156Z removed ‘/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:12.6157504Z removed ‘/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:12.6157920Z removed ‘/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:12.6158276Z removed ‘/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:12.6158681Z removed ‘/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:12.6159046Z removed ‘/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:12.6159391Z removed ‘/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:12.6159751Z removed ‘/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:12.6160111Z removed ‘/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:12.6160475Z removed ‘/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:12.6160810Z removed ‘/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:12.6161167Z removed ‘/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:12.6161524Z removed ‘/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:12.6161874Z removed ‘/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:12.6162244Z removed ‘/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:12.6162606Z removed ‘/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:12.6162960Z removed ‘/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:12.6163310Z removed ‘/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:12.6163657Z removed ‘/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:12.6164007Z removed ‘/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:12.6164356Z removed ‘/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:12.6164707Z removed ‘/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:12.6165042Z removed ‘/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:12.6165390Z removed ‘/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:12.6165738Z removed ‘/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:12.6166246Z removed ‘/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:12.6166684Z removed ‘/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:12.6167028Z removed ‘/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:12.6167378Z removed ‘/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:12.6167731Z removed ‘/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:12.6168090Z removed ‘/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:12.6168435Z removed ‘/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:12.6168791Z removed ‘/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:12.6169134Z removed ‘/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:12.6169479Z removed ‘/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:12.6169832Z removed ‘/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:12.6170191Z removed ‘/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:12.6170551Z removed ‘/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:12.6170894Z removed ‘/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:12.6171251Z removed ‘/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:12.6171598Z removed ‘/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:12.6172023Z removed ‘/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:12.6172364Z removed ‘/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:12.6172759Z removed ‘/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:12.6173109Z removed ‘/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:12.6173451Z removed ‘/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:12.6173798Z removed ‘/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:12.6174160Z removed ‘/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:12.6174525Z removed ‘/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:12.6174874Z removed ‘/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:12.6175222Z removed ‘/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:12.6175568Z removed ‘/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:12.6175918Z removed ‘/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:12.6176274Z removed ‘/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:12.6176634Z removed ‘/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:12.6176977Z removed ‘/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:12.6177324Z removed ‘/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:12.6177663Z removed ‘/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:12.6178031Z removed ‘/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:12.6178378Z removed ‘/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:12.6178747Z removed ‘/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:12.6179091Z removed ‘/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:12.6179463Z removed ‘/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:12.6179810Z removed ‘/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:12.6180247Z removed ‘/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:12.6180689Z removed ‘/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:12.6181041Z removed ‘/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:12.6181402Z removed ‘/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:12.6181755Z removed ‘/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:12.6182114Z removed ‘/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:12.6182472Z removed ‘/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:12.6182833Z removed ‘/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:12.6183190Z removed ‘/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:12.6183551Z removed ‘/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:12.6183916Z removed ‘/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:12.6184270Z removed ‘/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:12.6184627Z removed ‘/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:12.6184983Z removed ‘/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:12.6185340Z removed ‘/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:12.6185682Z removed ‘/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:12.6186044Z removed ‘/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:12.6186395Z removed ‘/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:12.6186748Z removed ‘/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:12.6187105Z removed ‘/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:12.6187451Z removed ‘/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:12.6187804Z removed ‘/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:12.6188217Z removed ‘/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:12.6188616Z removed ‘/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:12.6188975Z removed ‘/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:12.6189326Z removed ‘/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:12.6189671Z removed ‘/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:12.6190028Z removed ‘/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:12.6190369Z removed ‘/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:12.6190726Z removed ‘/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:12.6191069Z removed ‘/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:12.6191417Z removed ‘/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:12.6191772Z removed ‘/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:12.6192127Z removed ‘/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:12.6192488Z removed ‘/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:12.6192839Z removed ‘/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:12.6193190Z removed ‘/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:12.6193541Z removed ‘/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:12.6193898Z removed ‘/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:12.6194241Z removed ‘/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:12.6194585Z removed ‘/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:12.6194940Z removed ‘/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:12.6195289Z removed ‘/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:12.6195646Z removed ‘/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:12.6196133Z removed ‘/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:12.6196538Z removed ‘/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:12.6196896Z removed ‘/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:12.6197244Z removed ‘/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:12.6197586Z removed ‘/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:12.6197935Z removed ‘/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:12.6198287Z removed ‘/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:12.6198628Z removed ‘/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:12.6198976Z removed ‘/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:12.6199322Z removed ‘/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:12.6199670Z removed ‘/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:12.6200026Z removed ‘/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:12.6200370Z removed ‘/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:12.6200725Z removed ‘/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:12.6201070Z removed ‘/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:12.6201420Z removed ‘/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:12.6201762Z removed ‘/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:12.6202129Z removed ‘/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:12.6202501Z removed ‘/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:12.6202840Z removed ‘/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:12.6203203Z removed ‘/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:12.6203558Z removed ‘/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:12.6203970Z removed ‘/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:12.6204320Z removed ‘/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:12.6204722Z removed ‘/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:12.6205069Z removed ‘/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:12.6205416Z removed ‘/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:12.6205770Z removed ‘/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:12.6206231Z removed ‘/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:12.6206598Z removed ‘/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:12.6206950Z removed ‘/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:12.6207291Z removed ‘/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:12.6207642Z removed ‘/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:12.6208000Z removed ‘/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:12.6208353Z removed ‘/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:12.6208715Z removed ‘/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:12.6209058Z removed ‘/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:12.6209411Z removed ‘/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:12.6209761Z removed ‘/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:12.6210128Z removed ‘/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:12.6210482Z removed ‘/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:12.6210841Z removed ‘/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:12.6211180Z removed ‘/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:12.6211566Z removed ‘/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:12.6212038Z removed ‘/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:12.6212426Z removed ‘/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:12.6212887Z 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:12.6213245Z removed ‘/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:12.6213597Z removed ‘/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:12.6213943Z removed ‘/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:12.6214310Z removed ‘/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:12.6214666Z removed ‘/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:12.6215013Z removed ‘/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:12.6215362Z removed ‘/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:12.6215701Z removed ‘/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:12.6216062Z removed ‘/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:12.6216413Z removed ‘/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:12.6216770Z removed ‘/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:12.6217123Z removed ‘/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:12.6217477Z removed ‘/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:12.6217833Z removed ‘/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:12.6218190Z removed ‘/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:12.6218558Z removed ‘/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:12.6218918Z removed ‘/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:12.6219276Z removed ‘/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:12.6219632Z removed ‘/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:12.6220038Z removed ‘/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:12.6220394Z removed ‘/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:12.6220809Z removed ‘/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:12.6221156Z removed ‘/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:12.6221503Z removed ‘/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:12.6221849Z removed ‘/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:12.6222212Z removed ‘/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:12.6222570Z removed ‘/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:12.6222928Z removed ‘/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:12.6223273Z removed ‘/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:12.6223633Z removed ‘/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:12.6223995Z removed ‘/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:12.6224331Z removed ‘/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:12.6224688Z removed ‘/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:12.6225035Z removed ‘/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:12.6225384Z removed ‘/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:12.6225734Z removed ‘/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:12.6226095Z removed ‘/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:12.6226448Z removed ‘/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:12.6226795Z removed ‘/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:12.6227142Z removed ‘/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:12.6227493Z removed ‘/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:12.6227849Z removed ‘/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:12.6228248Z removed ‘/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:12.6228662Z removed ‘/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:12.6229012Z removed ‘/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:12.6229361Z removed ‘/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:12.6229712Z removed ‘/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:12.6230064Z removed ‘/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:12.6230412Z removed ‘/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:12.6230770Z removed ‘/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:12.6231114Z removed ‘/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:12.6231463Z removed ‘/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:12.6231812Z removed ‘/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:12.6232181Z removed ‘/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:12.6232538Z removed ‘/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:12.6232897Z removed ‘/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:12.6233256Z removed ‘/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:12.6233608Z removed ‘/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:12.6233974Z removed ‘/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:12.6234357Z removed ‘/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:12.6234724Z 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:12.6235076Z 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:12.6235448Z 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:12.6235871Z 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:12.6236307Z 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:12.6236720Z 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:12.6237069Z 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:12.6237436Z 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:12.6237801Z 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:12.6238180Z 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:12.6238556Z 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:12.6238925Z 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:12.6239284Z 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:12.6239656Z 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:12.6240033Z 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:12.6240401Z 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:12.6240762Z 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:12.6241136Z 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:12.6241495Z 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:12.6241858Z 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:12.6242231Z 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:12.6242594Z 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:12.6242960Z 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:12.6243322Z 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:12.6243679Z 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:12.6244120Z 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:12.6244564Z 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:12.6244945Z 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:12.6245317Z 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:12.6245679Z 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:12.6246051Z 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:12.6246504Z 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:12.6246882Z 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:12.6247254Z 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:12.6247628Z 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:12.6247979Z 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:12.6248334Z 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:12.6248694Z 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:12.6249039Z 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:12.6249399Z 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:12.6249763Z 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:12.6250137Z 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:12.6250501Z 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:12.6250857Z 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:12.6251209Z 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:12.6251552Z 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:12.6251903Z 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:12.6252347Z 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:12.6252790Z 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:12.6253154Z 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:12.6253511Z 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:12.6253882Z 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:12.6254267Z 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:12.6254638Z 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:12.6255005Z 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:12.6255354Z 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:12.6255708Z 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:12.6256069Z 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:12.6256414Z 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:12.6256797Z 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:12.6257165Z 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:12.6257528Z 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:12.6257892Z 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:12.6258263Z 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:12.6258634Z 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:12.6258991Z 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:12.6259346Z 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:12.6259693Z 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:12.6260104Z 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:12.6260461Z 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:12.6260870Z 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:12.6261226Z 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:12.6261577Z 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:12.6261937Z 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:12.6262294Z 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:12.6262662Z 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:12.6263034Z 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:12.6263388Z 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:12.6263743Z 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:12.6264104Z 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:12.6264457Z 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:12.6264828Z 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:12.6265192Z 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:12.6265581Z 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:12.6266032Z 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:12.6266424Z 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:12.6266857Z 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:12.6267231Z 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:12.6267587Z 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:12.6267934Z 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:12.6268303Z 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:12.6268652Z 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:12.6269002Z 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:12.6269364Z 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:12.6269731Z 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:12.6270106Z 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:12.6270469Z 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:12.6270889Z 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:12.6271272Z 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:12.6271664Z 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:12.6272049Z 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:12.6272444Z 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:12.6272799Z 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:12.6273159Z 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:12.6273510Z 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:12.6273853Z 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:12.6274264Z 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:12.6274630Z 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:12.6275043Z 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:12.6275408Z 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:12.6275811Z 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:12.6276184Z 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:12.6276542Z 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:12.6276894Z 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:12.6277240Z 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:12.6277580Z 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:12.6277926Z 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:12.6278269Z 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:12.6278634Z 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:12.6279012Z 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:12.6279394Z 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:12.6279769Z 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:12.6280146Z 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:12.6280545Z 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:12.6280978Z 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:12.6281401Z 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:12.6281792Z 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:12.6282208Z 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:12.6282659Z 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:12.6283072Z 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:12.6283439Z 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:12.6283805Z 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:12.6284174Z 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:12.6284551Z 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:12.6284927Z 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:12.6285275Z 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:12.6285633Z 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:12.6286009Z 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:12.6286487Z 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:12.6286847Z 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:12.6287220Z 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:12.6287578Z 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:12.6287938Z 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:12.6288305Z 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:12.6288678Z 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:12.6289052Z 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:12.6289416Z 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:12.6289770Z 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:12.6290142Z 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:12.6290590Z 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:12.6290957Z 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:12.6291403Z 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:12.6291779Z 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:12.6292145Z 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:12.6292514Z 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:12.6292879Z 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:12.6293251Z 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:12.6293609Z 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:12.6293969Z 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:12.6294325Z 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:12.6294697Z 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:12.6295065Z 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:12.6295419Z 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:12.6295787Z 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:12.6296166Z 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:12.6296534Z 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:12.6296899Z 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:12.6297287Z 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:12.6297673Z 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:12.6298050Z 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:12.6298431Z 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:12.6298871Z 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:12.6299311Z 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:12.6299687Z 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:12.6300058Z 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:12.6300418Z 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:12.6300785Z 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:12.6301144Z 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:12.6301503Z 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:12.6301861Z 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:12.6302215Z 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:12.6302585Z 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:12.6302939Z 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:12.6303306Z 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:12.6303680Z 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:12.6304027Z 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:12.6304389Z 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:12.6304749Z 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:12.6305113Z 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:12.6305470Z 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:12.6305823Z 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:12.6306181Z 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:12.6306619Z 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:12.6306982Z 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:12.6307397Z 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:12.6307750Z 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:12.6308106Z 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:12.6308467Z 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:12.6308825Z 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:12.6309175Z 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:12.6309530Z 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:12.6309883Z 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:12.6310235Z 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:12.6310598Z 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:12.6310977Z 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:12.6311372Z 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:12.6311747Z 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:12.6312108Z 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:12.6312466Z 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:12.6312822Z 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:12.6313183Z 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:12.6313544Z 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:12.6313899Z 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:12.6314256Z 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:12.6314669Z 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:12.6315019Z 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:12.6315429Z 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:12.6315846Z 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:12.6316201Z 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:12.6316545Z 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:12.6316906Z 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:12.6317268Z 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:12.6317629Z 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:12.6317982Z 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:12.6318340Z 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:12.6318697Z 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:12.6319057Z 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:12.6319425Z 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:12.6319778Z 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:12.6320134Z 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:12.6320490Z 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:12.6320864Z 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:12.6321221Z 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:12.6321569Z 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:12.6321921Z 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:12.6322274Z 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:12.6322690Z 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:12.6323073Z 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:12.6323521Z 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:12.6323908Z 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:12.6324297Z 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:12.6324655Z 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:12.6325025Z 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:12.6325387Z 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:12.6325738Z 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:12.6326157Z 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:12.6326498Z 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:12.6326854Z 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:12.6327212Z 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:12.6327587Z 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:12.6327949Z 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:12.6328305Z 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:12.6328709Z 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:12.6329106Z 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:12.6329491Z 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:12.6329868Z 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:12.6330249Z 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:12.6330588Z 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:12.6331044Z 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:12.6331395Z 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:12.6331826Z 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:12.6332177Z 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:12.6332537Z 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:12.6332888Z 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:12.6333241Z 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:12.6333593Z 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:12.6333939Z 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:12.6334279Z 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:12.6334616Z 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:12.6334967Z 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:12.6335315Z 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:12.6335668Z 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:12.6336000Z 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:12.6336342Z 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:12.6336684Z 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:12.6337048Z 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:12.6337396Z 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:12.6337745Z 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:12.6338103Z 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:12.6338462Z 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:12.6338816Z 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:12.6339238Z 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:12.6339641Z 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:12.6340020Z 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:12.6340371Z 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:12.6340748Z 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:12.6341115Z 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:12.6341467Z 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:12.6341820Z 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:12.6342164Z 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:12.6342529Z 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:12.6342878Z 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:12.6343237Z 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:12.6343604Z 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:12.6343972Z 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:12.6344337Z 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:12.6344694Z 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:12.6345051Z 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:12.6345394Z 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:12.6345769Z 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:12.6346111Z 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:12.6346436Z 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:12.6346774Z 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:12.6347183Z 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:12.6347544Z 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:12.6347971Z 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:12.6348332Z 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:12.6348699Z 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:12.6349101Z 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:12.6349503Z 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:12.6349905Z 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:12.6350289Z 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:12.6350665Z 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:12.6351011Z 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:12.6351383Z 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:12.6351747Z 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:12.6352094Z 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:12.6352443Z 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:12.6352804Z 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:12.6353165Z 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:12.6353522Z 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:12.6353875Z 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:12.6354234Z 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:12.6354588Z 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:12.6354926Z 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:12.6355344Z 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:12.6355685Z 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:12.6356187Z 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:12.6356532Z 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:12.6356876Z 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:12.6357241Z 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:12.6357613Z 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:12.6357996Z 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:12.6358379Z 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:12.6358751Z 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:12.6359140Z 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:12.6359537Z 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:12.6359938Z 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:12.6360341Z 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:12.6360720Z 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:12.6361086Z 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:12.6361515Z 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:12.6361942Z 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:12.6362319Z 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:12.6362685Z 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:12.6363052Z 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:12.6363417Z 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:12.6363776Z 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:12.6364128Z 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:12.6364485Z 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:12.6364845Z 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:12.6365207Z 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:12.6365596Z 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:12.6365982Z 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:12.6366471Z 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:12.6366858Z 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:12.6367214Z 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:12.6367585Z 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:12.6367951Z 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:12.6368313Z 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:12.6368659Z 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:12.6369015Z 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:12.6369512Z 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:12.6369885Z 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:12.6370330Z 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:12.6370713Z 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:12.6371089Z 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:12.6371466Z 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:12.6371851Z 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:12.6372236Z 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:12.6372593Z 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:12.6372955Z 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:12.6373316Z 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:12.6373682Z 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:12.6374080Z 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:12.6374469Z 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:12.6374846Z 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:12.6375219Z 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:12.6375605Z 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:12.6375989Z 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:12.6376361Z 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:12.6376740Z 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:12.6377135Z 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:12.6377588Z 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:12.6378038Z 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:12.6378427Z 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:12.6378820Z 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:12.6379216Z 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:12.6379620Z 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:12.6380019Z 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:12.6380381Z 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:12.6380748Z 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:12.6381123Z 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:12.6381517Z 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:12.6381899Z 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:12.6382292Z 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:12.6382661Z 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:12.6383032Z 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:12.6383395Z 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:12.6383763Z 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:12.6384145Z 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:12.6384522Z 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:12.6384897Z 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:12.6385286Z 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:12.6385739Z 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:12.6386173Z 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:12.6386543Z 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:12.6386922Z 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:12.6387289Z 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:12.6387670Z 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:12.6388052Z 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:12.6388417Z 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:12.6388775Z 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:12.6389135Z 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:12.6389497Z 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:12.6389857Z 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:12.6390238Z 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:12.6390586Z 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:12.6390962Z 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:12.6391317Z 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:12.6391701Z 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:12.6392090Z 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:12.6392437Z 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:12.6392791Z 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:12.6393155Z 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:12.6393577Z 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:12.6394005Z 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:12.6394414Z 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:12.6394817Z 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:12.6395231Z 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:12.6395654Z 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:12.6396144Z 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:12.6396516Z 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:12.6396879Z 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:12.6397239Z 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:12.6397623Z 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:12.6397988Z 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:12.6398367Z 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:12.6398738Z 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:12.6399119Z 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:12.6399494Z 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:12.6399869Z 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:12.6400237Z 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:12.6400609Z 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:12.6400989Z 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:12.6401378Z 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:12.6401815Z 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:12.6402244Z 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:12.6402610Z 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:12.6402986Z 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:12.6403374Z 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:12.6403772Z 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:12.6404170Z 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:12.6404548Z 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:12.6404926Z 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:12.6405296Z 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:12.6405689Z 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:12.6406185Z 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:12.6406554Z 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:12.6406923Z 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:12.6407293Z 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:12.6407682Z 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:12.6408057Z 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:12.6408430Z 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:12.6408801Z 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:12.6409178Z 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:12.6409650Z 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:12.6410037Z 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:12.6410489Z 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:12.6410869Z 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:12.6411242Z 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:12.6411625Z 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:12.6412023Z 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:12.6412413Z 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:12.6412805Z 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:12.6413188Z 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:12.6413564Z 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:12.6413941Z 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:12.6414331Z 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:12.6414710Z 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:12.6415075Z 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:12.6415446Z 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:12.6415822Z 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:12.6416207Z 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:12.6416576Z 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:12.6416933Z 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:12.6417311Z 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:12.6417754Z 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:12.6418193Z 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:12.6418565Z 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:12.6418935Z 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:12.6419331Z 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:12.6419747Z 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:12.6420168Z 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:12.6420590Z 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:12.6421011Z 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:12.6421452Z 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:12.6421901Z 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:12.6422316Z 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:12.6422732Z 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:12.6423128Z 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:12.6423523Z 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:12.6423941Z 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:12.6424359Z 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:12.6424875Z 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:12.6425384Z 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:12.6425881Z 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:12.6426392Z 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:12.6426806Z 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:12.6427241Z 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:12.6427654Z 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:12.6428020Z 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:12.6428405Z 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:12.6428790Z 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:12.6429163Z 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:12.6429565Z 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:12.6429967Z 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:12.6430368Z 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:12.6430753Z 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:12.6431135Z 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:12.6431538Z 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:12.6431943Z 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:12.6432341Z 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:12.6432720Z 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:12.6433098Z 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:12.6433488Z 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:12.6433944Z 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:12.6434384Z 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:12.6434778Z 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:12.6435221Z 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:12.6435670Z 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:12.6436186Z 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:12.6436631Z 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:12.6437049Z 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:12.6437538Z 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:12.6437953Z 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:12.6438375Z 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:12.6438790Z 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:12.6439154Z 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:12.6439553Z 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:12.6439944Z 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:12.6440359Z 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:12.6440779Z 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:12.6441224Z 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:12.6441631Z 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:12.6442051Z 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:12.6442525Z 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:12.6442987Z 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:12.6443405Z 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:12.6443850Z 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:12.6444257Z 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:12.6444621Z 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:12.6445045Z 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:12.6445458Z 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:12.6445861Z 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:12.6446372Z 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:12.6446782Z 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:12.6447228Z 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:12.6447675Z 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:12.6448077Z 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:12.6448468Z 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:12.6448875Z 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:12.6449297Z 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:12.6449675Z 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:12.6450091Z 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:12.6450493Z 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:12.6450898Z 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:12.6451385Z 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:12.6451853Z 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:12.6452260Z 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:12.6452678Z 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:12.6453088Z 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:12.6453552Z 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:12.6454025Z 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:12.6454448Z 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:12.6454817Z 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:12.6455224Z 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:12.6455647Z 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:12.6456064Z 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:12.6456500Z 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:12.6456933Z 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:12.6457347Z 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:12.6457784Z 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:12.6458202Z 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:12.6458609Z 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:12.6459036Z 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:12.6459451Z 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:12.6459869Z 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:12.6460304Z 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:12.6460827Z 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:12.6461248Z 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:12.6461673Z 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:12.6462084Z 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:12.6462512Z 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:12.6463021Z 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:12.6463412Z 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:12.6463836Z 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:12.6464236Z 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:12.6464654Z 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:12.6465071Z 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:12.6465468Z 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:12.6465840Z 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:12.6466254Z 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:12.6466720Z 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:12.6467245Z 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:12.6467668Z 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:12.6468056Z 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:12.6468443Z 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:12.6468831Z 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:12.6469231Z 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:12.6469644Z 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:12.6470054Z 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:12.6470464Z 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:12.6470811Z 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:12.6471206Z 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:12.6471614Z 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:12.6472003Z 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:12.6472391Z 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:12.6472777Z 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:12.6473214Z 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:12.6473625Z 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:12.6474042Z 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:12.6474498Z 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:12.6474971Z 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:12.6475395Z 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:12.6475924Z 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:12.6476404Z 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:12.6476860Z 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:12.6477248Z 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:12.6477632Z 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:12.6478033Z 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:12.6478428Z 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:12.6478835Z 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:12.6479232Z 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:12.6479655Z 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:12.6480082Z 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:12.6480481Z 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:12.6480849Z 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:12.6481245Z 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:12.6481647Z 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:12.6482059Z 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:12.6482479Z 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:12.6482926Z 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:12.6483323Z 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:12.6483703Z 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:12.6484098Z 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:12.6484576Z 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:12.6485030Z 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:12.6485440Z 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:12.6485808Z 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:12.6486334Z 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:12.6486746Z 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:12.6487127Z 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:12.6487506Z 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:12.6487900Z 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:12.6488328Z 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:12.6488742Z 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:12.6489155Z 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:12.6489592Z 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:12.6490048Z 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:12.6490487Z 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:12.6490887Z 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:12.6491324Z 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:12.6491751Z 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:12.6492152Z 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:12.6492567Z 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:12.6493000Z 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:12.6493394Z 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:12.6493886Z 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:12.6494372Z 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:12.6494772Z 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:12.6495165Z 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:12.6495555Z 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:12.6495924Z 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:12.6496318Z 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:12.6496724Z 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:12.6497120Z 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:12.6497505Z 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:12.6497895Z 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:12.6498280Z 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:12.6498672Z 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:12.6499107Z 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:12.6499480Z 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:12.6560193Z 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:12.6560736Z 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:12.6561120Z 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:12.6561520Z 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:12.6561914Z 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:12.6562302Z 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:12.6562691Z 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:12.6563228Z 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:12.6563682Z 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:12.6564060Z 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:12.6564418Z 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:12.6564775Z 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:12.6565148Z 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:12.6565516Z 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:12.6565867Z 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:12.6566349Z 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:12.6566709Z 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:12.6567075Z 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:12.6567422Z 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:12.6567788Z 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:12.6568128Z 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:12.6568475Z 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:12.6568824Z 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:12.6569184Z 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:12.6569538Z 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:12.6569904Z 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:12.6570265Z 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:12.6570626Z 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:12.6570975Z 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:12.6571420Z 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:12.6571859Z 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:12.6572209Z 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:12.6572552Z 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:12.6572904Z 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:12.6573264Z 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:12.6573616Z 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:12.6573970Z 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:12.6574320Z 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:12.6574677Z 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:12.6575036Z 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:12.6575400Z 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:12.6575762Z 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:12.6576108Z 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:12.6576449Z 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:12.6576802Z 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:12.6577171Z 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:12.6577518Z 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:12.6577876Z 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:12.6578227Z 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:12.6578579Z 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:12.6578943Z 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:12.6579378Z 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:12.6579799Z 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:12.6580176Z 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:12.6580559Z 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:12.6580936Z 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:12.6581325Z 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:12.6581711Z 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:12.6582087Z 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:12.6582453Z 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:12.6582809Z 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:12.6583177Z 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:12.6583536Z 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:12.6583917Z 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:12.6584279Z 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:12.6584635Z 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:12.6585006Z 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:12.6585406Z 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:12.6585782Z 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:12.6586142Z 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:12.6586490Z 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:12.6586858Z 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:12.6587298Z 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:12.6587667Z 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:12.6588096Z 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:12.6588463Z 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:12.6588834Z 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:12.6589364Z 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:12.6589768Z 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:12.6590128Z 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:12.6590488Z 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:12.6590859Z 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:12.6591232Z 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:12.6591611Z 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:12.6591984Z 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:12.6592350Z 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:12.6592700Z 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:12.6593052Z 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:12.6593410Z 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:12.6593765Z 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:12.6594138Z 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:12.6594482Z 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:12.6594842Z 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:12.6595200Z 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:12.6595645Z 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:12.6596182Z 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:12.6596575Z 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:12.6596921Z 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:12.6597264Z 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:12.6597617Z 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:12.6597967Z 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:12.6598336Z 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:12.6598706Z 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:12.6599065Z 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:12.6599431Z 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:12.6599850Z 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:12.6600248Z 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:12.6600645Z 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:12.6601022Z 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:12.6601409Z 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:12.6601764Z 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:12.6602126Z 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:12.6602494Z 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:12.6602845Z 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:12.6603189Z 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:12.6603542Z 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:12.6603955Z 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:12.6604362Z 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:12.6604707Z 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:12.6605067Z 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:12.6605418Z 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:12.6605776Z 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:12.6606229Z 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:12.6606585Z 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:12.6606933Z 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:12.6607271Z 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:12.6607600Z 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:12.6607979Z 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:12.6608337Z 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:12.6608708Z 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:12.6609055Z 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:12.6609418Z 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:12.6609784Z 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:12.6610138Z 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:12.6610492Z 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:12.6610839Z 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:12.6611182Z 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:12.6611543Z 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:12.6611981Z 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:12.6612347Z 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:12.6612782Z 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:12.6613129Z 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:12.6613471Z 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:12.6613822Z 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:12.6614191Z 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:12.6614546Z 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:12.6614891Z 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:12.6615243Z 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:12.6615593Z 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:12.6615943Z 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:12.6616296Z 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:12.6616652Z 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:12.6617010Z 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:12.6617358Z 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:12.6617707Z 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:12.6618152Z 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:12.6618479Z 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:12.6618795Z 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:12.6619119Z 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:12.6619439Z 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:12.6619759Z 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:12.6620127Z 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:12.6620504Z 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:12.6620828Z 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:12.6621157Z 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:12.6621475Z 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:12.6621807Z 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:12.6622125Z 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:12.6622449Z 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:12.6622779Z 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:12.6623123Z 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:12.6623469Z 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:12.6623806Z 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:12.6624131Z 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:12.6624464Z 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:12.6624793Z 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:12.6625121Z 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:12.6625520Z 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:12.6625915Z 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:12.6626254Z 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:12.6626580Z 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:12.6626907Z 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:12.6627257Z 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:12.6627598Z 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:12.6627943Z 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:12.6628273Z 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:12.6628614Z 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:12.6628946Z 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:12.6629297Z 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:12.6629657Z 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:12.6630002Z 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:12.6630345Z 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:12.6630685Z 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:12.6631029Z 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:12.6631371Z 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:12.6631718Z 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:12.6632063Z 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:12.6632403Z 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:12.6632820Z 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:12.6633166Z 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:12.6633557Z 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:12.6633903Z 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:12.6634238Z 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:12.6634594Z 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:12.6634938Z 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:12.6635288Z 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:12.6635623Z 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:12.6636038Z 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:12.6636556Z 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:12.6636908Z 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:12.6637264Z 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:12.6637617Z 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:12.6637959Z 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:12.6638294Z 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:12.6638634Z 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:12.6638979Z 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:12.6639349Z 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:12.6639714Z 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:12.6640057Z 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:12.6640419Z 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:12.6640827Z 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:12.6641231Z 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:12.6641600Z 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:12.6641950Z 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:12.6642311Z 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:12.6642674Z 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:12.6643031Z 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:12.6643397Z 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:12.6643752Z 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:12.6644106Z 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:12.6644465Z 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:12.6644837Z 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:12.6645195Z 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:12.6645567Z 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:12.6645927Z 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:12.6646407Z 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:12.6646778Z 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:12.6647140Z 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:12.6647510Z 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:12.6647871Z 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:12.6648233Z 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:12.6648598Z 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:12.6649044Z 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:12.6649479Z 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:12.6649835Z 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:12.6650185Z 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:12.6650533Z 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:12.6650890Z 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:12.6651241Z 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:12.6651607Z 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:12.6651975Z 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:12.6652349Z 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:12.6652737Z 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:12.6653138Z 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:12.6653525Z 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:12.6653899Z 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:12.6654268Z 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:12.6654635Z 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:12.6655014Z 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:12.6655392Z 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:12.6655758Z 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:12.6656124Z 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:12.6656502Z 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:12.6656947Z 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:12.6657380Z 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:12.6657765Z 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:12.6658239Z 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:12.6658598Z 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:12.6658964Z 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:12.6659323Z 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:12.6659668Z 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:12.6660020Z 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:12.6660380Z 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:12.6660747Z 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:12.6661106Z 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:12.6661638Z 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:12.6662023Z 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:12.6662407Z 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:12.6662782Z 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:12.6663162Z 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:12.6663546Z 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:12.6663933Z 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:12.6664282Z 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:12.6664701Z 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:12.6665127Z 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:12.6665506Z 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:12.6665875Z 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:12.6666242Z 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:12.6666610Z 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:12.6666980Z 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:12.6667338Z 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:12.6667693Z 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:12.6668054Z 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:12.6668429Z 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:12.6668782Z 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:12.6669131Z 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:12.6669504Z 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:12.6669871Z 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:12.6670246Z 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:12.6670633Z 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:12.6671007Z 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:12.6671379Z 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:12.6671742Z 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:12.6672104Z 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:12.6672514Z 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:12.6672922Z 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:12.6673373Z 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:12.6673698Z 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:12.6674038Z 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:12.6674374Z 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:12.6674717Z 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:12.6675038Z 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:12.6675375Z 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:12.6675712Z 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:12.6676117Z 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:12.6676649Z 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:12.6677013Z 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:12.6677370Z 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:12.6677727Z 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:12.6678076Z 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:12.6678448Z 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:12.6678821Z 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:12.6679188Z 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:12.6679542Z 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:12.6679912Z 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:12.6680334Z 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:12.6680699Z 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:12.6681108Z 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:12.6681455Z 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:12.6681806Z 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:12.6682148Z 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:12.6682503Z 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:12.6682880Z 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:12.6683230Z 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:12.6683577Z 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:12.6683918Z 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:12.6684273Z 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:12.6684630Z 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:12.6684993Z 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:12.6685351Z 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:12.6685705Z 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:12.6686055Z 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:12.6686517Z 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:12.6686872Z 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:12.6687224Z 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:12.6687576Z 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:12.6687948Z 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:12.6688388Z 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:12.6688757Z 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:12.6689186Z 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:12.6689555Z 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:12.6689923Z 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:12.6690286Z 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:12.6690659Z 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:12.6691026Z 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:12.6691381Z 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:12.6691734Z 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:12.6692098Z 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:12.6692478Z 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:12.6692846Z 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:12.6693221Z 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:12.6693565Z 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:12.6693910Z 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:12.6694265Z 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:12.6694642Z 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:12.6695020Z 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:12.6695397Z 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:12.6695755Z 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:12.6696107Z 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:12.6696556Z 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:12.6696965Z 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:12.6697326Z 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:12.6697789Z 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:12.6698241Z 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:12.6698571Z 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:12.6698904Z 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:12.6699251Z 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:12.6699599Z 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:12.6699931Z 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:12.6700261Z 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:12.6700789Z 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:12.6701161Z 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:12.6701516Z 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:12.6701866Z 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:12.6702211Z 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:12.6702574Z 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:12.6702943Z 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:12.6703308Z 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:12.6703662Z 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:12.6704121Z 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:12.6704533Z 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:12.6704865Z 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:12.6705276Z 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:12.6705620Z 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:12.6705955Z 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:12.6706292Z 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:12.6706647Z 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:12.6706994Z 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:12.6707349Z 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:12.6707704Z 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:12.6708060Z 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:12.6708420Z 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:12.6708771Z 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:12.6709120Z 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:12.6709473Z 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:12.6709831Z 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:12.6710179Z 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:12.6710537Z 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:12.6710889Z 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:12.6711245Z 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:12.6711595Z 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:12.6711944Z 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:12.6712363Z 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:12.6712770Z 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:12.6713121Z 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:12.6713459Z 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:12.6713820Z 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:12.6714181Z 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:12.6714545Z 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:12.6714912Z 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:12.6715278Z 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:12.6715631Z 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:12.6716072Z 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:12.6716595Z 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:12.6716975Z 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:12.6717348Z 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:12.6717728Z 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:12.6718102Z 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:12.6718551Z 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:12.6718990Z 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:12.6719371Z 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:12.6719753Z 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:12.6720132Z 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:12.6720502Z 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:12.6720873Z 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:12.6721234Z 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:12.6721596Z 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:12.6721962Z 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:12.6722338Z 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:12.6722714Z 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:12.6723071Z 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:12.6723442Z 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:12.6723810Z 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:12.6724179Z 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:12.6724545Z 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:12.6724907Z 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:12.6725269Z 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:12.6725633Z 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:12.6726012Z 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:12.6726558Z 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:12.6727017Z 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:12.6727405Z 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:12.6727767Z 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:12.6728126Z 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:12.6728489Z 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:12.6728857Z 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:12.6729220Z 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:12.6729572Z 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:12.6729923Z 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:12.6730296Z 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:12.6730656Z 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:12.6731020Z 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:12.6731379Z 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:12.6731744Z 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:12.6732109Z 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:12.6732495Z 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:12.6732882Z 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:12.6733264Z 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:12.6733649Z 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:12.6734012Z 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:12.6734459Z 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:12.6734897Z 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:12.6735274Z 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:12.6735650Z 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:12.6736027Z 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:12.6736390Z 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:12.6736745Z 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:12.6737104Z 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:12.6737459Z 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:12.6737803Z 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:12.6738276Z 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:12.6738722Z 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:12.6739050Z 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:12.6739381Z 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:12.6739702Z 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:12.6740043Z 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:12.6740377Z 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:12.6740709Z 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:12.6741040Z 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:12.6741370Z 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:12.6741703Z 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:12.6742023Z 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:12.6742396Z 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:12.6742762Z 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:12.6743091Z 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:12.6743415Z 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:12.6743751Z 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:12.6744091Z 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:12.6744436Z 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:12.6744778Z 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:12.6745110Z 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:12.6745449Z 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:12.6745781Z 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:12.6746128Z 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:12.6746485Z 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:12.6746818Z 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:12.6747158Z 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:12.6747491Z 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:12.6747850Z 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:12.6748203Z 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:12.6748532Z 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:12.6748850Z 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:12.6749199Z 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:12.6749556Z 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:12.6749964Z 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:12.6750391Z 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:12.6750788Z 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:12.6751172Z 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:12.6751561Z 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:12.6751946Z 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:12.6752330Z 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:12.6752667Z 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:12.6753022Z 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:12.6753367Z 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:12.6753708Z 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:12.6754060Z 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:12.6754416Z 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:12.6754761Z 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:12.6755108Z 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:12.6755457Z 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:12.6755868Z 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:12.6756389Z 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:12.6756752Z 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:12.6757115Z 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:12.6757469Z 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:12.6757893Z 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:12.6758294Z 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:12.6758654Z 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:12.6759005Z 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:12.6759399Z 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:12.6759795Z 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:12.6760149Z 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:12.6760518Z 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:12.6760865Z 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:12.6761212Z 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:12.6761558Z 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:12.6761926Z 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:12.6762303Z 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:12.6762669Z 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:12.6763015Z 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:12.6763366Z 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:12.6763736Z 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:12.6764094Z 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:12.6764458Z 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:12.6764813Z 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:12.6765172Z 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:12.6765525Z 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:12.6765954Z 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:12.6766498Z 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:12.6766882Z 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:12.6767276Z 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:12.6767636Z 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:12.6768014Z 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:12.6768393Z 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:12.6768762Z 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:12.6769131Z 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:12.6769505Z 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:12.6769883Z 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:12.6770250Z 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:12.6770624Z 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:12.6770985Z 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:12.6771347Z 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:12.6771690Z 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:12.6772067Z 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:12.6772434Z 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:12.6772794Z 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:12.6773199Z 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:12.6773583Z 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:12.6774037Z 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:12.6774407Z 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:12.6774841Z 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:12.6775183Z 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:12.6775535Z 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:12.6775879Z 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:12.6776233Z 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:12.6776585Z 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:12.6776942Z 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:12.6777294Z 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:12.6777746Z 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:12.6778071Z 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:12.6778392Z 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:12.6778719Z 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:12.6779030Z 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:12.6779352Z 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:12.6779670Z 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:12.6779989Z 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:12.6780302Z 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:12.6780630Z removed ‘/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:12.6780954Z removed ‘/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:12.6781277Z removed ‘/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:12.6781589Z removed ‘/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:12.6781981Z removed ‘/home/ec2-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:12.6782371Z removed ‘/home/ec2-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:12.6782710Z removed ‘/home/ec2-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:12.6783043Z removed ‘/home/ec2-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:12.6783380Z removed ‘/home/ec2-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:12.6783712Z removed ‘/home/ec2-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:12.6784043Z removed ‘/home/ec2-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:12.6784387Z removed ‘/home/ec2-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:12.6784716Z removed ‘/home/ec2-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:12.6785046Z removed ‘/home/ec2-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:12.6785383Z removed ‘/home/ec2-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:12.6785723Z removed ‘/home/ec2-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:12.6786056Z removed ‘/home/ec2-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:12.6786396Z removed ‘/home/ec2-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:12.6786727Z removed ‘/home/ec2-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:12.6787059Z removed ‘/home/ec2-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:12.6787398Z removed ‘/home/ec2-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:12.6787730Z removed ‘/home/ec2-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:12.6788064Z removed ‘/home/ec2-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:12.6788395Z removed ‘/home/ec2-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:12.6788727Z removed ‘/home/ec2-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:12.6789115Z removed ‘/home/ec2-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:12.6789445Z removed ‘/home/ec2-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:12.6789826Z removed ‘/home/ec2-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:12.6790158Z removed ‘/home/ec2-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:12.6790485Z removed ‘/home/ec2-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:12.6790809Z removed ‘/home/ec2-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:12.6791141Z removed ‘/home/ec2-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:12.6791473Z removed ‘/home/ec2-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:12.6791795Z removed ‘/home/ec2-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:12.6792129Z removed ‘/home/ec2-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:12.6792450Z removed ‘/home/ec2-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:12.6792789Z removed ‘/home/ec2-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:12.6793129Z removed ‘/home/ec2-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:12.6793469Z removed ‘/home/ec2-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:12.6793812Z removed ‘/home/ec2-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:12.6794152Z removed ‘/home/ec2-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:12.6794485Z removed ‘/home/ec2-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:12.6794834Z removed ‘/home/ec2-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:12.6795177Z removed ‘/home/ec2-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:12.6795506Z removed ‘/home/ec2-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:12.6795901Z removed ‘/home/ec2-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:12.6796411Z removed ‘/home/ec2-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:12.6796840Z removed ‘/home/ec2-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:12.6797258Z removed ‘/home/ec2-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:12.6797616Z removed ‘/home/ec2-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:12.6797980Z removed ‘/home/ec2-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:12.6798339Z removed ‘/home/ec2-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:12.6798708Z removed ‘/home/ec2-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:12.6799061Z removed ‘/home/ec2-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:12.6799428Z removed ‘/home/ec2-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:12.6799787Z removed ‘/home/ec2-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:12.6800141Z removed ‘/home/ec2-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:12.6800496Z removed ‘/home/ec2-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:12.6800868Z removed ‘/home/ec2-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:12.6801237Z removed ‘/home/ec2-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:12.6801600Z removed ‘/home/ec2-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:12.6801953Z removed ‘/home/ec2-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:12.6802307Z removed ‘/home/ec2-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:12.6802671Z removed ‘/home/ec2-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:12.6803039Z removed ‘/home/ec2-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:12.6803392Z removed ‘/home/ec2-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:12.6803753Z removed ‘/home/ec2-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:12.6804108Z removed ‘/home/ec2-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:12.6804545Z removed ‘/home/ec2-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:12.6804901Z removed ‘/home/ec2-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:12.6805321Z removed ‘/home/ec2-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:12.6805683Z removed ‘/home/ec2-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:12.6806042Z removed ‘/home/ec2-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:12.6806499Z removed ‘/home/ec2-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:12.6806867Z removed ‘/home/ec2-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:12.6807245Z removed ‘/home/ec2-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:12.6807612Z removed ‘/home/ec2-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:12.6807970Z removed ‘/home/ec2-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:12.6808334Z removed ‘/home/ec2-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:12.6808706Z removed ‘/home/ec2-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:12.6809061Z removed ‘/home/ec2-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:12.6809429Z removed ‘/home/ec2-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:12.6809793Z removed ‘/home/ec2-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:12.6810151Z removed ‘/home/ec2-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:12.6810511Z removed ‘/home/ec2-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:12.6810951Z removed ‘/home/ec2-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:12.6811422Z removed ‘/home/ec2-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:12.6811786Z removed ‘/home/ec2-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:12.6812149Z removed ‘/home/ec2-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:12.6812507Z removed ‘/home/ec2-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:12.6812879Z removed ‘/home/ec2-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:12.6813244Z removed ‘/home/ec2-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:12.6813606Z removed ‘/home/ec2-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:12.6813955Z removed ‘/home/ec2-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:12.6814308Z removed ‘/home/ec2-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:12.6814676Z removed ‘/home/ec2-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:12.6815032Z removed ‘/home/ec2-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:12.6815412Z removed ‘/home/ec2-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:12.6815775Z removed ‘/home/ec2-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:12.6816143Z removed ‘/home/ec2-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:12.6816503Z removed ‘/home/ec2-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:12.6816867Z removed ‘/home/ec2-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:12.6817230Z removed ‘/home/ec2-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:12.6817699Z removed ‘/home/ec2-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:12.6818148Z removed ‘/home/ec2-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:12.6818476Z removed ‘/home/ec2-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:12.6818862Z removed ‘/home/ec2-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:12.6819245Z removed ‘/home/ec2-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:12.6819580Z removed ‘/home/ec2-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:12.6819912Z removed ‘/home/ec2-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:12.6820248Z removed ‘/home/ec2-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:12.6820596Z removed ‘/home/ec2-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:12.6820931Z removed ‘/home/ec2-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:12.6821283Z removed ‘/home/ec2-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:12.6821611Z removed ‘/home/ec2-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:12.6821947Z removed ‘/home/ec2-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:12.6822276Z removed ‘/home/ec2-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:12.6822618Z removed ‘/home/ec2-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:12.6822961Z removed ‘/home/ec2-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:12.6823298Z removed ‘/home/ec2-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:12.6823623Z removed ‘/home/ec2-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:12.6823964Z removed ‘/home/ec2-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:12.6824307Z removed ‘/home/ec2-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:12.6824809Z removed ‘/home/ec2-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:12.6825176Z removed ‘/home/ec2-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:12.6825520Z removed ‘/home/ec2-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:12.6825878Z removed ‘/home/ec2-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:12.6826287Z removed ‘/home/ec2-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:12.6826629Z removed ‘/home/ec2-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:12.6827046Z removed ‘/home/ec2-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:12.6827390Z removed ‘/home/ec2-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:12.6827746Z removed ‘/home/ec2-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:12.6828091Z removed ‘/home/ec2-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:12.6828448Z removed ‘/home/ec2-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:12.6828800Z removed ‘/home/ec2-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:12.6829150Z removed ‘/home/ec2-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:12.6829499Z removed ‘/home/ec2-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:12.6829854Z removed ‘/home/ec2-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:12.6830207Z removed ‘/home/ec2-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:12.6830568Z removed ‘/home/ec2-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:12.6830918Z removed ‘/home/ec2-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:12.6831268Z removed ‘/home/ec2-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:12.6831607Z removed ‘/home/ec2-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:12.6831968Z removed ‘/home/ec2-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:12.6832311Z removed ‘/home/ec2-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:12.6832671Z removed ‘/home/ec2-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:12.6833017Z removed ‘/home/ec2-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:12.6833360Z removed ‘/home/ec2-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:12.6833708Z removed ‘/home/ec2-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:12.6834108Z removed ‘/home/ec2-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:12.6834511Z removed ‘/home/ec2-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:12.6834857Z removed ‘/home/ec2-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:12.6835209Z removed ‘/home/ec2-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:12.6835554Z removed ‘/home/ec2-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:12.6835976Z removed ‘/home/ec2-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:12.6836496Z removed ‘/home/ec2-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:12.6836861Z removed ‘/home/ec2-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:12.6837224Z removed ‘/home/ec2-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:12.6837582Z removed ‘/home/ec2-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:12.6837939Z removed ‘/home/ec2-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:12.6838306Z removed ‘/home/ec2-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:12.6838674Z removed ‘/home/ec2-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:12.6839031Z removed ‘/home/ec2-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:12.6839389Z removed ‘/home/ec2-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:12.6839753Z removed ‘/home/ec2-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:12.6840112Z removed ‘/home/ec2-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:12.6840475Z removed ‘/home/ec2-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:12.6840832Z removed ‘/home/ec2-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:12.6841195Z removed ‘/home/ec2-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:12.6841552Z removed ‘/home/ec2-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:12.6841990Z removed ‘/home/ec2-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:12.6842344Z removed ‘/home/ec2-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:12.6842756Z removed ‘/home/ec2-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:12.6843116Z removed ‘/home/ec2-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:12.6843467Z removed ‘/home/ec2-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:12.6843819Z removed ‘/home/ec2-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:12.6844181Z removed ‘/home/ec2-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:12.6844543Z removed ‘/home/ec2-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:12.6844901Z removed ‘/home/ec2-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:12.6845260Z removed ‘/home/ec2-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:12.6845614Z removed ‘/home/ec2-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:12.6845984Z removed ‘/home/ec2-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:12.6846433Z removed ‘/home/ec2-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:12.6846800Z removed ‘/home/ec2-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:12.6847160Z removed ‘/home/ec2-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:12.6847515Z removed ‘/home/ec2-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:12.6847872Z removed ‘/home/ec2-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:12.6848245Z removed ‘/home/ec2-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:12.6848605Z removed ‘/home/ec2-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:12.6848957Z removed ‘/home/ec2-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:12.6849314Z removed ‘/home/ec2-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:12.6849667Z removed ‘/home/ec2-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:12.6850106Z removed ‘/home/ec2-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:12.6850540Z removed ‘/home/ec2-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:12.6850910Z removed ‘/home/ec2-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:12.6851272Z removed ‘/home/ec2-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:12.6851636Z removed ‘/home/ec2-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:12.6852000Z removed ‘/home/ec2-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:12.6852356Z removed ‘/home/ec2-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:12.6852713Z removed ‘/home/ec2-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:12.6853068Z removed ‘/home/ec2-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:12.6853414Z removed ‘/home/ec2-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:12.6853772Z removed ‘/home/ec2-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:12.6854137Z removed ‘/home/ec2-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:12.6854502Z removed ‘/home/ec2-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:12.6854856Z removed ‘/home/ec2-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:12.6855215Z removed ‘/home/ec2-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:12.6855575Z removed ‘/home/ec2-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:12.6855938Z removed ‘/home/ec2-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:12.6856291Z removed ‘/home/ec2-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:12.6856657Z removed ‘/home/ec2-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:12.6857013Z removed ‘/home/ec2-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:12.6857372Z removed ‘/home/ec2-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:12.6857830Z removed ‘/home/ec2-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:12.6858329Z removed ‘/home/ec2-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:12.6858710Z removed ‘/home/ec2-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:12.6859044Z removed ‘/home/ec2-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:12.6859368Z removed ‘/home/ec2-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:12.6859696Z removed ‘/home/ec2-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:12.6860045Z removed ‘/home/ec2-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:12.6860380Z removed ‘/home/ec2-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:12.6860716Z removed ‘/home/ec2-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:12.6861050Z removed ‘/home/ec2-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:12.6861381Z removed ‘/home/ec2-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:12.6861726Z removed ‘/home/ec2-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:12.6862044Z removed ‘/home/ec2-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:12.6862379Z removed ‘/home/ec2-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:12.6862704Z removed ‘/home/ec2-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:12.6863026Z removed ‘/home/ec2-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:12.6863362Z removed ‘/home/ec2-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:12.6863701Z removed ‘/home/ec2-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:12.6864035Z removed ‘/home/ec2-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:12.6864368Z removed ‘/home/ec2-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:12.6864690Z removed ‘/home/ec2-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:12.6865027Z removed ‘/home/ec2-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:12.6865409Z removed ‘/home/ec2-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:12.6865751Z removed ‘/home/ec2-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:12.6866127Z removed ‘/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:12.6866461Z removed ‘/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:12.6866782Z removed ‘/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:12.6867120Z 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:12.6867463Z removed ‘/home/ec2-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:12.6867812Z removed ‘/home/ec2-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:12.6868141Z removed ‘/home/ec2-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:12.6868474Z removed ‘/home/ec2-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:12.6868809Z removed ‘/home/ec2-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:12.6869142Z removed ‘/home/ec2-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:12.6869477Z removed ‘/home/ec2-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:12.6869810Z removed ‘/home/ec2-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:12.6870135Z removed ‘/home/ec2-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:12.6870463Z removed ‘/home/ec2-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:12.6870809Z removed ‘/home/ec2-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:12.6871135Z removed ‘/home/ec2-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:12.6871475Z removed ‘/home/ec2-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:12.6871804Z removed ‘/home/ec2-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:12.6872133Z removed ‘/home/ec2-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:12.6872468Z removed ‘/home/ec2-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:12.6872884Z removed ‘/home/ec2-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:12.6873269Z removed ‘/home/ec2-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:12.6873598Z removed ‘/home/ec2-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:12.6873924Z removed ‘/home/ec2-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:12.6874247Z removed ‘/home/ec2-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:12.6874584Z removed ‘/home/ec2-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:12.6874921Z removed ‘/home/ec2-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:12.6875251Z removed ‘/home/ec2-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:12.6875563Z removed ‘/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:12.6875934Z removed ‘/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:12.6877842Z removed ‘/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:12.6878192Z removed ‘/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:12.6878562Z removed ‘/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:12.6878918Z removed ‘/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:12.6879267Z removed ‘/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:12.6879608Z removed ‘/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:12.6879949Z removed ‘/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:12.6880296Z removed ‘/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:12.6880648Z removed ‘/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:12.6880993Z removed ‘/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:12.6881344Z removed ‘/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:12.6881689Z removed ‘/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:12.6882129Z removed ‘/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:12.6882471Z removed ‘/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:12.6882878Z removed ‘/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:12.6883222Z removed ‘/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:12.6883568Z removed ‘/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:12.6883908Z removed ‘/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:12.6884259Z 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:12.6884614Z 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:12.6884953Z 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:12.6885295Z 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:12.6885642Z 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:12.6885985Z 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:12.6886447Z 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:12.6886813Z 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:12.6887167Z 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:12.6887524Z 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:12.6887867Z 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:12.6888213Z 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:12.6888573Z 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:12.6888944Z 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:12.6889287Z 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:12.6889631Z 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:12.6889984Z 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:12.6890427Z 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:12.6890850Z 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:12.6891212Z 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:12.6891568Z 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:12.6891921Z 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:12.6892286Z 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:12.6892629Z 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:12.6892987Z 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:12.6893337Z 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:12.6893683Z 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:12.6894029Z 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:12.6894380Z 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:12.6894733Z 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:12.6895084Z 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:12.6895445Z 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:12.6895814Z 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:12.6896176Z 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:12.6896542Z 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:12.6896882Z 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:12.6897229Z 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:12.6897690Z 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:12.6898123Z 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:12.6898508Z 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:12.6898877Z 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:12.6899197Z 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:12.6899515Z 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:12.6899840Z 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:12.6900171Z 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:12.6900492Z 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:12.6900812Z 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:12.6901129Z 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:12.6901449Z 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:12.6901766Z 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:12.6902093Z 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:12.6902419Z 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:12.6902739Z 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:12.6903057Z 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:12.6903375Z 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:12.6903746Z 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:12.6904065Z 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:12.6904437Z 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:12.6904749Z 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:12.6905067Z 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:12.6905387Z 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:12.6905712Z 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:12.6906023Z 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:12.6906349Z 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:12.6906664Z 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:12.6906981Z 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:12.6907297Z 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:12.6907626Z 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:12.6907948Z 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:12.6908260Z 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:12.6908583Z 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:12.6908903Z 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:12.6909229Z 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:12.6909548Z 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:12.6909873Z 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:12.6910192Z 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:12.6910510Z 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:12.6910827Z 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:12.6911197Z 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:12.6911562Z 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:12.6911873Z 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:12.6912195Z 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:12.6912514Z 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:12.6912833Z 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:12.6913160Z 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:12.6913490Z 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:12.6913809Z 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:12.6914130Z 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:12.6914445Z 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:12.6914770Z 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:12.6915089Z 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:12.6915423Z 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:12.6915780Z 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:12.6916115Z 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:12.6916621Z 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:12.6916976Z 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:12.6917325Z 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:12.6917674Z 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:12.6918014Z 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:12.6918359Z 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:12.6918763Z 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:12.6919104Z 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:12.6919512Z 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:12.6919850Z 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:12.6920214Z 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:12.6920581Z 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:12.6920961Z 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:12.6921325Z 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:12.6921681Z 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:12.6922028Z 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:12.6922387Z 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:12.6922733Z 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:12.6923098Z 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:12.6923441Z 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:12.6923777Z 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:12.6924117Z 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:12.6924450Z 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:12.6924793Z 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:12.6925114Z 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:12.6925484Z 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:12.6925821Z 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:12.6926252Z 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:12.6926621Z 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:12.6927076Z 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:12.6927505Z 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:12.6927874Z 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:12.6928224Z 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:12.6928569Z 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:12.6928906Z 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:12.6929288Z 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:12.6929672Z 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:12.6930024Z 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:12.6930371Z 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:12.6930761Z 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:12.6931145Z 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:12.6931497Z 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:12.6931833Z 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:12.6932159Z 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:12.6932484Z 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:12.6932812Z 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:12.6933161Z 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:12.6933510Z 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:12.6933849Z 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:12.6934197Z 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:12.6934536Z 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:12.6934976Z 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:12.6935313Z 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:12.6935719Z 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:12.6936066Z 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:12.6936393Z 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:12.6936724Z 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:12.6937075Z 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:12.6937412Z 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:12.6937768Z 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:12.6938221Z 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:12.6938554Z 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:12.6939021Z 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:12.6939369Z 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:12.6939712Z 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:12.6940058Z 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:12.6940386Z 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:12.6940713Z 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:12.6941052Z 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:12.6941384Z 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:12.6941723Z 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:12.6942052Z 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:12.6942394Z 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:12.6942727Z 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:12.6943304Z 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:12.6943712Z 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:12.6944358Z 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:12.6944969Z 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:12.6945588Z 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:12.6946219Z 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:12.6946857Z 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:12.6947484Z 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:12.6948100Z 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:12.6948880Z 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:12.6949517Z 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:12.6950159Z 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:12.6950778Z 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:12.6951400Z 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:12.6952014Z 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:12.6952633Z 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:12.6953266Z 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:12.6953893Z 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:12.6954547Z 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:12.6955199Z 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:12.6955934Z 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:12.6956639Z 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:12.6957320Z 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:12.6957964Z 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:12.6958612Z 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:12.6959246Z 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:12.6959880Z 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:12.6960491Z 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:12.6961105Z 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:12.6961730Z 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:12.6962338Z 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:12.6962963Z 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:12.6963585Z 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:12.6964208Z 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:12.6964834Z 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:12.6965467Z 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:12.6966214Z 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:12.6966854Z 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:12.6967482Z 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:12.6968093Z 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:12.6968706Z 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:12.6969334Z 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:12.6970032Z 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:12.6970722Z 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:12.6971355Z 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:12.6971974Z 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:12.6972594Z 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:12.6973210Z 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:12.6973837Z 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:12.6974482Z 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:12.6975115Z 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:12.6975747Z 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:12.6976376Z 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:12.6977019Z 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:12.6977651Z 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:12.6978248Z 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:12.6978962Z 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:12.6979573Z 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:12.6980175Z 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:12.6980749Z 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:12.6981332Z 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:12.6981903Z 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:12.6982471Z 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:12.6983034Z 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:12.6983644Z 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:12.6984252Z 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:12.6984811Z 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:12.6985376Z 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:12.6985938Z 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:12.6986495Z 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:12.6987076Z 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:12.6987645Z 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:12.6988188Z 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:12.6988728Z 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:12.6989552Z 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:12.6990113Z 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:12.6990709Z 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:12.6991302Z 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:12.6991884Z 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:12.6992466Z 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:12.6993056Z 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:12.6993663Z 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:12.6994245Z 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:12.6994833Z 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:12.6995414Z 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:12.6996053Z 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:12.6996781Z 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:12.6997414Z 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:12.6997983Z 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:12.6998647Z 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:12.6999253Z 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:12.6999845Z 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:12.7000430Z 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:12.7001032Z 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:12.7001629Z 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:12.7002232Z 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:12.7002836Z 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:12.7003426Z 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:12.7004023Z 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:12.7004599Z 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:12.7005190Z 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:12.7005781Z 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:12.7006478Z 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:12.7007068Z 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:12.7007677Z 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:12.7008275Z 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:12.7008988Z 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:12.7009563Z 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:12.7010134Z 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:12.7010718Z 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:12.7011380Z 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:12.7012016Z 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:12.7012599Z 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:12.7013276Z 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:12.7013831Z 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:12.7014396Z 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:12.7014942Z 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:12.7015494Z 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:12.7016035Z 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:12.7016754Z 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:12.7017327Z 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:12.7017916Z 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:12.7018488Z 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:12.7019064Z 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:12.7019621Z 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:12.7020182Z 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:12.7020737Z 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:12.7021295Z 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:12.7021855Z 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:12.7022416Z 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:12.7022985Z 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:12.7023577Z 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:12.7024190Z 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:12.7024842Z 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:12.7025513Z 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:12.7026096Z 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:12.7026663Z 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:12.7027231Z 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:12.7027823Z 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:12.7028514Z 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:12.7029071Z 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:12.7029617Z 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:12.7030158Z 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:12.7030690Z 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:12.7031228Z 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:12.7031775Z 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:12.7032325Z 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:12.7032864Z 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:12.7033425Z 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:12.7033993Z 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:12.7034606Z 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:12.7035219Z 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:12.7035855Z 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:12.7036626Z 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:12.7037232Z 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:12.7037849Z 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:12.7038473Z 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:12.7039091Z 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:12.7039686Z 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:12.7040305Z 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:12.7040933Z 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:12.7041554Z 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:12.7042159Z 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:12.7042730Z 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:12.7043312Z 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:12.7043894Z 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:12.7044478Z 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:12.7045044Z 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:12.7045637Z 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:12.7046296Z 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:12.7046863Z 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:12.7047429Z 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:12.7048077Z 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:12.7048657Z 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:12.7049325Z 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:12.7049913Z 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:12.7050503Z 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:12.7051083Z 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:12.7051675Z 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:12.7052261Z 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:12.7052865Z 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:12.7053451Z 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:12.7054039Z 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:12.7054630Z 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:12.7055222Z 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:12.7055815Z 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:12.7056397Z 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:12.7056979Z 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:12.7057557Z 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:12.7058147Z 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:12.7058733Z 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:12.7059327Z 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:12.7059905Z 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:12.7060482Z 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:12.7061323Z 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:12.7061962Z 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:12.7062532Z 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:12.7063160Z 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:12.7063749Z 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:12.7064316Z 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:12.7064884Z 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:12.7065464Z 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:12.7066058Z 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:12.7066675Z 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:12.7067277Z 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:12.7067847Z 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:12.7068444Z 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:12.7069073Z 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:12.7069696Z 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:12.7070305Z 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:12.7070911Z 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:12.7071491Z 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:12.7072085Z 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:12.7072756Z 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:12.7073408Z 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:12.7073936Z 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:12.7074477Z 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:12.7075015Z 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:12.7075617Z 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:12.7076402Z 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:12.7077057Z 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:12.7077648Z 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:12.7078236Z 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:12.7078837Z 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:12.7079443Z 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:12.7080049Z 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:12.7080652Z 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:12.7081251Z 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:12.7081841Z 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:12.7082447Z 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:12.7083036Z 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:12.7083632Z 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:12.7084218Z 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:12.7084830Z 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:12.7085444Z 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:12.7086150Z 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:12.7086766Z 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:12.7087357Z 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:12.7087954Z 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:12.7088643Z 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:12.7089208Z 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:12.7089989Z 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:12.7090641Z 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:12.7091208Z 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:12.7091766Z 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:12.7092313Z 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:12.7092878Z 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:12.7093427Z 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:12.7093991Z 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:12.7094537Z 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:12.7095088Z 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:12.7095637Z 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:12.7096189Z 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:12.7096751Z 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:12.7097304Z 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:12.7097867Z 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:12.7098431Z 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:12.7098999Z 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:12.7099546Z 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:12.7100128Z 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:12.7100682Z 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:12.7101234Z 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:12.7101791Z 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:12.7102407Z 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:12.7103000Z 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:12.7103551Z 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:12.7104094Z 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:12.7104652Z 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:12.7105209Z 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:12.7105767Z 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:12.7106342Z 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:12.7106896Z 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:12.7107444Z 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:12.7107972Z 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:12.7108534Z 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:12.7109106Z 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:12.7109684Z 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:12.7110249Z 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:12.7110816Z 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:12.7111386Z 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:12.7111954Z 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:12.7112525Z 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:12.7113082Z 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:12.7113650Z 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:12.7114227Z 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:12.7114849Z 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:12.7115464Z 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:12.7116104Z 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:12.7116874Z 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:12.7117487Z 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:12.7118096Z 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:12.7118713Z 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:12.7119342Z 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:12.7119973Z 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:12.7120594Z 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:12.7121218Z 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:12.7121838Z 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:12.7122465Z 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:12.7123082Z 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:12.7123692Z 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:12.7124305Z 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:12.7124916Z 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:12.7125519Z 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:12.7126216Z 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:12.7126823Z 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:12.7127413Z 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:12.7128009Z 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:12.7128816Z 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:12.7129615Z 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:12.7130189Z 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:12.7130766Z 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:12.7131362Z 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:12.7131951Z 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:12.7132528Z 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:12.7133127Z 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:12.7133718Z 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:12.7134298Z 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:12.7134870Z 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:12.7135427Z 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:12.7135998Z 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:12.7136578Z 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:12.7137166Z 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:12.7137748Z 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:12.7138335Z 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:12.7138916Z 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:12.7139489Z 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:12.7140067Z 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:12.7140647Z 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:12.7141281Z 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:12.7141883Z 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:12.7142417Z 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:12.7142958Z 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:12.7143500Z 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:12.7144027Z 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:12.7144567Z 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:12.7145124Z 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:12.7145663Z 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:12.7146187Z 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:12.7146718Z 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:12.7147264Z 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:12.7147812Z 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:12.7148354Z 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:12.7148885Z 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:12.7149413Z 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:12.7149948Z 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:12.7150498Z 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:12.7151035Z 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:12.7151590Z 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:12.7152162Z 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:12.7152713Z 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:12.7153245Z 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:12.7153850Z 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:12.7154458Z 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:12.7155024Z 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:12.7155590Z 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:12.7156373Z 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:12.7156953Z 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:12.7157545Z 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:12.7158145Z 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:12.7158744Z 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:12.7159328Z 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:12.7159915Z 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:12.7160504Z 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:12.7161087Z 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:12.7161670Z 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:12.7162261Z 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:12.7162856Z 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:12.7163431Z 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:12.7164024Z 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:12.7164619Z 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:12.7165210Z 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:12.7165789Z 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:12.7166456Z 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:12.7167032Z 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:12.7167715Z 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:12.7168472Z 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:12.7169022Z 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:12.7169560Z 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:12.7170107Z 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:12.7170655Z 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:12.7171222Z 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:12.7171762Z 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:12.7172285Z 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:12.7172801Z 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:12.7173325Z 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:12.7173867Z 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:12.7174403Z 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:12.7174949Z 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:12.7175485Z 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:12.7176027Z 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:12.7176595Z 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:12.7177159Z 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:12.7177691Z 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:12.7178263Z 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:12.7178830Z 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:12.7179379Z 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:12.7179911Z 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:12.7180505Z 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:12.7181102Z 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:12.7181644Z 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:12.7182177Z 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:12.7182708Z 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:12.7183241Z 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:12.7183826Z 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:12.7184426Z 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:12.7185028Z 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:12.7185626Z 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:12.7186190Z 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:12.7186761Z 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:12.7187347Z 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:12.7187933Z 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:12.7188523Z 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:12.7189122Z 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:12.7189747Z 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:12.7190297Z 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:12.7190882Z 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:12.7191412Z 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:12.7191939Z 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:12.7192476Z 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:12.7193016Z 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:12.7193551Z 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:12.7194115Z 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:12.7194677Z 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:12.7195221Z 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:12.7195811Z 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:12.7196555Z 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:12.7197133Z 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:12.7197700Z 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:12.7198263Z 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:12.7198835Z 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:12.7199411Z 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:12.7199999Z 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:12.7200573Z 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:12.7201161Z 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:12.7201747Z 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:12.7202328Z 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:12.7202985Z 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:12.7203576Z 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:12.7204206Z 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:12.7204785Z 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:12.7205365Z 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:12.7205941Z 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:12.7206619Z 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:12.7207190Z 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:12.7207770Z 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:12.7208460Z 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:12.7209033Z 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:12.7209619Z 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:12.7210241Z 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:12.7210831Z 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:12.7211404Z 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:12.7211982Z 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:12.7212730Z 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:12.7213381Z removed ‘/home/ec2-user/actions-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:12.7214095Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7214807Z 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:12.7215620Z 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:12.7216321Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7217105Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7217861Z 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:12.7218542Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7219210Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7219880Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7220551Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7221233Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7221901Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7222567Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7223243Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7224000Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7224626Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7225259Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7225892Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7226528Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7227162Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7227793Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7228426Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7229055Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7229777Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7230457Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7231092Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7231714Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7232348Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7232989Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7233619Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7234269Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7234922Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7235557Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7236432Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7237108Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7237795Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7238485Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7239158Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7239843Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7240532Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7241230Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7241965Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7242696Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7243383Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7244053Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7244728Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7245420Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7246212Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7246902Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7247304Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7247721Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7248128Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7248650Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7249019Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7249385Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7249764Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7250138Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7250527Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7250902Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7251274Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7251722Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7252150Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7252528Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7252890Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7253269Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7253645Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7254014Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7254383Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7254748Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7255120Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7255509Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7255887Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7256254Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7256639Z 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:12.7257014Z 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:12.7257411Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7257805Z 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:12.7258191Z 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:12.7258628Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7259068Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7259449Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7259833Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7260209Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7260592Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7260975Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7261361Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7261738Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7262119Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7262521Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7262898Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7263279Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7263657Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7264039Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7264433Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7264811Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7265193Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7265622Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7266047Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7266419Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7266798Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7267175Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7267559Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7267942Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7268314Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7268697Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7269077Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7269483Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7269866Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7270233Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7270624Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7271009Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7271397Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7271781Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7272154Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7272588Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7273010Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7273395Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7273782Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7274161Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7274545Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7274952Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7275328Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7275710Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7276148Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7276732Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7277142Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7277543Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7277941Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7278356Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7278783Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7279208Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7279610Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7280082Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7280543Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7280968Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7281379Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7281787Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7282204Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7282627Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7283023Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7283440Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7283861Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7284275Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7284703Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7285121Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7285528Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7285933Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7286436Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7286851Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7287258Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7287746Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7288252Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7288763Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7289141Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7289510Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7289892Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7290280Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7290654Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7291046Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7291435Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7291827Z 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:12.7292197Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7292579Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7292962Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7293352Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7293734Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7294115Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7294494Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7294878Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7295407Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7295783Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7296166Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7296539Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7296924Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7297307Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7297690Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7298061Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7298432Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7298825Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7299206Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7299592Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7299967Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7300350Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7300738Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7301105Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7301477Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7301855Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7302279Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7302707Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7303098Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7303474Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7303861Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7304251Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7304623Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7305013Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7305386Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7305774Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7306163Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7306541Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7306911Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7307341Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7307770Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7308154Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7308525Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7308906Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7309284Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7309664Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7310049Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7310426Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7310805Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7311190Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7311573Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7311953Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7312337Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7312713Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7313098Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7313483Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7313859Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7314237Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7314667Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7315089Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7315476Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7315918Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7316485Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7316898Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7317314Z 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:12.7317721Z 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:12.7318130Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7318555Z 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:12.7318966Z 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:12.7319410Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7319826Z 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:12.7320231Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7320647Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7321049Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7321460Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7321860Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7322318Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7322777Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7323175Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7323579Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7323990Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7324398Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7324810Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7325204Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7325615Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7326018Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7326515Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7326917Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7327320Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7327727Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7328133Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7328631Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7329001Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7329375Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7329745Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7330189Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7330620Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7330984Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7331347Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7331724Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7332104Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7332469Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7332831Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7333208Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7333594Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7333967Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7334332Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7334702Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7335072Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7335447Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7335829Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7336199Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7336557Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7336991Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7337411Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7337786Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7338153Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7338523Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7338907Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7339288Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7339659Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7340031Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7340400Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7340788Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7341171Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7341574Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7341984Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7342357Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7342792Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7343200Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7343603Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7344002Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7344473Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7345001Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7345409Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7345805Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7346215Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7346633Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7347044Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7347414Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7347825Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7348240Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7348692Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7349094Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7349495Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7349902Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7350317Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7350724Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7351125Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7351536Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7352039Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7352505Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7352906Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7353275Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7353682Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7354101Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7354508Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7354932Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7355338Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7355827Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7356416Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7356856Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7357315Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7357754Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7358200Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7358683Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7359128Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7359578Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7359979Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7360480Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7360972Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7361435Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7361862Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7362305Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7362748Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7363184Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7363655Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7364089Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7364543Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7364987Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7365421Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7365851Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7366368Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7366774Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7367220Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7367677Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7368129Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7368750Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7369213Z removed ‘/home/ec2-user/actions-runner/_work/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:12.7369628Z 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:12.7370035Z 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:12.7370436Z 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:12.7370865Z removed ‘/home/ec2-user/actions-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:12.7371314Z 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:12.7371724Z 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:12.7372188Z removed ‘/home/ec2-user/actions-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:12.7372607Z 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:12.7372981Z removed ‘/home/ec2-user/actions-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:12.7373392Z 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:12.7373798Z 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:12.7374212Z removed ‘/home/ec2-user/actions-runner/_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:12.7374635Z 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:12.7375098Z 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:12.7375539Z removed ‘/home/ec2-user/actions-runner/_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:12.7375960Z removed ‘/home/ec2-user/actions-runner/_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:12.7376371Z 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:12.7376834Z removed ‘/home/ec2-user/actions-runner/_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:12.7377316Z removed ‘/home/ec2-user/actions-runner/_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:12.7377742Z removed ‘/home/ec2-user/actions-runner/_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:12.7378168Z removed ‘/home/ec2-user/actions-runner/_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:12.7378618Z removed ‘/home/ec2-user/actions-runner/_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:12.7379035Z removed ‘/home/ec2-user/actions-runner/_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:12.7379418Z removed ‘/home/ec2-user/actions-runner/_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:12.7379817Z removed ‘/home/ec2-user/actions-runner/_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:12.7380228Z removed ‘/home/ec2-user/actions-runner/_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:12.7380640Z removed ‘/home/ec2-user/actions-runner/_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:12.7381063Z removed ‘/home/ec2-user/actions-runner/_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:12.7381517Z removed ‘/home/ec2-user/actions-runner/_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:12.7381928Z removed ‘/home/ec2-user/actions-runner/_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:12.7382371Z removed ‘/home/ec2-user/actions-runner/_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:12.7382788Z removed ‘/home/ec2-user/actions-runner/_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:12.7383194Z removed ‘/home/ec2-user/actions-runner/_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:12.7383609Z removed ‘/home/ec2-user/actions-runner/_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:12.7384030Z removed ‘/home/ec2-user/actions-runner/_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:12.7384504Z removed ‘/home/ec2-user/actions-runner/_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:12.7384972Z removed ‘/home/ec2-user/actions-runner/_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:12.7385388Z removed ‘/home/ec2-user/actions-runner/_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:12.7385830Z removed ‘/home/ec2-user/actions-runner/_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:12.7386222Z removed ‘/home/ec2-user/actions-runner/_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:12.7386646Z removed ‘/home/ec2-user/actions-runner/_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:12.7387065Z removed ‘/home/ec2-user/actions-runner/_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:12.7387522Z removed ‘/home/ec2-user/actions-runner/_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:12.7387943Z removed ‘/home/ec2-user/actions-runner/_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:12.7388351Z removed ‘/home/ec2-user/actions-runner/_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:12.7388758Z removed ‘/home/ec2-user/actions-runner/_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:12.7389182Z removed ‘/home/ec2-user/actions-runner/_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:12.7389628Z removed ‘/home/ec2-user/actions-runner/_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:12.7390050Z removed ‘/home/ec2-user/actions-runner/_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:12.7390461Z removed ‘/home/ec2-user/actions-runner/_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:12.7390886Z removed ‘/home/ec2-user/actions-runner/_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:12.7391298Z removed ‘/home/ec2-user/actions-runner/_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:12.7391715Z removed ‘/home/ec2-user/actions-runner/_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:12.7392195Z removed ‘/home/ec2-user/actions-runner/_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:12.7392623Z removed ‘/home/ec2-user/actions-runner/_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:12.7393080Z removed ‘/home/ec2-user/actions-runner/_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:12.7393509Z removed ‘/home/ec2-user/actions-runner/_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:12.7393951Z removed ‘/home/ec2-user/actions-runner/_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:12.7394368Z removed ‘/home/ec2-user/actions-runner/_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:12.7394800Z removed ‘/home/ec2-user/actions-runner/_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:12.7395230Z removed ‘/home/ec2-user/actions-runner/_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:12.7395633Z removed ‘/home/ec2-user/actions-runner/_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:12.7396109Z removed ‘/home/ec2-user/actions-runner/_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:12.7396751Z removed ‘/home/ec2-user/actions-runner/_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:12.7397260Z removed ‘/home/ec2-user/actions-runner/_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:12.7397690Z removed ‘/home/ec2-user/actions-runner/_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:12.7398146Z removed ‘/home/ec2-user/actions-runner/_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:12.7398606Z removed ‘/home/ec2-user/actions-runner/_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:12.7399059Z removed ‘/home/ec2-user/actions-runner/_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:12.7399504Z removed ‘/home/ec2-user/actions-runner/_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:12.7399901Z removed ‘/home/ec2-user/actions-runner/_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:12.7400422Z removed ‘/home/ec2-user/actions-runner/_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:12.7400948Z removed ‘/home/ec2-user/actions-runner/_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:12.7401419Z removed ‘/home/ec2-user/actions-runner/_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:12.7401873Z removed ‘/home/ec2-user/actions-runner/_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:12.7402335Z removed ‘/home/ec2-user/actions-runner/_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:12.7414448Z 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:12.7414930Z 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:12.7415305Z 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:12.7415666Z 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:12.7416031Z 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:12.7416374Z 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:12.7416697Z 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:12.7417018Z 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:12.7417344Z 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:12.7417654Z 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:12.7417963Z 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:12.7418280Z 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:12.7418602Z 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:12.7418922Z 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:12.7419234Z 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:12.7419744Z 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:12.7420056Z 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:12.7420469Z 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:12.7420791Z 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:12.7421112Z 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:12.7421424Z 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:12.7421751Z 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:12.7422066Z 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:12.7422383Z 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:12.7422692Z 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:12.7423007Z 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:12.7423314Z 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:12.7423630Z 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:12.7423947Z 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:12.7424248Z 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:12.7424558Z 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:12.7424847Z 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:12.7425158Z 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:12.7425546Z 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:12.7425911Z 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:12.7426228Z 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:12.7426536Z 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:12.7426846Z 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:12.7427164Z 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:12.7427468Z 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:12.7427804Z 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:12.7428114Z 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:12.7428419Z 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:12.7428729Z 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:12.7429087Z 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:12.7429389Z 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:12.7429707Z 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:12.7430033Z 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:12.7430359Z 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:12.7430697Z 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:12.7431042Z 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:12.7431385Z 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:12.7431721Z 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:12.7432056Z 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:12.7432374Z 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:12.7432753Z 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:12.7433057Z 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:12.7433468Z 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:12.7433801Z 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:12.7434135Z 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:12.7434476Z 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:12.7434813Z 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:12.7435159Z 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:12.7435494Z 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:12.7435921Z 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:12.7436424Z 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:12.7436782Z 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:12.7437121Z 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:12.7437466Z 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:12.7437795Z 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:12.7438138Z 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:12.7438483Z 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:12.7438877Z 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:12.7439263Z 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:12.7439665Z 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:12.7440053Z 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:12.7440403Z 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:12.7440806Z 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:12.7441177Z 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:12.7441618Z 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:12.7441987Z 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:12.7442352Z 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:12.7442715Z 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:12.7443092Z 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:12.7443485Z 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:12.7443860Z 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:12.7444230Z 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:12.7444583Z 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:12.7444961Z 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:12.7445332Z 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:12.7445687Z 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:12.7446050Z 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:12.7446511Z 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:12.7446874Z 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:12.7447211Z 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:12.7447551Z 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:12.7447899Z 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:12.7448235Z 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:12.7448668Z 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:12.7449070Z 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:12.7449465Z 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:12.7449784Z 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:12.7450109Z 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:12.7450431Z 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:12.7450764Z 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:12.7451084Z 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:12.7451427Z 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:12.7451754Z 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:12.7452073Z 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:12.7452391Z 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:12.7452723Z 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:12.7453052Z 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:12.7453379Z 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:12.7453696Z 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:12.7454016Z 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:12.7454353Z 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:12.7454679Z 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:12.7455008Z 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:12.7455325Z 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:12.7455644Z 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:12.7455965Z 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:12.7456352Z 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:12.7456738Z 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:12.7457059Z 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:12.7457358Z 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:12.7457674Z 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:12.7457984Z 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:12.7458305Z 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:12.7458625Z 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:12.7458934Z 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:12.7459243Z 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:12.7459559Z 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:12.7459880Z 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:12.7460185Z 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:12.7460494Z 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:12.7460800Z 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:12.7461101Z 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:12.7461414Z 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:12.7461728Z 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:12.7462036Z 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:12.7462348Z 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:12.7462666Z 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:12.7462979Z 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:12.7463284Z 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:12.7463640Z 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:12.7463947Z 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:12.7464313Z 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:12.7464625Z 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:12.7464938Z 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:12.7465250Z 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:12.7465573Z 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:12.7465890Z 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:12.7466196Z 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:12.7466505Z 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:12.7466817Z 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:12.7467130Z 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:12.7467441Z 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:12.7467759Z 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:12.7468061Z 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:12.7468379Z 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:12.7468694Z 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:12.7469008Z 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:12.7469328Z 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:12.7469645Z 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:12.7469955Z 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:12.7470264Z 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:12.7470567Z 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:12.7470928Z 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:12.7471223Z 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:12.7471577Z 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:12.7471885Z 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:12.7472197Z 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:12.7472501Z 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:12.7472816Z 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:12.7473126Z 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:12.7473426Z 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:12.7473721Z 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:12.7474044Z 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:12.7474343Z 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:12.7474655Z 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:12.7474958Z 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:12.7475263Z 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:12.7475579Z 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:12.7475946Z 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:12.7476436Z 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:12.7476769Z 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:12.7477115Z 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:12.7477449Z 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:12.7477777Z 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:12.7478113Z 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:12.7478506Z 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:12.7478830Z 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:12.7479239Z 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:12.7479570Z 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:12.7479895Z 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:12.7480247Z 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:12.7480590Z 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:12.7480915Z 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:12.7481275Z 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:12.7481603Z 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:12.7481926Z 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:12.7482263Z 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:12.7482629Z 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:12.7482961Z 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:12.7483291Z 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:12.7483637Z 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:12.7483967Z 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:12.7484302Z 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:12.7484634Z 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:12.7484972Z 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:12.7485310Z 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:12.7485638Z 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:12.7485977Z 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:12.7486469Z 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:12.7486799Z 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:12.7487211Z 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:12.7487548Z 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:12.7487892Z 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:12.7488241Z 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:12.7488698Z 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:12.7489048Z 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:12.7489403Z 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:12.7489738Z 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:12.7490096Z 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:12.7490441Z 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:12.7490759Z 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:12.7491109Z 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:12.7491475Z 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:12.7491827Z 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:12.7492180Z 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:12.7492512Z 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:12.7492882Z 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:12.7493241Z 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:12.7493572Z 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:12.7493925Z 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:12.7494332Z 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:12.7494721Z 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:12.7495059Z 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:12.7495376Z 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:12.7495708Z 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:12.7496034Z 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:12.7496351Z 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:12.7496687Z 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:12.7497013Z 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:12.7497329Z 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:12.7497649Z 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:12.7497980Z 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:12.7498311Z 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:12.7498634Z 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:12.7498948Z 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:12.7499265Z 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:12.7499589Z 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:12.7499922Z 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:12.7500263Z 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:12.7500579Z 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:12.7500915Z 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:12.7501267Z 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:12.7501660Z 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:12.7502026Z 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:12.7502359Z 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:12.7502692Z 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:12.7503019Z 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:12.7503352Z 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:12.7503666Z 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:12.7504021Z 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:12.7504352Z 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:12.7504688Z 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:12.7505034Z 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:12.7505376Z 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:12.7505740Z 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:12.7506092Z 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:12.7506440Z 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:12.7506774Z 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:12.7507126Z 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:12.7507479Z 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:12.7507836Z 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:12.7508185Z 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:12.7508524Z 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:12.7508929Z 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:12.7509333Z 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:12.7509690Z 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:12.7510038Z 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:12.7510380Z 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:12.7510726Z 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:12.7511075Z 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:12.7511430Z 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:12.7511764Z 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:12.7512119Z 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:12.7512468Z 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:12.7512803Z 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:12.7513152Z 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:12.7513495Z 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:12.7513831Z 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:12.7514181Z 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:12.7514606Z 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:12.7514992Z 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:12.7515335Z 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:12.7515673Z 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:12.7516081Z 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:12.7516621Z 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:12.7517003Z 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:12.7517368Z 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:12.7517727Z 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:12.7518084Z 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:12.7518473Z 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:12.7518848Z 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:12.7519222Z 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:12.7519597Z 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:12.7519963Z 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:12.7520346Z 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:12.7520717Z 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:12.7521093Z 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:12.7521466Z 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:12.7521833Z 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:12.7522264Z 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:12.7522621Z 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:12.7523037Z 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:12.7523405Z 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:12.7523767Z 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:12.7524135Z 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:12.7524514Z 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:12.7524906Z 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:12.7525268Z 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:12.7525630Z 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:12.7525987Z 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:12.7526453Z 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:12.7526815Z 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:12.7527166Z 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:12.7527511Z 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:12.7527866Z 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:12.7528237Z 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:12.7528677Z 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:12.7529003Z 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:12.7529336Z 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:12.7529664Z 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:12.7529978Z 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:12.7530376Z 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:12.7530769Z 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:12.7531103Z 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:12.7531433Z 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:12.7531761Z 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:12.7532078Z 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:12.7532438Z 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:12.7532773Z 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:12.7533095Z 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:12.7533418Z 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:12.7533746Z 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:12.7534078Z 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:12.7534416Z 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:12.7534735Z 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:12.7535055Z 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:12.7535367Z 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:12.7535699Z 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:12.7536024Z 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:12.7536347Z 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:12.7536667Z 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:12.7537027Z 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:12.7537387Z 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:12.7537787Z 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:12.7538168Z 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:12.7538524Z 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:12.7538888Z 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:12.7539244Z 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:12.7539612Z 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:12.7539979Z 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:12.7540324Z 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:12.7540680Z 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:12.7541026Z 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:12.7541379Z 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:12.7541740Z 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:12.7542091Z 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:12.7542441Z 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:12.7542793Z 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:12.7543160Z 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:12.7543521Z 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:12.7543854Z 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:12.7544209Z 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:12.7544555Z 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:12.7544950Z 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:12.7545279Z 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:12.7545702Z 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:12.7546057Z 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:12.7546399Z 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:12.7546750Z 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:12.7547101Z 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:12.7547477Z 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:12.7547837Z 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:12.7548191Z 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:12.7548546Z 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:12.7548896Z 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:12.7549250Z 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:12.7549595Z 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:12.7549928Z 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:12.7550295Z 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:12.7550632Z 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:12.7550993Z 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:12.7551343Z 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:12.7551684Z 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:12.7552099Z 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:12.7552448Z 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:12.7552868Z 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:12.7553204Z 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:12.7553555Z 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:12.7553889Z 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:12.7554215Z 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:12.7554548Z 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:12.7554870Z 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:12.7555213Z 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:12.7555529Z 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:12.7555929Z 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:12.7556415Z 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:12.7556770Z 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:12.7557118Z 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:12.7557514Z 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:12.7557919Z 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:12.7558305Z 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:12.7558663Z 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:12.7559032Z 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:12.7559396Z 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:12.7559765Z 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:12.7560232Z 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:12.7560680Z 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:12.7561052Z 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:12.7561454Z 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:12.7561853Z 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:12.7562236Z 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:12.7562657Z 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:12.7563073Z 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:12.7563455Z 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:12.7563813Z 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:12.7564173Z 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:12.7564580Z 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:12.7564973Z 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:12.7565345Z 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:12.7565689Z 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:12.7566141Z 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:12.7566517Z 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:12.7566909Z 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:12.7567302Z 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:12.7567677Z 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:12.7568129Z 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:12.7568684Z 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:12.7569052Z 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:12.7569395Z 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:12.7569779Z 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:12.7570164Z 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:12.7570524Z 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:12.7570855Z 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:12.7571181Z 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:12.7571505Z 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:12.7571882Z 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:12.7572255Z 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:12.7572599Z 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:12.7572922Z 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:12.7573265Z 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:12.7573611Z 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:12.7573982Z 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:12.7574345Z 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:12.7574687Z 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:12.7575024Z 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:12.7575467Z 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:12.7575879Z 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:12.7576227Z 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:12.7576611Z 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:12.7576995Z 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:12.7577361Z 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:12.7577700Z 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:12.7578023Z 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:12.7578332Z 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:12.7578658Z 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:12.7578966Z 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:12.7579291Z 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:12.7579606Z 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:12.7579916Z 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:12.7580232Z 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:12.7580554Z 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:12.7580886Z 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:12.7581240Z 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:12.7581554Z 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:12.7581873Z 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:12.7582193Z 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:12.7582512Z 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:12.7582877Z 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:12.7583193Z 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:12.7583542Z 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:12.7583851Z 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:12.7584167Z 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:12.7584474Z 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:12.7584797Z 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:12.7585116Z 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:12.7585432Z 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:12.7585734Z 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:12.7586049Z 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:12.7586366Z 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:12.7586687Z 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:12.7586998Z 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:12.7587301Z 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:12.7587620Z 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:12.7587937Z 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:12.7588256Z 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:12.7588556Z 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:12.7588865Z 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:12.7589186Z 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:12.7589496Z 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:12.7589791Z 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:12.7590148Z 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:12.7590451Z 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:12.7590824Z 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:12.7591193Z 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:12.7591521Z 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:12.7591847Z 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:12.7592206Z 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:12.7592573Z 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:12.7592918Z 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:12.7593255Z 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:12.7593585Z 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:12.7593934Z 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:12.7594307Z 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:12.7594657Z 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:12.7595002Z 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:12.7595333Z 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:12.7595655Z 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:12.7596044Z 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:12.7596582Z 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:12.7596926Z 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:12.7597251Z 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:12.7597589Z 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:12.7597987Z 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:12.7598403Z 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:12.7598738Z 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:12.7599065Z 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:12.7599416Z 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:12.7599756Z 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:12.7600122Z 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:12.7600476Z 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:12.7600852Z 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:12.7601210Z 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:12.7601548Z 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:12.7601900Z 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:12.7602235Z 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:12.7602586Z 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:12.7602917Z 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:12.7603248Z 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:12.7603572Z 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:12.7603960Z 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:12.7604297Z 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:12.7604689Z 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:12.7605026Z 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:12.7605354Z 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:12.7605684Z 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:12.7606038Z 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:12.7606480Z 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:12.7606808Z 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:12.7607162Z 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:12.7607491Z 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:12.7607826Z 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:12.7608289Z 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:12.7608604Z 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:12.7608921Z 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:12.7609245Z 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:12.7609559Z 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:12.7609883Z 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:12.7610191Z 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:12.7610497Z 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:12.7610815Z 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:12.7611135Z 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:12.7611450Z 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:12.7611842Z 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:12.7612152Z 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:12.7612527Z 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:12.7612846Z 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:12.7613190Z 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:12.7613491Z 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:12.7613842Z 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:12.7614157Z 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:12.7614467Z 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:12.7614769Z 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:12.7615079Z 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:12.7615392Z 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:12.7615697Z 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:12.7616015Z 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:12.7616321Z 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:12.7616639Z 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:12.7616958Z 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:12.7617282Z 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:12.7617601Z 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:12.7617928Z 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:12.7618245Z 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:12.7618562Z 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:12.7618884Z 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:12.7619259Z 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:12.7619640Z 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:12.7619966Z 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:12.7620289Z 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:12.7620619Z 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:12.7620949Z 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:12.7621276Z 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:12.7621615Z 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:12.7621931Z 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:12.7622270Z 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:12.7622595Z 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:12.7622909Z 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:12.7623247Z 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:12.7623574Z 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:12.7623905Z 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:12.7624234Z 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:12.7624579Z 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:12.7624916Z 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:12.7625260Z 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:12.7625577Z 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:12.7625903Z 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:12.7626207Z 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:12.7626579Z 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:12.7626965Z 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:12.7627271Z 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:12.7627577Z 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:12.7627895Z 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:12.7628211Z 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:12.7628529Z 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:12.7628860Z 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:12.7629170Z 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:12.7629495Z 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:12.7629815Z 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:12.7630168Z 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:12.7630481Z 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:12.7630804Z 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:12.7631128Z 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:12.7631452Z 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:12.7631776Z 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:12.7632103Z 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:12.7632435Z 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:12.7632763Z 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:12.7633081Z 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:12.7633402Z 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:12.7633793Z 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:12.7634164Z 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:12.7634488Z 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:12.7634812Z 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:12.7635132Z 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:12.7635450Z 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:12.7635851Z 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:12.7636343Z 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:12.7636685Z 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:12.7637012Z 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:12.7637355Z 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:12.7637717Z 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:12.7638063Z 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:12.7638414Z 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:12.7638741Z 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:12.7639080Z 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:12.7639429Z 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:12.7639777Z 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:12.7640106Z 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:12.7640480Z 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:12.7640820Z 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:12.7641149Z 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:12.7641475Z 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:12.7641884Z 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:12.7642304Z 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:12.7642645Z 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:12.7643005Z 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:12.7643365Z 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:12.7643725Z 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:12.7644062Z 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:12.7644406Z 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:12.7644745Z 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:12.7645074Z 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:12.7645414Z 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:12.7645769Z 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:12.7646221Z 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:12.7646580Z 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:12.7646941Z 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:12.7647288Z 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:12.7647640Z 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:12.7647981Z 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:12.7648324Z 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:12.7648747Z 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:12.7649049Z 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:12.7649366Z 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:12.7649762Z 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:12.7650076Z 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:12.7650454Z 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:12.7650764Z 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:12.7651081Z 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:12.7651406Z 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:12.7651736Z 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:12.7652083Z 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:12.7652405Z 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:12.7652728Z 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:12.7653049Z 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:12.7653385Z 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:12.7653722Z 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:12.7654048Z 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:12.7654363Z 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:12.7654676Z 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:12.7654983Z 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:12.7655302Z 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:12.7655613Z 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:12.7655943Z 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:12.7656244Z 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:12.7656568Z 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:12.7656873Z 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:12.7657233Z 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:12.7657600Z 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:12.7657907Z 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:12.7658224Z 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:12.7658528Z 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:12.7658828Z 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:12.7659144Z 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:12.7659468Z 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:12.7659793Z 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:12.7660101Z 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:12.7660402Z 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:12.7660737Z 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:12.7661050Z 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:12.7661364Z 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:12.7661701Z 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:12.7662025Z 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:12.7662341Z 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:12.7662673Z 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:12.7663015Z 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:12.7663323Z 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:12.7663637Z 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:12.7663941Z 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:12.7664246Z 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:12.7664620Z 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:12.7664991Z 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:12.7665321Z 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:12.7665658Z 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:12.7665998Z 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:12.7666318Z 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:12.7666629Z 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:12.7666941Z 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:12.7667281Z 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:12.7667593Z 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:12.7667905Z 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:12.7668252Z 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:12.7668571Z 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:12.7668897Z 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:12.7669224Z 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:12.7669540Z 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:12.7669862Z 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:12.7670189Z 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:12.7670514Z 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:12.7670839Z 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:12.7671161Z 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:12.7671477Z 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:12.7671852Z 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:12.7672234Z 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:12.7672548Z 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:12.7672866Z 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:12.7673186Z 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:12.7673510Z 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:12.7673852Z 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:12.7674201Z 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:12.7674544Z 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:12.7674882Z 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:12.7675217Z 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:12.7675550Z 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:12.7675979Z 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:12.7676497Z 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:12.7676848Z 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:12.7677197Z 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:12.7677567Z 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:12.7677927Z 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:12.7678319Z 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:12.7678684Z 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:12.7679060Z 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:12.7679481Z 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:12.7679827Z 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:12.7680236Z 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:12.7680590Z 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:12.7680964Z 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:12.7681317Z 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:12.7681684Z 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:12.7682046Z 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:12.7682420Z 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:12.7682783Z 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:12.7683144Z 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:12.7683511Z 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:12.7683894Z 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:12.7684236Z 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:12.7684598Z 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:12.7684951Z 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:12.7685319Z 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:12.7685684Z 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:12.7686040Z 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:12.7686465Z 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:12.7686819Z 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:12.7687172Z 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:12.7687602Z 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:12.7687957Z 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:12.7688495Z 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:12.7688812Z 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:12.7689121Z 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:12.7689444Z 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:12.7689760Z 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:12.7690091Z 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:12.7690399Z 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:12.7690718Z 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:12.7691041Z 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:12.7691366Z 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:12.7691675Z 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:12.7691995Z 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:12.7692307Z 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:12.7692617Z 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:12.7692960Z 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:12.7693344Z 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:12.7693705Z 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:12.7694035Z 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:12.7694354Z 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:12.7694672Z 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:12.7694975Z 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:12.7695296Z 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:12.7695632Z 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:12.7695961Z 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:12.7696278Z 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:12.7696592Z 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:12.7696942Z 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:12.7697280Z 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:12.7697630Z 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:12.7697953Z 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:12.7698284Z 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:12.7698612Z 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:12.7698973Z 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:12.7699305Z 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:12.7699632Z 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:12.7699951Z 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:12.7700280Z 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:12.7700670Z 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:12.7701065Z 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:12.7701388Z 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:12.7701723Z 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:12.7702043Z 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:12.7702377Z 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:12.7702727Z 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:12.7703080Z 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:12.7703414Z 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:12.7703747Z 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:12.7704121Z 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:12.7704498Z 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:12.7704834Z 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:12.7705167Z 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:12.7705486Z 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:12.7705831Z 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:12.7706220Z 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:12.7706596Z 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:12.7706930Z 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:12.7707267Z 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:12.7707621Z 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:12.7708024Z 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:12.7708410Z 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:12.7708737Z 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:12.7709060Z 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:12.7709364Z 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:12.7709680Z 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:12.7710012Z 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:12.7710346Z 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:12.7710672Z 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:12.7710992Z 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:12.7711318Z 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:12.7711643Z 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:12.7711968Z 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:12.7712290Z 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:12.7712619Z 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:12.7712950Z 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:12.7713478Z 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:12.7713818Z 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:12.7714163Z 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:12.7714507Z 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:12.7714873Z 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:12.7715215Z 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:12.7715606Z 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:12.7716047Z 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:12.7716569Z 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:12.7716904Z 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:12.7717258Z 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:12.7717604Z 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:12.7717952Z 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:12.7718306Z 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:12.7718661Z 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:12.7718990Z 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:12.7719331Z 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:12.7719682Z 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:12.7720044Z 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:12.7720407Z 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:12.7720777Z 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:12.7721129Z 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:12.7721491Z 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:12.7721851Z 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:12.7722220Z 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:12.7722579Z 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:12.7722929Z 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:12.7723275Z 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:12.7723693Z 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:12.7724089Z 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:12.7724454Z 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:12.7724788Z 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:12.7725137Z 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:12.7725503Z 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:12.7725854Z 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:12.7726279Z 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:12.7726628Z 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:12.7726957Z 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:12.7727290Z 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:12.7727626Z 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:12.7727955Z 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:12.7728283Z 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:12.7728724Z 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:12.7729042Z 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:12.7729355Z 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:12.7729690Z 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:12.7730087Z 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:12.7730437Z 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:12.7730780Z 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:12.7731155Z 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:12.7731585Z 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:12.7731988Z 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:12.7732372Z 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:12.7732719Z 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:12.7733061Z 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:12.7733404Z 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:12.7733751Z 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:12.7734079Z 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:12.7734474Z 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:12.7734844Z 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:12.7735208Z 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:12.7735556Z 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:12.7735929Z 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:12.7736273Z 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:12.7736617Z 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:12.7736971Z 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:12.7737318Z 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:12.7737648Z 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:12.7737984Z 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:12.7738315Z 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:12.7738695Z 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:12.7739018Z 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:12.7739419Z 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:12.7739756Z 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:12.7740096Z 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:12.7740485Z 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:12.7740833Z 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:12.7741207Z 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:12.7741572Z 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:12.7741915Z 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:12.7742265Z 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:12.7742605Z 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:12.7742947Z 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:12.7743273Z 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:12.7743614Z 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:12.7743986Z 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:12.7744329Z 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:12.7744723Z 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:12.7745067Z 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:12.7745434Z 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:12.7745773Z 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:12.7746199Z 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:12.7746589Z 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:12.7746929Z 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:12.7747262Z 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:12.7747588Z 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:12.7747916Z 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:12.7748219Z 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:12.7748548Z 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:12.7748846Z 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:12.7749163Z 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:12.7749490Z 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:12.7749816Z 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:12.7750149Z 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:12.7750489Z 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:12.7750817Z 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:12.7751129Z 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:12.7751443Z 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:12.7751751Z 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:12.7752064Z 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:12.7752376Z 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:12.7752691Z 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:12.7753006Z 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:12.7753374Z 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:12.7753674Z 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:12.7754062Z 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:12.7754383Z 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:12.7754706Z 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:12.7755033Z 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:12.7755369Z 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:12.7755699Z 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:12.7756100Z 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:12.7756607Z 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:12.7756959Z 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:12.7757331Z 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:12.7757683Z 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:12.7758050Z 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:12.7758408Z 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:12.7758755Z 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:12.7759106Z 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:12.7759471Z 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:12.7759830Z 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:12.7760187Z 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:12.7760545Z 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:12.7760900Z 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:12.7761311Z 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:12.7761697Z 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:12.7762127Z 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:12.7762481Z 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:12.7762832Z 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:12.7763179Z 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:12.7763541Z 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:12.7763907Z 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:12.7764279Z 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:12.7764649Z 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:12.7765009Z 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:12.7765383Z 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:12.7765754Z 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:12.7766202Z 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:12.7766570Z 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:12.7766933Z 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:12.7767313Z 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:12.7767670Z 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:12.7768030Z 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:12.7768486Z 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:12.7768801Z 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:12.7769132Z 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:12.7769524Z 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:12.7769906Z 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:12.7770238Z 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:12.7770590Z 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:12.7770939Z 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:12.7771297Z 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:12.7771650Z 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:12.7771999Z 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:12.7772319Z 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:12.7772641Z 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:12.7772959Z 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:12.7773279Z 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:12.7773623Z 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:12.7773943Z 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:12.7774302Z 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:12.7774638Z 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:12.7775019Z 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:12.7775344Z 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:12.7775666Z 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:12.7776010Z 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:12.7776367Z 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:12.7776755Z 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:12.7777128Z 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:12.7777493Z 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:12.7777858Z 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:12.7778197Z 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:12.7778521Z 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:12.7778848Z 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:12.7779181Z 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:12.7779539Z 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:12.7779859Z 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:12.7780192Z 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:12.7780529Z 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:12.7780856Z 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:12.7781186Z 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:12.7781505Z 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:12.7781851Z 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:12.7782245Z 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:12.7782668Z 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:12.7783001Z 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:12.7783347Z 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:12.7783682Z 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:12.7784004Z 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:12.7784316Z 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:12.7784640Z 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:12.7784960Z 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:12.7785285Z 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:12.7785596Z 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:12.7785938Z 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:12.7786272Z 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:12.7786624Z 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:12.7786947Z 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:12.7787267Z 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:12.7787605Z 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:12.7787923Z 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:12.7788275Z 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:12.7788591Z 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:12.7788899Z 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:12.7789236Z 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:12.7789624Z 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:12.7789992Z 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:12.7790313Z 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:12.7790643Z 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:12.7790968Z 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:12.7791288Z 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:12.7791601Z 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:12.7791926Z 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:12.7792257Z 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:12.7792582Z 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:12.7792902Z 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:12.7793243Z 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:12.7793579Z 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:12.7793911Z 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:12.7794238Z 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:12.7794570Z 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:12.7794908Z 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:12.7795232Z 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:12.7795564Z 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:12.7795958Z 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:12.7796468Z 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:12.7796863Z 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:12.7797283Z 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:12.7797681Z 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:12.7798039Z 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:12.7798401Z 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:12.7798785Z 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:12.7799169Z 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:12.7799581Z 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:12.7799935Z 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:12.7800312Z 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:12.7800677Z 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:12.7801048Z 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:12.7801418Z 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:12.7801775Z 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:12.7802142Z 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:12.7802514Z 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:12.7802867Z 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:12.7803241Z 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:12.7803624Z 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:12.7803982Z 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:12.7804379Z 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:12.7804745Z 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:12.7805188Z 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:12.7805603Z 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:12.7805951Z 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:12.7806391Z 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:12.7806750Z 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:12.7807119Z 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:12.7807480Z 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:12.7807848Z 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:12.7808245Z 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:12.7808700Z 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:12.7809051Z 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:12.7809399Z 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:12.7809745Z 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:12.7810095Z 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:12.7810461Z 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:12.7810806Z 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:12.7811150Z 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:12.7811498Z 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:12.7811847Z 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:12.7812201Z 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:12.7812558Z 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:12.7812986Z 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:12.7813391Z 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:12.7813758Z 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:12.7814107Z 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:12.7814450Z 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:12.7814805Z 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:12.7815165Z 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:12.7815515Z 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:12.7815850Z 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:12.7816190Z 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:12.7816567Z 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:12.7816924Z 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:12.7817278Z 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:12.7817622Z 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:12.7817976Z 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:12.7818348Z 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:12.7818709Z 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:12.7819071Z 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:12.7819426Z 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:12.7819762Z 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:12.7820147Z 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:12.7820529Z 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:12.7820859Z 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:12.7821207Z 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:12.7821526Z 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:12.7821850Z 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:12.7822164Z 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:12.7822515Z 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:12.7822839Z 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:12.7823157Z 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:12.7823495Z 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:12.7823851Z 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:12.7824174Z 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:12.7824496Z 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:12.7824823Z 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:12.7825143Z 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:12.7825481Z 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:12.7825810Z 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:12.7826149Z 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:12.7826484Z 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:12.7826823Z 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:12.7827157Z 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:12.7827523Z 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:12.7827889Z 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:12.7828230Z 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:12.7828556Z 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:12.7828898Z 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:12.7829232Z 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:12.7829565Z 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:12.7829895Z 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:12.7830220Z 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:12.7830532Z 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:12.7830854Z 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:12.7831185Z 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:12.7831558Z 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:12.7831888Z 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:12.7832229Z 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:12.7832559Z 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:12.7832903Z 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:12.7833258Z 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:12.7833603Z 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:12.7833952Z 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:12.7834283Z 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:12.7834673Z 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:12.7834988Z 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:12.7835374Z 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:12.7835705Z 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:12.7836107Z 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:12.7836626Z 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:12.7837011Z 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:12.7837372Z 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:12.7837722Z 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:12.7838068Z 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:12.7838462Z 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:12.7838827Z 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:12.7839192Z 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:12.7839553Z 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:12.7839905Z 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:12.7840262Z 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:12.7840624Z 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:12.7840979Z 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:12.7841337Z 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:12.7841697Z 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:12.7842073Z 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:12.7842431Z 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:12.7842863Z 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:12.7843276Z 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:12.7843655Z 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:12.7844016Z 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:12.7844379Z 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:12.7844749Z 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:12.7845118Z 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:12.7845498Z 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:12.7845857Z 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:12.7846309Z 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:12.7846714Z 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:12.7847109Z 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:12.7847524Z 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:12.7847897Z 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:12.7848274Z 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:12.7848770Z 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:12.7849127Z 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:12.7849463Z 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:12.7849809Z 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:12.7850197Z 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:12.7850619Z 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:12.7851040Z 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:12.7851390Z 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:12.7851722Z 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:12.7852051Z 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:12.7852417Z 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:12.7852819Z 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:12.7853187Z 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:12.7853600Z 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:12.7853990Z 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:12.7854353Z 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:12.7854761Z 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:12.7855121Z 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:12.7855517Z 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:12.7855889Z 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:12.7856310Z 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:12.7856677Z 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:12.7856999Z 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:12.7857338Z 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:12.7857672Z 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:12.7858059Z 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:12.7858474Z 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:12.7858828Z 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:12.7859178Z 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:12.7859511Z 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:12.7859889Z 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:12.7860221Z 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:12.7860553Z 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:12.7860880Z 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:12.7861215Z 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:12.7861536Z 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:12.7861877Z 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:12.7862231Z 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:12.7862591Z 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:12.7862968Z 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:12.7863339Z 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:12.7863679Z 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:12.7864012Z 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:12.7864347Z 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:12.7864689Z 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:12.7865047Z 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:12.7865423Z 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:12.7865806Z 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:12.7866133Z 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:12.7866460Z 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:12.7866795Z 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:12.7867132Z 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:12.7867467Z 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:12.7867792Z 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:12.7868122Z 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:12.7868444Z 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:12.7868784Z 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:12.7869125Z 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:12.7869477Z 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:12.7869850Z 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:12.7870174Z 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:12.7870520Z 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:12.7870863Z 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:12.7871246Z 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:12.7871580Z 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:12.7871920Z 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:12.7872248Z 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:12.7872629Z 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:12.7872975Z 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:12.7873307Z 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:12.7873626Z 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:12.7873954Z 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:12.7874296Z 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:12.7874637Z 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:12.7874982Z 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:12.7875305Z 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:12.7875627Z 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:12.7876021Z 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:12.7876554Z 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:12.7876929Z 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:12.7877331Z 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:12.7877680Z 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:12.7878033Z 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:12.7878476Z 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:12.7878902Z 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:12.7879265Z 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:12.7879625Z 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:12.7879994Z 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:12.7880375Z 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:12.7880780Z 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:12.7881149Z 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:12.7881569Z 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:12.7881927Z 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:12.7882299Z 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:12.7882660Z 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:12.7883073Z 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:12.7883441Z 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:12.7883808Z 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:12.7884178Z 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:12.7884538Z 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:12.7884948Z 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:12.7885324Z 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:12.7885679Z 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:12.7886035Z 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:12.7886561Z 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:12.7886994Z 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:12.7887353Z 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:12.7887747Z 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:12.7888122Z 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:12.7888609Z 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:12.7888972Z 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:12.7889303Z 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:12.7889619Z 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:12.7889960Z 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:12.7890305Z 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:12.7890638Z 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:12.7891000Z 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:12.7891330Z 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:12.7891658Z 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:12.7891997Z 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:12.7892372Z 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:12.7892725Z 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:12.7893060Z 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:12.7893399Z 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:12.7893733Z 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:12.7894141Z 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:12.7894547Z 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:12.7894881Z 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:12.7895217Z 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:12.7895526Z 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:12.7895848Z 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:12.7896160Z 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:12.7896462Z 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:12.7896766Z 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:12.7897077Z 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:12.7897386Z 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:12.7897704Z 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:12.7898019Z 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:12.7898326Z 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:12.7898624Z 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:12.7898933Z 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:12.7899239Z 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:12.7899563Z 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:12.7899936Z 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:12.7900304Z 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:12.7900662Z 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:12.7901021Z 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:12.7901443Z 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:12.7901852Z 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:12.7902216Z 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:12.7902546Z 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:12.7902906Z 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:12.7903276Z 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:12.7903635Z 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:12.7903987Z 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:12.7904314Z 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:12.7904659Z 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:12.7905011Z 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:12.7905381Z 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:12.7905757Z 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:12.7906113Z 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:12.7906468Z 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:12.7906832Z 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:12.7907210Z 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:12.7907579Z 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:12.7907946Z 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:12.7908307Z 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:12.7908695Z 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:12.7909120Z 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:12.7909486Z 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:12.7909839Z 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:12.7910189Z 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:12.7910555Z 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:12.7910931Z 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:12.7911289Z 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:12.7911650Z 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:12.7912015Z 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:12.7912380Z 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:12.7912763Z 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:12.7913123Z 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:12.7913451Z 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:12.7913816Z 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:12.7914183Z 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:12.7914548Z 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:12.7914922Z 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:12.7915307Z 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:12.7915778Z 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:12.7916417Z 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:12.7916826Z 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:12.7917218Z 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:12.7917617Z 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:12.7918013Z 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:12.7918422Z 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:12.7918816Z 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:12.7919208Z 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:12.7919568Z 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:12.7919925Z 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:12.7920280Z 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:12.7920627Z 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:12.7920975Z 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:12.7921327Z 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:12.7921670Z 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:12.7922022Z 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:12.7922379Z 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:12.7922720Z 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:12.7923061Z 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:12.7923496Z 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:12.7923989Z 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:12.7924477Z 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:12.7924900Z 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:12.7925330Z 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:12.7925773Z 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:12.7926292Z 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:12.7926726Z 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:12.7927137Z 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:12.7927565Z 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:12.7928005Z 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:12.7928548Z 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:12.7928946Z 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:12.7929340Z 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:12.7929734Z 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:12.7930138Z 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:12.7930534Z 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:12.7930935Z 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:12.7931329Z 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:12.7931793Z 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:12.7932191Z 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:12.7932630Z 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:12.7933031Z 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:12.7933422Z 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:12.7933821Z 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:12.7934207Z 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:12.7934595Z 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:12.7934923Z 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:12.7935247Z 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:12.7935622Z 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:12.7935991Z 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:12.7936357Z 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:12.7936715Z 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:12.7937075Z 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:12.7937444Z 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:12.7937809Z 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:12.7938165Z 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:12.7938522Z 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:12.7938878Z 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:12.7939295Z 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:12.7939701Z 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:12.7940060Z 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:12.7940414Z 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:12.7940766Z 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:12.7941131Z 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:12.7941492Z 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:12.7941853Z 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:12.7942209Z 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:12.7942563Z 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:12.7942925Z 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:12.7943286Z 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:12.7943641Z 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:12.7943996Z 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:12.7944352Z 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:12.7944714Z 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:12.7945068Z 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:12.7945420Z 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:12.7945776Z 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:12.7946141Z 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:12.7946551Z 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:12.7946958Z 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:12.7947324Z 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:12.7947681Z 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:12.7948036Z 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:12.7948404Z 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:12.7948768Z 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:12.7949121Z 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:12.7949481Z 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:12.7949837Z 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:12.7950195Z 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:12.7950560Z 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:12.7950916Z 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:12.7951270Z 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:12.7951626Z 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:12.7951988Z 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:12.7952347Z 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:12.7952704Z 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:12.7953058Z 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:12.7953415Z 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:12.7953833Z 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:12.7954239Z 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:12.7954597Z 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:12.7954951Z 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:12.7955308Z 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:12.7955670Z 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:12.7956099Z 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:12.7956650Z 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:12.7957034Z 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:12.7957419Z 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:12.7957813Z 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:12.7958203Z 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:12.7958590Z 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:12.7958976Z 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:12.7959360Z 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:12.7959753Z 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:12.7960096Z 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:12.7960435Z 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:12.7960776Z 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:12.7961126Z 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:12.7961534Z 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:12.7961881Z 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:12.7962291Z 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:12.7962638Z 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:12.7962983Z 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:12.7963344Z 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:12.7963692Z 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:12.7964037Z 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:12.7964373Z 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:12.7964711Z 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:12.7965054Z 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:12.7965414Z 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:12.7965764Z 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:12.7966189Z 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:12.7966539Z 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:12.7966895Z 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:12.7967234Z 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:12.7967653Z 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:12.7967993Z 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:12.7968503Z 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:12.7968824Z 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:12.7969135Z 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:12.7969439Z 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:12.7969765Z 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:12.7970081Z 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:12.7970397Z 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:12.7970728Z 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:12.7971061Z 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:12.7971390Z 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:12.7971726Z 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:12.7972060Z 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:12.7972394Z 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:12.7972726Z 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:12.7973047Z 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:12.7973380Z 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:12.7973723Z 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:12.7974061Z 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:12.7974393Z 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:12.7974719Z 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:12.7975134Z 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:12.7975466Z 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:12.7975854Z 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:12.7976178Z 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:12.7976509Z 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:12.7976824Z 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:12.7977140Z 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:12.7977460Z 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:12.7977763Z 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:12.7978098Z 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:12.7978406Z 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:12.7978710Z 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:12.7979038Z 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:12.7979356Z 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:12.7979663Z 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:12.7979964Z 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:12.7980266Z 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:12.7980576Z 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:12.7980903Z 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:12.7981228Z 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:12.7981537Z 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:12.7981852Z 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:12.7982167Z 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:12.7982540Z 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:12.7982850Z 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:12.7983213Z 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:12.7983523Z 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:12.7983839Z 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:12.7984151Z 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:12.7984471Z 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:12.7984779Z 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:12.7985089Z 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:12.7985396Z 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:12.7985704Z 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:12.7986017Z 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:12.7986343Z 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:12.7986659Z 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:12.7986990Z 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:12.7987305Z 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:12.7987615Z 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:12.7987930Z 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:12.7988246Z 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:12.7988584Z 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:12.7988895Z 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:12.7989214Z 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:12.7989536Z 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:12.7989922Z 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:12.7990236Z 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:12.7990621Z 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:12.7990955Z 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:12.7991308Z 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:12.7991668Z 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:12.7991998Z 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:12.7992328Z 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:12.7992665Z 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:12.7992995Z 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:12.7993309Z 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:12.7993646Z 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:12.7994005Z 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:12.7994338Z 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:12.7994661Z 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:12.7994988Z 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:12.7995326Z 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:12.7995658Z 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:12.7996095Z 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:12.7996605Z 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:12.7996976Z 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:12.7997331Z 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:12.7997753Z 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:12.7998158Z 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:12.7998496Z 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:12.7998828Z 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:12.7999157Z 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:12.7999500Z 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:12.7999867Z 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:12.8000231Z 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:12.8000603Z 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:12.8000964Z 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:12.8001322Z 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:12.8001674Z 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:12.8002032Z 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:12.8002372Z 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:12.8002711Z 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:12.8003041Z 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:12.8003372Z 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:12.8003737Z 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:12.8004098Z 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:12.8004445Z 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:12.8004799Z 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:12.8005149Z 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:12.8005549Z 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:12.8005899Z 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:12.8006404Z 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:12.8006760Z 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:12.8007104Z 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:12.8007437Z 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:12.8007797Z 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:12.8008191Z 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:12.8008667Z 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:12.8008990Z 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:12.8009310Z 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:12.8009615Z 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:12.8009927Z 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:12.8010240Z 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:12.8010550Z 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:12.8010870Z 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:12.8011181Z 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:12.8011511Z 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:12.8011834Z 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:12.8012158Z 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:12.8012475Z 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:12.8012785Z 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:12.8013096Z 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:12.8013469Z 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:12.8013788Z 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:12.8014156Z 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:12.8014476Z 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:12.8014784Z 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:12.8015106Z 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:12.8015420Z 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:12.8015741Z 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:12.8016059Z 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:12.8016417Z 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:12.8016791Z 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:12.8017153Z 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:12.8017504Z 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:12.8017878Z 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:12.8018243Z 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:12.8018577Z 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:12.8018924Z 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:12.8019244Z 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:12.8019564Z 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:12.8019882Z 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:12.8020194Z 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:12.8020497Z 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:12.8020859Z 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:12.8021159Z 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:12.8021512Z 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:12.8021815Z 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:12.8022117Z 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:12.8022423Z 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:12.8022733Z 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:12.8023050Z 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:12.8023361Z 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:12.8023659Z 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:12.8023967Z 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:12.8024268Z 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:12.8024580Z 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:12.8024886Z 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:12.8025186Z 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:12.8025491Z 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:12.8025796Z 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:12.8026087Z 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:12.8026412Z 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:12.8026730Z 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:12.8027053Z 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:12.8027361Z 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:12.8027663Z 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:12.8028024Z 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:12.8028339Z 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:12.8028706Z 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:12.8029020Z 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:12.8029319Z 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:12.8029621Z 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:12.8029931Z 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:12.8030234Z 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:12.8030543Z 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:12.8030844Z 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:12.8031155Z 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:12.8031454Z 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:12.8031764Z 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:12.8032061Z 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:12.8032365Z 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:12.8032662Z 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:12.8032965Z 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:12.8033270Z 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:12.8033576Z 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:12.8033870Z 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:12.8034183Z 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:12.8034489Z 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:12.8034799Z 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:12.8035096Z 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:12.8035476Z 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:12.8035908Z 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:12.8036395Z 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:12.8036724Z 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:12.8037049Z 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:12.8037374Z 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:12.8037705Z 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:12.8038041Z 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:12.8038370Z 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:12.8038701Z 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:12.8039032Z 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:12.8039355Z 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:12.8039692Z 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:12.8040035Z 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:12.8040354Z 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:12.8040682Z 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:12.8041004Z 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:12.8041332Z 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:12.8041669Z 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:12.8042001Z 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:12.8042328Z 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:12.8042651Z 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:12.8042979Z 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:12.8043381Z 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:12.8043700Z 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:12.8044086Z 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:12.8044409Z 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:12.8044733Z 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:12.8045062Z 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:12.8045409Z 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:12.8045739Z 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:12.8046169Z 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:12.8046518Z 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:12.8046841Z 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:12.8047168Z 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:12.8047503Z 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:12.8047829Z 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:12.8048167Z 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:12.8048614Z 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:12.8048944Z 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:12.8049258Z 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:12.8049583Z 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:12.8049899Z 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:12.8050234Z 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:12.8050574Z 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:12.8050892Z 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:12.8051219Z 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:12.8051615Z 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:12.8051999Z 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:12.8052327Z 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:12.8052645Z 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:12.8052961Z 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:12.8053290Z 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:12.8053614Z 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:12.8053936Z 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:12.8054258Z 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:12.8054579Z 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:12.8054906Z 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:12.8055215Z 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:12.8055538Z 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:12.8055863Z 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:12.8056176Z 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:12.8056500Z 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:12.8056818Z 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:12.8057379Z 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:12.8057704Z 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:12.8058092Z 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:12.8058426Z 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:12.8058744Z 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:12.8059175Z 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:12.8059513Z 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:12.8059828Z 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:12.8060155Z 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:12.8060478Z 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:12.8060816Z 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:12.8061131Z 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:12.8061467Z 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:12.8061801Z 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:12.8062137Z 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:12.8062457Z 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:12.8062768Z 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:12.8063093Z 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:12.8063413Z 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:12.8063734Z 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:12.8064063Z 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:12.8064392Z 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:12.8064705Z 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:12.8065026Z 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:12.8065393Z 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:12.8065716Z 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:12.8066097Z 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:12.8066416Z 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:12.8066728Z 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:12.8067044Z 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:12.8067363Z 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:12.8067673Z 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:12.8068000Z 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:12.8068324Z 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:12.8068642Z 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:12.8068962Z 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:12.8069394Z 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:12.8069697Z 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:12.8070006Z 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:12.8070302Z 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:12.8070615Z 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:12.8070910Z 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:12.8071212Z 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:12.8071517Z 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:12.8071825Z 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:12.8072129Z 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:12.8072432Z 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:12.8072744Z 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:12.8073095Z 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:12.8073454Z 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:12.8073755Z 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:12.8074055Z 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:12.8074356Z 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:12.8074680Z 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:12.8074984Z 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:12.8075292Z 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:12.8075590Z 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:12.8075948Z 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:12.8076429Z 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:12.8076766Z 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:12.8077102Z 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:12.8077439Z 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:12.8077775Z 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:12.8078101Z 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:12.8078429Z 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:12.8078759Z 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:12.8079079Z 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:12.8079411Z 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:12.8079730Z 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:12.8080051Z 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:12.8080374Z 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:12.8080774Z 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:12.8081100Z 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:12.8081507Z 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:12.8081838Z 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:12.8082190Z 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:12.8082519Z 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:12.8082856Z 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:12.8083183Z 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:12.8083515Z 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:12.8083850Z 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:12.8084167Z 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:12.8084512Z 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:12.8084846Z 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:12.8085194Z 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:12.8085527Z 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:12.8085861Z 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:12.8086274Z 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:12.8086607Z 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:12.8086942Z 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:12.8087280Z 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:12.8087611Z 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:12.8087939Z 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:12.8092870Z 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:12.8093194Z 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:12.8093601Z 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:12.8094021Z 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:12.8094344Z 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:12.8094683Z 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:12.8095000Z 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:12.8095338Z 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:12.8095662Z 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:12.8095997Z 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:12.8096307Z 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:12.8096615Z 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:12.8096928Z 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:12.8097257Z 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:12.8097568Z 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:12.8097903Z 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:12.8098246Z 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:12.8098599Z 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:12.8098936Z 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:12.8099397Z 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:12.8099745Z 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:12.8100086Z 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:12.8100407Z 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:12.8100727Z 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:12.8101053Z 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:12.8101456Z 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:12.8101832Z 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:12.8102156Z 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:12.8102483Z 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:12.8102813Z 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:12.8103137Z 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:12.8103452Z 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:12.8103781Z 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:12.8104095Z 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:12.8104419Z 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:12.8104745Z 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:12.8105084Z 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:12.8105410Z 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:12.8105722Z 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:12.8106045Z 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:12.8106374Z 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:12.8106701Z 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:12.8107032Z 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:12.8107363Z 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:12.8107673Z 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:12.8107989Z 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:12.8108293Z 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:12.8108668Z 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:12.8108986Z 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:12.8109355Z 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:12.8109680Z 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:12.8110017Z 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:12.8110335Z 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:12.8110663Z 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:12.8110971Z 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:12.8111276Z 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:12.8111594Z 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:12.8111919Z 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:12.8112245Z 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:12.8112586Z 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:12.8112917Z 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:12.8113242Z 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:12.8113564Z 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:12.8113898Z 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:12.8114223Z 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:12.8114573Z 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:12.8114896Z 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:12.8115197Z 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:12.8115524Z 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:12.8115918Z 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:12.8116497Z 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:12.8116905Z 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:12.8117254Z 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:12.8117609Z 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:12.8117962Z 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:12.8118311Z 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:12.8118673Z 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:12.8119023Z 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:12.8119373Z 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:12.8119716Z 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:12.8120062Z 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:12.8120409Z 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:12.8120764Z 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:12.8121120Z 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:12.8121467Z 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:12.8121815Z 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:12.8122192Z 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:12.8122532Z 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:12.8122880Z 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:12.8123223Z 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:12.8123574Z 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:12.8123922Z 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:12.8124357Z 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:12.8124773Z 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:12.8125117Z 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:12.8125453Z 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:12.8125774Z 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:12.8126229Z 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:12.8126573Z 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:12.8126907Z 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:12.8127234Z 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:12.8127552Z 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:12.8127870Z 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:12.8128199Z 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:12.8128648Z 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:12.8128982Z 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:12.8129311Z 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:12.8129644Z 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:12.8129967Z 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:12.8130299Z 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:12.8130630Z 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:12.8130961Z 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:12.8131301Z 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:12.8131623Z 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:12.8131935Z 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:12.8132324Z 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:12.8132642Z 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:12.8133061Z 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:12.8133399Z 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:12.8133715Z 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:12.8134037Z 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:12.8134364Z 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:12.8134694Z 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:12.8135030Z 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:12.8135351Z 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:12.8135670Z 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:12.8135996Z 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:12.8136335Z 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:12.8136669Z 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:12.8136994Z 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:12.8137322Z 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:12.8137642Z 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:12.8137963Z 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:12.8138310Z 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:12.8138740Z 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:12.8139038Z 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:12.8139349Z 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:12.8139664Z 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:12.8140032Z 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:12.8140348Z 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:12.8140703Z 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:12.8141026Z 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:12.8141344Z 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:12.8141648Z 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:12.8141955Z 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:12.8142263Z 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:12.8142566Z 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:12.8142865Z 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:12.8143166Z 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:12.8143477Z 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:12.8143789Z 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:12.8144095Z 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:12.8144396Z 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:12.8144702Z 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:12.8145004Z 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:12.8145310Z 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:12.8145673Z 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:12.8146020Z 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:12.8146322Z 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:12.8146624Z 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:12.8146927Z 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:12.8147230Z 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:12.8147537Z 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:12.8147842Z 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:12.8148321Z 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:12.8148644Z 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:12.8148967Z 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:12.8149291Z 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:12.8149604Z 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:12.8149932Z 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:12.8150254Z 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:12.8150573Z 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:12.8150895Z 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:12.8151220Z 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:12.8151548Z 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:12.8151872Z 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:12.8152193Z 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:12.8152513Z 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:12.8152828Z 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:12.8153199Z 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:12.8153523Z 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:12.8153921Z 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:12.8154242Z 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:12.8154566Z 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:12.8154907Z 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:12.8155251Z 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:12.8155583Z 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:12.8155994Z 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:12.8156483Z 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:12.8156814Z 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:12.8157130Z 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:12.8157479Z 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:12.8157816Z 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:12.8158156Z 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:12.8158492Z 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:12.8158825Z 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:12.8159156Z 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:12.8159504Z 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:12.8159841Z 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:12.8160189Z 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:12.8160528Z 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:12.8160858Z 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:12.8161253Z 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:12.8161605Z 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:12.8162004Z 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:12.8162338Z 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:12.8162667Z 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:12.8162993Z 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:12.8163336Z 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:12.8163655Z 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:12.8164021Z 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:12.8164374Z 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:12.8164700Z 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:12.8165025Z 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:12.8165348Z 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:12.8165682Z 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:12.8166050Z 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:12.8166524Z 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:12.8166883Z 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:12.8167232Z 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:12.8167622Z 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:12.8168002Z 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:12.8168489Z 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:12.8168855Z 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:12.8169187Z 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:12.8169631Z 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:12.8169962Z 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:12.8170460Z 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:12.8170905Z 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:12.8171343Z 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:12.8171783Z 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:12.8172207Z 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:12.8172630Z 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:12.8173045Z 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:12.8173455Z 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:12.8173887Z 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:12.8174308Z 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:12.8174715Z 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:12.8175123Z 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:12.8175533Z 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:12.8175942Z 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:12.8176311Z 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:12.8176675Z 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:12.8177073Z 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:12.8177465Z 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:12.8177884Z 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:12.8178300Z 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:12.8178723Z 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:12.8179035Z 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:12.8179329Z 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:12.8179621Z 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:12.8179930Z 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:12.8180235Z 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:12.8180559Z 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:12.8180875Z 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:12.8181201Z 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:12.8181523Z 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:12.8181856Z 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:12.8182190Z 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:12.8182505Z 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:12.8182824Z 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:12.8183141Z 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:12.8183458Z 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:12.8183777Z 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:12.8184107Z 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:12.8184430Z 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:12.8184751Z 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:12.8185066Z 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:12.8185433Z 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:12.8185738Z 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:12.8186105Z 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:12.8186422Z 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:12.8186736Z 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:12.8187042Z 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:12.8187356Z 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:12.8187690Z 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:12.8187995Z 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:12.8188307Z 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:12.8188622Z 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:12.8188937Z 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:12.8189275Z 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:12.8189609Z 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:12.8189920Z 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:12.8190234Z 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:12.8190547Z 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:12.8190863Z 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:12.8191179Z 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:12.8191507Z 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:12.8191821Z 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:12.8192136Z 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:12.8192443Z 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:12.8192806Z 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:12.8193167Z 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:12.8193480Z 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:12.8193782Z 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:12.8194090Z 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:12.8194402Z 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:12.8194717Z 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:12.8195038Z 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:12.8195358Z 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:12.8195668Z 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:12.8196046Z 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:12.8196549Z 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:12.8196882Z 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:12.8197221Z 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:12.8197554Z 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:12.8197898Z 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:12.8198254Z 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:12.8198599Z 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:12.8198933Z 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:12.8199275Z 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:12.8199607Z 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:12.8199939Z 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:12.8200269Z 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:12.8200661Z 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:12.8201003Z 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:12.8201411Z 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:12.8201766Z 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:12.8202123Z 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:12.8202474Z 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:12.8202830Z 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:12.8203201Z 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:12.8203552Z 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:12.8203919Z 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:12.8204271Z 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:12.8204625Z 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:12.8204962Z 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:12.8205320Z 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:12.8205645Z 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:12.8205978Z 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:12.8206417Z 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:12.8206784Z 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:12.8207167Z 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:12.8207496Z 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:12.8207828Z 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:12.8208176Z 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:12.8208714Z 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:12.8209035Z 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:12.8209444Z 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:12.8209772Z 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:12.8210108Z 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:12.8210432Z 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:12.8210774Z 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:12.8211095Z 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:12.8211434Z 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:12.8211771Z 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:12.8212096Z 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:12.8212429Z 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:12.8212759Z 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:12.8213087Z 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:12.8213428Z 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:12.8213754Z 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:12.8214097Z 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:12.8214422Z 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:12.8214760Z 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:12.8215275Z 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:12.8215606Z 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:12.8215944Z 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:12.8216276Z 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:12.8216692Z 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:12.8217022Z 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:12.8217416Z 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:12.8217753Z 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:12.8218102Z 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:12.8218537Z 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:12.8219059Z 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:12.8219402Z 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:12.8219754Z 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:12.8220103Z 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:12.8220443Z 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:12.8220777Z 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:12.8221129Z 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:12.8221460Z 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:12.8221784Z 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:12.8222134Z 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:12.8222476Z 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:12.8222807Z 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:12.8223141Z 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:12.8223467Z 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:12.8223798Z 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:12.8224148Z 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:12.8224482Z 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:12.8224806Z 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:12.8225211Z 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:12.8225591Z 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:12.8225914Z 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:12.8226232Z 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:12.8226548Z 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:12.8226984Z 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:12.8227341Z 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:12.8227711Z 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:12.8228054Z 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:12.8228399Z 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:12.8228772Z 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:12.8229151Z 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:12.8229509Z 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:12.8229879Z 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:12.8230214Z 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:12.8230568Z 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:12.8231003Z 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:12.8231422Z 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:12.8231842Z 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:12.8232255Z 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:12.8232665Z 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:12.8233053Z 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:12.8233512Z 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:12.8233966Z 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:12.8234364Z 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:12.8234758Z 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:12.8235155Z 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:12.8235549Z 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:12.8236006Z 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:12.8236573Z 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:12.8236987Z 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:12.8237360Z 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:12.8237726Z 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:12.8238145Z 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:12.8238543Z 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:12.8238916Z 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:12.8239350Z 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:12.8239689Z 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:12.8240081Z 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:12.8240411Z 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:12.8240733Z 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:12.8241057Z 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:12.8241381Z 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:12.8241726Z 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:12.8242084Z 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:12.8242434Z 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:12.8242781Z 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:12.8243135Z 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:12.8243494Z 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:12.8243830Z 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:12.8244192Z 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:12.8244541Z 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:12.8244880Z 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:12.8245224Z 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:12.8245589Z 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:12.8245947Z 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:12.8246428Z 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:12.8246775Z 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:12.8247111Z 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:12.8247443Z 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:12.8247850Z 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:12.8248258Z 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:12.8248717Z 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:12.8249050Z 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:12.8249385Z 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:12.8249725Z 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:12.8250053Z 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:12.8250388Z 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:12.8250724Z 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:12.8251046Z 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:12.8251368Z 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:12.8251716Z 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:12.8252035Z 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:12.8252369Z 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:12.8252700Z 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:12.8253028Z 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:12.8253369Z 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:12.8253720Z 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:12.8254058Z 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:12.8254403Z 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:12.8254738Z 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:12.8255062Z 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:12.8255389Z 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:12.8255776Z 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:12.8256159Z 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:12.8256494Z 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:12.8256819Z 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:12.8257144Z 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:12.8257480Z 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:12.8257810Z 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:12.8258139Z 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:12.8258560Z 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:12.8258874Z 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:12.8259184Z 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:12.8259501Z 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:12.8259836Z 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:12.8260149Z 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:12.8260457Z 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:12.8260765Z 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:12.8261071Z 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:12.8261402Z 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:12.8261718Z 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:12.8262034Z 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:12.8262351Z 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:12.8262671Z 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:12.8263058Z 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:12.8263371Z 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:12.8263733Z 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:12.8264041Z 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:12.8264350Z 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:12.8264659Z 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:12.8264976Z 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:12.8265314Z 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:12.8265629Z 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:12.8265950Z 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:12.8266277Z 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:12.8266600Z 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:12.8266934Z 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:12.8267270Z 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:12.8267595Z 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:12.8267928Z 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:12.8268256Z 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:12.8268589Z 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:12.8268933Z 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:12.8269269Z 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:12.8269599Z 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:12.8269919Z 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:12.8270244Z 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:12.8270621Z 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:12.8270987Z 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:12.8271298Z 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:12.8271613Z 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:12.8271939Z 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:12.8272286Z 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:12.8272604Z 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:12.8272916Z 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:12.8273237Z 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:12.8273549Z 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:12.8273853Z 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:12.8274176Z 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:12.8274492Z 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:12.8274821Z 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:12.8275134Z 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:12.8275450Z 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:12.8275819Z 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:12.8276313Z 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:12.8276659Z 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:12.8277004Z 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:12.8277346Z 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:12.8277676Z 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:12.8278017Z 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:12.8278440Z 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:12.8278833Z 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:12.8279187Z 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:12.8279521Z 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:12.8279861Z 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:12.8280204Z 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:12.8280543Z 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:12.8280891Z 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:12.8281227Z 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:12.8281578Z 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:12.8281962Z 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:12.8282292Z 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:12.8282668Z 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:12.8283074Z 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:12.8283449Z 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:12.8283823Z 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:12.8284260Z 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:12.8284635Z 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:12.8284976Z 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:12.8285362Z 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:12.8285736Z 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:12.8286209Z 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:12.8286595Z 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:12.8287054Z 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:12.8287535Z 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:12.8287943Z 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:12.8288305Z 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:12.8288792Z 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:12.8289152Z 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:12.8289475Z 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:12.8289857Z 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:12.8290218Z 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:12.8290570Z 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:12.8290953Z 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:12.8291334Z 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:12.8291697Z 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:12.8299249Z 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:12.8299662Z 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:12.8300001Z 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:12.8300317Z 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:12.8300630Z 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:12.8300978Z 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:12.8301338Z 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:12.8301705Z 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:12.8302046Z 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:12.8302393Z 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:12.8302868Z 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:12.8303230Z 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:12.8303661Z 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:12.8304031Z 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:12.8304368Z 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:12.8304731Z 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:12.8305079Z 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:12.8305521Z 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:12.8305963Z 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:12.8306394Z 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:12.8306820Z 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:12.8307246Z 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:12.8307679Z 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:12.8308098Z 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:12.8308514Z 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:12.8308944Z 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:12.8309363Z 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:12.8309779Z 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:12.8310185Z 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:12.8310595Z 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:12.8311055Z 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:12.8311467Z 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:12.8311832Z 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:12.8312228Z 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:12.8312608Z 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:12.8312979Z 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:12.8313335Z 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:12.8313670Z 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:12.8314000Z 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:12.8314317Z 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:12.8314625Z 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:12.8314954Z 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:12.8315262Z 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:12.8315617Z 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:12.8316047Z 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:12.8316563Z 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:12.8316914Z 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:12.8317277Z 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:12.8317633Z 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:12.8317985Z 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:12.8318327Z 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:12.8318679Z 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:12.8319027Z 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:12.8319479Z 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:12.8319874Z 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:12.8320220Z 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:12.8320567Z 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:12.8320918Z 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:12.8321273Z 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:12.8321618Z 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:12.8321970Z 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:12.8322306Z 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:12.8322638Z 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:12.8322970Z 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:12.8323318Z 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:12.8323674Z 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:12.8324019Z 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:12.8324359Z 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:12.8324692Z 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:12.8325029Z 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:12.8325374Z 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:12.8325726Z 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:12.8326059Z 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:12.8326508Z 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:12.8326853Z 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:12.8327287Z 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:12.8327616Z 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:12.8328020Z 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:12.8328475Z 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:12.8328816Z 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:12.8329160Z 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:12.8329508Z 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:12.8329835Z 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:12.8330180Z 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:12.8330510Z 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:12.8330831Z 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:12.8331160Z 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:12.8331533Z 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:12.8331881Z 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:12.8332212Z 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:12.8332540Z 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:12.8332865Z 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:12.8333249Z 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:12.8333575Z 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:12.8333954Z 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:12.8334278Z 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:12.8334598Z 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:12.8334926Z 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:12.8335261Z 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:12.8335591Z 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:12.8335940Z 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:12.8336257Z 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:12.8336583Z 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:12.8336904Z 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:12.8337239Z 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:12.8337562Z 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:12.8337905Z 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:12.8338227Z 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:12.8338656Z 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:12.8338969Z 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:12.8339297Z 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:12.8339636Z 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:12.8339948Z 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:12.8340248Z 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:12.8340555Z 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:12.8340917Z 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:12.8341226Z 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:12.8341585Z 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:12.8341921Z 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:12.8342263Z 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:12.8342571Z 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:12.8342897Z 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:12.8343218Z 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:12.8343556Z 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:12.8343875Z 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:12.8344199Z 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:12.8344520Z 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:12.8344864Z 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:12.8345199Z 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:12.8345523Z 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:12.8345863Z 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:12.8346188Z 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:12.8346524Z 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:12.8346840Z 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:12.8347163Z 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:12.8347485Z 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:12.8347785Z 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:12.8348090Z 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:12.8348454Z 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:12.8348818Z 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:12.8349142Z 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:12.8349485Z 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:12.8349789Z 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:12.8350104Z 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:12.8350424Z 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:12.8350747Z 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:12.8351054Z 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:12.8351369Z 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:12.8351685Z 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:12.8352015Z 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:12.8352325Z 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:12.8352649Z 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:12.8352955Z 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:12.8353269Z 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:12.8353585Z 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:12.8353902Z 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:12.8354224Z 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:12.8354531Z 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:12.8354837Z 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:12.8355153Z 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:12.8355466Z 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:12.8355913Z 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:12.8356456Z 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:12.8356799Z 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:12.8357139Z 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:12.8357469Z 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:12.8357817Z 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:12.8358146Z 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:12.8358498Z 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:12.8358846Z 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:12.8359177Z 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:12.8359508Z 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:12.8359848Z 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:12.8360204Z 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:12.8360552Z 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:12.8360894Z 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:12.8361237Z 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:12.8361562Z 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:12.8361922Z 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:12.8362275Z 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:12.8362616Z 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:12.8362960Z 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:12.8363297Z 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:12.8363632Z 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:12.8364035Z 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:12.8364425Z 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:12.8364749Z 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:12.8365097Z 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:12.8365429Z 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:12.8365774Z 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:12.8366218Z 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:12.8366556Z 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:12.8366882Z 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:12.8367237Z 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:12.8367578Z 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:12.8367904Z 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:12.8368260Z 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:12.8368705Z 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:12.8369020Z 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:12.8369333Z 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:12.8369636Z 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:12.8369929Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/_deps’ 2023-07-13T14:16:12.8370227Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/CMakeCache.txt’ 2023-07-13T14:16:12.8370527Z 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:12.8370840Z 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:12.8371130Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/build.ninja’ 2023-07-13T14:16:12.8371411Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/.ninja_log’ 2023-07-13T14:16:12.8371691Z removed ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310/.ninja_deps’ 2023-07-13T14:16:12.8372081Z 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:12.8372368Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/temp.linux-x86_64-cpython-310’ 2023-07-13T14:16:12.8372740Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build/bdist.linux-x86_64’ 2023-07-13T14:16:12.8372976Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/build’ 2023-07-13T14:16:12.8373289Z 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:12.8373517Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/dist’ 2023-07-13T14:16:12.8373742Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio’ 2023-07-13T14:16:12.8373954Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio/pytorch’ 2023-07-13T14:16:12.8374159Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio’ 2023-07-13T14:16:12.8374687Z ##[endgroup] 2023-07-13T14:16:12.8570029Z ##[group]Run actions/checkout@v3 2023-07-13T14:16:12.8570101Z with: 2023-07-13T14:16:12.8570199Z repository: pytorch/test-infra 2023-07-13T14:16:12.8570268Z path: test-infra 2023-07-13T14:16:12.8570334Z submodules: recursive 2023-07-13T14:16:12.8570578Z token: *** 2023-07-13T14:16:12.8570646Z ssh-strict: true 2023-07-13T14:16:12.8570731Z persist-credentials: true 2023-07-13T14:16:12.8570796Z clean: true 2023-07-13T14:16:12.8570884Z sparse-checkout-cone-mode: true 2023-07-13T14:16:12.8570949Z fetch-depth: 1 2023-07-13T14:16:12.8571006Z lfs: false 2023-07-13T14:16:12.8571081Z set-safe-directory: true 2023-07-13T14:16:12.8571138Z env: 2023-07-13T14:16:12.8571243Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:12.8571319Z REPOSITORY: pytorch/audio 2023-07-13T14:16:12.8571375Z PR_NUMBER: 306 2023-07-13T14:16:12.8572786Z 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.8" 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:12.8572873Z ##[endgroup] 2023-07-13T14:16:12.9508038Z Syncing repository: pytorch/test-infra 2023-07-13T14:16:12.9508598Z ##[group]Getting Git version info 2023-07-13T14:16:12.9509006Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/test-infra' 2023-07-13T14:16:12.9509437Z [command]/usr/bin/git version 2023-07-13T14:16:12.9509638Z git version 2.40.1 2023-07-13T14:16:12.9510504Z ##[endgroup] 2023-07-13T14:16:12.9520932Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/988091e5-0c3a-4f4a-9b3c-f41eb03e08ce' before making global git config changes 2023-07-13T14:16:12.9521528Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:16:12.9522049Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:16:12.9551121Z ##[group]Initializing the repository 2023-07-13T14:16:12.9553512Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:16:12.9580540Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-13T14:16:12.9581092Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-13T14:16:12.9581659Z hint: of your new repositories, which will suppress this warning, call: 2023-07-13T14:16:12.9582200Z hint: 2023-07-13T14:16:12.9582533Z hint: git config --global init.defaultBranch 2023-07-13T14:16:12.9582776Z hint: 2023-07-13T14:16:12.9583076Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-13T14:16:12.9583479Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-13T14:16:12.9583895Z hint: 2023-07-13T14:16:12.9584129Z hint: git branch -m 2023-07-13T14:16:12.9584526Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/ 2023-07-13T14:16:12.9586802Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2023-07-13T14:16:12.9614402Z ##[endgroup] 2023-07-13T14:16:12.9614789Z ##[group]Disabling automatic garbage collection 2023-07-13T14:16:12.9616202Z [command]/usr/bin/git config --local gc.auto 0 2023-07-13T14:16:12.9640538Z ##[endgroup] 2023-07-13T14:16:12.9640891Z ##[group]Setting up auth 2023-07-13T14:16:12.9645433Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:16:12.9670628Z [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:12.9918383Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:16:12.9942253Z [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.0180777Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:13.0217312Z ##[endgroup] 2023-07-13T14:16:13.0217886Z ##[group]Determining the default branch 2023-07-13T14:16:13.0220577Z Retrieving the default branch name 2023-07-13T14:16:13.2662327Z Default branch 'main' 2023-07-13T14:16:13.2663237Z ##[endgroup] 2023-07-13T14:16:13.2663622Z ##[group]Fetching the repository 2023-07-13T14:16:13.2666688Z [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:13.5238613Z remote: Enumerating objects: 1049, done. 2023-07-13T14:16:13.5253111Z remote: Counting objects: 0% (1/1049) 2023-07-13T14:16:13.5253561Z remote: Counting objects: 1% (11/1049) 2023-07-13T14:16:13.5253928Z remote: Counting objects: 2% (21/1049) 2023-07-13T14:16:13.5254351Z remote: Counting objects: 3% (32/1049) 2023-07-13T14:16:13.5254757Z remote: Counting objects: 4% (42/1049) 2023-07-13T14:16:13.5255212Z remote: Counting objects: 5% (53/1049) 2023-07-13T14:16:13.5255499Z remote: Counting objects: 6% (63/1049) 2023-07-13T14:16:13.5255727Z remote: Counting objects: 7% (74/1049) 2023-07-13T14:16:13.5255957Z remote: Counting objects: 8% (84/1049) 2023-07-13T14:16:13.5256173Z remote: Counting objects: 9% (95/1049) 2023-07-13T14:16:13.5256408Z remote: Counting objects: 10% (105/1049) 2023-07-13T14:16:13.5256833Z remote: Counting objects: 11% (116/1049) 2023-07-13T14:16:13.5257064Z remote: Counting objects: 12% (126/1049) 2023-07-13T14:16:13.5257293Z remote: Counting objects: 13% (137/1049) 2023-07-13T14:16:13.5257525Z remote: Counting objects: 14% (147/1049) 2023-07-13T14:16:13.5257753Z remote: Counting objects: 15% (158/1049) 2023-07-13T14:16:13.5257970Z remote: Counting objects: 16% (168/1049) 2023-07-13T14:16:13.5258199Z remote: Counting objects: 17% (179/1049) 2023-07-13T14:16:13.5258427Z remote: Counting objects: 18% (189/1049) 2023-07-13T14:16:13.5270291Z remote: Counting objects: 19% (200/1049) 2023-07-13T14:16:13.5270817Z remote: Counting objects: 20% (210/1049) 2023-07-13T14:16:13.5271133Z remote: Counting objects: 21% (221/1049) 2023-07-13T14:16:13.5271516Z remote: Counting objects: 22% (231/1049) 2023-07-13T14:16:13.5271981Z remote: Counting objects: 23% (242/1049) 2023-07-13T14:16:13.5272401Z remote: Counting objects: 24% (252/1049) 2023-07-13T14:16:13.5272894Z remote: Counting objects: 25% (263/1049) 2023-07-13T14:16:13.5273514Z remote: Counting objects: 26% (273/1049) 2023-07-13T14:16:13.5273848Z remote: Counting objects: 27% (284/1049) 2023-07-13T14:16:13.5274189Z remote: Counting objects: 28% (294/1049) 2023-07-13T14:16:13.5274559Z remote: Counting objects: 29% (305/1049) 2023-07-13T14:16:13.5274996Z remote: Counting objects: 30% (315/1049) 2023-07-13T14:16:13.5275286Z remote: Counting objects: 31% (326/1049) 2023-07-13T14:16:13.5275518Z remote: Counting objects: 32% (336/1049) 2023-07-13T14:16:13.5275826Z remote: Counting objects: 33% (347/1049) 2023-07-13T14:16:13.5276046Z remote: Counting objects: 34% (357/1049) 2023-07-13T14:16:13.5276274Z remote: Counting objects: 35% (368/1049) 2023-07-13T14:16:13.5276503Z remote: Counting objects: 36% (378/1049) 2023-07-13T14:16:13.5276722Z remote: Counting objects: 37% (389/1049) 2023-07-13T14:16:13.5276951Z remote: Counting objects: 38% (399/1049) 2023-07-13T14:16:13.5277181Z remote: Counting objects: 39% (410/1049) 2023-07-13T14:16:13.5277401Z remote: Counting objects: 40% (420/1049) 2023-07-13T14:16:13.5277636Z remote: Counting objects: 41% (431/1049) 2023-07-13T14:16:13.5277865Z remote: Counting objects: 42% (441/1049) 2023-07-13T14:16:13.5278093Z remote: Counting objects: 43% (452/1049) 2023-07-13T14:16:13.5278312Z remote: Counting objects: 44% (462/1049) 2023-07-13T14:16:13.5278540Z remote: Counting objects: 45% (473/1049) 2023-07-13T14:16:13.5278766Z remote: Counting objects: 46% (483/1049) 2023-07-13T14:16:13.5278984Z remote: Counting objects: 47% (494/1049) 2023-07-13T14:16:13.5279209Z remote: Counting objects: 48% (504/1049) 2023-07-13T14:16:13.5279437Z remote: Counting objects: 49% (515/1049) 2023-07-13T14:16:13.5279658Z remote: Counting objects: 50% (525/1049) 2023-07-13T14:16:13.5279882Z remote: Counting objects: 51% (535/1049) 2023-07-13T14:16:13.5280115Z remote: Counting objects: 52% (546/1049) 2023-07-13T14:16:13.5280344Z remote: Counting objects: 53% (556/1049) 2023-07-13T14:16:13.5280560Z remote: Counting objects: 54% (567/1049) 2023-07-13T14:16:13.5280785Z remote: Counting objects: 55% (577/1049) 2023-07-13T14:16:13.5281011Z remote: Counting objects: 56% (588/1049) 2023-07-13T14:16:13.5281228Z remote: Counting objects: 57% (598/1049) 2023-07-13T14:16:13.5281453Z remote: Counting objects: 58% (609/1049) 2023-07-13T14:16:13.5281681Z remote: Counting objects: 59% (619/1049) 2023-07-13T14:16:13.5281896Z remote: Counting objects: 60% (630/1049) 2023-07-13T14:16:13.5282122Z remote: Counting objects: 61% (640/1049) 2023-07-13T14:16:13.5282349Z remote: Counting objects: 62% (651/1049) 2023-07-13T14:16:13.5282652Z remote: Counting objects: 63% (661/1049) 2023-07-13T14:16:13.5282882Z remote: Counting objects: 64% (672/1049) 2023-07-13T14:16:13.5283114Z remote: Counting objects: 65% (682/1049) 2023-07-13T14:16:13.5283342Z remote: Counting objects: 66% (693/1049) 2023-07-13T14:16:13.5283558Z remote: Counting objects: 67% (703/1049) 2023-07-13T14:16:13.5283786Z remote: Counting objects: 68% (714/1049) 2023-07-13T14:16:13.5284012Z remote: Counting objects: 69% (724/1049) 2023-07-13T14:16:13.5284226Z remote: Counting objects: 70% (735/1049) 2023-07-13T14:16:13.5284453Z remote: Counting objects: 71% (745/1049) 2023-07-13T14:16:13.5284683Z remote: Counting objects: 72% (756/1049) 2023-07-13T14:16:13.5284899Z remote: Counting objects: 73% (766/1049) 2023-07-13T14:16:13.5285126Z remote: Counting objects: 74% (777/1049) 2023-07-13T14:16:13.5285352Z remote: Counting objects: 75% (787/1049) 2023-07-13T14:16:13.5285587Z remote: Counting objects: 76% (798/1049) 2023-07-13T14:16:13.5285808Z remote: Counting objects: 77% (808/1049) 2023-07-13T14:16:13.5286255Z remote: Counting objects: 78% (819/1049) 2023-07-13T14:16:13.5286495Z remote: Counting objects: 79% (829/1049) 2023-07-13T14:16:13.5286712Z remote: Counting objects: 80% (840/1049) 2023-07-13T14:16:13.5286939Z remote: Counting objects: 81% (850/1049) 2023-07-13T14:16:13.5287167Z remote: Counting objects: 82% (861/1049) 2023-07-13T14:16:13.5287384Z remote: Counting objects: 83% (871/1049) 2023-07-13T14:16:13.5287610Z remote: Counting objects: 84% (882/1049) 2023-07-13T14:16:13.5287838Z remote: Counting objects: 85% (892/1049) 2023-07-13T14:16:13.5288055Z remote: Counting objects: 86% (903/1049) 2023-07-13T14:16:13.5288288Z remote: Counting objects: 87% (913/1049) 2023-07-13T14:16:13.5288515Z remote: Counting objects: 88% (924/1049) 2023-07-13T14:16:13.5288746Z remote: Counting objects: 89% (934/1049) 2023-07-13T14:16:13.5288964Z remote: Counting objects: 90% (945/1049) 2023-07-13T14:16:13.5289197Z remote: Counting objects: 91% (955/1049) 2023-07-13T14:16:13.5289425Z remote: Counting objects: 92% (966/1049) 2023-07-13T14:16:13.5289642Z remote: Counting objects: 93% (976/1049) 2023-07-13T14:16:13.5289869Z remote: Counting objects: 94% (987/1049) 2023-07-13T14:16:13.5290096Z remote: Counting objects: 95% (997/1049) 2023-07-13T14:16:13.5290356Z remote: Counting objects: 96% (1008/1049) 2023-07-13T14:16:13.5290597Z remote: Counting objects: 97% (1018/1049) 2023-07-13T14:16:13.5290836Z remote: Counting objects: 98% (1029/1049) 2023-07-13T14:16:13.5291072Z remote: Counting objects: 99% (1039/1049) 2023-07-13T14:16:13.5291294Z remote: Counting objects: 100% (1049/1049) 2023-07-13T14:16:13.5291543Z remote: Counting objects: 100% (1049/1049), done. 2023-07-13T14:16:13.5291804Z remote: Compressing objects: 0% (1/848) 2023-07-13T14:16:13.5292041Z remote: Compressing objects: 1% (9/848) 2023-07-13T14:16:13.5292283Z remote: Compressing objects: 2% (17/848) 2023-07-13T14:16:13.5292563Z remote: Compressing objects: 3% (26/848) 2023-07-13T14:16:13.5292807Z remote: Compressing objects: 4% (34/848) 2023-07-13T14:16:13.5293037Z remote: Compressing objects: 5% (43/848) 2023-07-13T14:16:13.5293282Z remote: Compressing objects: 6% (51/848) 2023-07-13T14:16:13.5293523Z remote: Compressing objects: 7% (60/848) 2023-07-13T14:16:13.5293752Z remote: Compressing objects: 8% (68/848) 2023-07-13T14:16:13.5293993Z remote: Compressing objects: 9% (77/848) 2023-07-13T14:16:13.5294235Z remote: Compressing objects: 10% (85/848) 2023-07-13T14:16:13.5294476Z remote: Compressing objects: 11% (94/848) 2023-07-13T14:16:13.5294708Z remote: Compressing objects: 12% (102/848) 2023-07-13T14:16:13.5295058Z remote: Compressing objects: 13% (111/848) 2023-07-13T14:16:13.5295308Z remote: Compressing objects: 14% (119/848) 2023-07-13T14:16:13.5295538Z remote: Compressing objects: 15% (128/848) 2023-07-13T14:16:13.5295785Z remote: Compressing objects: 16% (136/848) 2023-07-13T14:16:13.5296032Z remote: Compressing objects: 17% (145/848) 2023-07-13T14:16:13.5296266Z remote: Compressing objects: 18% (153/848) 2023-07-13T14:16:13.5296507Z remote: Compressing objects: 19% (162/848) 2023-07-13T14:16:13.5296749Z remote: Compressing objects: 20% (170/848) 2023-07-13T14:16:13.5296992Z remote: Compressing objects: 21% (179/848) 2023-07-13T14:16:13.5297220Z remote: Compressing objects: 22% (187/848) 2023-07-13T14:16:13.5297465Z remote: Compressing objects: 23% (196/848) 2023-07-13T14:16:13.5297707Z remote: Compressing objects: 24% (204/848) 2023-07-13T14:16:13.5297941Z remote: Compressing objects: 25% (212/848) 2023-07-13T14:16:13.5298180Z remote: Compressing objects: 26% (221/848) 2023-07-13T14:16:13.5298487Z remote: Compressing objects: 27% (229/848) 2023-07-13T14:16:13.5298718Z remote: Compressing objects: 28% (238/848) 2023-07-13T14:16:13.5298961Z remote: Compressing objects: 29% (246/848) 2023-07-13T14:16:13.5299200Z remote: Compressing objects: 30% (255/848) 2023-07-13T14:16:13.5299429Z remote: Compressing objects: 31% (263/848) 2023-07-13T14:16:13.5299670Z remote: Compressing objects: 32% (272/848) 2023-07-13T14:16:13.5299911Z remote: Compressing objects: 33% (280/848) 2023-07-13T14:16:13.5300153Z remote: Compressing objects: 34% (289/848) 2023-07-13T14:16:13.5300379Z remote: Compressing objects: 35% (297/848) 2023-07-13T14:16:13.5300620Z remote: Compressing objects: 36% (306/848) 2023-07-13T14:16:13.5300863Z remote: Compressing objects: 37% (314/848) 2023-07-13T14:16:13.5301096Z remote: Compressing objects: 38% (323/848) 2023-07-13T14:16:13.5301339Z remote: Compressing objects: 39% (331/848) 2023-07-13T14:16:13.5301595Z remote: Compressing objects: 40% (340/848) 2023-07-13T14:16:13.5301822Z remote: Compressing objects: 41% (348/848) 2023-07-13T14:16:13.5302062Z remote: Compressing objects: 42% (357/848) 2023-07-13T14:16:13.5302301Z remote: Compressing objects: 43% (365/848) 2023-07-13T14:16:13.5302541Z remote: Compressing objects: 44% (374/848) 2023-07-13T14:16:13.5302767Z remote: Compressing objects: 45% (382/848) 2023-07-13T14:16:13.5303008Z remote: Compressing objects: 46% (391/848) 2023-07-13T14:16:13.5303252Z remote: Compressing objects: 47% (399/848) 2023-07-13T14:16:13.5303480Z remote: Compressing objects: 48% (408/848) 2023-07-13T14:16:13.5303718Z remote: Compressing objects: 49% (416/848) 2023-07-13T14:16:13.5303958Z remote: Compressing objects: 50% (424/848) 2023-07-13T14:16:13.5304189Z remote: Compressing objects: 51% (433/848) 2023-07-13T14:16:13.5304433Z remote: Compressing objects: 52% (441/848) 2023-07-13T14:16:13.5304673Z remote: Compressing objects: 53% (450/848) 2023-07-13T14:16:13.5304897Z remote: Compressing objects: 54% (458/848) 2023-07-13T14:16:13.5305139Z remote: Compressing objects: 55% (467/848) 2023-07-13T14:16:13.5305380Z remote: Compressing objects: 56% (475/848) 2023-07-13T14:16:13.5305621Z remote: Compressing objects: 57% (484/848) 2023-07-13T14:16:13.5305847Z remote: Compressing objects: 58% (492/848) 2023-07-13T14:16:13.5306086Z remote: Compressing objects: 59% (501/848) 2023-07-13T14:16:13.5306326Z remote: Compressing objects: 60% (509/848) 2023-07-13T14:16:13.5306553Z remote: Compressing objects: 61% (518/848) 2023-07-13T14:16:13.5306793Z remote: Compressing objects: 62% (526/848) 2023-07-13T14:16:13.5307094Z remote: Compressing objects: 63% (535/848) 2023-07-13T14:16:13.5307322Z remote: Compressing objects: 64% (543/848) 2023-07-13T14:16:13.5307570Z remote: Compressing objects: 65% (552/848) 2023-07-13T14:16:13.5307808Z remote: Compressing objects: 66% (560/848) 2023-07-13T14:16:13.5308048Z remote: Compressing objects: 67% (569/848) 2023-07-13T14:16:13.5308274Z remote: Compressing objects: 68% (577/848) 2023-07-13T14:16:13.5308515Z remote: Compressing objects: 69% (586/848) 2023-07-13T14:16:13.5308757Z remote: Compressing objects: 70% (594/848) 2023-07-13T14:16:13.5308983Z remote: Compressing objects: 71% (603/848) 2023-07-13T14:16:13.5309223Z remote: Compressing objects: 72% (611/848) 2023-07-13T14:16:13.5309463Z remote: Compressing objects: 73% (620/848) 2023-07-13T14:16:13.5309691Z remote: Compressing objects: 74% (628/848) 2023-07-13T14:16:13.5309933Z remote: Compressing objects: 75% (636/848) 2023-07-13T14:16:13.5310178Z remote: Compressing objects: 76% (645/848) 2023-07-13T14:16:13.5310474Z remote: Compressing objects: 77% (653/848) 2023-07-13T14:16:13.5310705Z remote: Compressing objects: 78% (662/848) 2023-07-13T14:16:13.5310947Z remote: Compressing objects: 79% (670/848) 2023-07-13T14:16:13.5311188Z remote: Compressing objects: 80% (679/848) 2023-07-13T14:16:13.5311416Z remote: Compressing objects: 81% (687/848) 2023-07-13T14:16:13.5311659Z remote: Compressing objects: 82% (696/848) 2023-07-13T14:16:13.5311898Z remote: Compressing objects: 83% (704/848) 2023-07-13T14:16:13.5312127Z remote: Compressing objects: 84% (713/848) 2023-07-13T14:16:13.5312365Z remote: Compressing objects: 85% (721/848) 2023-07-13T14:16:13.5312606Z remote: Compressing objects: 86% (730/848) 2023-07-13T14:16:13.5312832Z remote: Compressing objects: 87% (738/848) 2023-07-13T14:16:13.5313074Z remote: Compressing objects: 88% (747/848) 2023-07-13T14:16:13.5313320Z remote: Compressing objects: 89% (755/848) 2023-07-13T14:16:13.5313563Z remote: Compressing objects: 90% (764/848) 2023-07-13T14:16:13.5313789Z remote: Compressing objects: 91% (772/848) 2023-07-13T14:16:13.5314028Z remote: Compressing objects: 92% (781/848) 2023-07-13T14:16:13.5314268Z remote: Compressing objects: 93% (789/848) 2023-07-13T14:16:13.5314494Z remote: Compressing objects: 94% (798/848) 2023-07-13T14:16:13.5314733Z remote: Compressing objects: 95% (806/848) 2023-07-13T14:16:13.5314973Z remote: Compressing objects: 96% (815/848) 2023-07-13T14:16:13.5315202Z remote: Compressing objects: 97% (823/848) 2023-07-13T14:16:13.5315444Z remote: Compressing objects: 98% (832/848) 2023-07-13T14:16:13.5315681Z remote: Compressing objects: 99% (840/848) 2023-07-13T14:16:13.5316020Z remote: Compressing objects: 100% (848/848) 2023-07-13T14:16:13.5316265Z remote: Compressing objects: 100% (848/848), done. 2023-07-13T14:16:13.5316504Z Receiving objects: 0% (1/1049) 2023-07-13T14:16:13.5316730Z Receiving objects: 1% (11/1049) 2023-07-13T14:16:13.5316929Z Receiving objects: 2% (21/1049) 2023-07-13T14:16:13.5359050Z Receiving objects: 3% (32/1049) 2023-07-13T14:16:13.5359638Z Receiving objects: 4% (42/1049) 2023-07-13T14:16:13.5365013Z Receiving objects: 5% (53/1049) 2023-07-13T14:16:13.5367538Z Receiving objects: 6% (63/1049) 2023-07-13T14:16:13.5369171Z Receiving objects: 7% (74/1049) 2023-07-13T14:16:13.5374287Z Receiving objects: 8% (84/1049) 2023-07-13T14:16:13.5375574Z Receiving objects: 9% (95/1049) 2023-07-13T14:16:13.5376247Z Receiving objects: 10% (105/1049) 2023-07-13T14:16:13.5377958Z Receiving objects: 11% (116/1049) 2023-07-13T14:16:13.5380565Z Receiving objects: 12% (126/1049) 2023-07-13T14:16:13.5381974Z Receiving objects: 13% (137/1049) 2023-07-13T14:16:13.5383820Z Receiving objects: 14% (147/1049) 2023-07-13T14:16:13.5385160Z Receiving objects: 15% (158/1049) 2023-07-13T14:16:13.5387664Z Receiving objects: 16% (168/1049) 2023-07-13T14:16:13.5396582Z Receiving objects: 17% (179/1049) 2023-07-13T14:16:13.5399275Z Receiving objects: 18% (189/1049) 2023-07-13T14:16:13.5402061Z Receiving objects: 19% (200/1049) 2023-07-13T14:16:13.5402988Z Receiving objects: 20% (210/1049) 2023-07-13T14:16:13.5403944Z Receiving objects: 21% (221/1049) 2023-07-13T14:16:13.5432293Z Receiving objects: 22% (231/1049) 2023-07-13T14:16:13.5434088Z Receiving objects: 23% (242/1049) 2023-07-13T14:16:13.5435262Z Receiving objects: 24% (252/1049) 2023-07-13T14:16:13.5435902Z Receiving objects: 25% (263/1049) 2023-07-13T14:16:13.5443655Z Receiving objects: 26% (273/1049) 2023-07-13T14:16:13.5445164Z Receiving objects: 27% (284/1049) 2023-07-13T14:16:13.5447309Z Receiving objects: 28% (294/1049) 2023-07-13T14:16:13.5448351Z Receiving objects: 29% (305/1049) 2023-07-13T14:16:13.5449606Z Receiving objects: 30% (315/1049) 2023-07-13T14:16:13.5455329Z Receiving objects: 31% (326/1049) 2023-07-13T14:16:13.5465021Z Receiving objects: 32% (336/1049) 2023-07-13T14:16:13.5472001Z Receiving objects: 33% (347/1049) 2023-07-13T14:16:13.5473343Z Receiving objects: 34% (357/1049) 2023-07-13T14:16:13.5474498Z Receiving objects: 35% (368/1049) 2023-07-13T14:16:13.5474920Z Receiving objects: 36% (378/1049) 2023-07-13T14:16:13.5478520Z Receiving objects: 37% (389/1049) 2023-07-13T14:16:13.5479278Z Receiving objects: 38% (399/1049) 2023-07-13T14:16:13.5481120Z Receiving objects: 39% (410/1049) 2023-07-13T14:16:13.5488013Z Receiving objects: 40% (420/1049) 2023-07-13T14:16:13.5491222Z Receiving objects: 41% (431/1049) 2023-07-13T14:16:13.5494201Z Receiving objects: 42% (441/1049) 2023-07-13T14:16:13.5498565Z Receiving objects: 43% (452/1049) 2023-07-13T14:16:13.5501920Z Receiving objects: 44% (462/1049) 2023-07-13T14:16:13.5506543Z Receiving objects: 45% (473/1049) 2023-07-13T14:16:13.5507781Z Receiving objects: 46% (483/1049) 2023-07-13T14:16:13.5508726Z Receiving objects: 47% (494/1049) 2023-07-13T14:16:13.5511744Z Receiving objects: 48% (504/1049) 2023-07-13T14:16:13.5513441Z Receiving objects: 49% (515/1049) 2023-07-13T14:16:13.5514758Z Receiving objects: 50% (525/1049) 2023-07-13T14:16:13.5515434Z Receiving objects: 51% (535/1049) 2023-07-13T14:16:13.5516138Z Receiving objects: 52% (546/1049) 2023-07-13T14:16:13.5516649Z Receiving objects: 53% (556/1049) 2023-07-13T14:16:13.5518281Z Receiving objects: 54% (567/1049) 2023-07-13T14:16:13.5520023Z Receiving objects: 55% (577/1049) 2023-07-13T14:16:13.5521715Z Receiving objects: 56% (588/1049) 2023-07-13T14:16:13.5523795Z Receiving objects: 57% (598/1049) 2023-07-13T14:16:13.5526555Z Receiving objects: 58% (609/1049) 2023-07-13T14:16:13.5528590Z Receiving objects: 59% (619/1049) 2023-07-13T14:16:13.5530876Z Receiving objects: 60% (630/1049) 2023-07-13T14:16:13.5537355Z Receiving objects: 61% (640/1049) 2023-07-13T14:16:13.5541539Z Receiving objects: 62% (651/1049) 2023-07-13T14:16:13.5577007Z Receiving objects: 63% (661/1049) 2023-07-13T14:16:13.5578500Z Receiving objects: 64% (672/1049) 2023-07-13T14:16:13.5580523Z Receiving objects: 65% (682/1049) 2023-07-13T14:16:13.5659050Z Receiving objects: 66% (693/1049) 2023-07-13T14:16:13.5659417Z Receiving objects: 67% (703/1049) 2023-07-13T14:16:13.5660783Z Receiving objects: 68% (714/1049) 2023-07-13T14:16:13.5662712Z Receiving objects: 69% (724/1049) 2023-07-13T14:16:13.5663175Z Receiving objects: 70% (735/1049) 2023-07-13T14:16:13.5663954Z Receiving objects: 71% (745/1049) 2023-07-13T14:16:13.5669860Z Receiving objects: 72% (756/1049) 2023-07-13T14:16:13.5672596Z Receiving objects: 73% (766/1049) 2023-07-13T14:16:13.5676811Z Receiving objects: 74% (777/1049) 2023-07-13T14:16:13.5678944Z Receiving objects: 75% (787/1049) 2023-07-13T14:16:13.5680153Z Receiving objects: 76% (798/1049) 2023-07-13T14:16:13.5681972Z Receiving objects: 77% (808/1049) 2023-07-13T14:16:13.5683500Z Receiving objects: 78% (819/1049) 2023-07-13T14:16:13.5684454Z Receiving objects: 79% (829/1049) 2023-07-13T14:16:13.5684911Z Receiving objects: 80% (840/1049) 2023-07-13T14:16:13.5685333Z Receiving objects: 81% (850/1049) 2023-07-13T14:16:13.5685543Z Receiving objects: 82% (861/1049) 2023-07-13T14:16:13.5686514Z Receiving objects: 83% (871/1049) 2023-07-13T14:16:13.5688349Z Receiving objects: 84% (882/1049) 2023-07-13T14:16:13.5689371Z Receiving objects: 85% (892/1049) 2023-07-13T14:16:13.5690631Z Receiving objects: 86% (903/1049) 2023-07-13T14:16:13.5691157Z Receiving objects: 87% (913/1049) 2023-07-13T14:16:13.5691450Z Receiving objects: 88% (924/1049) 2023-07-13T14:16:13.5691659Z Receiving objects: 89% (934/1049) 2023-07-13T14:16:13.5692153Z Receiving objects: 90% (945/1049) 2023-07-13T14:16:13.5693203Z Receiving objects: 91% (955/1049) 2023-07-13T14:16:13.5693941Z Receiving objects: 92% (966/1049) 2023-07-13T14:16:13.5694432Z Receiving objects: 93% (976/1049) 2023-07-13T14:16:13.5701017Z Receiving objects: 94% (987/1049) 2023-07-13T14:16:13.5704384Z Receiving objects: 95% (997/1049) 2023-07-13T14:16:13.5710016Z Receiving objects: 96% (1008/1049) 2023-07-13T14:16:13.5718627Z Receiving objects: 97% (1018/1049) 2023-07-13T14:16:13.5722224Z Receiving objects: 98% (1029/1049) 2023-07-13T14:16:13.5744106Z Receiving objects: 99% (1039/1049) 2023-07-13T14:16:13.5744542Z remote: Total 1049 (delta 176), reused 604 (delta 91), pack-reused 0 2023-07-13T14:16:13.5758162Z Receiving objects: 100% (1049/1049) 2023-07-13T14:16:13.5758401Z Receiving objects: 100% (1049/1049), 1.42 MiB | 30.86 MiB/s, done. 2023-07-13T14:16:13.5761999Z Resolving deltas: 0% (0/176) 2023-07-13T14:16:13.5762569Z Resolving deltas: 1% (2/176) 2023-07-13T14:16:13.5763168Z Resolving deltas: 2% (4/176) 2023-07-13T14:16:13.5763593Z Resolving deltas: 3% (6/176) 2023-07-13T14:16:13.5764747Z Resolving deltas: 6% (11/176) 2023-07-13T14:16:13.5765300Z Resolving deltas: 7% (13/176) 2023-07-13T14:16:13.5765761Z Resolving deltas: 8% (15/176) 2023-07-13T14:16:13.5765962Z Resolving deltas: 9% (16/176) 2023-07-13T14:16:13.5766775Z Resolving deltas: 10% (18/176) 2023-07-13T14:16:13.5767316Z Resolving deltas: 11% (20/176) 2023-07-13T14:16:13.5767713Z Resolving deltas: 12% (22/176) 2023-07-13T14:16:13.5769247Z Resolving deltas: 13% (23/176) 2023-07-13T14:16:13.5769674Z Resolving deltas: 14% (26/176) 2023-07-13T14:16:13.5769883Z Resolving deltas: 15% (27/176) 2023-07-13T14:16:13.5770137Z Resolving deltas: 17% (31/176) 2023-07-13T14:16:13.5770327Z Resolving deltas: 18% (32/176) 2023-07-13T14:16:13.5770601Z Resolving deltas: 19% (34/176) 2023-07-13T14:16:13.5771328Z Resolving deltas: 20% (36/176) 2023-07-13T14:16:13.5772267Z Resolving deltas: 21% (37/176) 2023-07-13T14:16:13.5772624Z Resolving deltas: 22% (39/176) 2023-07-13T14:16:13.5772990Z Resolving deltas: 23% (41/176) 2023-07-13T14:16:13.5773247Z Resolving deltas: 24% (43/176) 2023-07-13T14:16:13.5773837Z Resolving deltas: 25% (44/176) 2023-07-13T14:16:13.5776880Z Resolving deltas: 26% (46/176) 2023-07-13T14:16:13.5777361Z Resolving deltas: 27% (49/176) 2023-07-13T14:16:13.5786659Z Resolving deltas: 28% (51/176) 2023-07-13T14:16:13.5787506Z Resolving deltas: 30% (53/176) 2023-07-13T14:16:13.5787961Z Resolving deltas: 31% (55/176) 2023-07-13T14:16:13.5791547Z Resolving deltas: 32% (57/176) 2023-07-13T14:16:13.5792402Z Resolving deltas: 34% (60/176) 2023-07-13T14:16:13.5792988Z Resolving deltas: 35% (62/176) 2023-07-13T14:16:13.5793439Z Resolving deltas: 36% (64/176) 2023-07-13T14:16:13.5793872Z Resolving deltas: 37% (66/176) 2023-07-13T14:16:13.5794207Z Resolving deltas: 38% (67/176) 2023-07-13T14:16:13.5794608Z Resolving deltas: 39% (69/176) 2023-07-13T14:16:13.5794866Z Resolving deltas: 40% (72/176) 2023-07-13T14:16:13.5795107Z Resolving deltas: 41% (73/176) 2023-07-13T14:16:13.5795334Z Resolving deltas: 42% (74/176) 2023-07-13T14:16:13.5795576Z Resolving deltas: 43% (77/176) 2023-07-13T14:16:13.5795894Z Resolving deltas: 44% (78/176) 2023-07-13T14:16:13.5796126Z Resolving deltas: 46% (81/176) 2023-07-13T14:16:13.5796526Z Resolving deltas: 47% (83/176) 2023-07-13T14:16:13.5796779Z Resolving deltas: 48% (85/176) 2023-07-13T14:16:13.5797018Z Resolving deltas: 49% (87/176) 2023-07-13T14:16:13.5797260Z Resolving deltas: 50% (88/176) 2023-07-13T14:16:13.5797499Z Resolving deltas: 51% (91/176) 2023-07-13T14:16:13.5797728Z Resolving deltas: 52% (92/176) 2023-07-13T14:16:13.5798112Z Resolving deltas: 53% (95/176) 2023-07-13T14:16:13.5798425Z Resolving deltas: 54% (96/176) 2023-07-13T14:16:13.5798656Z Resolving deltas: 55% (97/176) 2023-07-13T14:16:13.5798897Z Resolving deltas: 56% (99/176) 2023-07-13T14:16:13.5799143Z Resolving deltas: 57% (101/176) 2023-07-13T14:16:13.5799560Z Resolving deltas: 59% (105/176) 2023-07-13T14:16:13.5799815Z Resolving deltas: 61% (109/176) 2023-07-13T14:16:13.5800061Z Resolving deltas: 62% (110/176) 2023-07-13T14:16:13.5800337Z Resolving deltas: 63% (111/176) 2023-07-13T14:16:13.5800585Z Resolving deltas: 64% (113/176) 2023-07-13T14:16:13.5800864Z Resolving deltas: 65% (115/176) 2023-07-13T14:16:13.5801209Z Resolving deltas: 67% (119/176) 2023-07-13T14:16:13.5801444Z Resolving deltas: 68% (120/176) 2023-07-13T14:16:13.5801795Z Resolving deltas: 69% (122/176) 2023-07-13T14:16:13.5802045Z Resolving deltas: 71% (126/176) 2023-07-13T14:16:13.5802276Z Resolving deltas: 72% (127/176) 2023-07-13T14:16:13.5802518Z Resolving deltas: 73% (129/176) 2023-07-13T14:16:13.5802848Z Resolving deltas: 74% (131/176) 2023-07-13T14:16:13.5803079Z Resolving deltas: 76% (134/176) 2023-07-13T14:16:13.5803321Z Resolving deltas: 77% (136/176) 2023-07-13T14:16:13.5803564Z Resolving deltas: 78% (138/176) 2023-07-13T14:16:13.5803792Z Resolving deltas: 79% (140/176) 2023-07-13T14:16:13.5804035Z Resolving deltas: 80% (141/176) 2023-07-13T14:16:13.5804306Z Resolving deltas: 81% (143/176) 2023-07-13T14:16:13.5804728Z Resolving deltas: 82% (146/176) 2023-07-13T14:16:13.5805160Z Resolving deltas: 83% (147/176) 2023-07-13T14:16:13.5805588Z Resolving deltas: 84% (148/176) 2023-07-13T14:16:13.5806212Z Resolving deltas: 85% (150/176) 2023-07-13T14:16:13.5806666Z Resolving deltas: 87% (154/176) 2023-07-13T14:16:13.5807127Z Resolving deltas: 88% (155/176) 2023-07-13T14:16:13.5807591Z Resolving deltas: 89% (157/176) 2023-07-13T14:16:13.5808022Z Resolving deltas: 91% (161/176) 2023-07-13T14:16:13.5808474Z Resolving deltas: 92% (162/176) 2023-07-13T14:16:13.5808924Z Resolving deltas: 93% (164/176) 2023-07-13T14:16:13.5809344Z Resolving deltas: 94% (166/176) 2023-07-13T14:16:13.5809805Z Resolving deltas: 96% (169/176) 2023-07-13T14:16:13.5810248Z Resolving deltas: 97% (171/176) 2023-07-13T14:16:13.5811021Z Resolving deltas: 98% (173/176) 2023-07-13T14:16:13.5811542Z Resolving deltas: 99% (175/176) 2023-07-13T14:16:13.5812202Z Resolving deltas: 100% (176/176) 2023-07-13T14:16:13.5812423Z Resolving deltas: 100% (176/176), done. 2023-07-13T14:16:13.6071648Z From https://github.com/pytorch/test-infra 2023-07-13T14:16:13.6072093Z * [new branch] main -> origin/main 2023-07-13T14:16:13.6090225Z ##[endgroup] 2023-07-13T14:16:13.6090607Z ##[group]Determining the checkout info 2023-07-13T14:16:13.6092812Z ##[endgroup] 2023-07-13T14:16:13.6093395Z ##[group]Checking out the ref 2023-07-13T14:16:13.6097926Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2023-07-13T14:16:13.6551964Z Switched to a new branch 'main' 2023-07-13T14:16:13.6552570Z branch 'main' set up to track 'origin/main'. 2023-07-13T14:16:13.6556147Z ##[endgroup] 2023-07-13T14:16:13.6556531Z ##[group]Setting up auth for fetching submodules 2023-07-13T14:16:13.6560345Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:13.6611241Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-07-13T14:16:13.6637173Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-07-13T14:16:13.6663385Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-07-13T14:16:13.6688632Z ##[endgroup] 2023-07-13T14:16:13.6689172Z ##[group]Fetching submodules 2023-07-13T14:16:13.6691149Z [command]/usr/bin/git submodule sync --recursive 2023-07-13T14:16:13.6940734Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-07-13T14:16:13.7196670Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-07-13T14:16:13.7438494Z ##[endgroup] 2023-07-13T14:16:13.7438887Z ##[group]Persisting credentials for submodules 2023-07-13T14:16:13.7444323Z [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:13.7687066Z [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:13.7930981Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-07-13T14:16:13.8176396Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-07-13T14:16:13.8413518Z ##[endgroup] 2023-07-13T14:16:13.8444255Z [command]/usr/bin/git log -1 --format='%H' 2023-07-13T14:16:13.8467251Z 'f1766167e55a3952a5eef0755a94cc78aaabbdc2' 2023-07-13T14:16:13.8687939Z Prepare all required actions 2023-07-13T14:16:13.8688274Z Getting action download info 2023-07-13T14:16:14.0058834Z Download action repository 'pytorch/test-infra@main' (SHA:f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:14.2825908Z Getting action download info 2023-07-13T14:16:14.4032800Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-07-13T14:16:14.5614163Z ##[group]Run ./test-infra/.github/actions/setup-linux 2023-07-13T14:16:14.5614418Z env: 2023-07-13T14:16:14.5614627Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.5614844Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.5615043Z PR_NUMBER: 306 2023-07-13T14:16:14.5616689Z 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.8" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:14.5618510Z ##[endgroup] 2023-07-13T14:16:14.5793877Z ##[group]Run set -euo pipefail 2023-07-13T14:16:14.5794102Z set -euo pipefail 2023-07-13T14:16:14.5794306Z function get_ec2_metadata() { 2023-07-13T14:16:14.5794548Z  # Pulled from instance metadata endpoint for EC2 2023-07-13T14:16:14.5795000Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-07-13T14:16:14.5795296Z  category=$1 2023-07-13T14:16:14.5795531Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-07-13T14:16:14.5795838Z } 2023-07-13T14:16:14.5796027Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-07-13T14:16:14.5796456Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-07-13T14:16:14.5796761Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-07-13T14:16:14.5797010Z echo "system info $(uname -a)" 2023-07-13T14:16:14.5809504Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:14.5809732Z env: 2023-07-13T14:16:14.5809923Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.5810154Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.5810352Z PR_NUMBER: 306 2023-07-13T14:16:14.5812012Z 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.8" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:14.5813675Z ##[endgroup] 2023-07-13T14:16:14.5896668Z ami-id: ami-096198a0bccc6bad4 2023-07-13T14:16:14.5953048Z instance-id: i-0677dec282366b753 2023-07-13T14:16:14.6002043Z instance-type: c5.12xlarge 2023-07-13T14:16:14.6008590Z system info Linux ip-10-0-5-192.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:14.6030684Z ##[group]Run if systemctl is-active --quiet docker; then 2023-07-13T14:16:14.6030971Z if systemctl is-active --quiet docker; then 2023-07-13T14:16:14.6031337Z  echo "Docker daemon is running..."; 2023-07-13T14:16:14.6031535Z else 2023-07-13T14:16:14.6031749Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-07-13T14:16:14.6031969Z fi 2023-07-13T14:16:14.6042359Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:14.6042555Z env: 2023-07-13T14:16:14.6042753Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.6042971Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.6043147Z PR_NUMBER: 306 2023-07-13T14:16:14.6044656Z 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.8" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:14.6046902Z ##[endgroup] 2023-07-13T14:16:14.6085893Z Docker daemon is running... 2023-07-13T14:16:14.6102375Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-13T14:16:14.6102714Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-13T14:16:14.6102991Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:14.6103395Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-07-13T14:16:14.6103828Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-07-13T14:16:14.6112952Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:14.6113161Z env: 2023-07-13T14:16:14.6113352Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.6113552Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.6113735Z PR_NUMBER: 306 2023-07-13T14:16:14.6115211Z 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.8" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:14.6117241Z AWS_RETRY_MODE: standard 2023-07-13T14:16:14.6117424Z AWS_MAX_ATTEMPTS: 5 2023-07-13T14:16:14.6117625Z AWS_DEFAULT_REGION: us-east-1 2023-07-13T14:16:14.6117826Z ##[endgroup] 2023-07-13T14:16:15.3042736Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2023-07-13T14:16:15.3043117Z Configure a credential helper to remove this warning. See 2023-07-13T14:16:15.3043861Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-07-13T14:16:15.3044176Z 2023-07-13T14:16:15.3044295Z Login Succeeded 2023-07-13T14:16:15.3073878Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:15.3074330Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:15.3074619Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:15.3085849Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:15.3086408Z env: 2023-07-13T14:16:15.3086617Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.3086851Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.3087038Z PR_NUMBER: 306 2023-07-13T14:16:15.3088789Z 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.8" 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.3090528Z ##[endgroup] 2023-07-13T14:16:15.3150651Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-13T14:16:15.3150935Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-13T14:16:15.3151174Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2023-07-13T14:16:15.3151432Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:15.3151805Z  2023-07-13T14:16:15.3152029Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2023-07-13T14:16:15.3152305Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2023-07-13T14:16:15.3152583Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:15.3152805Z  2023-07-13T14:16:15.3153003Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2023-07-13T14:16:15.3153231Z mkdir -p "${RUNNER_DOCS_DIR}" 2023-07-13T14:16:15.3153467Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:15.3163323Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:15.3163549Z env: 2023-07-13T14:16:15.3163747Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.3163982Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.3164184Z PR_NUMBER: 306 2023-07-13T14:16:15.3165799Z 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.8" 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.3167781Z ##[endgroup] 2023-07-13T14:16:15.3231433Z ##[group]Run needs=0 2023-07-13T14:16:15.3231621Z needs=0 2023-07-13T14:16:15.3231860Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2023-07-13T14:16:15.3232082Z  needs=1 2023-07-13T14:16:15.3232256Z fi 2023-07-13T14:16:15.3232449Z echo "does=${needs}" >> $GITHUB_OUTPUT 2023-07-13T14:16:15.3242189Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:15.3242402Z env: 2023-07-13T14:16:15.3242608Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.3242838Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.3243024Z PR_NUMBER: 306 2023-07-13T14:16:15.3244762Z 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.8" 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.3246737Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:15.3247072Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:15.3247379Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:15.3247614Z ##[endgroup] 2023-07-13T14:16:15.3397812Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:16:15.3398143Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:16:15.3398405Z # shellcheck disable=SC2046 2023-07-13T14:16:15.3398642Z docker stop $(docker ps -q) || true 2023-07-13T14:16:15.3398873Z # Prune all of the docker images 2023-07-13T14:16:15.3399100Z docker system prune -af 2023-07-13T14:16:15.3408622Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:15.3408833Z env: 2023-07-13T14:16:15.3409038Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.3409268Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.3409457Z PR_NUMBER: 306 2023-07-13T14:16:15.3411066Z 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.8" 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.3412950Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:15.3413361Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:15.3413678Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:15.3413911Z ##[endgroup] 2023-07-13T14:16:15.3734018Z "docker stop" requires at least 1 argument. 2023-07-13T14:16:15.3734632Z See 'docker stop --help'. 2023-07-13T14:16:15.3734775Z 2023-07-13T14:16:15.3734959Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2023-07-13T14:16:15.3735136Z 2023-07-13T14:16:15.3735222Z Stop one or more running containers 2023-07-13T14:16:15.3910730Z Total reclaimed space: 0B 2023-07-13T14:16:15.3964275Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-07-13T14:16:15.3964488Z with: 2023-07-13T14:16:15.3965014Z github-secret: *** 2023-07-13T14:16:15.3965231Z activate-with-label: false 2023-07-13T14:16:15.3965437Z label: with-ssh 2023-07-13T14:16:15.3965625Z remove-existing-keys: true 2023-07-13T14:16:15.3965822Z env: 2023-07-13T14:16:15.3966025Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.3966381Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.3966586Z PR_NUMBER: 306 2023-07-13T14:16:15.3968248Z 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.8" 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.3970196Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:15.3970531Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:15.3970831Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:15.3971066Z ##[endgroup] 2023-07-13T14:16:15.4565655Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-07-13T14:16:17.7096688Z Grabbing public ssh keys from https://github.com/pytorchbot.keys 2023-07-13T14:16:17.8058658Z No SSH keys found for user pytorchbot 2023-07-13T14:16:17.8059132Z Grabbing public ssh keys from https://github.com/ezyang.keys 2023-07-13T14:16:17.9177970Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2023-07-13T14:16:17.9190737Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2023-07-13T14:16:17.9218647Z Login using: ssh ec2-user@ec2-35-175-106-147.compute-1.amazonaws.com 2023-07-13T14:16:17.9264155Z Prepare all required actions 2023-07-13T14:16:17.9312500Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2023-07-13T14:16:17.9312721Z with: 2023-07-13T14:16:17.9312928Z docker-image: pytorch/conda-builder:cpu 2023-07-13T14:16:17.9313136Z env: 2023-07-13T14:16:17.9313321Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:17.9313549Z REPOSITORY: pytorch/audio 2023-07-13T14:16:17.9313746Z PR_NUMBER: 306 2023-07-13T14:16:17.9315394Z 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.8" 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.9317295Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:17.9317630Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:17.9317942Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:17.9318175Z ##[endgroup] 2023-07-13T14:16:17.9331883Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:17.9332162Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:17.9332439Z # ignore output since only exit code is used for conditional 2023-07-13T14:16:17.9332734Z # only pull docker image if it's not available locally 2023-07-13T14:16:17.9333031Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-07-13T14:16:17.9333321Z  retry docker pull "${DOCKER_IMAGE}" 2023-07-13T14:16:17.9333524Z fi 2023-07-13T14:16:17.9344361Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:17.9344570Z env: 2023-07-13T14:16:17.9344784Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:17.9345013Z REPOSITORY: pytorch/audio 2023-07-13T14:16:17.9345200Z PR_NUMBER: 306 2023-07-13T14:16:17.9346897Z 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.8" 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.9348680Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:17.9349012Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:17.9349326Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:17.9349552Z ##[endgroup] 2023-07-13T14:16:18.1403921Z cpu: Pulling from pytorch/conda-builder 2023-07-13T14:16:18.1404549Z 2d473b07cdd5: Pulling fs layer 2023-07-13T14:16:18.1404748Z a8b26fd4c094: Pulling fs layer 2023-07-13T14:16:18.1404950Z 84c6cf1d6f59: Pulling fs layer 2023-07-13T14:16:18.1405150Z 61262e1bf819: Pulling fs layer 2023-07-13T14:16:18.1405338Z 4efc3c05171d: Pulling fs layer 2023-07-13T14:16:18.1405539Z ea9360dffc62: Pulling fs layer 2023-07-13T14:16:18.1405743Z 010e93ddf672: Pulling fs layer 2023-07-13T14:16:18.1405931Z 3fd52e1a53de: Pulling fs layer 2023-07-13T14:16:18.1406293Z 8ff5e07ece19: Pulling fs layer 2023-07-13T14:16:18.1406496Z 4f4fb700ef54: Pulling fs layer 2023-07-13T14:16:18.1406700Z 7b5bec086082: Pulling fs layer 2023-07-13T14:16:18.1406887Z d69607978f53: Pulling fs layer 2023-07-13T14:16:18.1407084Z c2194ff41419: Pulling fs layer 2023-07-13T14:16:18.1407283Z a6179e01f02a: Pulling fs layer 2023-07-13T14:16:18.1407466Z 9537185b9a27: Pulling fs layer 2023-07-13T14:16:18.1407676Z bab1df3a3158: Pulling fs layer 2023-07-13T14:16:18.1407878Z 5876cd757b6e: Pulling fs layer 2023-07-13T14:16:18.1408058Z 61262e1bf819: Waiting 2023-07-13T14:16:18.1408240Z 7b5bec086082: Waiting 2023-07-13T14:16:18.1408418Z 4efc3c05171d: Waiting 2023-07-13T14:16:18.1408579Z d69607978f53: Waiting 2023-07-13T14:16:18.1408757Z 8ff5e07ece19: Waiting 2023-07-13T14:16:18.1408933Z c2194ff41419: Waiting 2023-07-13T14:16:18.1409093Z 4f4fb700ef54: Waiting 2023-07-13T14:16:18.1409271Z ea9360dffc62: Waiting 2023-07-13T14:16:18.1409446Z a6179e01f02a: Waiting 2023-07-13T14:16:18.1409606Z 010e93ddf672: Waiting 2023-07-13T14:16:18.1409783Z 3fd52e1a53de: Waiting 2023-07-13T14:16:18.1409961Z bab1df3a3158: Waiting 2023-07-13T14:16:18.1410120Z 9537185b9a27: Waiting 2023-07-13T14:16:18.1410290Z 5876cd757b6e: Waiting 2023-07-13T14:16:18.1817003Z 84c6cf1d6f59: Verifying Checksum 2023-07-13T14:16:18.1817238Z 84c6cf1d6f59: Download complete 2023-07-13T14:16:18.2683146Z 61262e1bf819: Verifying Checksum 2023-07-13T14:16:18.2683611Z 61262e1bf819: Download complete 2023-07-13T14:16:18.3277622Z 4efc3c05171d: Download complete 2023-07-13T14:16:18.9211217Z 2d473b07cdd5: Verifying Checksum 2023-07-13T14:16:18.9211477Z 2d473b07cdd5: Download complete 2023-07-13T14:16:19.0188936Z 010e93ddf672: Verifying Checksum 2023-07-13T14:16:19.0189188Z 010e93ddf672: Download complete 2023-07-13T14:16:19.1291313Z a8b26fd4c094: Verifying Checksum 2023-07-13T14:16:19.1291621Z a8b26fd4c094: Download complete 2023-07-13T14:16:19.2430706Z 8ff5e07ece19: Verifying Checksum 2023-07-13T14:16:19.2431016Z 8ff5e07ece19: Download complete 2023-07-13T14:16:19.2799517Z 4f4fb700ef54: Verifying Checksum 2023-07-13T14:16:19.2799812Z 4f4fb700ef54: Download complete 2023-07-13T14:16:19.3730782Z ea9360dffc62: Verifying Checksum 2023-07-13T14:16:19.3731212Z ea9360dffc62: Download complete 2023-07-13T14:16:19.4136714Z 7b5bec086082: Verifying Checksum 2023-07-13T14:16:19.4137027Z 7b5bec086082: Download complete 2023-07-13T14:16:19.4154878Z d69607978f53: Download complete 2023-07-13T14:16:19.4617441Z a6179e01f02a: Download complete 2023-07-13T14:16:19.5760627Z 3fd52e1a53de: Verifying Checksum 2023-07-13T14:16:19.5761094Z 3fd52e1a53de: Download complete 2023-07-13T14:16:19.6159272Z bab1df3a3158: Download complete 2023-07-13T14:16:19.6359600Z 9537185b9a27: Download complete 2023-07-13T14:16:20.2752129Z 2d473b07cdd5: Pull complete 2023-07-13T14:16:21.5726646Z a8b26fd4c094: Pull complete 2023-07-13T14:16:21.6911815Z 84c6cf1d6f59: Pull complete 2023-07-13T14:16:21.8925130Z 61262e1bf819: Pull complete 2023-07-13T14:16:22.0204840Z 4efc3c05171d: Pull complete 2023-07-13T14:16:23.2185173Z c2194ff41419: Verifying Checksum 2023-07-13T14:16:23.2185471Z c2194ff41419: Download complete 2023-07-13T14:16:23.4539394Z ea9360dffc62: Pull complete 2023-07-13T14:16:23.6410209Z 010e93ddf672: Pull complete 2023-07-13T14:16:24.6574698Z 3fd52e1a53de: Pull complete 2023-07-13T14:16:24.8915701Z 5876cd757b6e: Verifying Checksum 2023-07-13T14:16:24.8916062Z 5876cd757b6e: Download complete 2023-07-13T14:16:24.8916298Z 8ff5e07ece19: Pull complete 2023-07-13T14:16:24.9857339Z 4f4fb700ef54: Pull complete 2023-07-13T14:16:25.1882616Z 7b5bec086082: Pull complete 2023-07-13T14:16:25.2901743Z d69607978f53: Pull complete 2023-07-13T14:16:30.9820768Z c2194ff41419: Pull complete 2023-07-13T14:16:31.2869124Z a6179e01f02a: Pull complete 2023-07-13T14:16:31.7957837Z 9537185b9a27: Pull complete 2023-07-13T14:16:32.4466337Z bab1df3a3158: Pull complete 2023-07-13T14:16:39.8742513Z 5876cd757b6e: Pull complete 2023-07-13T14:16:39.8828923Z Digest: sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-13T14:16:39.8868205Z Status: Downloaded newer image for pytorch/conda-builder:cpu 2023-07-13T14:16:39.8889138Z docker.io/pytorch/conda-builder:cpu 2023-07-13T14:16:39.8944399Z ##[group]Run actions/checkout@v3 2023-07-13T14:16:39.8944595Z with: 2023-07-13T14:16:39.8944762Z repository: pytorch/audio 2023-07-13T14:16:39.8944966Z ref: refs/pull/306/merge 2023-07-13T14:16:39.8945157Z path: pytorch/audio 2023-07-13T14:16:39.8945342Z fetch-depth: 1 2023-07-13T14:16:39.8945618Z token: *** 2023-07-13T14:16:39.8945792Z ssh-strict: true 2023-07-13T14:16:39.8945989Z persist-credentials: true 2023-07-13T14:16:39.8946167Z clean: true 2023-07-13T14:16:39.8946372Z sparse-checkout-cone-mode: true 2023-07-13T14:16:39.8946571Z lfs: false 2023-07-13T14:16:39.8946726Z submodules: false 2023-07-13T14:16:39.8946919Z set-safe-directory: true 2023-07-13T14:16:39.8947101Z env: 2023-07-13T14:16:39.8947283Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:39.8947502Z REPOSITORY: pytorch/audio 2023-07-13T14:16:39.8947691Z PR_NUMBER: 306 2023-07-13T14:16:39.8949291Z 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.8" 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.8951171Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:39.8951493Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:39.8951787Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:39.8952016Z ##[endgroup] 2023-07-13T14:16:39.9736886Z Syncing repository: pytorch/audio 2023-07-13T14:16:39.9745440Z ##[group]Getting Git version info 2023-07-13T14:16:39.9746117Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio' 2023-07-13T14:16:39.9766322Z [command]/usr/bin/git version 2023-07-13T14:16:39.9799827Z git version 2.40.1 2023-07-13T14:16:39.9823171Z ##[endgroup] 2023-07-13T14:16:39.9831809Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d892be33-bbf0-4e63-90dc-5a8f738c4dac' before making global git config changes 2023-07-13T14:16:39.9832263Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:16:39.9836673Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:16:39.9864094Z ##[group]Initializing the repository 2023-07-13T14:16:39.9866484Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:16:39.9892991Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-13T14:16:39.9893379Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-13T14:16:39.9893733Z hint: of your new repositories, which will suppress this warning, call: 2023-07-13T14:16:39.9894237Z hint: 2023-07-13T14:16:39.9894519Z hint: git config --global init.defaultBranch 2023-07-13T14:16:39.9894745Z hint: 2023-07-13T14:16:39.9896305Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-13T14:16:39.9898630Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-13T14:16:39.9899110Z hint: 2023-07-13T14:16:39.9899535Z hint: git branch -m 2023-07-13T14:16:39.9900072Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-07-13T14:16:39.9900878Z [command]/usr/bin/git remote add origin https://github.com/pytorch/audio 2023-07-13T14:16:39.9925971Z ##[endgroup] 2023-07-13T14:16:39.9926536Z ##[group]Disabling automatic garbage collection 2023-07-13T14:16:39.9929088Z [command]/usr/bin/git config --local gc.auto 0 2023-07-13T14:16:39.9953264Z ##[endgroup] 2023-07-13T14:16:39.9953676Z ##[group]Setting up auth 2023-07-13T14:16:39.9957094Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:16:39.9982711Z [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:40.0227499Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:16:40.0250541Z [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:40.0487922Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:40.0524157Z ##[endgroup] 2023-07-13T14:16:40.0524720Z ##[group]Fetching the repository 2023-07-13T14:16:40.0531023Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/306/merge:refs/remotes/pull/306/merge 2023-07-13T14:16:40.3010511Z remote: Enumerating objects: 985, done. 2023-07-13T14:16:40.3010909Z remote: Counting objects: 0% (1/985) 2023-07-13T14:16:40.3011470Z remote: Counting objects: 1% (10/985) 2023-07-13T14:16:40.3011868Z remote: Counting objects: 2% (20/985) 2023-07-13T14:16:40.3012113Z remote: Counting objects: 3% (30/985) 2023-07-13T14:16:40.3012394Z remote: Counting objects: 4% (40/985) 2023-07-13T14:16:40.3012734Z remote: Counting objects: 5% (50/985) 2023-07-13T14:16:40.3013166Z remote: Counting objects: 6% (60/985) 2023-07-13T14:16:40.3013579Z remote: Counting objects: 7% (69/985) 2023-07-13T14:16:40.3013976Z remote: Counting objects: 8% (79/985) 2023-07-13T14:16:40.3014214Z remote: Counting objects: 9% (89/985) 2023-07-13T14:16:40.3014449Z remote: Counting objects: 10% (99/985) 2023-07-13T14:16:40.3014689Z remote: Counting objects: 11% (109/985) 2023-07-13T14:16:40.3014929Z remote: Counting objects: 12% (119/985) 2023-07-13T14:16:40.3015165Z remote: Counting objects: 13% (129/985) 2023-07-13T14:16:40.3015388Z remote: Counting objects: 14% (138/985) 2023-07-13T14:16:40.3015627Z remote: Counting objects: 15% (148/985) 2023-07-13T14:16:40.3015864Z remote: Counting objects: 16% (158/985) 2023-07-13T14:16:40.3016084Z remote: Counting objects: 17% (168/985) 2023-07-13T14:16:40.3016315Z remote: Counting objects: 18% (178/985) 2023-07-13T14:16:40.3016550Z remote: Counting objects: 19% (188/985) 2023-07-13T14:16:40.3016783Z remote: Counting objects: 20% (197/985) 2023-07-13T14:16:40.3017006Z remote: Counting objects: 21% (207/985) 2023-07-13T14:16:40.3017237Z remote: Counting objects: 22% (217/985) 2023-07-13T14:16:40.3017467Z remote: Counting objects: 23% (227/985) 2023-07-13T14:16:40.3017864Z remote: Counting objects: 24% (237/985) 2023-07-13T14:16:40.3018102Z remote: Counting objects: 25% (247/985) 2023-07-13T14:16:40.3018395Z remote: Counting objects: 26% (257/985) 2023-07-13T14:16:40.3018617Z remote: Counting objects: 27% (266/985) 2023-07-13T14:16:40.3018854Z remote: Counting objects: 28% (276/985) 2023-07-13T14:16:40.3019085Z remote: Counting objects: 29% (286/985) 2023-07-13T14:16:40.3019301Z remote: Counting objects: 30% (296/985) 2023-07-13T14:16:40.3019559Z remote: Counting objects: 31% (306/985) 2023-07-13T14:16:40.3019978Z remote: Counting objects: 32% (316/985) 2023-07-13T14:16:40.3020404Z remote: Counting objects: 33% (326/985) 2023-07-13T14:16:40.3020827Z remote: Counting objects: 34% (335/985) 2023-07-13T14:16:40.3021195Z remote: Counting objects: 35% (345/985) 2023-07-13T14:16:40.3021424Z remote: Counting objects: 36% (355/985) 2023-07-13T14:16:40.3021642Z remote: Counting objects: 37% (365/985) 2023-07-13T14:16:40.3021929Z remote: Counting objects: 38% (375/985) 2023-07-13T14:16:40.3022356Z remote: Counting objects: 39% (385/985) 2023-07-13T14:16:40.3022778Z remote: Counting objects: 40% (394/985) 2023-07-13T14:16:40.3023276Z remote: Counting objects: 41% (404/985) 2023-07-13T14:16:40.3023720Z remote: Counting objects: 42% (414/985) 2023-07-13T14:16:40.3024049Z remote: Counting objects: 43% (424/985) 2023-07-13T14:16:40.3024324Z remote: Counting objects: 44% (434/985) 2023-07-13T14:16:40.3024727Z remote: Counting objects: 45% (444/985) 2023-07-13T14:16:40.3025166Z remote: Counting objects: 46% (454/985) 2023-07-13T14:16:40.3025473Z remote: Counting objects: 47% (463/985) 2023-07-13T14:16:40.3025702Z remote: Counting objects: 48% (473/985) 2023-07-13T14:16:40.3025992Z remote: Counting objects: 49% (483/985) 2023-07-13T14:16:40.3026402Z remote: Counting objects: 50% (493/985) 2023-07-13T14:16:40.3026838Z remote: Counting objects: 51% (503/985) 2023-07-13T14:16:40.3027072Z remote: Counting objects: 52% (513/985) 2023-07-13T14:16:40.3027319Z remote: Counting objects: 53% (523/985) 2023-07-13T14:16:40.3027567Z remote: Counting objects: 54% (532/985) 2023-07-13T14:16:40.3027959Z remote: Counting objects: 55% (542/985) 2023-07-13T14:16:40.3028399Z remote: Counting objects: 56% (552/985) 2023-07-13T14:16:40.3028725Z remote: Counting objects: 57% (562/985) 2023-07-13T14:16:40.3029124Z remote: Counting objects: 58% (572/985) 2023-07-13T14:16:40.3029568Z remote: Counting objects: 59% (582/985) 2023-07-13T14:16:40.3029825Z remote: Counting objects: 60% (591/985) 2023-07-13T14:16:40.3030051Z remote: Counting objects: 61% (601/985) 2023-07-13T14:16:40.3030280Z remote: Counting objects: 62% (611/985) 2023-07-13T14:16:40.3030507Z remote: Counting objects: 63% (621/985) 2023-07-13T14:16:40.3030726Z remote: Counting objects: 64% (631/985) 2023-07-13T14:16:40.3030951Z remote: Counting objects: 65% (641/985) 2023-07-13T14:16:40.3031178Z remote: Counting objects: 66% (651/985) 2023-07-13T14:16:40.3031397Z remote: Counting objects: 67% (660/985) 2023-07-13T14:16:40.3031628Z remote: Counting objects: 68% (670/985) 2023-07-13T14:16:40.3031857Z remote: Counting objects: 69% (680/985) 2023-07-13T14:16:40.3032071Z remote: Counting objects: 70% (690/985) 2023-07-13T14:16:40.3032299Z remote: Counting objects: 71% (700/985) 2023-07-13T14:16:40.3032526Z remote: Counting objects: 72% (710/985) 2023-07-13T14:16:40.3032739Z remote: Counting objects: 73% (720/985) 2023-07-13T14:16:40.3032967Z remote: Counting objects: 74% (729/985) 2023-07-13T14:16:40.3033193Z remote: Counting objects: 75% (739/985) 2023-07-13T14:16:40.3033420Z remote: Counting objects: 76% (749/985) 2023-07-13T14:16:40.3033709Z remote: Counting objects: 77% (759/985) 2023-07-13T14:16:40.3033936Z remote: Counting objects: 78% (769/985) 2023-07-13T14:16:40.3034163Z remote: Counting objects: 79% (779/985) 2023-07-13T14:16:40.3034378Z remote: Counting objects: 80% (788/985) 2023-07-13T14:16:40.3034617Z remote: Counting objects: 81% (798/985) 2023-07-13T14:16:40.3034847Z remote: Counting objects: 82% (808/985) 2023-07-13T14:16:40.3035060Z remote: Counting objects: 83% (818/985) 2023-07-13T14:16:40.3035290Z remote: Counting objects: 84% (828/985) 2023-07-13T14:16:40.3035524Z remote: Counting objects: 85% (838/985) 2023-07-13T14:16:40.3035739Z remote: Counting objects: 86% (848/985) 2023-07-13T14:16:40.3036060Z remote: Counting objects: 87% (857/985) 2023-07-13T14:16:40.3036292Z remote: Counting objects: 88% (867/985) 2023-07-13T14:16:40.3036524Z remote: Counting objects: 89% (877/985) 2023-07-13T14:16:40.3036745Z remote: Counting objects: 90% (887/985) 2023-07-13T14:16:40.3036976Z remote: Counting objects: 91% (897/985) 2023-07-13T14:16:40.3037209Z remote: Counting objects: 92% (907/985) 2023-07-13T14:16:40.3037437Z remote: Counting objects: 93% (917/985) 2023-07-13T14:16:40.3037751Z remote: Counting objects: 94% (926/985) 2023-07-13T14:16:40.3037983Z remote: Counting objects: 95% (936/985) 2023-07-13T14:16:40.3038199Z remote: Counting objects: 96% (946/985) 2023-07-13T14:16:40.3038494Z remote: Counting objects: 97% (956/985) 2023-07-13T14:16:40.3038938Z remote: Counting objects: 98% (966/985) 2023-07-13T14:16:40.3039316Z remote: Counting objects: 99% (976/985) 2023-07-13T14:16:40.3039530Z remote: Counting objects: 100% (985/985) 2023-07-13T14:16:40.3039769Z remote: Counting objects: 100% (985/985), done. 2023-07-13T14:16:40.3040029Z remote: Compressing objects: 0% (1/855) 2023-07-13T14:16:40.3050053Z remote: Compressing objects: 1% (9/855) 2023-07-13T14:16:40.3064427Z remote: Compressing objects: 2% (18/855) 2023-07-13T14:16:40.3080076Z remote: Compressing objects: 3% (26/855) 2023-07-13T14:16:40.3084157Z remote: Compressing objects: 4% (35/855) 2023-07-13T14:16:40.3085343Z remote: Compressing objects: 5% (43/855) 2023-07-13T14:16:40.3089367Z remote: Compressing objects: 6% (52/855) 2023-07-13T14:16:40.3120196Z remote: Compressing objects: 7% (60/855) 2023-07-13T14:16:40.3132487Z remote: Compressing objects: 8% (69/855) 2023-07-13T14:16:40.3164005Z remote: Compressing objects: 9% (77/855) 2023-07-13T14:16:40.3188116Z remote: Compressing objects: 10% (86/855) 2023-07-13T14:16:40.3216080Z remote: Compressing objects: 11% (95/855) 2023-07-13T14:16:40.3218205Z remote: Compressing objects: 12% (103/855) 2023-07-13T14:16:40.3232755Z remote: Compressing objects: 13% (112/855) 2023-07-13T14:16:40.3237536Z remote: Compressing objects: 14% (120/855) 2023-07-13T14:16:40.3240258Z remote: Compressing objects: 15% (129/855) 2023-07-13T14:16:40.3265416Z remote: Compressing objects: 16% (137/855) 2023-07-13T14:16:40.3283096Z remote: Compressing objects: 17% (146/855) 2023-07-13T14:16:40.3329155Z remote: Compressing objects: 18% (154/855) 2023-07-13T14:16:40.3350940Z remote: Compressing objects: 19% (163/855) 2023-07-13T14:16:40.3366691Z remote: Compressing objects: 20% (171/855) 2023-07-13T14:16:40.3383679Z remote: Compressing objects: 21% (180/855) 2023-07-13T14:16:40.3400955Z remote: Compressing objects: 22% (189/855) 2023-07-13T14:16:40.3438046Z remote: Compressing objects: 23% (197/855) 2023-07-13T14:16:40.3438569Z remote: Compressing objects: 24% (206/855) 2023-07-13T14:16:40.3478693Z remote: Compressing objects: 25% (214/855) 2023-07-13T14:16:40.3537724Z remote: Compressing objects: 26% (223/855) 2023-07-13T14:16:40.3573957Z remote: Compressing objects: 27% (231/855) 2023-07-13T14:16:40.3629076Z remote: Compressing objects: 28% (240/855) 2023-07-13T14:16:40.3629585Z remote: Compressing objects: 29% (248/855) 2023-07-13T14:16:40.3650010Z remote: Compressing objects: 30% (257/855) 2023-07-13T14:16:40.3675509Z remote: Compressing objects: 31% (266/855) 2023-07-13T14:16:40.3720269Z remote: Compressing objects: 32% (274/855) 2023-07-13T14:16:40.3752261Z remote: Compressing objects: 33% (283/855) 2023-07-13T14:16:40.3796886Z remote: Compressing objects: 34% (291/855) 2023-07-13T14:16:40.3875634Z remote: Compressing objects: 35% (300/855) 2023-07-13T14:16:40.3895747Z remote: Compressing objects: 36% (308/855) 2023-07-13T14:16:40.3979738Z remote: Compressing objects: 37% (317/855) 2023-07-13T14:16:40.4074794Z remote: Compressing objects: 38% (325/855) 2023-07-13T14:16:40.4185413Z remote: Compressing objects: 39% (334/855) 2023-07-13T14:16:40.4246786Z remote: Compressing objects: 40% (342/855) 2023-07-13T14:16:40.4278483Z remote: Compressing objects: 41% (351/855) 2023-07-13T14:16:40.4285303Z remote: Compressing objects: 42% (360/855) 2023-07-13T14:16:40.4316066Z remote: Compressing objects: 43% (368/855) 2023-07-13T14:16:40.4351170Z remote: Compressing objects: 44% (377/855) 2023-07-13T14:16:40.4369601Z remote: Compressing objects: 45% (385/855) 2023-07-13T14:16:40.4370114Z remote: Compressing objects: 46% (394/855) 2023-07-13T14:16:40.4370449Z remote: Compressing objects: 47% (402/855) 2023-07-13T14:16:40.4372388Z remote: Compressing objects: 48% (411/855) 2023-07-13T14:16:40.4376295Z remote: Compressing objects: 49% (419/855) 2023-07-13T14:16:40.4391304Z remote: Compressing objects: 50% (428/855) 2023-07-13T14:16:40.4415671Z remote: Compressing objects: 51% (437/855) 2023-07-13T14:16:40.4423197Z remote: Compressing objects: 52% (445/855) 2023-07-13T14:16:40.4453183Z remote: Compressing objects: 53% (454/855) 2023-07-13T14:16:40.4453693Z remote: Compressing objects: 54% (462/855) 2023-07-13T14:16:40.4454129Z remote: Compressing objects: 55% (471/855) 2023-07-13T14:16:40.4454393Z remote: Compressing objects: 56% (479/855) 2023-07-13T14:16:40.4482637Z remote: Compressing objects: 57% (488/855) 2023-07-13T14:16:40.4483387Z remote: Compressing objects: 58% (496/855) 2023-07-13T14:16:40.4503936Z remote: Compressing objects: 59% (505/855) 2023-07-13T14:16:40.4525121Z remote: Compressing objects: 60% (513/855) 2023-07-13T14:16:40.4564447Z remote: Compressing objects: 61% (522/855) 2023-07-13T14:16:40.4571555Z remote: Compressing objects: 62% (531/855) 2023-07-13T14:16:40.4571991Z remote: Compressing objects: 63% (539/855) 2023-07-13T14:16:40.4576847Z remote: Compressing objects: 64% (548/855) 2023-07-13T14:16:40.4608924Z remote: Compressing objects: 65% (556/855) 2023-07-13T14:16:40.4624670Z remote: Compressing objects: 66% (565/855) 2023-07-13T14:16:40.4625179Z remote: Compressing objects: 67% (573/855) 2023-07-13T14:16:40.4627675Z remote: Compressing objects: 68% (582/855) 2023-07-13T14:16:40.4628850Z remote: Compressing objects: 69% (590/855) 2023-07-13T14:16:40.4667543Z remote: Compressing objects: 70% (599/855) 2023-07-13T14:16:40.4667940Z remote: Compressing objects: 71% (608/855) 2023-07-13T14:16:40.4668203Z remote: Compressing objects: 72% (616/855) 2023-07-13T14:16:40.4783774Z remote: Compressing objects: 73% (625/855) 2023-07-13T14:16:40.4784572Z remote: Compressing objects: 74% (633/855) 2023-07-13T14:16:40.4791529Z remote: Compressing objects: 75% (642/855) 2023-07-13T14:16:40.4798031Z remote: Compressing objects: 76% (650/855) 2023-07-13T14:16:40.4802168Z remote: Compressing objects: 77% (659/855) 2023-07-13T14:16:40.4809397Z remote: Compressing objects: 78% (667/855) 2023-07-13T14:16:40.4820048Z remote: Compressing objects: 79% (676/855) 2023-07-13T14:16:40.4837718Z remote: Compressing objects: 80% (684/855) 2023-07-13T14:16:40.4838530Z remote: Compressing objects: 81% (693/855) 2023-07-13T14:16:40.4839249Z remote: Compressing objects: 82% (702/855) 2023-07-13T14:16:40.4839720Z remote: Compressing objects: 83% (710/855) 2023-07-13T14:16:40.4839968Z remote: Compressing objects: 84% (719/855) 2023-07-13T14:16:40.4840213Z remote: Compressing objects: 85% (727/855) 2023-07-13T14:16:40.4840449Z remote: Compressing objects: 86% (736/855) 2023-07-13T14:16:40.4840691Z remote: Compressing objects: 87% (744/855) 2023-07-13T14:16:40.4840935Z remote: Compressing objects: 88% (753/855) 2023-07-13T14:16:40.4842027Z remote: Compressing objects: 89% (761/855) 2023-07-13T14:16:40.4842284Z remote: Compressing objects: 90% (770/855) 2023-07-13T14:16:40.4843743Z remote: Compressing objects: 91% (779/855) 2023-07-13T14:16:40.4843989Z remote: Compressing objects: 92% (787/855) 2023-07-13T14:16:40.4845102Z remote: Compressing objects: 93% (796/855) 2023-07-13T14:16:40.4846441Z remote: Compressing objects: 94% (804/855) 2023-07-13T14:16:40.4846685Z remote: Compressing objects: 95% (813/855) 2023-07-13T14:16:40.4848271Z remote: Compressing objects: 96% (821/855) 2023-07-13T14:16:40.4848503Z remote: Compressing objects: 97% (830/855) 2023-07-13T14:16:40.4848747Z remote: Compressing objects: 98% (838/855) 2023-07-13T14:16:40.4848993Z remote: Compressing objects: 99% (847/855) 2023-07-13T14:16:40.4850239Z remote: Compressing objects: 100% (855/855) 2023-07-13T14:16:40.4850496Z remote: Compressing objects: 100% (855/855), done. 2023-07-13T14:16:40.4879739Z Receiving objects: 0% (1/985) 2023-07-13T14:16:40.4919494Z Receiving objects: 1% (10/985) 2023-07-13T14:16:40.4920557Z Receiving objects: 2% (20/985) 2023-07-13T14:16:40.4921985Z Receiving objects: 3% (30/985) 2023-07-13T14:16:40.4923348Z Receiving objects: 4% (40/985) 2023-07-13T14:16:40.4928703Z Receiving objects: 5% (50/985) 2023-07-13T14:16:40.4944492Z Receiving objects: 6% (60/985) 2023-07-13T14:16:40.4948339Z Receiving objects: 7% (69/985) 2023-07-13T14:16:40.4950392Z Receiving objects: 8% (79/985) 2023-07-13T14:16:40.5293039Z Receiving objects: 9% (89/985) 2023-07-13T14:16:40.5429005Z Receiving objects: 10% (99/985) 2023-07-13T14:16:40.5429363Z Receiving objects: 11% (109/985) 2023-07-13T14:16:40.5433189Z Receiving objects: 12% (119/985) 2023-07-13T14:16:40.5434268Z Receiving objects: 13% (129/985) 2023-07-13T14:16:40.5436549Z Receiving objects: 14% (138/985) 2023-07-13T14:16:40.5441146Z Receiving objects: 15% (148/985) 2023-07-13T14:16:40.5444195Z Receiving objects: 16% (158/985) 2023-07-13T14:16:40.5446475Z Receiving objects: 17% (168/985) 2023-07-13T14:16:40.5449519Z Receiving objects: 18% (178/985) 2023-07-13T14:16:40.5451025Z Receiving objects: 19% (188/985) 2023-07-13T14:16:40.5453379Z Receiving objects: 20% (197/985) 2023-07-13T14:16:40.5457041Z Receiving objects: 21% (207/985) 2023-07-13T14:16:40.5462693Z Receiving objects: 22% (217/985) 2023-07-13T14:16:40.5465215Z Receiving objects: 23% (227/985) 2023-07-13T14:16:40.5466323Z Receiving objects: 24% (237/985) 2023-07-13T14:16:40.5483607Z Receiving objects: 25% (247/985) 2023-07-13T14:16:40.5486856Z Receiving objects: 26% (257/985) 2023-07-13T14:16:40.5492263Z Receiving objects: 27% (266/985) 2023-07-13T14:16:40.5494677Z Receiving objects: 28% (276/985) 2023-07-13T14:16:40.5496134Z Receiving objects: 29% (286/985) 2023-07-13T14:16:40.5497487Z Receiving objects: 30% (296/985) 2023-07-13T14:16:40.5501185Z Receiving objects: 31% (306/985) 2023-07-13T14:16:40.5506640Z Receiving objects: 32% (316/985) 2023-07-13T14:16:40.5525354Z Receiving objects: 33% (326/985) 2023-07-13T14:16:40.5580522Z Receiving objects: 34% (335/985) 2023-07-13T14:16:40.5581961Z Receiving objects: 35% (345/985) 2023-07-13T14:16:40.5583415Z Receiving objects: 36% (355/985) 2023-07-13T14:16:40.5584824Z Receiving objects: 37% (365/985) 2023-07-13T14:16:40.5586565Z Receiving objects: 38% (375/985) 2023-07-13T14:16:40.5628332Z Receiving objects: 39% (385/985) 2023-07-13T14:16:40.5628679Z Receiving objects: 40% (394/985) 2023-07-13T14:16:40.5640105Z Receiving objects: 41% (404/985) 2023-07-13T14:16:40.5863246Z Receiving objects: 42% (414/985) 2023-07-13T14:16:40.6055208Z Receiving objects: 43% (424/985) 2023-07-13T14:16:40.6055585Z Receiving objects: 44% (434/985) 2023-07-13T14:16:40.6055814Z Receiving objects: 45% (444/985) 2023-07-13T14:16:40.6056134Z Receiving objects: 46% (454/985) 2023-07-13T14:16:40.6056944Z Receiving objects: 47% (463/985) 2023-07-13T14:16:40.6060937Z Receiving objects: 48% (473/985) 2023-07-13T14:16:40.6063387Z Receiving objects: 49% (483/985) 2023-07-13T14:16:40.6064913Z Receiving objects: 50% (493/985) 2023-07-13T14:16:40.6067633Z Receiving objects: 51% (503/985) 2023-07-13T14:16:40.6070313Z Receiving objects: 52% (513/985) 2023-07-13T14:16:40.6073793Z Receiving objects: 53% (523/985) 2023-07-13T14:16:40.6077215Z Receiving objects: 54% (532/985) 2023-07-13T14:16:40.6078749Z Receiving objects: 55% (542/985) 2023-07-13T14:16:40.6080181Z Receiving objects: 56% (552/985) 2023-07-13T14:16:40.6083391Z Receiving objects: 57% (562/985) 2023-07-13T14:16:40.6088767Z Receiving objects: 58% (572/985) 2023-07-13T14:16:40.6096232Z Receiving objects: 59% (582/985) 2023-07-13T14:16:40.6097660Z Receiving objects: 60% (591/985) 2023-07-13T14:16:40.6098791Z Receiving objects: 61% (601/985) 2023-07-13T14:16:40.6100143Z Receiving objects: 62% (611/985) 2023-07-13T14:16:40.6103757Z Receiving objects: 63% (621/985) 2023-07-13T14:16:40.6105187Z Receiving objects: 64% (631/985) 2023-07-13T14:16:40.6107234Z Receiving objects: 65% (641/985) 2023-07-13T14:16:40.6109523Z Receiving objects: 66% (651/985) 2023-07-13T14:16:40.6111540Z Receiving objects: 67% (660/985) 2023-07-13T14:16:40.6114222Z Receiving objects: 68% (670/985) 2023-07-13T14:16:40.6115992Z Receiving objects: 69% (680/985) 2023-07-13T14:16:40.6118083Z Receiving objects: 70% (690/985) 2023-07-13T14:16:40.6126701Z Receiving objects: 71% (700/985) 2023-07-13T14:16:40.6128912Z Receiving objects: 72% (710/985) 2023-07-13T14:16:40.6131954Z Receiving objects: 73% (720/985) 2023-07-13T14:16:40.6137547Z Receiving objects: 74% (729/985) 2023-07-13T14:16:40.6138858Z Receiving objects: 75% (739/985) 2023-07-13T14:16:40.6147014Z Receiving objects: 76% (749/985) 2023-07-13T14:16:40.6150101Z Receiving objects: 77% (759/985) 2023-07-13T14:16:40.6153619Z Receiving objects: 78% (769/985) 2023-07-13T14:16:40.6159673Z Receiving objects: 79% (779/985) 2023-07-13T14:16:40.6165559Z Receiving objects: 80% (788/985) 2023-07-13T14:16:40.6168195Z Receiving objects: 81% (798/985) 2023-07-13T14:16:40.6170496Z Receiving objects: 82% (808/985) 2023-07-13T14:16:40.6173333Z Receiving objects: 83% (818/985) 2023-07-13T14:16:40.6175131Z Receiving objects: 84% (828/985) 2023-07-13T14:16:40.6176799Z Receiving objects: 85% (838/985) 2023-07-13T14:16:40.6179354Z Receiving objects: 86% (848/985) 2023-07-13T14:16:40.6182468Z Receiving objects: 87% (857/985) 2023-07-13T14:16:40.6186639Z Receiving objects: 88% (867/985) 2023-07-13T14:16:40.6190735Z Receiving objects: 89% (877/985) 2023-07-13T14:16:40.6226509Z Receiving objects: 90% (887/985) 2023-07-13T14:16:40.6236954Z Receiving objects: 91% (897/985) 2023-07-13T14:16:40.6268558Z Receiving objects: 92% (907/985) 2023-07-13T14:16:40.6320314Z Receiving objects: 93% (917/985) 2023-07-13T14:16:40.6374175Z Receiving objects: 94% (926/985) 2023-07-13T14:16:40.6378804Z Receiving objects: 95% (936/985) 2023-07-13T14:16:40.6382454Z Receiving objects: 96% (946/985) 2023-07-13T14:16:40.6389705Z Receiving objects: 97% (956/985) 2023-07-13T14:16:40.6429914Z Receiving objects: 98% (966/985) 2023-07-13T14:16:40.6430212Z Receiving objects: 99% (976/985) 2023-07-13T14:16:40.6430620Z remote: Total 985 (delta 164), reused 463 (delta 95), pack-reused 0 2023-07-13T14:16:40.6431090Z Receiving objects: 100% (985/985) 2023-07-13T14:16:40.6431344Z Receiving objects: 100% (985/985), 4.96 MiB | 31.94 MiB/s, done. 2023-07-13T14:16:40.6480093Z Resolving deltas: 0% (0/164) 2023-07-13T14:16:40.6480335Z Resolving deltas: 1% (3/164) 2023-07-13T14:16:40.6480553Z Resolving deltas: 2% (4/164) 2023-07-13T14:16:40.6481156Z Resolving deltas: 3% (5/164) 2023-07-13T14:16:40.6481839Z Resolving deltas: 4% (7/164) 2023-07-13T14:16:40.6482654Z Resolving deltas: 5% (9/164) 2023-07-13T14:16:40.6483521Z Resolving deltas: 6% (10/164) 2023-07-13T14:16:40.6484772Z Resolving deltas: 7% (13/164) 2023-07-13T14:16:40.6485041Z Resolving deltas: 8% (14/164) 2023-07-13T14:16:40.6485518Z Resolving deltas: 9% (15/164) 2023-07-13T14:16:40.6485968Z Resolving deltas: 10% (17/164) 2023-07-13T14:16:40.6486829Z Resolving deltas: 11% (19/164) 2023-07-13T14:16:40.6487203Z Resolving deltas: 12% (20/164) 2023-07-13T14:16:40.6488243Z Resolving deltas: 13% (22/164) 2023-07-13T14:16:40.6488616Z Resolving deltas: 14% (24/164) 2023-07-13T14:16:40.6489138Z Resolving deltas: 15% (25/164) 2023-07-13T14:16:40.6489333Z Resolving deltas: 16% (27/164) 2023-07-13T14:16:40.6489536Z Resolving deltas: 17% (28/164) 2023-07-13T14:16:40.6489832Z Resolving deltas: 18% (30/164) 2023-07-13T14:16:40.6490681Z Resolving deltas: 19% (32/164) 2023-07-13T14:16:40.6490959Z Resolving deltas: 20% (34/164) 2023-07-13T14:16:40.6492110Z Resolving deltas: 21% (35/164) 2023-07-13T14:16:40.6492508Z Resolving deltas: 23% (38/164) 2023-07-13T14:16:40.6493691Z Resolving deltas: 24% (40/164) 2023-07-13T14:16:40.6494670Z Resolving deltas: 25% (41/164) 2023-07-13T14:16:40.6495645Z Resolving deltas: 26% (43/164) 2023-07-13T14:16:40.6495904Z Resolving deltas: 27% (45/164) 2023-07-13T14:16:40.6496381Z Resolving deltas: 28% (46/164) 2023-07-13T14:16:40.6496610Z Resolving deltas: 29% (48/164) 2023-07-13T14:16:40.6496824Z Resolving deltas: 30% (50/164) 2023-07-13T14:16:40.6497941Z Resolving deltas: 31% (51/164) 2023-07-13T14:16:40.6498150Z Resolving deltas: 32% (54/164) 2023-07-13T14:16:40.6499225Z Resolving deltas: 34% (56/164) 2023-07-13T14:16:40.6499975Z Resolving deltas: 37% (61/164) 2023-07-13T14:16:40.6500276Z Resolving deltas: 39% (64/164) 2023-07-13T14:16:40.6500545Z Resolving deltas: 40% (66/164) 2023-07-13T14:16:40.6500753Z Resolving deltas: 41% (68/164) 2023-07-13T14:16:40.6500945Z Resolving deltas: 42% (70/164) 2023-07-13T14:16:40.6501214Z Resolving deltas: 43% (71/164) 2023-07-13T14:16:40.6501407Z Resolving deltas: 44% (73/164) 2023-07-13T14:16:40.6502153Z Resolving deltas: 45% (74/164) 2023-07-13T14:16:40.6502379Z Resolving deltas: 46% (77/164) 2023-07-13T14:16:40.6502582Z Resolving deltas: 47% (78/164) 2023-07-13T14:16:40.6502774Z Resolving deltas: 48% (79/164) 2023-07-13T14:16:40.6503362Z Resolving deltas: 49% (81/164) 2023-07-13T14:16:40.6504136Z Resolving deltas: 50% (82/164) 2023-07-13T14:16:40.6504402Z Resolving deltas: 51% (85/164) 2023-07-13T14:16:40.6504691Z Resolving deltas: 53% (87/164) 2023-07-13T14:16:40.6505865Z Resolving deltas: 54% (89/164) 2023-07-13T14:16:40.6506151Z Resolving deltas: 55% (91/164) 2023-07-13T14:16:40.6506341Z Resolving deltas: 56% (92/164) 2023-07-13T14:16:40.6506590Z Resolving deltas: 57% (95/164) 2023-07-13T14:16:40.6506791Z Resolving deltas: 58% (96/164) 2023-07-13T14:16:40.6506996Z Resolving deltas: 59% (97/164) 2023-07-13T14:16:40.6507897Z Resolving deltas: 60% (100/164) 2023-07-13T14:16:40.6508194Z Resolving deltas: 62% (103/164) 2023-07-13T14:16:40.6508545Z Resolving deltas: 63% (104/164) 2023-07-13T14:16:40.6509000Z Resolving deltas: 65% (107/164) 2023-07-13T14:16:40.6510060Z Resolving deltas: 67% (110/164) 2023-07-13T14:16:40.6510262Z Resolving deltas: 68% (112/164) 2023-07-13T14:16:40.6510520Z Resolving deltas: 69% (114/164) 2023-07-13T14:16:40.6510900Z Resolving deltas: 70% (115/164) 2023-07-13T14:16:40.6511108Z Resolving deltas: 71% (118/164) 2023-07-13T14:16:40.6511319Z Resolving deltas: 72% (119/164) 2023-07-13T14:16:40.6511511Z Resolving deltas: 73% (121/164) 2023-07-13T14:16:40.6511711Z Resolving deltas: 75% (123/164) 2023-07-13T14:16:40.6511974Z Resolving deltas: 76% (125/164) 2023-07-13T14:16:40.6512321Z Resolving deltas: 77% (127/164) 2023-07-13T14:16:40.6512615Z Resolving deltas: 78% (128/164) 2023-07-13T14:16:40.6512870Z Resolving deltas: 79% (130/164) 2023-07-13T14:16:40.6513064Z Resolving deltas: 81% (133/164) 2023-07-13T14:16:40.6513262Z Resolving deltas: 82% (135/164) 2023-07-13T14:16:40.6513466Z Resolving deltas: 83% (137/164) 2023-07-13T14:16:40.6513943Z Resolving deltas: 84% (138/164) 2023-07-13T14:16:40.6514387Z Resolving deltas: 85% (140/164) 2023-07-13T14:16:40.6515507Z Resolving deltas: 86% (142/164) 2023-07-13T14:16:40.6516361Z Resolving deltas: 87% (143/164) 2023-07-13T14:16:40.6516556Z Resolving deltas: 88% (145/164) 2023-07-13T14:16:40.6517478Z Resolving deltas: 89% (146/164) 2023-07-13T14:16:40.6517776Z Resolving deltas: 90% (148/164) 2023-07-13T14:16:40.6518101Z Resolving deltas: 91% (150/164) 2023-07-13T14:16:40.6518738Z Resolving deltas: 92% (151/164) 2023-07-13T14:16:40.6519157Z Resolving deltas: 93% (153/164) 2023-07-13T14:16:40.6519742Z Resolving deltas: 94% (155/164) 2023-07-13T14:16:40.6520125Z Resolving deltas: 95% (157/164) 2023-07-13T14:16:40.6520414Z Resolving deltas: 96% (158/164) 2023-07-13T14:16:40.6523697Z Resolving deltas: 97% (160/164) 2023-07-13T14:16:40.6523918Z Resolving deltas: 98% (161/164) 2023-07-13T14:16:40.6527777Z Resolving deltas: 99% (163/164) 2023-07-13T14:16:40.6528799Z Resolving deltas: 100% (164/164) 2023-07-13T14:16:40.6529019Z Resolving deltas: 100% (164/164), done. 2023-07-13T14:16:40.6713707Z From https://github.com/pytorch/audio 2023-07-13T14:16:40.6714234Z * [new ref] refs/pull/306/merge -> pull/306/merge 2023-07-13T14:16:40.6731567Z ##[endgroup] 2023-07-13T14:16:40.6732001Z ##[group]Determining the checkout info 2023-07-13T14:16:40.6733169Z ##[endgroup] 2023-07-13T14:16:40.6733505Z ##[group]Checking out the ref 2023-07-13T14:16:40.6736270Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/306/merge 2023-07-13T14:16:40.7370540Z Note: switching to 'refs/remotes/pull/306/merge'. 2023-07-13T14:16:40.7370913Z 2023-07-13T14:16:40.7371559Z You are in 'detached HEAD' state. You can look around, make experimental 2023-07-13T14:16:40.7372197Z changes and commit them, and you can discard any commits you make in this 2023-07-13T14:16:40.7372593Z state without impacting any branches by switching back to a branch. 2023-07-13T14:16:40.7372779Z 2023-07-13T14:16:40.7372923Z If you want to create a new branch to retain commits you create, you may 2023-07-13T14:16:40.7373300Z do so (now or later) by using -c with the switch command. Example: 2023-07-13T14:16:40.7373457Z 2023-07-13T14:16:40.7374412Z git switch -c 2023-07-13T14:16:40.7374608Z 2023-07-13T14:16:40.7374784Z Or undo this operation with: 2023-07-13T14:16:40.7375046Z 2023-07-13T14:16:40.7375180Z git switch - 2023-07-13T14:16:40.7375443Z 2023-07-13T14:16:40.7375618Z Turn off this advice by setting config variable advice.detachedHead to false 2023-07-13T14:16:40.7375818Z 2023-07-13T14:16:40.7376009Z HEAD is now at 7182816 Merge 83d75edafc2f9246e62b01722f52eb5484fbe13e into 155d1baeb22ecbcd8f15c86a76918c35dc1b754b 2023-07-13T14:16:40.7376781Z ##[endgroup] 2023-07-13T14:16:40.7405471Z [command]/usr/bin/git log -1 --format='%H' 2023-07-13T14:16:40.7428841Z '7182816322bf05c53164d9767907a1dc4818bc40' 2023-07-13T14:16:40.7549819Z ##[group]Run set -ex 2023-07-13T14:16:40.7550022Z set -ex 2023-07-13T14:16:40.7550171Z { 2023-07-13T14:16:40.7550518Z  echo "#!/usr/bin/env bash"; 2023-07-13T14:16:40.7550736Z  echo "set -eou pipefail"; 2023-07-13T14:16:40.7550942Z  # shellcheck disable=SC2016 2023-07-13T14:16:40.7551179Z  echo 'eval "$(conda shell.bash hook)"'; 2023-07-13T14:16:40.7551392Z  echo "set -x"; 2023-07-13T14:16:40.7551571Z  echo "${SCRIPT}"; 2023-07-13T14:16:40.7551782Z } > "${RUNNER_TEMP}/exec_script" 2023-07-13T14:16:40.7552019Z chmod +x "${RUNNER_TEMP}/exec_script" 2023-07-13T14:16:40.7552363Z python3 "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py" "" 2023-07-13T14:16:40.7563427Z shell: /usr/bin/bash -e {0} 2023-07-13T14:16:40.7563617Z env: 2023-07-13T14:16:40.7563826Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:40.7564095Z REPOSITORY: pytorch/audio 2023-07-13T14:16:40.7564283Z PR_NUMBER: 306 2023-07-13T14:16:40.7565899Z 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.8" export CUDA_TESTS_ONLY="0" unset CUDA_VERSION # Set CHANNEL if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then export UPLOAD_CHANNEL=test else export UPLOAD_CHANNEL=nightly fi export PATH="${PWD}/third_party/install/bin/:${PATH}" export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true echo '::endgroup::' set -euxo pipefail echo '::group::Install PyTorch and Torchaudio' ./.github/scripts/unittest-linux/install.sh echo '::endgroup::' echo '::group::Run Tests' ./.github/scripts/unittest-linux/run_test.sh echo '::endgroup::' 2023-07-13T14:16:40.7567977Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:40.7568299Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:40.7568615Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:40.7569017Z ALL_SECRETS: { "github_token": "***" } 2023-07-13T14:16:40.7569225Z ##[endgroup] 2023-07-13T14:16:40.7593343Z + echo '#!/usr/bin/env bash' 2023-07-13T14:16:40.7593619Z + echo 'set -eou pipefail' 2023-07-13T14:16:40.7593924Z + echo 'eval "$(conda shell.bash hook)"' 2023-07-13T14:16:40.7594349Z + echo 'set -x' 2023-07-13T14:16:40.7605019Z + echo 'echo '\''::group::Setup Environment Variables'\'' 2023-07-13T14:16:40.7605275Z # Mark Build Directory Safe 2023-07-13T14:16:40.7605586Z git config --global --add safe.directory /__w/audio/audio 2023-07-13T14:16:40.7605750Z 2023-07-13T14:16:40.7605879Z # Set up Environment Variables 2023-07-13T14:16:40.7606378Z export PYTHON_VERSION="3.8" 2023-07-13T14:16:40.7606579Z export CUDA_TESTS_ONLY="0" 2023-07-13T14:16:40.7606774Z unset CUDA_VERSION 2023-07-13T14:16:40.7606899Z 2023-07-13T14:16:40.7606967Z # Set CHANNEL 2023-07-13T14:16:40.7607392Z if [[(${GITHUB_EVENT_NAME} = '\''pull_request'\'' && (${GITHUB_BASE_REF} = '\''release'\''*)) || (${GITHUB_REF} = '\''refs/heads/release'\''*) ]]; then 2023-07-13T14:16:40.7607717Z export UPLOAD_CHANNEL=test 2023-07-13T14:16:40.7607903Z else 2023-07-13T14:16:40.7608241Z export UPLOAD_CHANNEL=nightly 2023-07-13T14:16:40.7608437Z fi 2023-07-13T14:16:40.7608533Z 2023-07-13T14:16:40.7608661Z export PATH="${PWD}/third_party/install/bin/:${PATH}" 2023-07-13T14:16:40.7608955Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:16:40.7609256Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:16:40.7609575Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:16:40.7609889Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:16:40.7610194Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:16:40.7610494Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:16:40.7610756Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:16:40.7611012Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:16:40.7611287Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:16:40.7611575Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:16:40.7611850Z export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:16:40.7612140Z echo '\''::endgroup::'\'' 2023-07-13T14:16:40.7612263Z 2023-07-13T14:16:40.7612370Z set -euxo pipefail 2023-07-13T14:16:40.7612483Z 2023-07-13T14:16:40.7612675Z echo '\''::group::Install PyTorch and Torchaudio'\'' 2023-07-13T14:16:40.7612974Z ./.github/scripts/unittest-linux/install.sh 2023-07-13T14:16:40.7613249Z echo '\''::endgroup::'\'' 2023-07-13T14:16:40.7613369Z 2023-07-13T14:16:40.7613509Z echo '\''::group::Run Tests'\'' 2023-07-13T14:16:40.7613873Z ./.github/scripts/unittest-linux/run_test.sh 2023-07-13T14:16:40.7614147Z echo '\''::endgroup::'\'' 2023-07-13T14:16:40.7614338Z ' 2023-07-13T14:16:40.7614607Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2023-07-13T14:16:40.7615080Z + python3 /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py '' 2023-07-13T14:17:09.2166587Z Running command: 2023-07-13T14:17:09.2169582Z 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_2f5eecbc-5d80-4a04-8050-97d9d81b8b60":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_2f5eecbc-5d80-4a04-8050-97d9d81b8b60" -w /work "pytorch/conda-builder:cpu" 2023-07-13T14:17:09.2171160Z 2023-07-13T14:17:09.2171390Z f081a484b14890035236726d50f3bc8f9b7ad95fab23b4a55af4f1f59295eba3 2023-07-13T14:17:09.2171866Z Running command: docker exec -t f081a484b14890035236726d50f3bc8f9b7ad95fab23b4a55af4f1f59295eba3 /exec 2023-07-13T14:17:09.2172303Z + echo '::group::Setup Environment Variables' 2023-07-13T14:17:09.2172814Z ##[group]Setup Environment Variables 2023-07-13T14:17:09.2173146Z + git config --global --add safe.directory /__w/audio/audio 2023-07-13T14:17:09.2173545Z + export PYTHON_VERSION=3.8 2023-07-13T14:17:09.2173761Z + PYTHON_VERSION=3.8 2023-07-13T14:17:09.2174213Z + export CUDA_TESTS_ONLY=0 2023-07-13T14:17:09.2174416Z + CUDA_TESTS_ONLY=0 2023-07-13T14:17:09.2174781Z + unset CUDA_VERSION 2023-07-13T14:17:09.2175178Z + [[ pull_request = \p\u\l\l\_\r\e\q\u\e\s\t ]] 2023-07-13T14:17:09.2175607Z + [[ main = \r\e\l\e\a\s\e* ]] 2023-07-13T14:17:09.2175891Z + [[ refs/pull/306/merge = \r\e\f\s\/\h\e\a\d\s\/\r\e\l\e\a\s\e* ]] 2023-07-13T14:17:09.2176360Z + export UPLOAD_CHANNEL=nightly 2023-07-13T14:17:09.2176720Z + UPLOAD_CHANNEL=nightly 2023-07-13T14:17:09.2177649Z + 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:09.2178556Z + 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:09.2178961Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:17:09.2179279Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true 2023-07-13T14:17:09.2179585Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:17:09.2186096Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true 2023-07-13T14:17:09.2186654Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:17:09.2187138Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true 2023-07-13T14:17:09.2187736Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:17:09.2188158Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true 2023-07-13T14:17:09.2188947Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:17:09.2189517Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true 2023-07-13T14:17:09.2189814Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:17:09.2190062Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_KALDI=true 2023-07-13T14:17:09.2190332Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:17:09.2190589Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA=true 2023-07-13T14:17:09.2190848Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:17:09.2191096Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_HW_ACCEL=true 2023-07-13T14:17:09.2191363Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:17:09.2191632Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true 2023-07-13T14:17:09.2191897Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:17:09.2192181Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_AUDIO_OUT_DEVICE=true 2023-07-13T14:17:09.2192455Z + export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:17:09.2192703Z + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS=true 2023-07-13T14:17:09.2192931Z + echo ::endgroup:: 2023-07-13T14:17:09.2193419Z ##[endgroup] 2023-07-13T14:17:09.2193677Z + set -euxo pipefail 2023-07-13T14:17:09.2193998Z + echo '::group::Install PyTorch and Torchaudio' 2023-07-13T14:17:09.2194403Z ##[group]Install PyTorch and Torchaudio 2023-07-13T14:17:09.2194707Z + ./.github/scripts/unittest-linux/install.sh 2023-07-13T14:17:09.2195015Z Installing PyTorch with cpuonly 2023-07-13T14:17:09.2195310Z + [[ -z cpuonly ]] 2023-07-13T14:17:09.2195649Z + conda install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:09.2196106Z + local cmd=install 2023-07-13T14:17:09.2196302Z + case "$cmd" in 2023-07-13T14:17:09.2196676Z + __conda_exe install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:09.2197141Z + /opt/conda/bin/conda install pytorch cpuonly -y -c pytorch-nightly -c nvidia 2023-07-13T14:17:09.2197669Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2023-07-13T14:17:09.2198130Z Solving environment: | / - \ | / - \ 2023-07-13T14:17:09.2198588Z The environment is inconsistent, please check the package plan carefully 2023-07-13T14:17:09.2198964Z The following packages are causing the inconsistency: 2023-07-13T14:17:09.2199115Z 2023-07-13T14:17:09.2199526Z - defaults/linux-64::conda-build==3.25.0=py310h06a4308_0 2023-07-13T14:17:09.2199902Z | / - \ | / - \ | / - \ done 2023-07-13T14:17:09.2200063Z 2023-07-13T14:17:09.2200172Z ## Package Plan ## 2023-07-13T14:17:09.2200326Z 2023-07-13T14:17:09.2200412Z environment location: /opt/conda 2023-07-13T14:17:09.2200578Z 2023-07-13T14:17:09.2200691Z added / updated specs: 2023-07-13T14:17:09.2200959Z - cpuonly 2023-07-13T14:17:09.2201197Z - pytorch 2023-07-13T14:17:09.2201339Z 2023-07-13T14:17:09.2201343Z 2023-07-13T14:17:09.2201491Z The following packages will be downloaded: 2023-07-13T14:17:09.2201666Z 2023-07-13T14:17:09.2201815Z package | build 2023-07-13T14:17:09.2202151Z ---------------------------|----------------- 2023-07-13T14:17:09.2202469Z blas-1.0 | mkl 6 KB 2023-07-13T14:17:09.2202856Z conda-23.5.1 | py310h06a4308_0 1.0 MB 2023-07-13T14:17:09.2203243Z cpuonly-2.0 | 0 2 KB pytorch-nightly 2023-07-13T14:17:09.2203572Z gmp-6.2.1 | h295c915_3 544 KB 2023-07-13T14:17:09.2203929Z gmpy2-2.1.2 | py310heeb90bb_0 517 KB 2023-07-13T14:17:09.2204324Z intel-openmp-2023.1.0 | hdb19cb5_46305 17.1 MB 2023-07-13T14:17:09.2204690Z mkl-2023.1.0 | h6d00ec8_46342 171.5 MB 2023-07-13T14:17:09.2205013Z mpc-1.1.0 | h10f8cd9_1 90 KB 2023-07-13T14:17:09.2205441Z mpfr-4.0.2 | hb69a4c5_1 487 KB 2023-07-13T14:17:09.2205798Z mpmath-1.2.1 | py310h06a4308_0 769 KB 2023-07-13T14:17:09.2206348Z networkx-2.8.4 | py310h06a4308_1 2.7 MB 2023-07-13T14:17:09.2206788Z pytorch-2.1.0.dev20230713 | py3.10_cpu_0 77.4 MB pytorch-nightly 2023-07-13T14:17:09.2207223Z pytorch-mutex-1.0 | cpu 3 KB pytorch-nightly 2023-07-13T14:17:09.2207622Z sympy-1.11.1 | py310h06a4308_0 11.8 MB 2023-07-13T14:17:09.2207935Z tbb-2021.8.0 | hdb19cb5_0 1.6 MB 2023-07-13T14:17:09.2208325Z typing_extensions-4.6.3 | py310h06a4308_0 53 KB 2023-07-13T14:17:09.2208734Z ------------------------------------------------------------ 2023-07-13T14:17:09.2209008Z Total: 285.6 MB 2023-07-13T14:17:09.2209169Z 2023-07-13T14:17:09.2209312Z The following NEW packages will be INSTALLED: 2023-07-13T14:17:09.2209494Z 2023-07-13T14:17:09.2209752Z blas pkgs/main/linux-64::blas-1.0-mkl 2023-07-13T14:17:09.2210167Z cpuonly pytorch-nightly/noarch::cpuonly-2.0-0 2023-07-13T14:17:09.2210561Z gmp pkgs/main/linux-64::gmp-6.2.1-h295c915_3 2023-07-13T14:17:09.2210988Z gmpy2 pkgs/main/linux-64::gmpy2-2.1.2-py310heeb90bb_0 2023-07-13T14:17:09.2211460Z intel-openmp pkgs/main/linux-64::intel-openmp-2023.1.0-hdb19cb5_46305 2023-07-13T14:17:09.2211899Z mkl pkgs/main/linux-64::mkl-2023.1.0-h6d00ec8_46342 2023-07-13T14:17:09.2212334Z mpc pkgs/main/linux-64::mpc-1.1.0-h10f8cd9_1 2023-07-13T14:17:09.2212744Z mpfr pkgs/main/linux-64::mpfr-4.0.2-hb69a4c5_1 2023-07-13T14:17:09.2213177Z mpmath pkgs/main/linux-64::mpmath-1.2.1-py310h06a4308_0 2023-07-13T14:17:09.2213597Z networkx pkgs/main/linux-64::networkx-2.8.4-py310h06a4308_1 2023-07-13T14:17:09.2214073Z patchelf pkgs/main/linux-64::patchelf-0.17.2-h6a678d5_0 2023-07-13T14:17:09.2214566Z pytorch pytorch-nightly/linux-64::pytorch-2.1.0.dev20230713-py3.10_cpu_0 2023-07-13T14:17:09.2215170Z pytorch-mutex pytorch-nightly/noarch::pytorch-mutex-1.0-cpu 2023-07-13T14:17:09.2215688Z sympy pkgs/main/linux-64::sympy-1.11.1-py310h06a4308_0 2023-07-13T14:17:09.2216119Z tbb pkgs/main/linux-64::tbb-2021.8.0-hdb19cb5_0 2023-07-13T14:17:09.2216586Z typing_extensions pkgs/main/linux-64::typing_extensions-4.6.3-py310h06a4308_0 2023-07-13T14:17:09.2216810Z 2023-07-13T14:17:09.2216944Z The following packages will be UPDATED: 2023-07-13T14:17:09.2217115Z 2023-07-13T14:17:09.2217310Z conda 23.5.0-py310h06a4308_0 --> 23.5.1-py310h06a4308_0 2023-07-13T14:17:09.2217513Z 2023-07-13T14:17:09.2217518Z 2023-07-13T14:17:09.2217528Z 2023-07-13T14:17:09.2217662Z Downloading and Extracting Packages 2023-07-13T14:17:09.2217848Z 2023-07-13T14:17:09.2218059Z typing_extensions-4. | 53 KB | : 0% 0/1 [00:00=4.1'] 2023-07-13T14:17:48.4298399Z - ninja 2023-07-13T14:17:48.4298499Z 2023-07-13T14:17:48.4298504Z 2023-07-13T14:17:48.4298608Z The following packages will be downloaded: 2023-07-13T14:17:48.4298754Z 2023-07-13T14:17:48.4298848Z package | build 2023-07-13T14:17:48.4299126Z ---------------------------|----------------- 2023-07-13T14:17:48.4299435Z ffmpeg-4.2.2 | h20bf706_0 59.6 MB 2023-07-13T14:17:48.4299733Z freetype-2.12.1 | h4a9f257_0 626 KB 2023-07-13T14:17:48.4300035Z gnutls-3.6.15 | he1e5248_0 1.0 MB 2023-07-13T14:17:48.4300330Z lame-3.100 | h7b6447c_0 323 KB 2023-07-13T14:17:48.4300608Z libidn2-2.3.4 | h5eee18b_0 146 KB 2023-07-13T14:17:48.4300901Z libopus-1.3.1 | h7b6447c_0 491 KB 2023-07-13T14:17:48.4301199Z libpng-1.6.39 | h5eee18b_0 304 KB 2023-07-13T14:17:48.4301480Z libtasn1-4.19.0 | h5eee18b_0 63 KB 2023-07-13T14:17:48.4301792Z libunistring-0.9.10 | h27cfd23_0 536 KB 2023-07-13T14:17:48.4302094Z libvpx-1.7.0 | h439df22_0 1.2 MB 2023-07-13T14:17:48.4302390Z nettle-3.7.3 | hbbd107a_1 809 KB 2023-07-13T14:17:48.4302672Z openh264-2.1.1 | h4ff587b_0 711 KB 2023-07-13T14:17:48.4303020Z x264-1!157.20191217 | h7b6447c_0 922 KB 2023-07-13T14:17:48.4303329Z ------------------------------------------------------------ 2023-07-13T14:17:48.4303569Z Total: 66.7 MB 2023-07-13T14:17:48.4303693Z 2023-07-13T14:17:48.4303809Z The following NEW packages will be INSTALLED: 2023-07-13T14:17:48.4303960Z 2023-07-13T14:17:48.4304225Z ffmpeg pkgs/main/linux-64::ffmpeg-4.2.2-h20bf706_0 2023-07-13T14:17:48.4304615Z freetype pkgs/main/linux-64::freetype-2.12.1-h4a9f257_0 2023-07-13T14:17:48.4304985Z gnutls pkgs/main/linux-64::gnutls-3.6.15-he1e5248_0 2023-07-13T14:17:48.4305359Z lame pkgs/main/linux-64::lame-3.100-h7b6447c_0 2023-07-13T14:17:48.4305727Z libidn2 pkgs/main/linux-64::libidn2-2.3.4-h5eee18b_0 2023-07-13T14:17:48.4306089Z libopus pkgs/main/linux-64::libopus-1.3.1-h7b6447c_0 2023-07-13T14:17:48.4306469Z libpng pkgs/main/linux-64::libpng-1.6.39-h5eee18b_0 2023-07-13T14:17:48.4306850Z libtasn1 pkgs/main/linux-64::libtasn1-4.19.0-h5eee18b_0 2023-07-13T14:17:48.4307252Z libunistring pkgs/main/linux-64::libunistring-0.9.10-h27cfd23_0 2023-07-13T14:17:48.4307625Z libvpx pkgs/main/linux-64::libvpx-1.7.0-h439df22_0 2023-07-13T14:17:48.4307994Z nettle pkgs/main/linux-64::nettle-3.7.3-hbbd107a_1 2023-07-13T14:17:48.4308366Z openh264 pkgs/main/linux-64::openh264-2.1.1-h4ff587b_0 2023-07-13T14:17:48.4308733Z x264 pkgs/main/linux-64::x264-1!157.20191217-h7b6447c_0 2023-07-13T14:17:48.4308948Z 2023-07-13T14:17:48.4308953Z 2023-07-13T14:17:48.4309063Z Preparing transaction: ...working... done 2023-07-13T14:17:48.4309314Z Verifying transaction: ...working... done 2023-07-13T14:17:48.4309551Z Executing transaction: ...working... done 2023-07-13T14:17:48.4309759Z * Installing torchaudio 2023-07-13T14:17:48.4309981Z -- Git branch: HEAD 2023-07-13T14:17:48.4310260Z -- Git SHA: 7182816322bf05c53164d9767907a1dc4818bc40 2023-07-13T14:17:48.4310486Z -- Git tag: None 2023-07-13T14:17:48.4310716Z -- PyTorch dependency: torch 2023-07-13T14:17:48.4310975Z -- Building version 2.1.0a0+7182816 2023-07-13T14:17:48.4311236Z --- Fetching opencore-amr-0.1.5.tar.gz 2023-07-13T14:17:48.4311507Z --- Fetching lame-3.99.5.tar.gz 2023-07-13T14:17:48.4311760Z --- Fetching libogg-1.3.3.tar.gz 2023-07-13T14:17:48.4311995Z --- Fetching flac-1.3.2.tar.xz 2023-07-13T14:17:48.4312253Z --- Fetching libvorbis-1.3.6.tar.gz 2023-07-13T14:17:48.4312509Z --- Fetching opus-1.3.1.tar.gz 2023-07-13T14:17:48.4312769Z --- Fetching opusfile-0.12.tar.gz 2023-07-13T14:17:48.4313010Z --- Fetching sox-14.4.2.tar.bz2 2023-07-13T14:17:48.4313205Z running install 2023-07-13T14:17:48.4313746Z /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:48.4314138Z warnings.warn( 2023-07-13T14:17:48.4314696Z /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:48.4315099Z warnings.warn( 2023-07-13T14:17:48.4315271Z running bdist_egg 2023-07-13T14:17:48.4315452Z running egg_info 2023-07-13T14:17:48.4315778Z creating torchaudio.egg-info 2023-07-13T14:17:48.4316051Z writing torchaudio.egg-info/PKG-INFO 2023-07-13T14:17:48.4316401Z writing dependency_links to torchaudio.egg-info/dependency_links.txt 2023-07-13T14:17:48.4316773Z writing requirements to torchaudio.egg-info/requires.txt 2023-07-13T14:17:48.4317127Z writing top-level names to torchaudio.egg-info/top_level.txt 2023-07-13T14:17:48.4317463Z writing manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:48.4317805Z reading manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:48.4318089Z adding license file 'LICENSE' 2023-07-13T14:17:48.4318454Z writing manifest file 'torchaudio.egg-info/SOURCES.txt' 2023-07-13T14:17:48.4318797Z installing library code to build/bdist.linux-x86_64/egg 2023-07-13T14:17:48.4319031Z running install_lib 2023-07-13T14:17:48.4319204Z running build_py 2023-07-13T14:17:48.4319385Z creating build 2023-07-13T14:17:48.4319646Z creating build/lib.linux-x86_64-cpython-310 2023-07-13T14:17:48.4319950Z creating build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:48.4320328Z copying torchaudio/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:48.4320730Z copying torchaudio/kaldi_io.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:48.4321136Z copying torchaudio/version.py -> build/lib.linux-x86_64-cpython-310/torchaudio 2023-07-13T14:17:48.4321500Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:48.4321915Z copying torchaudio/_backend/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:48.4322367Z copying torchaudio/_backend/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_backend 2023-07-13T14:17:48.4322748Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:48.4323170Z copying torchaudio/_extension/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:48.4381164Z copying torchaudio/_extension/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_extension 2023-07-13T14:17:48.4381645Z creating build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:48.4382086Z copying torchaudio/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:48.4382742Z copying torchaudio/_internal/module_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/_internal 2023-07-13T14:17:48.4383145Z creating build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:48.4383564Z copying torchaudio/backend/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:48.4384001Z copying torchaudio/backend/common.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:48.4384456Z copying torchaudio/backend/no_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:48.4384925Z copying torchaudio/backend/soundfile_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:48.4385386Z copying torchaudio/backend/sox_io_backend.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:48.4385838Z copying torchaudio/backend/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/backend 2023-07-13T14:17:48.4386237Z creating build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:48.4386665Z copying torchaudio/compliance/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:48.4387124Z copying torchaudio/compliance/kaldi.py -> build/lib.linux-x86_64-cpython-310/torchaudio/compliance 2023-07-13T14:17:48.4387528Z creating build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4387972Z copying torchaudio/datasets/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4388432Z copying torchaudio/datasets/cmuarctic.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4388892Z copying torchaudio/datasets/cmudict.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4389346Z copying torchaudio/datasets/commonvoice.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4389808Z copying torchaudio/datasets/dr_vctk.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4390286Z copying torchaudio/datasets/fluentcommands.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4390740Z copying torchaudio/datasets/gtzan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4391310Z copying torchaudio/datasets/iemocap.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4391798Z copying torchaudio/datasets/librilight_limited.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4392268Z copying torchaudio/datasets/librimix.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4392723Z copying torchaudio/datasets/librispeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4393204Z copying torchaudio/datasets/librispeech_biasing.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4393673Z copying torchaudio/datasets/libritts.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4394130Z copying torchaudio/datasets/ljspeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4394571Z copying torchaudio/datasets/musdb_hq.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4395021Z copying torchaudio/datasets/quesst14.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4395467Z copying torchaudio/datasets/snips.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4396014Z copying torchaudio/datasets/speechcommands.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4396484Z copying torchaudio/datasets/tedlium.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4396931Z copying torchaudio/datasets/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4397374Z copying torchaudio/datasets/vctk.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4397890Z copying torchaudio/datasets/voxceleb1.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4398338Z copying torchaudio/datasets/yesno.py -> build/lib.linux-x86_64-cpython-310/torchaudio/datasets 2023-07-13T14:17:48.4398734Z creating build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:48.4399147Z copying torchaudio/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:48.4399618Z copying torchaudio/functional/filtering.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:48.4400097Z copying torchaudio/functional/functional.py -> build/lib.linux-x86_64-cpython-310/torchaudio/functional 2023-07-13T14:17:48.4400489Z creating build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:48.4400863Z copying torchaudio/io/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:48.4401286Z copying torchaudio/io/_compat.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:48.4401711Z copying torchaudio/io/_effector.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:48.4402135Z copying torchaudio/io/_playback.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:48.4402557Z copying torchaudio/io/_stream_reader.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:48.4402994Z copying torchaudio/io/_stream_writer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/io 2023-07-13T14:17:48.4403373Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4403765Z copying torchaudio/models/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4404205Z copying torchaudio/models/_hdemucs.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4404650Z copying torchaudio/models/conformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4405104Z copying torchaudio/models/conv_tasnet.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4405544Z copying torchaudio/models/deepspeech.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4406197Z copying torchaudio/models/emformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4406638Z copying torchaudio/models/rnnt.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4407073Z copying torchaudio/models/rnnt_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4407529Z copying torchaudio/models/tacotron2.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4407978Z copying torchaudio/models/wav2letter.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4408421Z copying torchaudio/models/wavernn.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models 2023-07-13T14:17:48.4408809Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:48.4409234Z copying torchaudio/pipelines/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:48.4409740Z copying torchaudio/pipelines/_source_separation_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:48.4410250Z copying torchaudio/pipelines/rnnt_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines 2023-07-13T14:17:48.4410649Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype 2023-07-13T14:17:48.4411076Z copying torchaudio/prototype/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype 2023-07-13T14:17:48.4411472Z creating build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:48.4411889Z copying torchaudio/sox_effects/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:48.4412361Z copying torchaudio/sox_effects/sox_effects.py -> build/lib.linux-x86_64-cpython-310/torchaudio/sox_effects 2023-07-13T14:17:48.4412858Z creating build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:48.4413283Z copying torchaudio/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:48.4413749Z copying torchaudio/transforms/_multi_channel.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:48.4414234Z copying torchaudio/transforms/_transforms.py -> build/lib.linux-x86_64-cpython-310/torchaudio/transforms 2023-07-13T14:17:48.4414635Z creating build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:48.4415027Z copying torchaudio/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:48.4415462Z copying torchaudio/utils/download.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:48.4415913Z copying torchaudio/utils/ffmpeg_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:48.4416366Z copying torchaudio/utils/sox_utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/utils 2023-07-13T14:17:48.4416751Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:48.4417196Z copying torchaudio/models/decoder/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:48.4417693Z copying torchaudio/models/decoder/_ctc_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:48.4418203Z copying torchaudio/models/decoder/_cuda_ctc_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/decoder 2023-07-13T14:17:48.4418622Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:48.4419070Z copying torchaudio/models/wav2vec2/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:48.4419566Z copying torchaudio/models/wav2vec2/components.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:48.4420052Z copying torchaudio/models/wav2vec2/model.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:48.4420558Z copying torchaudio/models/wav2vec2/wavlm_attention.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2 2023-07-13T14:17:50.0457217Z creating build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:50.0458138Z copying torchaudio/models/wav2vec2/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:50.0458957Z copying torchaudio/models/wav2vec2/utils/import_fairseq.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:50.0459809Z copying torchaudio/models/wav2vec2/utils/import_huggingface.py -> build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2vec2/utils 2023-07-13T14:17:50.0460475Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:50.0461241Z copying torchaudio/pipelines/_tts/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:50.0462014Z copying torchaudio/pipelines/_tts/impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:50.0462860Z copying torchaudio/pipelines/_tts/interface.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:50.0463628Z copying torchaudio/pipelines/_tts/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_tts 2023-07-13T14:17:50.0464263Z creating build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:50.0465034Z copying torchaudio/pipelines/_wav2vec2/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:50.0465802Z copying torchaudio/pipelines/_wav2vec2/impl.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:50.0466620Z copying torchaudio/pipelines/_wav2vec2/utils.py -> build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/_wav2vec2 2023-07-13T14:17:50.0467683Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:50.0468398Z copying torchaudio/prototype/datasets/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:50.0469193Z copying torchaudio/prototype/datasets/musan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/datasets 2023-07-13T14:17:50.0469823Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:50.0470611Z copying torchaudio/prototype/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:50.0471454Z copying torchaudio/prototype/functional/_dsp.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:50.0472261Z copying torchaudio/prototype/functional/_rir.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:50.0473076Z copying torchaudio/prototype/functional/functional.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/functional 2023-07-13T14:17:50.0473792Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:50.0474539Z copying torchaudio/prototype/models/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:50.0475301Z copying torchaudio/prototype/models/_conformer_wav2vec2.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:50.0476200Z copying torchaudio/prototype/models/_emformer_hubert.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:50.0477135Z copying torchaudio/prototype/models/conv_emformer.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:50.0478065Z copying torchaudio/prototype/models/hifi_gan.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:50.0479002Z copying torchaudio/prototype/models/rnnt.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:50.0480000Z copying torchaudio/prototype/models/rnnt_decoder.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models 2023-07-13T14:17:50.0480848Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:50.0482057Z copying torchaudio/prototype/pipelines/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:50.0768794Z copying torchaudio/prototype/pipelines/hifigan_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:50.0769720Z copying torchaudio/prototype/pipelines/rnnt_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:50.0804555Z copying torchaudio/prototype/pipelines/squim_pipeline.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/pipelines 2023-07-13T14:17:50.0805302Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:50.0806296Z copying torchaudio/prototype/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:50.0807109Z copying torchaudio/prototype/transforms/_transforms.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/transforms 2023-07-13T14:17:50.0807892Z creating build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:50.0808608Z copying torchaudio/prototype/models/squim/__init__.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:50.0809601Z copying torchaudio/prototype/models/squim/objective.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:50.0810422Z copying torchaudio/prototype/models/squim/subjective.py -> build/lib.linux-x86_64-cpython-310/torchaudio/prototype/models/squim 2023-07-13T14:17:50.0810944Z running build_ext 2023-07-13T14:17:50.0811379Z -- The C compiler identification is GNU 9.3.1 2023-07-13T14:17:50.0811840Z -- The CXX compiler identification is GNU 9.3.1 2023-07-13T14:17:50.0813127Z -- Detecting C compiler ABI info 2023-07-13T14:17:50.0813597Z -- Detecting C compiler ABI info - done 2023-07-13T14:17:50.0814271Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2023-07-13T14:17:50.0814867Z -- Detecting C compile features 2023-07-13T14:17:50.0815358Z -- Detecting C compile features - done 2023-07-13T14:17:50.0815850Z -- Detecting CXX compiler ABI info 2023-07-13T14:17:50.0816316Z -- Detecting CXX compiler ABI info - done 2023-07-13T14:17:50.0816958Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2023-07-13T14:17:50.0817569Z -- Detecting CXX compile features 2023-07-13T14:17:50.0818059Z -- Detecting CXX compile features - done 2023-07-13T14:17:50.0818936Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2023-07-13T14:17:50.0819661Z static library kineto_LIBRARY-NOTFOUND not found. 2023-07-13T14:17:50.0820113Z Call Stack (most recent call first): 2023-07-13T14:17:50.0820716Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2023-07-13T14:17:50.0821226Z cmake/TorchAudioHelper.cmake:1 (find_package) 2023-07-13T14:17:50.0821601Z CMakeLists.txt:93 (include) 2023-07-13T14:17:50.0821779Z 2023-07-13T14:17:50.0821842Z 2023-07-13T14:17:50.0822145Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2023-07-13T14:17:50.0822760Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2023-07-13T14:17:50.0836773Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2023-07-13T14:17:50.0837732Z -- Found OpenMP: TRUE (found version "4.5") 2023-07-13T14:17:50.0838574Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2023-07-13T14:17:50.0839415Z -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1") 2023-07-13T14:17:50.0840676Z -- Building FFmpeg integration with multi version support 2023-07-13T14:17:50.0841491Z -- Configuring done 2023-07-13T14:17:50.0842454Z -- Generating done 2023-07-13T14:17:50.0843950Z -- Build files have been written to: /work/build/temp.linux-x86_64-cpython-310 2023-07-13T14:17:50.0847315Z [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/ogg && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-mkdir 2023-07-13T14:17:50.0851442Z [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:50.0855675Z [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/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:18:01.4031713Z [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/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:01.4041074Z -- 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:01.4042573Z [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/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:01.4043862Z -- 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:01.4045062Z [6/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/ogg-stamp/ogg-update 2023-07-13T14:18:01.4047283Z [7/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:01.4048633Z -- 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:01.4049840Z [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:01.4051141Z [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/lame-stamp/lame-update 2023-07-13T14:18:01.4052761Z [10/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:01.4054520Z [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:01.4056317Z [12/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:01.4059337Z [13/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:01.4063053Z [14/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:01.4067179Z [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/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:01.4071122Z [16/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:01.4074773Z [17/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encoder.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encoder.cpp 2023-07-13T14:18:01.4079488Z [18/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/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:01.4083571Z [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/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:01.6475372Z [20/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:01.6479530Z [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/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:01.6481858Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp: In member function ‘torchaudio::io::FilterGraphOutputInfo torchaudio::io::FilterGraph::get_output_info() const’: 2023-07-13T14:18:01.6482972Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6483799Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:01.6484281Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6484686Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:18:01.6485229Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:01.6485962Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:01.6486820Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:18:01.6487385Z 542 | uint64_t channel_layout; 2023-07-13T14:18:01.6487688Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6488589Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6489348Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:01.6489780Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6490206Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:18:01.6490807Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:01.6491217Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:01.6491818Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:18:01.6492293Z 542 | uint64_t channel_layout; 2023-07-13T14:18:01.6492664Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6493484Z ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:193:63: warning: ‘AVFilterLink::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.6494296Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:01.6494736Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6495141Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:12, 2023-07-13T14:18:01.6495574Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:01.6496029Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:01.6496636Z _deps/f6-src/include/libavfilter/avfilter.h:542:14: note: declared here 2023-07-13T14:18:01.6497053Z 542 | uint64_t channel_layout; 2023-07-13T14:18:01.6497348Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.6498132Z ../../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:01.6499133Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:01.6499585Z | ^ 2023-07-13T14:18:01.6500127Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.6500705Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6501161Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6501609Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:01.6502089Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:01.6502776Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:01.6503235Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:01.6503607Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6504435Z ../../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:01.6505230Z 193 | ret.num_channels = av_get_channel_layout_nb_channels(l->channel_layout); 2023-07-13T14:18:01.6505730Z | ^ 2023-07-13T14:18:01.6506262Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.6506836Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.6507287Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.6507733Z from ../../torchaudio/csrc/ffmpeg/filter_graph.h:3, 2023-07-13T14:18:01.6508649Z from ../../torchaudio/csrc/ffmpeg/filter_graph.cpp:1: 2023-07-13T14:18:01.6509254Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:01.6509774Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:01.6510225Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:01.6512665Z [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/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:01.6516849Z [23/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/packet_buffer.cpp 2023-07-13T14:18:01.6520832Z [24/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/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:01.6524575Z [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/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:01.8368575Z [26/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/ffmpeg.cpp.o -c ../../torchaudio/csrc/ffmpeg/ffmpeg.cpp 2023-07-13T14:18:01.8371270Z [27/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:01.8372392Z -- 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:01.8374857Z [28/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:01.8377097Z ../../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:01.8378232Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8378870Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:18:01.8379228Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8379586Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8380034Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8380508Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8381079Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.8381756Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.8382079Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8382958Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8383568Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:18:01.8383899Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8384295Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8384723Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8450628Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8451513Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.8451874Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.8452149Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8453125Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:141:19: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8453757Z 141 | if (!codec_ctx->channel_layout) { 2023-07-13T14:18:01.8454774Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8455255Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8455740Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8456313Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8457033Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.8457934Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.8458251Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8459219Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8459906Z 142 | codec_ctx->channel_layout = 2023-07-13T14:18:01.8460222Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8460642Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8461123Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8461647Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8462330Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.8462808Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.8463158Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8464151Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8464923Z 142 | codec_ctx->channel_layout = 2023-07-13T14:18:01.8465279Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8465726Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8466212Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8466728Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8467439Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.8467863Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.8468214Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8469155Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:142:16: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8469905Z 142 | codec_ctx->channel_layout = 2023-07-13T14:18:01.8470217Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8470637Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8471121Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8471901Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8472610Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:01.8473070Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:01.8473406Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:01.8474378Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8475224Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:01.8475648Z | ^~~~~~~~ 2023-07-13T14:18:01.8476271Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8476801Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8477338Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8478057Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:01.8478475Z 1042 | int channels; 2023-07-13T14:18:01.8478763Z | ^~~~~~~~ 2023-07-13T14:18:01.8479670Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8480457Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:01.8480877Z | ^~~~~~~~ 2023-07-13T14:18:01.8481330Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8481996Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8482475Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8483137Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:01.8483569Z 1042 | int channels; 2023-07-13T14:18:01.8483885Z | ^~~~~~~~ 2023-07-13T14:18:01.8484816Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:143:50: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:01.8485621Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:01.8486033Z | ^~~~~~~~ 2023-07-13T14:18:01.8486763Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:01.8487237Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:01.8487759Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:01.8488444Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:01.8488822Z 1042 | int channels; 2023-07-13T14:18:01.8489115Z | ^~~~~~~~ 2023-07-13T14:18:01.8489906Z ../../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:01.8490722Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:01.8491139Z | ^ 2023-07-13T14:18:01.8491801Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:01.8492396Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:01.8492869Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.0760445Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:02.0764717Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:02.0765560Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:02.0766259Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:02.0767002Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.0768057Z ../../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:02.0768846Z 143 | av_get_default_channel_layout(codec_ctx->channels); 2023-07-13T14:18:02.0769289Z | ^ 2023-07-13T14:18:02.0770040Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:02.0770707Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:02.0771196Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.0771688Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:02.0772166Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:02.0772815Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:02.0773368Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:02.0773735Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.0774698Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: In member function ‘int torchaudio::io::StreamProcessor::process_packet(AVPacket*)’: 2023-07-13T14:18:02.0776022Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:02.0776783Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:18:02.0777131Z | ^~~~~~~~~~~~ 2023-07-13T14:18:02.0777873Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.0778382Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:02.0778891Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:02.0779575Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:18:02.0779986Z 1076 | int frame_number; 2023-07-13T14:18:02.0780299Z | ^~~~~~~~~~~~ 2023-07-13T14:18:02.0782266Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:02.0783038Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:18:02.0783415Z | ^~~~~~~~~~~~ 2023-07-13T14:18:02.0783812Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.0784314Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:02.0784831Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:02.0785467Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:18:02.0785876Z 1076 | int frame_number; 2023-07-13T14:18:02.0786183Z | ^~~~~~~~~~~~ 2023-07-13T14:18:02.0787083Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:335:33: warning: ‘AVCodecContext::frame_number’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:02.0787850Z 335 | frame->pts = codec_ctx->frame_number + 1; 2023-07-13T14:18:02.0788224Z | ^~~~~~~~~~~~ 2023-07-13T14:18:02.0788670Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.0789167Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:02.0789660Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp:1: 2023-07-13T14:18:02.0790339Z _deps/f6-src/include/libavcodec/avcodec.h:1076:9: note: declared here 2023-07-13T14:18:02.0790763Z 1076 | int frame_number; 2023-07-13T14:18:02.0791043Z | ^~~~~~~~~~~~ 2023-07-13T14:18:02.0791490Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_processor.cpp: At global scope: 2023-07-13T14:18:02.0792998Z ../../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:02.0793728Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:18:02.0794062Z | ^~~~~~~~~~~~~ 2023-07-13T14:18:02.0795253Z ../../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:02.0796193Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:18:02.0796584Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:02.0799594Z [29/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:02.0802509Z ../../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:02.0803560Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:18:02.0803975Z | ^~~~~~~~~~~~~ 2023-07-13T14:18:02.0805367Z ../../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:02.0806335Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:18:02.0806795Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:02.0809358Z [30/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/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:02.0813512Z [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:02.0815706Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:02.0816822Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:02.0817642Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:02.0818370Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:02.0819107Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:02.0819937Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:02.0820529Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:18:02.0821044Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:18:02.0823066Z ../../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:02.0824850Z ../../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:02.7992156Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:02.7993765Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.7996475Z ../../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:02.7998597Z ../../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:02.7999730Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:02.8001040Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.8002948Z ../../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:02.8005750Z ../../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:02.8006946Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:02.8007875Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.8012177Z ../../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:02.8014281Z ../../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:02.8015538Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:02.8016917Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.8018357Z ../../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:02.8020742Z ../../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:02.8021816Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:02.8022713Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.8025565Z [32/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:02.8028247Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:02.8029310Z ../../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:02.8030025Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:02.8030381Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.8031254Z ../../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:02.8032372Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:02.8033062Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:02.8033422Z | ^~~~~~~~ 2023-07-13T14:18:02.8033928Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:02.8034382Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.8034857Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:02.8035452Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:02.8036016Z 173 | int channels; 2023-07-13T14:18:02.8036316Z | ^~~~~~~~ 2023-07-13T14:18:02.8037179Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:02.8037946Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:02.8038266Z | ^~~~~~~~ 2023-07-13T14:18:02.8038705Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:02.8039389Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.8039858Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:02.8040485Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:02.8040814Z 173 | int channels; 2023-07-13T14:18:02.8041071Z | ^~~~~~~~ 2023-07-13T14:18:02.8041951Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:163:36: warning: ‘AVCodecParameters::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:02.8042670Z 163 | ret.num_channels = codecpar->channels; 2023-07-13T14:18:02.8043031Z | ^~~~~~~~ 2023-07-13T14:18:02.8043537Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:42, 2023-07-13T14:18:02.8044060Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:02.8044493Z from ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp:1: 2023-07-13T14:18:02.8045105Z _deps/f6-src/include/libavcodec/codec_par.h:173:14: note: declared here 2023-07-13T14:18:02.8045520Z 173 | int channels; 2023-07-13T14:18:02.8045805Z | ^~~~~~~~ 2023-07-13T14:18:02.8048627Z [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:02.8051206Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:02.8052286Z ../../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:02.8053070Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:02.8053390Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:02.8055920Z [34/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:03.4634691Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:03.4637722Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.4645815Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.4648333Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.4649131Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.4650260Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.4650850Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:18:03.4651412Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:18:03.4653454Z ../../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.4655095Z ../../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.4655983Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:03.4656395Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.4658447Z ../../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:03.4660635Z ../../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:03.4661452Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:03.4661869Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.4663707Z ../../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:03.4665444Z ../../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:03.4666246Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:03.4666628Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.4668570Z ../../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:03.4670425Z ../../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:03.4671483Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:03.4671915Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.4672998Z ../../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:03.4674174Z ../../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:03.4675063Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:03.4675522Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.4677042Z [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:03.4678383Z -- 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:03.4681537Z [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:03.4684235Z ../../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:03.4685782Z ../../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:03.4692305Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:03.4692767Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:03.4695640Z [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:03.4698052Z ../../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:03.4699618Z ../../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:03.4700720Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:03.4701123Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:03.4703892Z [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:03.4706040Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:03.4706782Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.4707392Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.4707968Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.4708526Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.4709142Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.4709904Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.4710414Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4711456Z ../../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:03.4712572Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4713252Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:03.4713588Z | ^~~~~~~~ 2023-07-13T14:18:03.4714148Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.4714655Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4715182Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.4715911Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4716569Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.4716964Z 662 | int channels; 2023-07-13T14:18:03.4717273Z | ^~~~~~~~ 2023-07-13T14:18:03.4717919Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:03.4718749Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.4719548Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.4720345Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.4721077Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.4721897Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.4722545Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.4723280Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4724346Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4725049Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:03.4725457Z | ^~~~~~~~ 2023-07-13T14:18:03.4726256Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.4726747Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4727272Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.4727878Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4728582Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.4729001Z 662 | int channels; 2023-07-13T14:18:03.4729310Z | ^~~~~~~~ 2023-07-13T14:18:03.4729959Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:03.4730734Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.4731423Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.4732007Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.4732564Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.4733395Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.4733879Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.4734321Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4735280Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:33:28: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4735933Z 33 | t.size(1) == buffer->channels, 2023-07-13T14:18:03.4736281Z | ^~~~~~~~ 2023-07-13T14:18:03.4736828Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.4737320Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4737831Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.4738404Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4739063Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.4739485Z 662 | int channels; 2023-07-13T14:18:03.4739801Z | ^~~~~~~~ 2023-07-13T14:18:03.4740466Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.4741323Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.4742123Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.4742835Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.4743637Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.4744279Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.4744832Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4745873Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4746752Z 35 | buffer->channels, 2023-07-13T14:18:03.4747104Z | ^~~~~~~~ 2023-07-13T14:18:03.4747659Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.4748160Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4748681Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.4749260Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4749984Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.4750371Z 662 | int channels; 2023-07-13T14:18:03.4750689Z | ^~~~~~~~ 2023-07-13T14:18:03.4751424Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.4752240Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.4752995Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.4753683Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.4754498Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.4755115Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.4755870Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4756919Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4757797Z 35 | buffer->channels, 2023-07-13T14:18:03.4758109Z | ^~~~~~~~ 2023-07-13T14:18:03.4758639Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.4759176Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4759693Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.4760289Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4760975Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.4761383Z 662 | int channels; 2023-07-13T14:18:03.4761701Z | ^~~~~~~~ 2023-07-13T14:18:03.4762373Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.4763220Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.4764075Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.4764781Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.4765596Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.4766426Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.4767011Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.4768008Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:35:15: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.4768685Z 35 | buffer->channels, 2023-07-13T14:18:03.4768988Z | ^~~~~~~~ 2023-07-13T14:18:03.4769519Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.4770047Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.4770561Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.8065514Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.8066954Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.8067547Z 662 | int channels; 2023-07-13T14:18:03.8068290Z | ^~~~~~~~ 2023-07-13T14:18:03.8068981Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.8069674Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.8070331Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.8070961Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.8071661Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.8072201Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.8072720Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.8073671Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp: In function ‘void torchaudio::io::{anonymous}::convert_func_(const at::Tensor&, AVFrame*)’: 2023-07-13T14:18:03.8074685Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8075395Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:03.8075931Z | ^~~~~~~~ 2023-07-13T14:18:03.8076769Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8077208Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8077659Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.8078179Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.8078778Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.8079122Z 662 | int channels; 2023-07-13T14:18:03.8079390Z | ^~~~~~~~ 2023-07-13T14:18:03.8079969Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.8080673Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.8081348Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.8081989Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.8082682Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.8083209Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.8083692Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.8084594Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8085263Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:03.8085670Z | ^~~~~~~~ 2023-07-13T14:18:03.8086399Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8086833Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8087257Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.8087732Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.8088290Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.8088798Z 662 | int channels; 2023-07-13T14:18:03.8089056Z | ^~~~~~~~ 2023-07-13T14:18:03.8089609Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.8090280Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.8090896Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.8091500Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.8092163Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.8092664Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:3, 2023-07-13T14:18:03.8093121Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.8094003Z ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:43:61: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8094698Z 43 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(chunk.size(1) == buffer->channels); 2023-07-13T14:18:03.8095070Z | ^~~~~~~~ 2023-07-13T14:18:03.8095529Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8095956Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8096365Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.h:4, 2023-07-13T14:18:03.8097043Z from ../../torchaudio/csrc/ffmpeg/stream_writer/tensor_converter.cpp:1: 2023-07-13T14:18:03.8097575Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.8097913Z 662 | int channels; 2023-07-13T14:18:03.8098157Z | ^~~~~~~~ 2023-07-13T14:18:03.8100375Z [39/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg5_EXPORTS -I../../ -I_deps/f5-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-07-13T14:18:03.8102504Z ../../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:03.8103174Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:03.8103526Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8105719Z [40/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg6_EXPORTS -I../../ -I_deps/f6-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg6.dir/stream_writer/encode_process.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp 2023-07-13T14:18:03.8107711Z ../../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:03.8108645Z ../../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:03.8109203Z 318 | ss << av_get_channel_layout_nb_channels(*channel_layouts); 2023-07-13T14:18:03.8109566Z | ^ 2023-07-13T14:18:03.8110001Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8110470Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8110882Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8111263Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8111691Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8112241Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:03.8112678Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:03.8113035Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8113762Z ../../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:03.8114359Z 318 | ss << av_get_channel_layout_nb_channels(*channel_layouts); 2023-07-13T14:18:03.8114719Z | ^ 2023-07-13T14:18:03.8115328Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8115940Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8116329Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8116712Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8117123Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8117668Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:03.8118098Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:03.8118465Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8119201Z ../../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:03.8119793Z 319 | ss << " (" << av_get_channel_name(*channel_layouts) << ")"; 2023-07-13T14:18:03.8120158Z | ^ 2023-07-13T14:18:03.8120603Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8121092Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8121481Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8121846Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8122280Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8122841Z _deps/f6-src/include/libavutil/channel_layout.h:515:13: note: declared here 2023-07-13T14:18:03.8123254Z 515 | const char *av_get_channel_name(uint64_t channel); 2023-07-13T14:18:03.8123549Z | ^~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8124571Z ../../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:03.8125145Z 319 | ss << " (" << av_get_channel_name(*channel_layouts) << ")"; 2023-07-13T14:18:03.8125496Z | ^ 2023-07-13T14:18:03.8125926Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8126826Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8127229Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8127597Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8128028Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8128578Z _deps/f6-src/include/libavutil/channel_layout.h:515:13: note: declared here 2023-07-13T14:18:03.8128966Z 515 | const char *av_get_channel_name(uint64_t channel); 2023-07-13T14:18:03.8129274Z | ^~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8130102Z ../../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:03.8131065Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8131620Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:03.8131901Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8132338Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8132751Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8133117Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8133532Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8134054Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8134700Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8135105Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8135836Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8136381Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:03.8136648Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8137084Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8137484Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8137832Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8138254Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8138768Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8139269Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8139673Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8140412Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:335:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8140971Z 335 | if (!codec->channel_layouts) { 2023-07-13T14:18:03.8141237Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8141674Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8142080Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8142453Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8142888Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8143429Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8143947Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8144350Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8145180Z ../../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:03.8145765Z 336 | return static_cast(av_get_default_channel_layout(val)); 2023-07-13T14:18:03.8146134Z | ^ 2023-07-13T14:18:03.8146574Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8147080Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8147478Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8147867Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8148305Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8148847Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:03.8149264Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:03.8149591Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8150295Z ../../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:03.8150888Z 336 | return static_cast(av_get_default_channel_layout(val)); 2023-07-13T14:18:03.8151237Z | ^ 2023-07-13T14:18:03.8151681Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8152195Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8152714Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8153103Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8153539Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8154124Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:03.8154554Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:03.8154884Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8155808Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8156470Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:03.8156819Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8157278Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8157696Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8158067Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8158516Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8159063Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8159556Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8159972Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8160718Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8161371Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:03.8161722Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8162179Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8162593Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8162959Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8163541Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8164076Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8164602Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8164999Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8165772Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:338:38: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8166596Z 338 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:03.8166943Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8167414Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8167842Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8168235Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8168642Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8169180Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8169705Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8170098Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8170807Z ../../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:03.8171607Z 339 | if (av_get_channel_layout_nb_channels(*it) == val) { 2023-07-13T14:18:03.8171948Z | ^ 2023-07-13T14:18:03.8172386Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8172915Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8173307Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8173674Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8174083Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8174628Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:03.8175058Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:03.8175390Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8176103Z ../../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:03.8176679Z 339 | if (av_get_channel_layout_nb_channels(*it) == val) { 2023-07-13T14:18:03.8177008Z | ^ 2023-07-13T14:18:03.8177470Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8178012Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8178454Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8178863Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8179339Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8179944Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:03.8180407Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:03.8180806Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8181417Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.8182345Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.8183056Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.8183714Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.8184436Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.8184949Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:03.8185371Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8185847Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8186822Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8187529Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:03.8187919Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8188417Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8188852Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8189276Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8189744Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8190332Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8190883Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8191494Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8192083Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.8192694Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.8193273Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.8193809Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.8194403Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.8194804Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:03.8195159Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8195544Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8196465Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8197040Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:03.8197361Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8197782Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8198135Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8198479Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8198866Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8199328Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8199786Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8200168Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8200661Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:03.8201385Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:03.8201949Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:03.8202483Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:03.8203051Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:03.8203463Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:3, 2023-07-13T14:18:03.8203801Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8204181Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8204943Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:350:39: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8205527Z 350 | get_supported_channels(codec->channel_layouts)); 2023-07-13T14:18:03.8205851Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8206425Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8206798Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8207138Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8207518Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8207983Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8208448Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8209030Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8209705Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8210227Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:03.8210493Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8210896Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8211254Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8211602Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8212017Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8212543Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8213079Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8213535Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8214371Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8214915Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:03.8215186Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8215592Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8215963Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8216334Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8216736Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8217245Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8217713Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8218127Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8219009Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:354:15: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8219547Z 354 | if (!codec->channel_layouts) { 2023-07-13T14:18:03.8219832Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8220255Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8220643Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8220997Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8221408Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8221914Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8222393Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8222785Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8223515Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8224137Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:03.8224458Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8224887Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8225281Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8225633Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8226041Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8226785Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8227392Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8227902Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8228807Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8229515Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:03.8229878Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8230351Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8230822Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8231238Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8231733Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8232445Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8272282Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8272930Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8273857Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:359:36: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8274487Z 359 | for (const uint64_t* it = codec->channel_layouts; *it; ++it) { 2023-07-13T14:18:03.8274834Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8275267Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8275798Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8276167Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8276619Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8277154Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8277938Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8278359Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8279109Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8279683Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:03.8279959Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8280386Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8280796Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8281151Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8281584Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8282114Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8282636Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8283034Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8283773Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8284351Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:03.8284631Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8285064Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8285468Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8286222Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8286649Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8287178Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8287699Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8288092Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8288827Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:365:17: warning: ‘AVCodec::channel_layouts’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8289398Z 365 | return codec->channel_layouts[0]; 2023-07-13T14:18:03.8289672Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8290102Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:40, 2023-07-13T14:18:03.8290499Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8290888Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8291287Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8291811Z _deps/f6-src/include/libavcodec/codec.h:214:21: note: declared here 2023-07-13T14:18:03.8292330Z 214 | const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 2023-07-13T14:18:03.8292714Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8293641Z ../../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:03.8294689Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8295374Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:03.8295720Z | ^~~~~~~~ 2023-07-13T14:18:03.8296037Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8296422Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8297036Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8297564Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:03.8297896Z 1042 | int channels; 2023-07-13T14:18:03.8298142Z | ^~~~~~~~ 2023-07-13T14:18:03.8298846Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8299521Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:03.8299867Z | ^~~~~~~~ 2023-07-13T14:18:03.8300218Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8300587Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8301000Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8301528Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:03.8301851Z 1042 | int channels; 2023-07-13T14:18:03.8302109Z | ^~~~~~~~ 2023-07-13T14:18:03.8302835Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:377:14: warning: ‘AVCodecContext::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8303511Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:03.8303838Z | ^~~~~~~~ 2023-07-13T14:18:03.8304164Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8304553Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8305144Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8305669Z _deps/f6-src/include/libavcodec/avcodec.h:1042:9: note: declared here 2023-07-13T14:18:03.8306005Z 1042 | int channels; 2023-07-13T14:18:03.8306238Z | ^~~~~~~~ 2023-07-13T14:18:03.8306948Z ../../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:03.8307631Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:03.8308009Z | ^ 2023-07-13T14:18:03.8308434Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8308942Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8309322Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8309685Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8310091Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8310630Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:03.8311065Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:03.8311390Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8312085Z ../../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:03.8312794Z 377 | codec_ctx->channels = av_get_channel_layout_nb_channels(channel_layout); 2023-07-13T14:18:03.8313163Z | ^ 2023-07-13T14:18:03.8313609Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8314110Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8314498Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8314854Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8315427Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8316116Z _deps/f6-src/include/libavutil/channel_layout.h:474:5: note: declared here 2023-07-13T14:18:03.8316532Z 474 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); 2023-07-13T14:18:03.8316858Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:03.8317616Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8318219Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:03.8318507Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8318845Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8319235Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8319638Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8320174Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.8320523Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.8320784Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8321536Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8322277Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:03.8322580Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8322922Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8323294Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8323867Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8324397Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.8324730Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.8325011Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8325763Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:378:14: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8326550Z 378 | codec_ctx->channel_layout = channel_layout; 2023-07-13T14:18:03.8326838Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8327189Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8327591Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8327994Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8328542Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:03.8328894Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:03.8329152Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8329980Z ../../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:03.8330955Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8331529Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:03.8331805Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8332245Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8332656Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8333019Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8333455Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8333963Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:03.8334318Z 524 | uint64_t channel_layout; 2023-07-13T14:18:03.8334580Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8335506Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8336101Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:03.8336375Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8336799Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8337203Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8337568Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8337985Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8338513Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:03.8338865Z 524 | uint64_t channel_layout; 2023-07-13T14:18:03.8339120Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8339854Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:702:10: warning: ‘AVFrame::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8340434Z 702 | frame->channel_layout = channel_layout; 2023-07-13T14:18:03.8340713Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8341141Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8341543Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8341909Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8342327Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8343020Z _deps/f6-src/include/libavutil/frame.h:524:14: note: declared here 2023-07-13T14:18:03.8343362Z 524 | uint64_t channel_layout; 2023-07-13T14:18:03.8343621Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:03.8344356Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8344910Z 711 | frame->channels = num_channels; 2023-07-13T14:18:03.8345176Z | ^~~~~~~~ 2023-07-13T14:18:03.8345610Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8346021Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8346389Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8346812Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8347327Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.8347668Z 662 | int channels; 2023-07-13T14:18:03.8347906Z | ^~~~~~~~ 2023-07-13T14:18:03.8348602Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8349146Z 711 | frame->channels = num_channels; 2023-07-13T14:18:03.8349415Z | ^~~~~~~~ 2023-07-13T14:18:03.8349835Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8350229Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8350591Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8351012Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8351530Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.8351858Z 662 | int channels; 2023-07-13T14:18:03.8352089Z | ^~~~~~~~ 2023-07-13T14:18:03.8352807Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:711:10: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:03.8353364Z 711 | frame->channels = num_channels; 2023-07-13T14:18:03.8353621Z | ^~~~~~~~ 2023-07-13T14:18:03.8354043Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8354594Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8354966Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8355389Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8356042Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:03.8356379Z 662 | int channels; 2023-07-13T14:18:03.8356612Z | ^~~~~~~~ 2023-07-13T14:18:03.8358149Z ../../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:03.8359676Z ../../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:03.8360264Z 769 | static_cast(av_get_default_channel_layout(src_num_channels)); 2023-07-13T14:18:03.8360640Z | ^ 2023-07-13T14:18:03.8361098Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:03.8361604Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:03.8362001Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:03.8362359Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:03.8362768Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:03.8363336Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:03.8363747Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:05.1635911Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.1637087Z ../../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.1637864Z 769 | static_cast(av_get_default_channel_layout(src_num_channels)); 2023-07-13T14:18:05.1638397Z | ^ 2023-07-13T14:18:05.1638990Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.1639595Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.1640080Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.1640557Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.1641124Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.1641782Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:05.1642284Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:05.1642663Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.1643112Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: In lambda function: 2023-07-13T14:18:05.1644123Z ../../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.1644890Z 789 | return static_cast(av_get_default_channel_layout(2)); 2023-07-13T14:18:05.1645369Z | ^ 2023-07-13T14:18:05.1645951Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.1648688Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.1649278Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.1649720Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.1650266Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.1650975Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:05.1651479Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:05.1651909Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.1652966Z ../../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.1653705Z 789 | return static_cast(av_get_default_channel_layout(2)); 2023-07-13T14:18:05.1654158Z | ^ 2023-07-13T14:18:05.1654720Z In file included from _deps/f6-src/include/libavutil/frame.h:33, 2023-07-13T14:18:05.1655329Z from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:05.1655773Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.1656224Z from ../../torchaudio/csrc/ffmpeg/hw_context.h:3, 2023-07-13T14:18:05.1656724Z from ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp:1: 2023-07-13T14:18:05.1657407Z _deps/f6-src/include/libavutil/channel_layout.h:482:9: note: declared here 2023-07-13T14:18:05.1657901Z 482 | int64_t av_get_default_channel_layout(int nb_channels); 2023-07-13T14:18:05.1658322Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.1658782Z ../../torchaudio/csrc/ffmpeg/stream_writer/encode_process.cpp: At global scope: 2023-07-13T14:18:05.1660051Z ../../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:05.1660871Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:05.1661316Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:05.1662693Z [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:05.1664414Z -- 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:05.1665887Z [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:05.1667176Z -- 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:05.1670219Z [43/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:05.1673040Z ../../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:05.1674345Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.1675157Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:05.1675554Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.1676294Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.1676852Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:05.1677383Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:05.1678072Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:05.1678567Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:05.1678934Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.1679894Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.1680650Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:05.1681056Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.1681491Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.1682057Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:05.1682615Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:05.1683234Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:05.1683638Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:05.1683967Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.1684879Z ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:22:39: warning: ‘AVCodecContext::channel_layout’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:05.1685675Z 22 | channel_layout = codec_ctx->channel_layout]( 2023-07-13T14:18:05.1686250Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.1686700Z In file included from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:05.1687261Z from ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.h:2, 2023-07-13T14:18:05.1687753Z from ../../torchaudio/csrc/ffmpeg/stream_reader/post_process.cpp:1: 2023-07-13T14:18:05.1688252Z _deps/f6-src/include/libavcodec/avcodec.h:1100:14: note: declared here 2023-07-13T14:18:05.1688613Z 1100 | uint64_t channel_layout; 2023-07-13T14:18:05.1688950Z | ^~~~~~~~~~~~~~ 2023-07-13T14:18:05.1691609Z [44/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:05.1694615Z [45/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:05.1695939Z -- 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.8499091Z [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/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.8503066Z [47/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-build && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/tmp && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp && /opt/conda/bin/cmake -E make_directory /work/third_party/sox/../archives && /opt/conda/bin/cmake -E make_directory /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-mkdir 2023-07-13T14:18:06.8507644Z [48/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.8512418Z [49/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.8515452Z [50/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src && /opt/conda/bin/cmake -P /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/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.8517240Z -- 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.8518789Z [51/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.8520235Z -- 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.8521538Z [52/146] cd /work/build/temp.linux-x86_64-cpython-310/third_party/sox && /opt/conda/bin/cmake -E echo_append && /opt/conda/bin/cmake -E touch /work/build/temp.linux-x86_64-cpython-310/third_party/sox/src/opus-stamp/opus-update 2023-07-13T14:18:06.8523179Z [53/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:06.8524975Z [54/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:06.8527290Z [55/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:06.8529245Z [56/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:06.8530588Z -- 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:06.8531845Z [57/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:06.8533577Z [58/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:06.8536708Z [59/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/compute_betas.cpp.o -c ../../torchaudio/csrc/rnnt/compute_betas.cpp 2023-07-13T14:18:06.8540958Z [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:06.8544913Z [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/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:10.4226026Z [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:10.4229428Z [63/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o -MF torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o.d -o torchaudio/csrc/CMakeFiles/libtorchaudio.dir/rnnt/cpu/compute_betas.cpp.o -c ../../torchaudio/csrc/rnnt/cpu/compute_betas.cpp 2023-07-13T14:18:10.4233008Z [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:10.4236590Z [65/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:10.4240062Z [66/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:10.4243266Z [67/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:10.4245656Z [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:10.4246977Z -- 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:10.4248382Z [69/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:10.4249637Z -- 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:10.4251035Z [70/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:10.4252281Z -- 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:10.4253976Z [71/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:10.4255822Z [72/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:10.4257095Z -- 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:10.4259975Z [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_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:10.4263339Z [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:10.4266887Z [75/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_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:11.3341348Z [76/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/stream_reader/buffer/chunked_buffer.cpp.o -c ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp 2023-07-13T14:18:11.3342920Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp: In member function ‘void torchaudio::io::detail::ChunkedBuffer::push_frame(at::Tensor, int64_t)’: 2023-07-13T14:18:11.3343838Z ../../torchaudio/csrc/ffmpeg/stream_reader/buffer/chunked_buffer.cpp:97:41: warning: comparison of integer expressions of different signedness: ‘std::deque::size_type’ {aka ‘long unsigned int’} and ‘const int64_t’ {aka ‘const long int’} [-Wsign-compare] 2023-07-13T14:18:11.3344309Z 97 | if (num_chunks > 0 && chunks.size() > num_chunks) { 2023-07-13T14:18:11.3344550Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2023-07-13T14:18:11.3346198Z [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/hw_context.cpp.o -MF torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o.d -o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/hw_context.cpp.o -c ../../torchaudio/csrc/ffmpeg/hw_context.cpp 2023-07-13T14:18:11.3348531Z [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_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:11.3351069Z [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_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:11.3352528Z ../../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:11.3352951Z 48 | enum AVPixelFormat get_hw_format( 2023-07-13T14:18:11.3353168Z | ^~~~~~~~~~~~~ 2023-07-13T14:18:11.3353777Z ../../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:11.3354233Z 30 | const AVCodecHWConfig* get_cuda_config(const AVCodec* codec) { 2023-07-13T14:18:11.3354471Z | ^~~~~~~~~~~~~~~ 2023-07-13T14:18:11.3356021Z [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_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:11.3357329Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:11.3357794Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Generator.h:11, 2023-07-13T14:18:11.3358259Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3, 2023-07-13T14:18:11.3358682Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Context.h:3, 2023-07-13T14:18:11.3359168Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/ATen.h:7, 2023-07-13T14:18:11.3359626Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3, 2023-07-13T14:18:11.3359975Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.h:3, 2023-07-13T14:18:11.3360282Z from ../../torchaudio/csrc/ffmpeg/stream_writer/stream_writer.cpp:1: 2023-07-13T14:18:11.3361357Z ../../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:11.3362375Z ../../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:11.3362829Z 69 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:11.3363061Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:11.3364210Z ../../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:11.3365226Z ../../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:11.3365690Z 105 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:11.3365931Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:11.3367113Z ../../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:11.3368044Z ../../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.3273882Z 149 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:12.3274324Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.3276548Z ../../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.3278254Z ../../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.3279248Z 186 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:12.3279736Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.3280996Z ../../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.3282425Z ../../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.3283232Z 223 | format_ctx->nb_streams == num_output_streams(), 2023-07-13T14:18:12.3283837Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.3286481Z [81/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_ffmpeg4_EXPORTS -I../../ -I_deps/f4-src/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -MD -MT torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg4.dir/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:12.3290488Z [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/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.3294638Z [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_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.3297051Z ../../torchaudio/csrc/ffmpeg/stream_reader/stream_reader.cpp: In constructor ‘torchaudio::io::StreamReader::StreamReader(AVFormatContext*)’: 2023-07-13T14:18:12.3298334Z ../../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.3299199Z 61 | for (int i = 0; i < format_ctx->nb_streams; ++i) { 2023-07-13T14:18:12.3299636Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.3301118Z [84/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:12.3302908Z -- 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:12.3305470Z [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/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:12.3307947Z [86/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:12.3309118Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3309575Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3310008Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3310435Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3310894Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3311348Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3311814Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3312282Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3312759Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3313229Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3313701Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3314055Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3314684Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: In member function ‘void torchaudio::io::AudioConverter::convert(const AVFrame*, at::Tensor&)’: 2023-07-13T14:18:12.3315692Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3316259Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3316534Z | ^~~~~~~~ 2023-07-13T14:18:12.3316865Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3317148Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3317523Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3317845Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3318198Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3318443Z 662 | int channels; 2023-07-13T14:18:12.3318625Z | ^~~~~~~~ 2023-07-13T14:18:12.3318993Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3319438Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3319947Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3320373Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3320819Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3321289Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3321758Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3322223Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3322689Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3323175Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3323649Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3324003Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3324556Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3325021Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3325285Z | ^~~~~~~~ 2023-07-13T14:18:12.3325598Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3325893Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3326356Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3326694Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3327052Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3327297Z 662 | int channels; 2023-07-13T14:18:12.3327482Z | ^~~~~~~~ 2023-07-13T14:18:12.3327839Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3328299Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3328737Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3329159Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3329597Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3330067Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3330538Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3330985Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3331600Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3332084Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3332561Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3332906Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3333471Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3334020Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3334285Z | ^~~~~~~~ 2023-07-13T14:18:12.3334599Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3334900Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3335197Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3335500Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3335863Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3336105Z 662 | int channels; 2023-07-13T14:18:12.3336285Z | ^~~~~~~~ 2023-07-13T14:18:12.3336634Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3337098Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3337538Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3337943Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3338398Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3338868Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3339334Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3339784Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3340265Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3340747Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3341218Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3341565Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3342332Z ../../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:12.3342863Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:75:16: required from here 2023-07-13T14:18:12.3343432Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3343887Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3344157Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3344485Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3344833Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3345129Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3345445Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3345816Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3346043Z 662 | int channels; 2023-07-13T14:18:12.3346228Z | ^~~~~~~~ 2023-07-13T14:18:12.3346587Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3347030Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3347539Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3347959Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3348417Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3348869Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3349333Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3349794Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3350256Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3350739Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3351218Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3351583Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3352134Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3352593Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3352862Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3353185Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3353467Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3353762Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3354087Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3354439Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3354676Z 662 | int channels; 2023-07-13T14:18:12.3354856Z | ^~~~~~~~ 2023-07-13T14:18:12.3355215Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3355674Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3356116Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3356632Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3357076Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3357553Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3358016Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3358554Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3359020Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3359498Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3359969Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3360323Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3360878Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3361402Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3361672Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3361988Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3362287Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3362579Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3362897Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3363246Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3363483Z 662 | int channels; 2023-07-13T14:18:12.3363664Z | ^~~~~~~~ 2023-07-13T14:18:12.3364016Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3364484Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3364921Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3365329Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3365789Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3366400Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3366870Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3367320Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3367794Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3368283Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3368758Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3369101Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3369867Z ../../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:12.3370404Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:76:16: required from here 2023-07-13T14:18:12.3370971Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3371427Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3371695Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3372020Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3372418Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3372702Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3373022Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3373391Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3373622Z 662 | int channels; 2023-07-13T14:18:12.3373807Z | ^~~~~~~~ 2023-07-13T14:18:12.3374170Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3374614Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3375155Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3375576Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3376035Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3376489Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3376956Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3377427Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3377909Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3378391Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3378868Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3379228Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3379787Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3380236Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3380506Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3380832Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3381113Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3381410Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3381737Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3382085Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3382325Z 662 | int channels; 2023-07-13T14:18:12.3382516Z | ^~~~~~~~ 2023-07-13T14:18:12.3382878Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3383320Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3383760Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3384184Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3384622Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3385101Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3385567Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3386089Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3386560Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3387039Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3387514Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3387867Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3388412Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3388947Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3389214Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3389529Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3389823Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3390118Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3390438Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3390787Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3391027Z 662 | int channels; 2023-07-13T14:18:12.3391211Z | ^~~~~~~~ 2023-07-13T14:18:12.3391558Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3392026Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3392465Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3392896Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3393338Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3393805Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3394269Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3394732Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3395199Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3395675Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3396244Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3396591Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3397359Z ../../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:12.3397893Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:77:16: required from here 2023-07-13T14:18:12.3398466Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3398920Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3399187Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3399510Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3399880Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3400163Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3400483Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3400847Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3401073Z 662 | int channels; 2023-07-13T14:18:12.3401251Z | ^~~~~~~~ 2023-07-13T14:18:12.3401611Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3402135Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3402561Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3402985Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3403440Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3403893Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3404356Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3404818Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3405298Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3405771Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3408363Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3408723Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3409296Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3409742Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3410009Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3410336Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3410616Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3410916Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3411232Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3411596Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3411821Z 662 | int channels; 2023-07-13T14:18:12.3412006Z | ^~~~~~~~ 2023-07-13T14:18:12.3412368Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3412814Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3413254Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3413675Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3414128Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3414587Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3415051Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3415619Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3416087Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3416571Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3417044Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3417400Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3418026Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3418486Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3418754Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3419085Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3419366Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3419658Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3419975Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3420327Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3420571Z 662 | int channels; 2023-07-13T14:18:12.3420751Z | ^~~~~~~~ 2023-07-13T14:18:12.3421102Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3421566Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3422005Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3422429Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3422869Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3423338Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3423800Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3424262Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3424732Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3425212Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3425690Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3426043Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3426787Z ../../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:12.3427318Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:78:16: required from here 2023-07-13T14:18:12.3427889Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3428356Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3428608Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3429006Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3429301Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3429579Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3429895Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3430259Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3430498Z 662 | int channels; 2023-07-13T14:18:12.3430668Z | ^~~~~~~~ 2023-07-13T14:18:12.3431028Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3431547Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3431972Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3432398Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3432850Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3433320Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3433765Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3434228Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3434708Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3435174Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3435653Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3436010Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3436664Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3437111Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3437380Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3437710Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3438006Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3438291Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3438612Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3438977Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3439209Z 662 | int channels; 2023-07-13T14:18:12.3439393Z | ^~~~~~~~ 2023-07-13T14:18:12.3439755Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3440198Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3440636Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3441054Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3441508Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3441969Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3442432Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3442967Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3443445Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3443910Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3444381Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3444738Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3445366Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3445812Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3446222Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3446568Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3446847Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3447144Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3447463Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3447828Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3448055Z 662 | int channels; 2023-07-13T14:18:12.3448236Z | ^~~~~~~~ 2023-07-13T14:18:12.3448609Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3449056Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3449494Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3449918Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3450360Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3450832Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3451294Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3451759Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3452227Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3452704Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3453176Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3453535Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3454278Z ../../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:12.3454810Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:79:16: required from here 2023-07-13T14:18:12.3455386Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3455843Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3456097Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3456550Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3456846Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3457141Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3457440Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3457804Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3458043Z 662 | int channels; 2023-07-13T14:18:12.3458210Z | ^~~~~~~~ 2023-07-13T14:18:12.3458573Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3459114Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3459541Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3459964Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3460415Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3460882Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3461328Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3461793Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3462279Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3462758Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3463220Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3463573Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3464131Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3464590Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3464842Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3465162Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3465457Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3465745Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3466064Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3466430Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3466656Z 662 | int channels; 2023-07-13T14:18:12.3466837Z | ^~~~~~~~ 2023-07-13T14:18:12.3467201Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3467658Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3468081Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3468500Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3468962Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3469414Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3469940Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3470405Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3470887Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3471354Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3471828Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3472182Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3472816Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3473258Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3473533Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3473860Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3474139Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3474434Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3474750Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3475111Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3475334Z 662 | int channels; 2023-07-13T14:18:12.3475517Z | ^~~~~~~~ 2023-07-13T14:18:12.3475885Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3476422Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3476872Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3477296Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3477752Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3478206Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3478670Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3479132Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3479617Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3480084Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3480564Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3480919Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3481679Z ../../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:12.3482193Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:80:16: required from here 2023-07-13T14:18:12.3482767Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3483233Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3483486Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3483897Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3484195Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3484487Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3484789Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3485153Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3485390Z 662 | int channels; 2023-07-13T14:18:12.3485557Z | ^~~~~~~~ 2023-07-13T14:18:12.3485918Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3486589Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3487032Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3487448Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3487903Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3488377Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3488827Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3489292Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3489776Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3490258Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3490725Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3491078Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3491640Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3492102Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3492356Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3492688Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3492992Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3493270Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3493587Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3493958Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3494201Z 662 | int channels; 2023-07-13T14:18:12.3494367Z | ^~~~~~~~ 2023-07-13T14:18:12.3494724Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3495184Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3495606Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3496026Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3496484Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3496952Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3497512Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3497985Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3498464Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3498942Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3499403Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3499835Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3500399Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3500846Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3501118Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3501446Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3501740Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3502018Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3502335Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3502704Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3502931Z 662 | int channels; 2023-07-13T14:18:12.3503122Z | ^~~~~~~~ 2023-07-13T14:18:12.3503488Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3503929Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3504381Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3504806Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3505258Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3505710Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3506174Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3506637Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3507127Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3507593Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3508067Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3508422Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3509183Z ../../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:12.3509698Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:81:16: required from here 2023-07-13T14:18:12.3510275Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3510736Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3511088Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3511408Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3511702Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3511996Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3512298Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3512666Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3512907Z 662 | int channels; 2023-07-13T14:18:12.3513080Z | ^~~~~~~~ 2023-07-13T14:18:12.3513513Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3513970Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3514411Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3514823Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3515282Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3515752Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3516299Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3516756Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3517243Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3517720Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3518204Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3518541Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3519102Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3519568Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3519820Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3520147Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3520450Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3520741Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3521044Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3521412Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3521653Z 662 | int channels; 2023-07-13T14:18:12.3521822Z | ^~~~~~~~ 2023-07-13T14:18:12.3522184Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3522646Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3523068Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3523492Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3523954Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3524429Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3524965Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3525432Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3525915Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3526538Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3527001Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3527455Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3528021Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3528492Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3528745Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3529073Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3529373Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3529652Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3529968Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3530332Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3530578Z 662 | int channels; 2023-07-13T14:18:12.3530745Z | ^~~~~~~~ 2023-07-13T14:18:12.3531111Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3531569Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3531997Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3532416Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3532873Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3533349Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3533798Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3534264Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3534745Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3535213Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3535689Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3536042Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3536798Z ../../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:12.3537332Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:82:16: required from here 2023-07-13T14:18:12.3537891Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3538347Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3538701Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3539014Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3539305Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3539595Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3539909Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3540258Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3540501Z 662 | int channels; 2023-07-13T14:18:12.3540685Z | ^~~~~~~~ 2023-07-13T14:18:12.3541101Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3541554Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3541996Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3542403Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3542862Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3543330Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3543793Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3544242Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3544731Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3545211Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3545692Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3546032Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3546589Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3547047Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3547310Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3547620Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3547918Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3548215Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3548518Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3548889Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3549129Z 662 | int channels; 2023-07-13T14:18:12.3549299Z | ^~~~~~~~ 2023-07-13T14:18:12.3549658Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3550116Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3550557Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3550964Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3551431Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3551900Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3552427Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3552882Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3553364Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3553843Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3554302Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3554725Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3555285Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3555750Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3556009Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3556447Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3556743Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3557024Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3557341Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3557708Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3557957Z 662 | int channels; 2023-07-13T14:18:12.3558125Z | ^~~~~~~~ 2023-07-13T14:18:12.3558491Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3558947Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3559377Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3559798Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3560251Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3560719Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3561168Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3561640Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3562135Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3562602Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3563069Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3563422Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3564183Z ../../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:12.3564696Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:83:16: required from here 2023-07-13T14:18:12.3565253Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3565708Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3566042Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3566501Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3566792Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3567082Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3567386Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3567746Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3567984Z 662 | int channels; 2023-07-13T14:18:12.3568289Z | ^~~~~~~~ 2023-07-13T14:18:12.3568634Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3569090Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3569527Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3569930Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3570385Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3570852Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3571309Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3571757Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3572238Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3572717Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3573187Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3573527Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3574087Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3574539Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3574791Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3575120Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3575407Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3575698Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3576000Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3576358Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3576591Z 662 | int channels; 2023-07-13T14:18:12.3576754Z | ^~~~~~~~ 2023-07-13T14:18:12.3577107Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3577559Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3577981Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3578399Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3578851Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3579312Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3579842Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3580299Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3580776Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3581250Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3581709Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3582126Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3582680Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3583142Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3583391Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3583710Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3584004Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3584282Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3584598Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3584959Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3585198Z 662 | int channels; 2023-07-13T14:18:12.3585362Z | ^~~~~~~~ 2023-07-13T14:18:12.3585719Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3586173Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3586594Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3587009Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3587457Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3587919Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3588364Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3588827Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3589306Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3589769Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3590237Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3590586Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3591336Z ../../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:12.3591864Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:84:16: required from here 2023-07-13T14:18:12.3592413Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3592941Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3593206Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3593516Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3593804Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3594089Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3594402Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3594753Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3595059Z 662 | int channels; 2023-07-13T14:18:12.3595236Z | ^~~~~~~~ 2023-07-13T14:18:12.3595582Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3596032Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3596602Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3597010Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3597461Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3597926Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3598392Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3598850Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3599328Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3599809Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3600281Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3600620Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3601183Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3601641Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3601902Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3602218Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3602506Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3602796Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3603104Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3603469Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3603704Z 662 | int channels; 2023-07-13T14:18:12.3603870Z | ^~~~~~~~ 2023-07-13T14:18:12.3604222Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3604675Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3605106Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3605517Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3605971Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3606696Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3607162Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3607613Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3608093Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3608569Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3609028Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3609458Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3610014Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3610478Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3610729Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3611057Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3611346Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3611622Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3611935Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3612298Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3612539Z 662 | int channels; 2023-07-13T14:18:12.3612701Z | ^~~~~~~~ 2023-07-13T14:18:12.3613058Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3613514Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3613937Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3614351Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3614798Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3615261Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3615707Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3616171Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3616644Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3617119Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3617577Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3617927Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3618689Z ../../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:12.3619222Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:85:16: required from here 2023-07-13T14:18:12.3619771Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3620337Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3620602Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3620912Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3621200Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3621489Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3621801Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3622147Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3622459Z 662 | int channels; 2023-07-13T14:18:12.3622636Z | ^~~~~~~~ 2023-07-13T14:18:12.3622981Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3623433Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3623868Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3624288Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3624727Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3625191Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3625648Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3626111Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3626569Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3627044Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3627514Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3627850Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3628398Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3628854Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3629115Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3629428Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3629720Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3630007Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3630315Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3630676Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3630911Z 662 | int channels; 2023-07-13T14:18:12.3631092Z | ^~~~~~~~ 2023-07-13T14:18:12.3631437Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3631891Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3632325Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3632736Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3633186Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3633720Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3634180Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3634629Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3635101Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3635576Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3636122Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.3636568Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.3637135Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.3637590Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.3637842Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.3638168Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.3638457Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.3638748Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.3639050Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.3639420Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.3639658Z 662 | int channels; 2023-07-13T14:18:12.3639827Z | ^~~~~~~~ 2023-07-13T14:18:12.3640188Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.3640648Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.3641085Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.3641487Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.3641939Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.3642402Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.3642857Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.3643317Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.3643800Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.3644273Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.3644736Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.6980855Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.6982563Z ../../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:12.6983841Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:86:16: required from here 2023-07-13T14:18:12.6985046Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.6986153Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.6986698Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.6987345Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.6987872Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.6988530Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.6989157Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.7016288Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.7017016Z 662 | int channels; 2023-07-13T14:18:12.7017308Z | ^~~~~~~~ 2023-07-13T14:18:12.7017970Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.7018789Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.7019548Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.7020273Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.7021055Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.7021892Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.7022681Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.7023483Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.7024335Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.7025198Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.7026031Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.7026660Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.7027727Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.7028539Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.7028983Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.7029563Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.7030043Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.7030519Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.7031051Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.7031710Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.7032092Z 662 | int channels; 2023-07-13T14:18:12.7032370Z | ^~~~~~~~ 2023-07-13T14:18:12.7033007Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:12.7033791Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:12.7034536Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:12.7035295Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:12.7036076Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:12.7037266Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:12.7038067Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:12.7038878Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:12.7039722Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:12.7040554Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:12.7041607Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3, 2023-07-13T14:18:12.7042204Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:1: 2023-07-13T14:18:12.7043230Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:39:57: warning: ‘AVFrame::channels’ is deprecated [-Wdeprecated-declarations] 2023-07-13T14:18:12.7044018Z 39 | TORCH_INTERNAL_ASSERT_DEBUG_ONLY(num_channels == src->channels); 2023-07-13T14:18:12.7044490Z | ~~~~~^~~~~~~~ 2023-07-13T14:18:12.7045085Z In file included from _deps/f6-src/include/libavcodec/avcodec.h:35, 2023-07-13T14:18:12.7045612Z from ../../torchaudio/csrc/ffmpeg/ffmpeg.h:10, 2023-07-13T14:18:12.7046303Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.h:3, 2023-07-13T14:18:12.7046851Z from ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp:2: 2023-07-13T14:18:12.7047526Z _deps/f6-src/include/libavutil/frame.h:662:9: note: declared here 2023-07-13T14:18:12.7047921Z 662 | int channels; 2023-07-13T14:18:12.7048219Z | ^~~~~~~~ 2023-07-13T14:18:12.7048639Z ../../torchaudio/csrc/ffmpeg/stream_reader/conversion.cpp: At global scope: 2023-07-13T14:18:12.7049868Z ../../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:12.7050592Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:12.7050935Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:12.7053730Z [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:12.7062600Z [88/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:16.0363007Z [89/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:16.0365904Z ../../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:16.0366896Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:16.0367273Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:16.0370208Z [90/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:16.0374936Z [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_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:16.0377664Z ../../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:16.0378414Z 530 | void configure_hw_accel(AVCodecContext* ctx, const std::string& hw_accel) { 2023-07-13T14:18:16.0378850Z | ^~~~~~~~~~~~~~~~~~ 2023-07-13T14:18:16.0381392Z [92/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:16.0385553Z [93/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:16.0389564Z [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:16.0398054Z [95/146] : && /opt/rh/devtoolset-9/root/usr/bin/c++ -fPIC -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -shared -Wl,-soname,libtorchaudio_ffmpeg5.so -o torchaudio/csrc/ffmpeg/libtorchaudio_ffmpeg5.so torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/ffmpeg.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/filter_graph.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/hw_context.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/chunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/buffer/unchunked_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/conversion.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/packet_buffer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/post_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_processor.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_reader/stream_reader.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encode_process.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/encoder.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/packet_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/stream_writer.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/stream_writer/tensor_converter.cpp.o torchaudio/csrc/ffmpeg/CMakeFiles/libtorchaudio_ffmpeg5.dir/compat.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/work/build/temp.linux-x86_64-cpython-310/_deps/f5-src/lib: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so _deps/f5-src/lib/libavutil.so.57 _deps/f5-src/lib/libavcodec.so.59 _deps/f5-src/lib/libavformat.so.59 _deps/f5-src/lib/libavdevice.so.59 _deps/f5-src/lib/libavfilter.so.8 && : 2023-07-13T14:18:16.0404915Z [96/146] /opt/rh/devtoolset-9/root/usr/bin/c++ -DINCLUDE_ALIGN -DINCLUDE_RIR -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dlibtorchaudio_EXPORTS -I../../ -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -Wall -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 -fopenmp -std=gnu++17 -MD -MT torchaudio/csrc/CMakeFiles/libtorchaudio.dir/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:16.0408508Z [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:21.6930601Z [98/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:21.6937233Z [99/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:21.6942838Z [100/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:21.6947038Z [101/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:21.6949882Z [102/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:21.6951420Z -- 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:21.6953162Z [103/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:21.6954619Z -- 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:21.6956564Z [104/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:21.6960071Z [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:21.6962632Z ../../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:21.6963489Z 101 | torch::Tensor get_image_buffer( 2023-07-13T14:18:21.6963850Z | ^~~~~~~~~~~~~~~~ 2023-07-13T14:18:21.6971446Z [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:21.6979486Z [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.5015352Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:22.5015871Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:22.5016318Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:22.5016798Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:22.5017226Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:22.5017702Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:22.5018160Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:22.5018893Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:22.5019372Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:22.5019861Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:22.5020331Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:22.5020777Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:22.5021224Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:22.5021805Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:22.5022443Z ../../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:22.5022810Z 125 | chunk_len <= request, 2023-07-13T14:18:22.5023005Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:22.5024894Z [108/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:22.5027493Z [109/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:22.5028693Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:22.5029144Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:22.5029572Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:22.5030010Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:22.5030430Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:22.5030886Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:22.5031339Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:22.5031879Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:22.5032345Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:22.5032827Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:22.5033290Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:22.5033732Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:22.5034123Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:22.5034640Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:22.5035265Z ../../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:22.5035625Z 125 | chunk_len <= request, 2023-07-13T14:18:22.5035822Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:22.5037528Z [110/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:22.5038738Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/util/Exception.h:4, 2023-07-13T14:18:22.5039175Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/Device.h:5, 2023-07-13T14:18:22.5039617Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:11, 2023-07-13T14:18:22.5040054Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/Tensor.h:3, 2023-07-13T14:18:22.5040473Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/Tensor.h:3, 2023-07-13T14:18:22.5040923Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3, 2023-07-13T14:18:22.5041391Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2, 2023-07-13T14:18:22.5041853Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/variable.h:6, 2023-07-13T14:18:22.5042297Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/autograd/autograd.h:3, 2023-07-13T14:18:22.5042770Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3, 2023-07-13T14:18:22.5043248Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7, 2023-07-13T14:18:22.5043688Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:4, 2023-07-13T14:18:22.5043999Z from ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp:1: 2023-07-13T14:18:22.5044527Z ../../torchaudio/csrc/ffmpeg/pybind/pybind.cpp: In function ‘int torchaudio::io::{anonymous}::{anonymous}::read_func(void*, uint8_t*, int)’: 2023-07-13T14:18:22.5045220Z ../../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:22.5045579Z 125 | chunk_len <= request, 2023-07-13T14:18:22.5045763Z | ~~~~~~~~~~^~~~~~~~~~ 2023-07-13T14:18:22.5047859Z [111/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:19:06.9473598Z [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:06.9475450Z [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:06.9476308Z -- 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:06.9477244Z [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:06.9478019Z -- 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:06.9479028Z [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:06.9481366Z [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:06.9483053Z [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:06.9483965Z -- 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:06.9484700Z [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:06.9485716Z [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:06.9487040Z [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:06.9487888Z -- 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:06.9488846Z [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:06.9489677Z -- 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:06.9490641Z [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:06.9491446Z -- 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:06.9492510Z [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:06.9493754Z [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:06.9494513Z -- 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:06.9495404Z [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:06.9496232Z -- 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:06.9497239Z [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:06.9498564Z [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:06.9499230Z -- 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:06.9500040Z [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:32.6711550Z -- 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:32.6712623Z [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:32.6716456Z [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:32.6718172Z [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:32.6719121Z -- 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:32.6719841Z [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:32.6720810Z [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:32.6722005Z [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:32.6722761Z -- 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:32.6723634Z [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:32.6724359Z -- 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:32.6725239Z [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:32.6725990Z -- 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:32.6727165Z [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:32.6728912Z [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:32.6731000Z [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/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:32.6733080Z [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/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:32.6735174Z [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:32.6737178Z [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:32.6740332Z [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:40.3488615Z [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:40.3491758Z [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:40.3493681Z [145/146] cd /work/build/temp.linux-x86_64-cpython-310 && /opt/conda/bin/cmake -P cmake_install.cmake 2023-07-13T14:19:40.3494023Z -- Install configuration: "Release" 2023-07-13T14:19:40.3494391Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so 2023-07-13T14:19:40.3494864Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so" to "" 2023-07-13T14:19:40.3495305Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so 2023-07-13T14:19:40.3495761Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so" to "" 2023-07-13T14:19:40.3496200Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so 2023-07-13T14:19:40.3496671Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_sox.so" to "" 2023-07-13T14:19:40.3497118Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so 2023-07-13T14:19:40.3497579Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_sox.so" to "" 2023-07-13T14:19:40.3498030Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so 2023-07-13T14:19:40.3498518Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg4.so" to "" 2023-07-13T14:19:40.3498985Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so 2023-07-13T14:19:40.3499449Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg5.so" to "" 2023-07-13T14:19:40.3499919Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so 2023-07-13T14:19:40.3500395Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio_ffmpeg6.so" to "" 2023-07-13T14:19:40.3500855Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so 2023-07-13T14:19:40.3501318Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg4.so" to "" 2023-07-13T14:19:40.3501773Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so 2023-07-13T14:19:40.3502321Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg5.so" to "" 2023-07-13T14:19:40.3502778Z -- Installing: /work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so 2023-07-13T14:19:40.3503227Z -- Set runtime path of "/work/build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio_ffmpeg6.so" to "" 2023-07-13T14:19:40.3503581Z creating build/bdist.linux-x86_64 2023-07-13T14:19:40.3503863Z creating build/bdist.linux-x86_64/egg 2023-07-13T14:19:40.3504151Z creating build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:40.3504573Z copying build/lib.linux-x86_64-cpython-310/torchaudio/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:40.3505130Z copying build/lib.linux-x86_64-cpython-310/torchaudio/kaldi_io.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:40.3505612Z copying build/lib.linux-x86_64-cpython-310/torchaudio/version.py -> build/bdist.linux-x86_64/egg/torchaudio 2023-07-13T14:19:40.3505993Z creating build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:40.3506451Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:40.3506981Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_backend/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_backend 2023-07-13T14:19:40.3507377Z creating build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:40.3507850Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_extension/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:40.3508391Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_extension/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/_extension 2023-07-13T14:19:40.3508806Z creating build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-07-13T14:19:40.3509253Z copying build/lib.linux-x86_64-cpython-310/torchaudio/_internal/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/_internal 2023-07-13T14:19:40.3509803Z 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:40.3510217Z creating build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:40.3510668Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:40.3511178Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/common.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:40.3511709Z 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:40.3512263Z 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:40.3512813Z 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:40.3513340Z copying build/lib.linux-x86_64-cpython-310/torchaudio/backend/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/backend 2023-07-13T14:19:40.3513753Z creating build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:40.3514225Z copying build/lib.linux-x86_64-cpython-310/torchaudio/compliance/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:40.3514766Z copying build/lib.linux-x86_64-cpython-310/torchaudio/compliance/kaldi.py -> build/bdist.linux-x86_64/egg/torchaudio/compliance 2023-07-13T14:19:40.3515164Z creating build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3515703Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3516247Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmuarctic.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3516839Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/cmudict.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3517387Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/commonvoice.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3517919Z 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:40.3518465Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/fluentcommands.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3518984Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/gtzan.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3519581Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/iemocap.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3520140Z 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:40.3520689Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librimix.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3521214Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/librispeech.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3521775Z 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:40.3549411Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/libritts.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3550039Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/ljspeech.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3550582Z 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:40.3551112Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/quesst14.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3551645Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/snips.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3552204Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/speechcommands.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3552751Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/tedlium.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3553273Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/utils.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3553815Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/vctk.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3554354Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/voxceleb1.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3554884Z copying build/lib.linux-x86_64-cpython-310/torchaudio/datasets/yesno.py -> build/bdist.linux-x86_64/egg/torchaudio/datasets 2023-07-13T14:19:40.3555290Z creating build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:40.3555865Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:40.3556429Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/filtering.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:40.3556994Z copying build/lib.linux-x86_64-cpython-310/torchaudio/functional/functional.py -> build/bdist.linux-x86_64/egg/torchaudio/functional 2023-07-13T14:19:40.3557394Z creating build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:40.3557831Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:40.3558495Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_compat.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:40.3558987Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_effector.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:40.3559492Z copying build/lib.linux-x86_64-cpython-310/torchaudio/io/_playback.py -> build/bdist.linux-x86_64/egg/torchaudio/io 2023-07-13T14:19:40.3560031Z 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:40.3560545Z 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:40.3561038Z creating build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3561478Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3562008Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/_hdemucs.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3562534Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/conformer.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3563064Z 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:40.3563585Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/deepspeech.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3564112Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/emformer.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3564632Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/rnnt.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3565152Z 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:40.3565679Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/tacotron2.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3566464Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wav2letter.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3567091Z copying build/lib.linux-x86_64-cpython-310/torchaudio/models/wavernn.py -> build/bdist.linux-x86_64/egg/torchaudio/models 2023-07-13T14:19:40.3567495Z creating build/bdist.linux-x86_64/egg/torchaudio/models/decoder 2023-07-13T14:19:40.3567984Z 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:40.3568562Z 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:40.3569152Z 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:40.3569591Z creating build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2 2023-07-13T14:19:40.3570083Z 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:40.3570655Z 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:40.3571228Z 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:40.3571797Z 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:40.3572255Z creating build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils 2023-07-13T14:19:40.3572880Z 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:40.3573498Z 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:40.3574118Z 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:40.3574574Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:40.3575045Z copying build/lib.linux-x86_64-cpython-310/torchaudio/pipelines/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/pipelines 2023-07-13T14:19:40.3575706Z 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:40.3576278Z 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:40.3576723Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts 2023-07-13T14:19:40.3577214Z 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:40.3577779Z 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:40.3578340Z 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:40.3578911Z 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:40.3579370Z creating build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2 2023-07-13T14:19:40.3579886Z 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:40.3580462Z 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:40.3581052Z 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:40.3581487Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype 2023-07-13T14:19:40.3581957Z copying build/lib.linux-x86_64-cpython-310/torchaudio/prototype/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/prototype 2023-07-13T14:19:40.3582378Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets 2023-07-13T14:19:40.3582893Z 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:40.3583483Z 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:40.3583951Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/functional 2023-07-13T14:19:40.3584460Z 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:40.3585055Z 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:40.3830816Z 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:40.3831478Z 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:40.3831948Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/models 2023-07-13T14:19:40.3832636Z 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:40.3833260Z 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:40.3833876Z 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:40.3834488Z 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:40.3835069Z 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:40.3835853Z 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:40.3836454Z 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:40.3836922Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim 2023-07-13T14:19:40.3837441Z 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:40.3838061Z 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:40.3843542Z 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:40.3844031Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines 2023-07-13T14:19:40.3844560Z 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:40.3845176Z 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:40.3845804Z 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:40.3846658Z 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:40.3847133Z creating build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms 2023-07-13T14:19:40.3847731Z 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:40.3848350Z 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:40.3848802Z creating build/bdist.linux-x86_64/egg/torchaudio/sox_effects 2023-07-13T14:19:40.3849281Z 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:40.3849819Z 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:40.3850246Z creating build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:40.3850718Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:40.3851283Z 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:40.3851829Z copying build/lib.linux-x86_64-cpython-310/torchaudio/transforms/_transforms.py -> build/bdist.linux-x86_64/egg/torchaudio/transforms 2023-07-13T14:19:40.3852353Z creating build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:40.3852806Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/__init__.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:40.3853331Z copying build/lib.linux-x86_64-cpython-310/torchaudio/utils/download.py -> build/bdist.linux-x86_64/egg/torchaudio/utils 2023-07-13T14:19:40.3853845Z 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:40.3854369Z 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:40.3854806Z creating build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:40.3855242Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/libtorchaudio.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:40.3855764Z copying build/lib.linux-x86_64-cpython-310/torchaudio/lib/_torchaudio.so -> build/bdist.linux-x86_64/egg/torchaudio/lib 2023-07-13T14:19:40.3856297Z 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:40.3856826Z 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:40.3857349Z 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:40.3857888Z 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:40.3858477Z 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:40.3859019Z 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:40.3859544Z 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:40.3860073Z 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:40.3860552Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.3861014Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/kaldi_io.py to kaldi_io.cpython-310.pyc 2023-07-13T14:19:40.3861468Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/version.py to version.cpython-310.pyc 2023-07-13T14:19:40.3861953Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.3862430Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_backend/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:40.3862912Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_extension/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.3863381Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_extension/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:40.3863862Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_internal/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.3864360Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/_internal/module_utils.py to module_utils.cpython-310.pyc 2023-07-13T14:19:40.3864833Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.3865307Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/common.py to common.cpython-310.pyc 2023-07-13T14:19:40.3865803Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/no_backend.py to no_backend.cpython-310.pyc 2023-07-13T14:19:40.3866338Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/soundfile_backend.py to soundfile_backend.cpython-310.pyc 2023-07-13T14:19:40.3866914Z 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:40.3867410Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/backend/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:40.3867890Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/compliance/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.3868373Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/compliance/kaldi.py to kaldi.cpython-310.pyc 2023-07-13T14:19:40.3868839Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.3869333Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/cmuarctic.py to cmuarctic.cpython-310.pyc 2023-07-13T14:19:40.3869862Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/cmudict.py to cmudict.cpython-310.pyc 2023-07-13T14:19:40.3870370Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/commonvoice.py to commonvoice.cpython-310.pyc 2023-07-13T14:19:40.3870862Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/dr_vctk.py to dr_vctk.cpython-310.pyc 2023-07-13T14:19:40.3871386Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/fluentcommands.py to fluentcommands.cpython-310.pyc 2023-07-13T14:19:40.3871894Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/gtzan.py to gtzan.cpython-310.pyc 2023-07-13T14:19:40.3872366Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/iemocap.py to iemocap.cpython-310.pyc 2023-07-13T14:19:40.4846222Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librilight_limited.py to librilight_limited.cpython-310.pyc 2023-07-13T14:19:40.4846975Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librimix.py to librimix.cpython-310.pyc 2023-07-13T14:19:40.4847515Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librispeech.py to librispeech.cpython-310.pyc 2023-07-13T14:19:40.4848086Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/librispeech_biasing.py to librispeech_biasing.cpython-310.pyc 2023-07-13T14:19:40.4848604Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/libritts.py to libritts.cpython-310.pyc 2023-07-13T14:19:40.4849111Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/ljspeech.py to ljspeech.cpython-310.pyc 2023-07-13T14:19:40.4849603Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/musdb_hq.py to musdb_hq.cpython-310.pyc 2023-07-13T14:19:40.4850089Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/quesst14.py to quesst14.cpython-310.pyc 2023-07-13T14:19:40.4850561Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/snips.py to snips.cpython-310.pyc 2023-07-13T14:19:40.4851085Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/speechcommands.py to speechcommands.cpython-310.pyc 2023-07-13T14:19:40.4851608Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/tedlium.py to tedlium.cpython-310.pyc 2023-07-13T14:19:40.4852076Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:40.4852545Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/vctk.py to vctk.cpython-310.pyc 2023-07-13T14:19:40.4853030Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/voxceleb1.py to voxceleb1.cpython-310.pyc 2023-07-13T14:19:40.4853517Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/datasets/yesno.py to yesno.cpython-310.pyc 2023-07-13T14:19:40.4853979Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4854476Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/filtering.py to filtering.cpython-310.pyc 2023-07-13T14:19:40.4854998Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/functional/functional.py to functional.cpython-310.pyc 2023-07-13T14:19:40.4855482Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4856026Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_compat.py to _compat.cpython-310.pyc 2023-07-13T14:19:40.4856515Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_effector.py to _effector.cpython-310.pyc 2023-07-13T14:19:40.4857002Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_playback.py to _playback.cpython-310.pyc 2023-07-13T14:19:40.4857504Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_stream_reader.py to _stream_reader.cpython-310.pyc 2023-07-13T14:19:40.4857989Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/io/_stream_writer.py to _stream_writer.cpython-310.pyc 2023-07-13T14:19:40.4858477Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4859003Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/_hdemucs.py to _hdemucs.cpython-310.pyc 2023-07-13T14:19:40.4859484Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/conformer.py to conformer.cpython-310.pyc 2023-07-13T14:19:40.4859991Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/conv_tasnet.py to conv_tasnet.cpython-310.pyc 2023-07-13T14:19:40.4860519Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/deepspeech.py to deepspeech.cpython-310.pyc 2023-07-13T14:19:40.4861019Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/emformer.py to emformer.cpython-310.pyc 2023-07-13T14:19:40.4861495Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/rnnt.py to rnnt.cpython-310.pyc 2023-07-13T14:19:40.4861967Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-07-13T14:19:40.4862504Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/tacotron2.py to tacotron2.cpython-310.pyc 2023-07-13T14:19:40.4863009Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2letter.py to wav2letter.cpython-310.pyc 2023-07-13T14:19:40.4863487Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wavernn.py to wavernn.cpython-310.pyc 2023-07-13T14:19:40.4863975Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4864482Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/decoder/_ctc_decoder.py to _ctc_decoder.cpython-310.pyc 2023-07-13T14:19:40.4865026Z 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:40.4865527Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4866044Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/components.py to components.cpython-310.pyc 2023-07-13T14:19:40.4866561Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/model.py to model.cpython-310.pyc 2023-07-13T14:19:40.4867093Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/wavlm_attention.py to wavlm_attention.cpython-310.pyc 2023-07-13T14:19:40.4867608Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/models/wav2vec2/utils/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4868143Z 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:40.4868723Z 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:40.4869249Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4869797Z 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:40.4870359Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-07-13T14:19:40.4870942Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4871425Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/impl.py to impl.cpython-310.pyc 2023-07-13T14:19:40.4871919Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/interface.py to interface.cpython-310.pyc 2023-07-13T14:19:40.4872424Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_tts/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:40.4872928Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4873431Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/impl.py to impl.cpython-310.pyc 2023-07-13T14:19:40.4873956Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/pipelines/_wav2vec2/utils.py to utils.cpython-310.pyc 2023-07-13T14:19:40.4874446Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4874940Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4875429Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/datasets/musan.py to musan.cpython-310.pyc 2023-07-13T14:19:40.4876012Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4876542Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/_dsp.py to _dsp.cpython-310.pyc 2023-07-13T14:19:40.4877089Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/_rir.py to _rir.cpython-310.pyc 2023-07-13T14:19:40.4877609Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/functional/functional.py to functional.cpython-310.pyc 2023-07-13T14:19:40.4878130Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4878680Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/_conformer_wav2vec2.py to _conformer_wav2vec2.cpython-310.pyc 2023-07-13T14:19:40.4879243Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/_emformer_hubert.py to _emformer_hubert.cpython-310.pyc 2023-07-13T14:19:40.4879775Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/conv_emformer.py to conv_emformer.cpython-310.pyc 2023-07-13T14:19:40.4880300Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/hifi_gan.py to hifi_gan.cpython-310.pyc 2023-07-13T14:19:40.4880802Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/rnnt.py to rnnt.cpython-310.pyc 2023-07-13T14:19:40.4881321Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/rnnt_decoder.py to rnnt_decoder.cpython-310.pyc 2023-07-13T14:19:40.4881832Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4882365Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/objective.py to objective.cpython-310.pyc 2023-07-13T14:19:40.4882917Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/models/squim/subjective.py to subjective.cpython-310.pyc 2023-07-13T14:19:40.4883446Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:19:40.4883984Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/hifigan_pipeline.py to hifigan_pipeline.cpython-310.pyc 2023-07-13T14:20:10.6750286Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/rnnt_pipeline.py to rnnt_pipeline.cpython-310.pyc 2023-07-13T14:20:10.6751025Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/pipelines/squim_pipeline.py to squim_pipeline.cpython-310.pyc 2023-07-13T14:20:10.6751646Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:20:10.6752597Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/prototype/transforms/_transforms.py to _transforms.cpython-310.pyc 2023-07-13T14:20:10.6753207Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/sox_effects/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:20:10.6753721Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/sox_effects/sox_effects.py to sox_effects.cpython-310.pyc 2023-07-13T14:20:10.6754283Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:20:10.6754860Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/_multi_channel.py to _multi_channel.cpython-310.pyc 2023-07-13T14:20:10.6756662Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/transforms/_transforms.py to _transforms.cpython-310.pyc 2023-07-13T14:20:10.6757234Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/__init__.py to __init__.cpython-310.pyc 2023-07-13T14:20:10.6757788Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/download.py to download.cpython-310.pyc 2023-07-13T14:20:10.6758311Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/ffmpeg_utils.py to ffmpeg_utils.cpython-310.pyc 2023-07-13T14:20:10.6758861Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/utils/sox_utils.py to sox_utils.cpython-310.pyc 2023-07-13T14:20:10.6759241Z creating stub loader for torchaudio/lib/libtorchaudio.so 2023-07-13T14:20:10.6759551Z creating stub loader for torchaudio/lib/_torchaudio.so 2023-07-13T14:20:10.6759827Z creating stub loader for torchaudio/lib/libtorchaudio_sox.so 2023-07-13T14:20:10.6760282Z creating stub loader for torchaudio/lib/_torchaudio_sox.so 2023-07-13T14:20:10.6760579Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg4.so 2023-07-13T14:20:10.6760944Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg4.so 2023-07-13T14:20:10.6761238Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg5.so 2023-07-13T14:20:10.6761590Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg5.so 2023-07-13T14:20:10.6761900Z creating stub loader for torchaudio/lib/libtorchaudio_ffmpeg6.so 2023-07-13T14:20:10.6762189Z creating stub loader for torchaudio/lib/_torchaudio_ffmpeg6.so 2023-07-13T14:20:10.6762719Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio.py to libtorchaudio.cpython-310.pyc 2023-07-13T14:20:10.6763308Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio.py to _torchaudio.cpython-310.pyc 2023-07-13T14:20:10.6763846Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_sox.py to libtorchaudio_sox.cpython-310.pyc 2023-07-13T14:20:10.6764405Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_sox.py to _torchaudio_sox.cpython-310.pyc 2023-07-13T14:20:10.6765016Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg4.py to libtorchaudio_ffmpeg4.cpython-310.pyc 2023-07-13T14:20:10.6765676Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg4.py to _torchaudio_ffmpeg4.cpython-310.pyc 2023-07-13T14:20:10.6766506Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg5.py to libtorchaudio_ffmpeg5.cpython-310.pyc 2023-07-13T14:20:10.6767134Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg5.py to _torchaudio_ffmpeg5.cpython-310.pyc 2023-07-13T14:20:10.6767692Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/libtorchaudio_ffmpeg6.py to libtorchaudio_ffmpeg6.cpython-310.pyc 2023-07-13T14:20:10.6768294Z byte-compiling build/bdist.linux-x86_64/egg/torchaudio/lib/_torchaudio_ffmpeg6.py to _torchaudio_ffmpeg6.cpython-310.pyc 2023-07-13T14:20:10.6768758Z creating build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:20:10.6769120Z copying torchaudio.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:20:10.6769616Z copying torchaudio.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:20:10.6770227Z copying torchaudio.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:20:10.6770680Z copying torchaudio.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:20:10.6771159Z copying torchaudio.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:20:10.6771627Z copying torchaudio.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 2023-07-13T14:20:10.6772025Z writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt 2023-07-13T14:20:10.6772249Z creating dist 2023-07-13T14:20:10.6772730Z 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:20:10.6773265Z removing 'build/bdist.linux-x86_64/egg' (and everything under it) 2023-07-13T14:20:10.6773644Z Processing torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:20:10.6774145Z creating /opt/conda/lib/python3.10/site-packages/torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:20:10.6774687Z Extracting torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg to /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6775112Z Adding torchaudio 2.1.0a0+7182816 to easy-install.pth file 2023-07-13T14:20:10.6775275Z 2023-07-13T14:20:10.6775603Z Installed /opt/conda/lib/python3.10/site-packages/torchaudio-2.1.0a0+7182816-py3.10-linux-x86_64.egg 2023-07-13T14:20:10.6775955Z Processing dependencies for torchaudio==2.1.0a0+7182816 2023-07-13T14:20:10.6776219Z Searching for fsspec 2023-07-13T14:20:10.6776472Z Reading https://pypi.org/simple/fsspec/ 2023-07-13T14:20:10.6777153Z /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:20:10.6777531Z warnings.warn( 2023-07-13T14:20:10.6778271Z Downloading https://files.pythonhosted.org/packages/e3/bd/4c0a4619494188a9db5d77e2100ab7d544a42e76b2447869d8e124e981d8/fsspec-2023.6.0-py3-none-any.whl#sha256=1cbad1faef3e391fba6dc005ae9b5bdcbf43005c9167ce78c915549c352c869a 2023-07-13T14:20:10.6778787Z Best match: fsspec 2023.6.0 2023-07-13T14:20:10.6779080Z Processing fsspec-2023.6.0-py3-none-any.whl 2023-07-13T14:20:10.6779542Z Installing fsspec-2023.6.0-py3-none-any.whl to /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6779908Z Adding fsspec 2023.6.0 to easy-install.pth file 2023-07-13T14:20:10.6780094Z 2023-07-13T14:20:10.6780335Z Installed /opt/conda/lib/python3.10/site-packages/fsspec-2023.6.0-py3.10.egg 2023-07-13T14:20:10.6780617Z Searching for torch==2.1.0.dev20230713 2023-07-13T14:20:10.6780899Z Best match: torch 2.1.0.dev20230713 2023-07-13T14:20:10.6781194Z Adding torch 2.1.0.dev20230713 to easy-install.pth file 2023-07-13T14:20:10.6781549Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2023-07-13T14:20:10.6781957Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2023-07-13T14:20:10.6782222Z Installing torchrun script to /opt/conda/bin 2023-07-13T14:20:10.6782432Z 2023-07-13T14:20:10.6782600Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6782832Z Searching for Jinja2==3.1.2 2023-07-13T14:20:10.6783033Z Best match: Jinja2 3.1.2 2023-07-13T14:20:10.6783362Z Adding Jinja2 3.1.2 to easy-install.pth file 2023-07-13T14:20:10.6783510Z 2023-07-13T14:20:10.6783670Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6783950Z Searching for networkx==2.8.4 2023-07-13T14:20:10.6784153Z Best match: networkx 2.8.4 2023-07-13T14:20:10.6784437Z Adding networkx 2.8.4 to easy-install.pth file 2023-07-13T14:20:10.6784589Z 2023-07-13T14:20:10.6784809Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6785032Z Searching for sympy==1.11.1 2023-07-13T14:20:10.6785238Z Best match: sympy 1.11.1 2023-07-13T14:20:10.6785514Z Adding sympy 1.11.1 to easy-install.pth file 2023-07-13T14:20:10.6785816Z Installing isympy script to /opt/conda/bin 2023-07-13T14:20:10.6785961Z 2023-07-13T14:20:10.6786124Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6786494Z Searching for typing-extensions==4.6.3 2023-07-13T14:20:10.6786783Z Best match: typing-extensions 4.6.3 2023-07-13T14:20:10.6787151Z Adding typing-extensions 4.6.3 to easy-install.pth file 2023-07-13T14:20:10.6787318Z 2023-07-13T14:20:10.6787478Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6787711Z Searching for filelock==3.9.0 2023-07-13T14:20:10.6787907Z Best match: filelock 3.9.0 2023-07-13T14:20:10.6788185Z Adding filelock 3.9.0 to easy-install.pth file 2023-07-13T14:20:10.6788336Z 2023-07-13T14:20:10.6788493Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6788721Z Searching for MarkupSafe==2.1.1 2023-07-13T14:20:10.6789009Z Best match: MarkupSafe 2.1.1 2023-07-13T14:20:10.6789367Z Adding MarkupSafe 2.1.1 to easy-install.pth file 2023-07-13T14:20:10.6789521Z 2023-07-13T14:20:10.6789668Z Using /opt/conda/lib/python3.10/site-packages 2023-07-13T14:20:10.6789898Z Searching for mpmath==1.2.1 2023-07-13T14:20:10.6790105Z Best match: mpmath 1.2.1 2023-07-13T14:20:10.6790371Z Processing mpmath-1.2.1-py3.10.egg 2023-07-13T14:20:10.6790651Z Adding mpmath 1.2.1 to easy-install.pth file 2023-07-13T14:20:10.6790797Z 2023-07-13T14:20:10.6791008Z Using /opt/conda/lib/python3.10/site-packages/mpmath-1.2.1-py3.10.egg 2023-07-13T14:20:10.6791328Z Finished processing dependencies for torchaudio==2.1.0a0+7182816 2023-07-13T14:20:10.6791565Z * Installing test tools 2023-07-13T14:20:10.6791947Z + conda install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:20:10.6792230Z + local cmd=install 2023-07-13T14:20:10.6792443Z + case "$cmd" in 2023-07-13T14:20:10.6792825Z + __conda_exe install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:20:10.6793387Z + /opt/conda/bin/conda install -y -c conda-forge -c numba/label/dev librosa==0.10.0 parameterized 'requests>=2.20' 2023-07-13T14:20:10.6794601Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2023-07-13T14:23:36.5709475Z Solving environment: \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | unsuccessful initial attempt using frozen solve. Retrying with flexible solve. 2023-07-13T14:23:36.5713716Z Traceback (most recent call last): 2023-07-13T14:23:36.5714564Z 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:23:36.5715118Z main() 2023-07-13T14:23:36.5715994Z 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:23:36.5716886Z run_cmd_or_die(f"docker exec -t {container_name} /exec") 2023-07-13T14:23:36.5717780Z 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:23:36.5718515Z raise RuntimeError(f"Command {cmd} failed with exit code {exit_code}") 2023-07-13T14:23:36.5719376Z RuntimeError: Command docker exec -t f081a484b14890035236726d50f3bc8f9b7ad95fab23b4a55af4f1f59295eba3 /exec failed with exit code 1 2023-07-13T14:23:36.5722853Z Solving environment: - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. 2023-07-13T14:23:36.5724994Z 2023-07-13T14:23:36.5725181Z ResolvePackageNotFound: 2023-07-13T14:23:36.5725617Z - conda==23.3.1 2023-07-13T14:23:36.5725822Z 2023-07-13T14:23:36.5725939Z + return 2023-07-13T14:23:36.5763702Z ##[error]Process completed with exit code 1. 2023-07-13T14:23:36.5817150Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2023-07-13T14:23:36.5817373Z with: 2023-07-13T14:23:36.5817577Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:36.5817809Z fail-on-empty: false 2023-07-13T14:23:36.5818014Z env: 2023-07-13T14:23:36.5818197Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:23:36.5818586Z REPOSITORY: pytorch/audio 2023-07-13T14:23:36.5818778Z PR_NUMBER: 306 2023-07-13T14:23:36.5820373Z 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.8" 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:23:36.5822209Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:23:36.5822523Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:36.5822839Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:23:36.5823069Z ##[endgroup] 2023-07-13T14:23:36.6410721Z Prepare all required actions 2023-07-13T14:23:36.6431408Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-13T14:23:36.6431678Z with: 2023-07-13T14:23:36.6431941Z directory: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-13T14:23:36.6432262Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:23:36.6432576Z env: 2023-07-13T14:23:36.6432821Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:23:36.6433061Z REPOSITORY: pytorch/audio 2023-07-13T14:23:36.6433295Z PR_NUMBER: 306 2023-07-13T14:23:36.6435049Z 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.8" 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:23:36.6437014Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:23:36.6437390Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:36.6437762Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:23:36.6438031Z ##[endgroup] 2023-07-13T14:23:36.6477179Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:23:36.6477545Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:23:36.6494555Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:23:36.6494784Z env: 2023-07-13T14:23:36.6494990Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:23:36.6495212Z REPOSITORY: pytorch/audio 2023-07-13T14:23:36.6495413Z PR_NUMBER: 306 2023-07-13T14:23:36.6497145Z 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.8" 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:23:36.6499300Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:23:36.6499621Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:36.6499941Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:23:36.6500252Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:23:36.6500555Z DIRECTORY: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-13T14:23:36.6521478Z ##[endgroup] 2023-07-13T14:23:36.6723610Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2023-07-13T14:23:36.8669845Z latest: Pulling from tool/alpine 2023-07-13T14:23:36.8670251Z 540db60ca938: Pulling fs layer 2023-07-13T14:23:36.9868604Z 540db60ca938: Download complete 2023-07-13T14:23:37.1073257Z 540db60ca938: Pull complete 2023-07-13T14:23:37.1164604Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-13T14:23:37.1198512Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-13T14:23:38.0230189Z Prepare all required actions 2023-07-13T14:23:38.0250579Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-13T14:23:38.0250808Z with: 2023-07-13T14:23:38.0251040Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:23:38.0251283Z env: 2023-07-13T14:23:38.0251484Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:23:38.0251701Z REPOSITORY: pytorch/audio 2023-07-13T14:23:38.0251899Z PR_NUMBER: 306 2023-07-13T14:23:38.0253544Z 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.8" 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:23:38.0255447Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:23:38.0255782Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:38.0256085Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:23:38.0256321Z ##[endgroup] 2023-07-13T14:23:38.0269845Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:23:38.0270205Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:23:38.0281242Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:23:38.0281555Z env: 2023-07-13T14:23:38.0281763Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:23:38.0281990Z REPOSITORY: pytorch/audio 2023-07-13T14:23:38.0282188Z PR_NUMBER: 306 2023-07-13T14:23:38.0283869Z 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.8" 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:23:38.0285646Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:23:38.0285980Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:38.0286429Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:23:38.0286727Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:23:38.0286980Z DIRECTORY: 2023-07-13T14:23:38.0287164Z ##[endgroup] 2023-07-13T14:23:38.9174588Z Prepare all required actions 2023-07-13T14:23:38.9194990Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2023-07-13T14:23:38.9195215Z with: 2023-07-13T14:23:38.9195358Z env: 2023-07-13T14:23:38.9195562Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:23:38.9195883Z REPOSITORY: pytorch/audio 2023-07-13T14:23:38.9196084Z PR_NUMBER: 306 2023-07-13T14:23:38.9197755Z 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.8" 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:23:38.9199637Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:23:38.9200036Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:38.9200354Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:23:38.9200575Z ##[endgroup] 2023-07-13T14:23:38.9215658Z ##[group]Run set -eou pipefail 2023-07-13T14:23:38.9215924Z set -eou pipefail 2023-07-13T14:23:38.9216113Z  2023-07-13T14:23:38.9216359Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-07-13T14:23:38.9216609Z for _ in $(seq 1440); do 2023-07-13T14:23:38.9216841Z  # Break if no ssh session exists anymore 2023-07-13T14:23:38.9217070Z  if [ "$(who)" = "" ]; then 2023-07-13T14:23:38.9217244Z  break 2023-07-13T14:23:38.9217413Z  fi 2023-07-13T14:23:38.9217587Z  echo "." 2023-07-13T14:23:38.9217753Z  sleep 5 2023-07-13T14:23:38.9218034Z done 2023-07-13T14:23:38.9228111Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:23:38.9228318Z env: 2023-07-13T14:23:38.9228511Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:23:38.9228726Z REPOSITORY: pytorch/audio 2023-07-13T14:23:38.9228896Z PR_NUMBER: 306 2023-07-13T14:23:38.9230501Z 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.8" 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:23:38.9232161Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:23:38.9232457Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:38.9232748Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:23:38.9232964Z ##[endgroup] 2023-07-13T14:23:38.9256359Z Holding runner for 2 hours until all ssh sessions have logged out 2023-07-13T14:23:38.9294927Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:23:38.9295285Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:23:38.9295633Z # shellcheck disable=SC2046 2023-07-13T14:23:38.9295874Z docker stop $(docker ps -q) || true 2023-07-13T14:23:38.9296099Z # Prune all of the docker images 2023-07-13T14:23:38.9296326Z docker system prune -af 2023-07-13T14:23:38.9305963Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:23:38.9306171Z env: 2023-07-13T14:23:38.9306373Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:23:38.9306596Z REPOSITORY: pytorch/audio 2023-07-13T14:23:38.9306778Z PR_NUMBER: 306 2023-07-13T14:23:38.9308387Z 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.8" 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:23:38.9310103Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:23:38.9310411Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:23:38.9310707Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:23:38.9310924Z ##[endgroup] 2023-07-13T14:23:49.3105493Z f081a484b148 2023-07-13T14:23:50.1693621Z Deleted Containers: 2023-07-13T14:23:50.1693957Z f081a484b14890035236726d50f3bc8f9b7ad95fab23b4a55af4f1f59295eba3 2023-07-13T14:23:50.1694195Z 2023-07-13T14:23:52.0116785Z Deleted Images: 2023-07-13T14:23:52.0117304Z untagged: pytorch/conda-builder:cpu 2023-07-13T14:23:52.0118015Z untagged: pytorch/conda-builder@sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-13T14:23:52.0118416Z deleted: sha256:64672554fb11d1fd3e66941ac18ba8d2f9d45bb5483193dfbdd491421cfc671f 2023-07-13T14:23:52.0118785Z deleted: sha256:348b0b3e6ff13daeea3098227afa88ee6a3d5baa9207e8d05b54692a6f24ccd2 2023-07-13T14:23:52.0119138Z deleted: sha256:b133b14f7af12ab5a5c6ca861b8eb8837586532bcc0d4218cea8851e9d66834c 2023-07-13T14:23:52.0119495Z deleted: sha256:a02c0b7c75fa3b3925e9f054a538cf93eda4c1a4553c6eb9e6de859509751f58 2023-07-13T14:23:52.0119846Z deleted: sha256:d324d5ccf1539728006b7388c6c558d5e81f50073e7cf4339a72e8979ac78be1 2023-07-13T14:23:52.0120182Z deleted: sha256:3ec0e3b953f56a3b11d86b1bff49fdc948be3c1fbc19332ff68641d62fab09b2 2023-07-13T14:23:52.0120548Z deleted: sha256:82f680cdf579789a2dfb18f8b1123a3adc43639ea15687d0abee0e4af701b9eb 2023-07-13T14:23:52.0120899Z deleted: sha256:4058af928c16a258f0d65f9e292fe94caeb21ceda82ede0774705073f0d25657 2023-07-13T14:23:52.0121265Z deleted: sha256:ebc3d517bf28f1e71620526f05cd4d8bbcad27275b39e6371ad5ce09eb3d8b66 2023-07-13T14:23:52.0121681Z deleted: sha256:e08320869bddf81c422e82a5c6676ac15277154975aa02b400d849c349589eb8 2023-07-13T14:23:52.0122022Z deleted: sha256:c45f0966a8c36ce86e04551aa116accb4b07e4af2705c3e5a5b0e5f36f974dc8 2023-07-13T14:23:52.0122371Z deleted: sha256:d58c6f9130c7488e676336d1740e3d551ea56c5748f3caffe24c9e7c935b6824 2023-07-13T14:23:52.0122712Z deleted: sha256:b849eac51ebd23ca42a10b0efe93ed7f02a2a59979c10ff71a5928ec42ab40db 2023-07-13T14:23:52.0123072Z deleted: sha256:e35336f0c171349f53edf1f6626f252f4f038ec00ccd45a565a61dc7c37e951c 2023-07-13T14:23:52.0123410Z deleted: sha256:1ae264c1c49d901918386ab5058401483b5c6107d5aa2ad7d6abec08b5029298 2023-07-13T14:23:52.0123756Z deleted: sha256:bc5ef403a5a09796e6c7d8a70cd6ca93181da48b287219d38021953fe952ac77 2023-07-13T14:23:52.0124087Z deleted: sha256:1901b8761fb00bc9bb866db4497393a3e349df37c8493aba6938df26689ba3db 2023-07-13T14:23:52.0124506Z deleted: sha256:0163bca380fb74804d563f59833594a8eb2a3f23ba57084267d6d9961f62315d 2023-07-13T14:23:52.0124834Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2023-07-13T14:23:52.0125240Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-13T14:23:52.0125782Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-13T14:23:52.0126369Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2023-07-13T14:23:52.0126742Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2023-07-13T14:23:52.0126950Z 2023-07-13T14:23:52.0135870Z Total reclaimed space: 5.664GB 2023-07-13T14:23:52.0195488Z Post job cleanup. 2023-07-13T14:23:52.0979033Z [command]/usr/bin/git version 2023-07-13T14:23:52.1016968Z git version 2.40.1 2023-07-13T14:23:52.1052615Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8a94c990-b926-4a81-a121-14977563a48b' before making global git config changes 2023-07-13T14:23:52.1053185Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:23:52.1056051Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:23:52.1085868Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:23:52.1114132Z [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:52.1362852Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:23:52.1383519Z http.https://github.com/.extraheader 2023-07-13T14:23:52.1390161Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-13T14:23:52.1417375Z [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:52.1741748Z Post job cleanup. 2023-07-13T14:23:52.2514225Z [command]/usr/bin/git version 2023-07-13T14:23:52.2551462Z git version 2.40.1 2023-07-13T14:23:52.2589238Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ecbcb090-99d5-4628-829f-1c2076f92bdf' before making global git config changes 2023-07-13T14:23:52.2589817Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:23:52.2593152Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:23:52.2622628Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:23:52.2649653Z [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:52.2898866Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:23:52.2917766Z http.https://github.com/.extraheader 2023-07-13T14:23:52.2924602Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-13T14:23:52.2950622Z [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:52.3358382Z Cleaning up orphan processes