audio icon indicating copy to clipboard operation
audio copied to clipboard

Disable tests for deprecated functionality

Open samanklesaria opened this issue 7 months ago • 3 comments

PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED. You may not get a response. For open discussions, visit https://discuss.pytorch.org/.

This is a draft PR for testing the CI failures.

samanklesaria avatar Jun 17 '25 20:06 samanklesaria

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3942

Note: Links to docs will display an error until the docs builds have been completed.

:x: 9 New Failures

As of commit 4ceb567cec1ad59c5115715180bf035126254c28 with merge base 4e94321c54617dd738a05bfedfc28bc0fa635b5c (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

pytorch-bot[bot] avatar Jun 17 '25 20:06 pytorch-bot[bot]

Most of the errors are of the form 'RuntimeError: Error saving audio file: failed to open file /tmp/...'. These don't occur when I run the tests locally. I assume this means that the script doesn't have permission to write to the tmp directory. But tmp should have been given 777 permissions in the github actions yaml.

samanklesaria avatar Jun 19 '25 18:06 samanklesaria

It seems like the CI hasn't been working for a while: the last release didn't seem to work either (https://github.com/pytorch/audio/actions/runs/14930335102).

samanklesaria avatar Jun 20 '25 14:06 samanklesaria

It's odd that torchaudio_unittest/io/stream_writer_test.py is still running: I thought pytest's -k 'not /io/' should exclude that. It seems to on my machine.

samanklesaria avatar Jun 24 '25 15:06 samanklesaria