Update CircleCI artifacts for PR 42558 (18d44ba68456)
Browse files
pr-42558/sha-18d44ba68456/failure_summary.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"failures": [
|
| 3 |
+
{
|
| 4 |
+
"job_name": "tests_torch",
|
| 5 |
+
"test_name": "tests/models/pe_audio/test_modeling_pe_audio.py::PeAudioEncoderTest::test_save_load",
|
| 6 |
+
"short_error": "AssertionError: Running save/load and forward yields different results",
|
| 7 |
+
"error": "/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results",
|
| 8 |
+
"model_name": "pe_audio"
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"by_test": {
|
| 12 |
+
"tests/models/pe_audio/test_modeling_pe_audio.py::PeAudioEncoderTest::test_save_load": {
|
| 13 |
+
"count": 1,
|
| 14 |
+
"errors": {
|
| 15 |
+
"/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results": 1
|
| 16 |
+
},
|
| 17 |
+
"jobs": [
|
| 18 |
+
"tests_torch"
|
| 19 |
+
],
|
| 20 |
+
"variants": [
|
| 21 |
+
"tests/models/pe_audio/test_modeling_pe_audio.py::PeAudioEncoderTest::test_save_load"
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"by_model": {
|
| 26 |
+
"pe_audio": {
|
| 27 |
+
"count": 1,
|
| 28 |
+
"errors": {
|
| 29 |
+
"/root/project/tests/test_modeling_common.py:744: AssertionError: Running save/load and forward yields different results": 1
|
| 30 |
+
},
|
| 31 |
+
"tests": [
|
| 32 |
+
"tests/models/pe_audio/test_modeling_pe_audio.py::PeAudioEncoderTest::test_save_load"
|
| 33 |
+
]
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
}
|