albertgong1 commited on
Commit
08ea2fd
·
verified ·
1 Parent(s): 67fecb9

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. tasks/adfailure-00-lag0m-avail15m/instruction.md +26 -0
  2. tasks/adfailure-00-lag0m-avail15m/task.toml +19 -0
  3. tasks/adfailure-01-lag0m-avail15m/instruction.md +26 -0
  4. tasks/adfailure-01-lag0m-avail15m/task.toml +19 -0
  5. tasks/adfailure-01-lag0m-avail5m/task.toml +19 -0
  6. tasks/adfailure-04-lag0m-avail0m/instruction.md +26 -0
  7. tasks/adfailure-04-lag0m-avail0m/task.toml +19 -0
  8. tasks/adfailure-04-lag0m-avail5m/instruction.md +26 -0
  9. tasks/adfailure-04-lag0m-avail5m/task.toml +19 -0
  10. tasks/adhighcpu-00-lag0m-avail0m/instruction.md +26 -0
  11. tasks/adhighcpu-00-lag0m-avail0m/task.toml +19 -0
  12. tasks/adhighcpu-03-lag0m-avail15m/instruction.md +26 -0
  13. tasks/adhighcpu-03-lag0m-avail15m/task.toml +19 -0
  14. tasks/admanualgc-00-lag0m-avail5m/instruction.md +26 -0
  15. tasks/admanualgc-00-lag0m-avail5m/task.toml +19 -0
  16. tasks/admanualgc-01-lag0m-avail0m/instruction.md +26 -0
  17. tasks/admanualgc-01-lag0m-avail0m/task.toml +19 -0
  18. tasks/admanualgc-02-lag0m-avail15m/instruction.md +26 -0
  19. tasks/admanualgc-02-lag0m-avail15m/task.toml +19 -0
  20. tasks/admanualgc-03-lag0m-avail5m/instruction.md +26 -0
  21. tasks/admanualgc-03-lag0m-avail5m/task.toml +19 -0
  22. tasks/cartfailure-00-lag0m-avail0m/instruction.md +26 -0
  23. tasks/cartfailure-00-lag0m-avail0m/task.toml +19 -0
  24. tasks/cartfailure-01-lag0m-avail5m/instruction.md +26 -0
  25. tasks/cartfailure-01-lag0m-avail5m/task.toml +19 -0
  26. tasks/cartfailure-02-lag0m-avail15m/instruction.md +26 -0
  27. tasks/cartfailure-02-lag0m-avail15m/task.toml +19 -0
  28. tasks/cartfailure-03-lag0m-avail0m/instruction.md +26 -0
  29. tasks/cartfailure-03-lag0m-avail0m/task.toml +19 -0
  30. tasks/cartfailure-03-lag0m-avail5m/instruction.md +26 -0
  31. tasks/cartfailure-03-lag0m-avail5m/task.toml +19 -0
  32. tasks/cartfailure-04-lag0m-avail5m/instruction.md +26 -0
  33. tasks/cartfailure-04-lag0m-avail5m/task.toml +19 -0
  34. tasks/cartfailure-06-lag0m-avail0m/instruction.md +26 -0
  35. tasks/cartfailure-06-lag0m-avail0m/task.toml +19 -0
  36. tasks/cartfailure-07-lag0m-avail15m/instruction.md +26 -0
  37. tasks/cartfailure-07-lag0m-avail15m/task.toml +19 -0
  38. tasks/cartfailure-08-lag0m-avail0m/instruction.md +26 -0
  39. tasks/cartfailure-08-lag0m-avail0m/task.toml +19 -0
  40. tasks/imageslowload-00-lag0m-avail0m/instruction.md +26 -0
  41. tasks/imageslowload-00-lag0m-avail0m/task.toml +19 -0
  42. tasks/imageslowload-00-lag0m-avail5m/instruction.md +26 -0
  43. tasks/imageslowload-00-lag0m-avail5m/task.toml +19 -0
  44. tasks/imageslowload-01-lag0m-avail5m/instruction.md +26 -0
  45. tasks/imageslowload-01-lag0m-avail5m/task.toml +19 -0
  46. tasks/imageslowload-02-lag0m-avail15m/instruction.md +26 -0
  47. tasks/imageslowload-02-lag0m-avail15m/task.toml +19 -0
  48. tasks/imageslowload-03-lag0m-avail15m/instruction.md +26 -0
  49. tasks/imageslowload-03-lag0m-avail15m/task.toml +19 -0
  50. tasks/imageslowload-03-lag0m-avail5m/instruction.md +26 -0
tasks/adfailure-00-lag0m-avail15m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 04:05 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:50 UTC:
8
+
9
+ Pages that include advertisements fail to load and show a 5xx/“Service unavailable” style error
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/adfailure-00-lag0m-avail15m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/adfailure-01-lag0m-avail15m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 04:05 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:50 UTC:
8
+
9
+ Homepage or product listing pages hang for a long time (spinners/timeouts) while the site waits for the Ad service
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/adfailure-01-lag0m-avail15m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/adfailure-01-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/adfailure-04-lag0m-avail0m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 03:50 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:50 UTC:
8
+
9
+ Overall site responsiveness degrades (slower navigation and delayed page rendering) due to repeated Ad-service call failures/retries
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/adfailure-04-lag0m-avail0m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/adfailure-04-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 03:55 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:50 UTC:
8
+
9
+ Overall site responsiveness degrades (slower navigation and delayed page rendering) due to repeated Ad-service call failures/retries
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/adfailure-04-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/adhighcpu-00-lag0m-avail0m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 03:04 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:04 UTC:
8
+
9
+ Pages (home/product/category) load noticeably slower because the frontend waits on the Ad service
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/adhighcpu-00-lag0m-avail0m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/adhighcpu-03-lag0m-avail15m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 03:19 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:04 UTC:
8
+
9
+ Occasional page-render errors where parts of the UI don’t populate until a refresh (or only load after multiple retries)
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/adhighcpu-03-lag0m-avail15m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/admanualgc-00-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 03:24 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:19 UTC:
8
+
9
+ Slow loading of pages that request ads (homepage/category/product pages), with noticeable lag before the page finishes rendering
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/admanualgc-00-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/admanualgc-01-lag0m-avail0m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 03:19 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:19 UTC:
8
+
9
+ Intermittent “failed to load”/timeout behavior on pages that depend on the Ad service, especially under load
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/admanualgc-01-lag0m-avail0m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/admanualgc-02-lag0m-avail15m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 03:34 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:19 UTC:
8
+
9
+ Ad sections on pages rendering empty, showing placeholders, or missing personalized/sponsored content
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/admanualgc-02-lag0m-avail15m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/admanualgc-03-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 18, 2026 at 03:24 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 18, 2026 at 03:19 UTC:
8
+
9
+ Occasional 5xx/“Service Unavailable” errors when the Ad service stalls during long garbage-collection pauses
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/admanualgc-03-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-00-lag0m-avail0m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:20 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Add-to-cart clicks fail or show an error message
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-00-lag0m-avail0m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-01-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:25 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Cart page fails to load (blank page, spinner forever, or “Something went wrong”)
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-01-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-02-lag0m-avail15m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:35 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Items intermittently disappear from the cart or the cart appears empty after refresh
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-02-lag0m-avail15m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-03-lag0m-avail0m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:20 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Quantity updates (increase/decrease) don’t apply, revert, or return errors
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-03-lag0m-avail0m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-03-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:25 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Quantity updates (increase/decrease) don’t apply, revert, or return errors
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-03-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-04-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:25 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Remove-item actions fail, leaving items stuck in the cart
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-04-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-06-lag0m-avail0m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:20 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Checkout cannot start because the cart cannot be retrieved (“Unable to fetch cart” / 5xx error)
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-06-lag0m-avail0m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-07-lag0m-avail15m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:35 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Checkout fails mid-flow when validating cart contents (out-of-sync cart, “cart not found”, or “failed to reserve items”)
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-07-lag0m-avail15m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/cartfailure-08-lag0m-avail0m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 19, 2026 at 00:20 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 19, 2026 at 00:20 UTC:
8
+
9
+ Severe slowness/timeouts when viewing or modifying the cart, especially during peak traffic
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/cartfailure-08-lag0m-avail0m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/imageslowload-00-lag0m-avail0m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 17, 2026 at 14:17 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 17, 2026 at 14:17 UTC:
8
+
9
+ Pages (home/product listing/product detail) take noticeably longer to finish loading, especially during busy “morning rush” periods
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/imageslowload-00-lag0m-avail0m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/imageslowload-00-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 17, 2026 at 14:22 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 17, 2026 at 14:17 UTC:
8
+
9
+ Pages (home/product listing/product detail) take noticeably longer to finish loading, especially during busy “morning rush” periods
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/imageslowload-00-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/imageslowload-01-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 17, 2026 at 14:22 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 17, 2026 at 14:17 UTC:
8
+
9
+ Product images and thumbnails load very slowly, appearing late after the rest of the page renders
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/imageslowload-01-lag0m-avail5m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/imageslowload-02-lag0m-avail15m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 17, 2026 at 14:32 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 17, 2026 at 14:17 UTC:
8
+
9
+ Image placeholders/spinners remain on screen for a long time before images appear
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/imageslowload-02-lag0m-avail15m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/imageslowload-03-lag0m-avail15m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 17, 2026 at 14:32 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 17, 2026 at 14:17 UTC:
8
+
9
+ Some images intermittently fail to load (broken/missing images) when requests time out or are retried
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```
tasks/imageslowload-03-lag0m-avail15m/task.toml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = "0.0"
2
+
3
+ [metadata]
4
+ author_name = "Albert Gong"
5
+ author_email = "agong@cs.cornell.edu"
6
+ difficulty = "hard"
7
+ category = "sre"
8
+ tags = ["root cause analysis", "telemetry"]
9
+
10
+ [verifier]
11
+ timeout_sec = 1200.0
12
+
13
+ [agent]
14
+ timeout_sec = 1200.0
15
+
16
+ [environment]
17
+ cpus = 4
18
+ memory_mb = 12288
19
+ storage_mb = 4096
tasks/imageslowload-03-lag0m-avail5m/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Root Cause Analysis
2
+
3
+ You are an expert site reliability engineer. The current time is Feb 17, 2026 at 14:22 UTC.
4
+
5
+ ## Task Description
6
+
7
+ The following issue was reported at Feb 17, 2026 at 14:17 UTC:
8
+
9
+ Some images intermittently fail to load (broken/missing images) when requests time out or are retried
10
+
11
+ ## Source Code
12
+
13
+ The source code for the system is available at `/app/opentelemetry-demo`.
14
+
15
+ ## Instructions
16
+
17
+ Please follow these steps:
18
+ - Make your best guess at the root cause issue based on the collected evidence.
19
+ - Write your output to `/app/predictions.json`. The JSON output must follow the schema below:
20
+
21
+ ```json
22
+ {
23
+ "flag": "..." // root cause issue
24
+ "evidence": "..." // metrics, logs, and traces
25
+ }
26
+ ```