Update CircleCI artifacts for PR 39403 (4cc616655ea5)
Browse files
pr-39403/sha-4cc616655ea5/failure_summary.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"failures": [
|
| 3 |
+
{
|
| 4 |
+
"job_name": "tests_torch",
|
| 5 |
+
"test_name": "tests/models/vocos_encodec/test_modeling_vocos_encodec.py::VocosEncodecModelTest::test_training_gradient_checkpointing_use_reentrant_true",
|
| 6 |
+
"short_error": "AttributeError: 'VocosEncodecModelTester' object has no attribute 'is_training'",
|
| 7 |
+
"error": "/root/project/tests/test_modeling_common.py:1504: AttributeError: 'VocosEncodecModelTester' object has no attribute 'is_training'",
|
| 8 |
+
"model_name": "vocos_encodec"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"job_name": "tests_torch",
|
| 12 |
+
"test_name": "tests/models/vocos/test_modeling_vocos.py::VocosModelTest::test_training_gradient_checkpointing_use_reentrant_true",
|
| 13 |
+
"short_error": "AttributeError: 'VocosModelTester' object has no attribute 'is_training'",
|
| 14 |
+
"error": "/root/project/tests/test_modeling_common.py:1504: AttributeError: 'VocosModelTester' object has no attribute 'is_training'",
|
| 15 |
+
"model_name": "vocos"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"job_name": "tests_processors",
|
| 19 |
+
"test_name": "tests/models/whisper/test_processing_whisper.py::WhisperProcessorTest::test_save_load_pretrained_additional_features",
|
| 20 |
+
"short_error": "AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt5tab3dh', vocab_size=50257, model_max_length=1024, padding_side='right', truncation_side='right', special_tokens={'bos_token': '(BOS)', 'eos_token': '(EOS)', 'unk_token': '<|endoftext|>', 'pad_token': '<|endoftext|>'}, added_tokens_decoder={",
|
| 21 |
+
"error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt5tab3dh', vocab_size=50257, model_max_length=1024, padding_side='right', truncation_side='right', special_tokens={'bos_token': '(BOS)', 'eos_token': '(EOS)', 'unk_token': '<|endoftext|>', 'pad_token': '<|endoftext|>'}, added_tokens_decoder={",
|
| 22 |
+
"model_name": "whisper"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"by_test": {
|
| 26 |
+
"tests/models/vocos_encodec/test_modeling_vocos_encodec.py::VocosEncodecModelTest::test_training_gradient_checkpointing_use_reentrant_true": {
|
| 27 |
+
"count": 1,
|
| 28 |
+
"errors": {
|
| 29 |
+
"/root/project/tests/test_modeling_common.py:1504: AttributeError: 'VocosEncodecModelTester' object has no attribute 'is_training'": 1
|
| 30 |
+
},
|
| 31 |
+
"jobs": [
|
| 32 |
+
"tests_torch"
|
| 33 |
+
],
|
| 34 |
+
"variants": [
|
| 35 |
+
"tests/models/vocos_encodec/test_modeling_vocos_encodec.py::VocosEncodecModelTest::test_training_gradient_checkpointing_use_reentrant_true"
|
| 36 |
+
]
|
| 37 |
+
},
|
| 38 |
+
"tests/models/vocos/test_modeling_vocos.py::VocosModelTest::test_training_gradient_checkpointing_use_reentrant_true": {
|
| 39 |
+
"count": 1,
|
| 40 |
+
"errors": {
|
| 41 |
+
"/root/project/tests/test_modeling_common.py:1504: AttributeError: 'VocosModelTester' object has no attribute 'is_training'": 1
|
| 42 |
+
},
|
| 43 |
+
"jobs": [
|
| 44 |
+
"tests_torch"
|
| 45 |
+
],
|
| 46 |
+
"variants": [
|
| 47 |
+
"tests/models/vocos/test_modeling_vocos.py::VocosModelTest::test_training_gradient_checkpointing_use_reentrant_true"
|
| 48 |
+
]
|
| 49 |
+
},
|
| 50 |
+
"tests/models/whisper/test_processing_whisper.py::WhisperProcessorTest::test_save_load_pretrained_additional_features": {
|
| 51 |
+
"count": 1,
|
| 52 |
+
"errors": {
|
| 53 |
+
"/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt5tab3dh', vocab_size=50257, model_max_length=1024, padding_side='right', truncation_side='right', special_tokens={'bos_token': '(BOS)', 'eos_token': '(EOS)', 'unk_token': '<|endoftext|>', 'pad_token': '<|endoftext|>'}, added_tokens_decoder={": 1
|
| 54 |
+
},
|
| 55 |
+
"jobs": [
|
| 56 |
+
"tests_processors"
|
| 57 |
+
],
|
| 58 |
+
"variants": [
|
| 59 |
+
"tests/models/whisper/test_processing_whisper.py::WhisperProcessorTest::test_save_load_pretrained_additional_features"
|
| 60 |
+
]
|
| 61 |
+
}
|
| 62 |
+
},
|
| 63 |
+
"by_model": {
|
| 64 |
+
"vocos_encodec": {
|
| 65 |
+
"count": 1,
|
| 66 |
+
"errors": {
|
| 67 |
+
"/root/project/tests/test_modeling_common.py:1504: AttributeError: 'VocosEncodecModelTester' object has no attribute 'is_training'": 1
|
| 68 |
+
},
|
| 69 |
+
"tests": [
|
| 70 |
+
"tests/models/vocos_encodec/test_modeling_vocos_encodec.py::VocosEncodecModelTest::test_training_gradient_checkpointing_use_reentrant_true"
|
| 71 |
+
]
|
| 72 |
+
},
|
| 73 |
+
"vocos": {
|
| 74 |
+
"count": 1,
|
| 75 |
+
"errors": {
|
| 76 |
+
"/root/project/tests/test_modeling_common.py:1504: AttributeError: 'VocosModelTester' object has no attribute 'is_training'": 1
|
| 77 |
+
},
|
| 78 |
+
"tests": [
|
| 79 |
+
"tests/models/vocos/test_modeling_vocos.py::VocosModelTest::test_training_gradient_checkpointing_use_reentrant_true"
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"whisper": {
|
| 83 |
+
"count": 1,
|
| 84 |
+
"errors": {
|
| 85 |
+
"/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: TokenizersBackend(name_or_path='/tmp/tmpt5tab3dh', vocab_size=50257, model_max_length=1024, padding_side='right', truncation_side='right', special_tokens={'bos_token': '(BOS)', 'eos_token': '(EOS)', 'unk_token': '<|endoftext|>', 'pad_token': '<|endoftext|>'}, added_tokens_decoder={": 1
|
| 86 |
+
},
|
| 87 |
+
"tests": [
|
| 88 |
+
"tests/models/whisper/test_processing_whisper.py::WhisperProcessorTest::test_save_load_pretrained_additional_features"
|
| 89 |
+
]
|
| 90 |
+
}
|
| 91 |
+
}
|
| 92 |
+
}
|