-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlatest.json
More file actions
178 lines (178 loc) · 5.64 KB
/
latest.json
File metadata and controls
178 lines (178 loc) · 5.64 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"generated_at_utc": "2026-03-15 01:09:46Z",
"repo": "LinxISA/LinxCoreModel",
"runs": [
{
"run_id": "local-20260315T010924Z",
"generated_at_utc": "2026-03-15 01:09:46Z",
"profile": "repo-local-crosscheck",
"lane": "local",
"trace_schema_version": "1.0",
"gates": [
{
"gate": "Repository layout",
"domain": "Repo",
"classification": "layout_ok",
"command": "bash tools/ci/check_repo_layout.sh",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/layout.log"
]
},
{
"gate": "Cargo fmt",
"domain": "Workspace",
"classification": "fmt_clean",
"command": "cargo fmt --all --check",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/fmt.log"
]
},
{
"gate": "camodel tests",
"domain": "camodel",
"classification": "cargo_test_pass",
"command": "cargo test -q -p camodel",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/camodel.log"
]
},
{
"gate": "funcmodel tests",
"domain": "funcmodel",
"classification": "cargo_test_pass",
"command": "cargo test -q -p funcmodel",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/funcmodel.log"
]
},
{
"gate": "trace tests",
"domain": "trace",
"classification": "cargo_test_pass",
"command": "cargo test -q -p trace",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/trace.log"
]
},
{
"gate": "cosim tests",
"domain": "cosim",
"classification": "cargo_test_pass",
"command": "cargo test -q -p cosim",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/cosim.log"
]
},
{
"gate": "workspace tests",
"domain": "Workspace",
"classification": "cargo_test_pass",
"command": "cargo test -q",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/workspace.log"
]
},
{
"gate": "func/cycle synthetic crosscheck",
"domain": "Crosscheck",
"classification": "func_cycle_match",
"command": "cargo test -q -p camodel crosscheck_func_and_cycle_engines_on_sample_runtime",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/crosscheck-unit.log"
]
},
{
"gate": "functional CLI smoke",
"domain": "Crosscheck",
"classification": "func_cli_smoke_pass",
"command": "cargo run --quiet --bin lx-run -- --engine func --elf out/bringup/linux_user_compiler_smoke_O0.elf --max-steps 100000 --out-dir out/crosschecks/func-smoke",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/func-smoke.log"
]
},
{
"gate": "cycle CLI smoke",
"domain": "Crosscheck",
"classification": "cycle_cli_smoke_pass",
"command": "cargo run --quiet --bin lx-run -- --engine cycle --elf out/bringup/linux_user_compiler_smoke_O0.elf --max-cycles 512 --out-dir out/crosschecks/cycle-smoke",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/cycle-smoke.log"
]
},
{
"gate": "cycle vs func commit crosscheck",
"domain": "Crosscheck",
"classification": "cycle_func_cosim_match",
"command": "cargo run --quiet --bin lx-cosim -- --engine cycle --elf out/bringup/linux_user_compiler_smoke_O0.elf --qemu out/crosschecks/func-smoke/commit.jsonl --out-dir out/crosschecks/cosim",
"status": "pass",
"required": true,
"owner": "maintainers",
"waived": false,
"evidence_type": "log",
"evidence": [
"log:out/crosschecks/logs/cosim-smoke.log"
]
}
],
"metrics": {
"func_exit_reason": "guest_exit(0)",
"func_commits": 77,
"cycle_exit_reason": "guest_exit(0)",
"cycle_commits": 77,
"cycle_cycles": 160,
"cosim_match": true,
"cosim_matched_commits": 77
}
}
]
}