Knowledge Base Administration Guide

Example failing Job JSON

This is a sample Job in JSON format, for a simulation failure.

Failing jobs are indicated by the following JSON fields:

  • "result": "fail"
  • "fail_message" — containing the raw error message string

→ See Job Field Reference for definitions of each field.


{
    "jobdir": "/home/runs/myregr/2/job-2",
    "category": "sim",
    "config": "sim +rand +tbuf +seed=1794 LOC=4",
    "build": "mybuild",
    "testgroup": "mytestgroup",
    "seed": "1794",
    "start_time": "2019-05-07T02:00:10.000111-05:00",
    "finish_time": "0001-01-01T00:00:00Z",
    "compute_ms": 1234,
    "host": "compute-12",
    "result": "fail",
    "exit_code": 100,
    "fail_message": "|t.cpu.core0.fs7| data mismatch filling store buffer: expected=24'h16a7 actual=24'h76a7",
    "cycles": 17,
    "metadata": [
        [
            "transactions",
            "100"
        ],
        [
            "bufsize",
            "1237"
        ]
    ]
}