-
Notifications
You must be signed in to change notification settings - Fork 79
/
flaky-rules.json
100 lines (100 loc) · 2.38 KB
/
flaky-rules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"name": "macos",
"captures": ["Library not loaded: @rpath/libzstd.1.dylib"]
},
{
"name": "rocm",
"captures": ["The action has timed out."]
},
{
"name": "bazel",
"captures": ["Process completed with exit code 2."]
},
{
"name": "distributed/_tensor/test_dtensor_ops",
"captures": ["RuntimeError: distributed/_tensor/test_dtensor_ops failed! Received signal: SIGSEGV"]
},
{
"name": "macos",
"captures": ["ModuleNotFoundError: No module named 'sympy'"]
},
{
"name": "linux",
"captures": ["The runner has received a shutdown signal"]
},
{
"name": "win",
"captures": ["The process cannot access the file .+ because it is being used by another process"]
},
{
"name": "macos",
"captures": ["Failure: There is only .+ free space left in .+, which is less than the minimum requirement of"]
},
{
"name": "macos",
"captures": ["test_torchinductor_opinfo .+ Received signal: SIGSEGV"]
},
{
"name": "win",
"captures": ["The operation was canceled"]
},
{
"name": "asan",
"captures": ["ERROR: ld.so: object .+ from LD_PRELOAD cannot be preloaded \\(cannot open shared object file\\)"]
},
{
"name": "linux",
"captures": ["The process '/usr/bin/git' failed with exit code 1"]
},
{
"name": "macos",
"captures": ["File doesn't exist"]
},
{
"name": "ghstack-mergeability-check",
"captures": [
"fatal: ambiguous argument 'origin/gh.*",
"Mergeability check failed for infrastructure reasons.",
"urllib.error.HTTPError: HTTP Error 403: Forbidden"
]
},
{
"name": "llm-retrieval",
"captures": [
"Could not assume role with user credentials: User: arn:aws:sts::308535385114:assumed-role/gh-ci-github-action-runners-runner-role"
]
},
{
"name": "linux",
"captures": ["o space left on device"]
},
{
"name": "linux",
"captures": ["Failed to fetch"]
},
{
"name": "linux",
"captures": ["Error response from daemon"]
},
{
"name": "linux",
"captures": ["connect ETIMEDOUT"]
},
{
"name": "linux",
"captures": ["read ECONNRESET"]
},
{
"name": "llm-retrieval",
"captures": [".*"]
},
{
"name": "win",
"captures": ["Can't find 'action.yml', 'action.yaml' or 'Dockerfile'"]
},
{
"name": "linux-binary-libtorch",
"captures": ["Error downloading packages"]
}
]