113 lines
4.3 KiB
JSON
113 lines
4.3 KiB
JSON
{
|
|
"name": "hw7 ex2",
|
|
"logPath": "/home/tt/.cache/joj3.log",
|
|
"expireUnixTimestamp": 1735574399,
|
|
"effectiveUnixTimestamp": 1735487999,
|
|
"actorCsvPath": "/home/tt/.config/joj/students.csv",
|
|
"maxTotalScore": 100,
|
|
"stage": {
|
|
"sandboxExecServer": "172.17.0.1:5051",
|
|
"sandboxToken": "",
|
|
"outputPath": "/tmp/joj3_result.json",
|
|
"stages": [
|
|
{
|
|
"name": "[cq] Cppcheck",
|
|
"group": "cq",
|
|
"executor": {
|
|
"name": "sandbox",
|
|
"with": {
|
|
"default": {
|
|
"args": [
|
|
"cppcheck",
|
|
"--template={\"file\":\"{file}\",\"line\":{line}, \"column\":{column}, \"severity\":\"{severity}\", \"message\":\"{message}\", \"id\":\"{id}\"}",
|
|
"--force",
|
|
"--enable=all",
|
|
"--suppress=missingIncludeSystem",
|
|
"--quiet",
|
|
"h7/ex2.cpp"
|
|
],
|
|
"env": [
|
|
"PATH=/usr/bin:/bin:/usr/local/bin"
|
|
],
|
|
"stdin": {
|
|
"content": ""
|
|
},
|
|
"stdout": {
|
|
"name": "stdout",
|
|
"max": 33554432,
|
|
"pipe": true
|
|
},
|
|
"stderr": {
|
|
"name": "stderr",
|
|
"max": 68157440,
|
|
"pipe": true
|
|
},
|
|
"cpuLimit": 1000000000,
|
|
"clockLimit": 2000000000,
|
|
"memoryLimit": 268435456,
|
|
"stackLimit": 0,
|
|
"procLimit": 50,
|
|
"cpuRateLimit": 0,
|
|
"cpuSetLimit": "",
|
|
"copyIn": {},
|
|
"copyInCached": {},
|
|
"copyInDir": ".",
|
|
"copyOut": [
|
|
"stdout",
|
|
"stderr"
|
|
],
|
|
"copyOutCached": [],
|
|
"copyOutMax": 0,
|
|
"copyOutDir": "",
|
|
"tty": false,
|
|
"strictMemoryLimit": false,
|
|
"dataSegmentLimit": false,
|
|
"addressSpaceLimit": false
|
|
},
|
|
"cases": []
|
|
}
|
|
},
|
|
"parsers": [
|
|
{
|
|
"name": "cppcheck",
|
|
"with": {
|
|
"matches": [
|
|
{
|
|
"keywords": [
|
|
"error"
|
|
],
|
|
"score": 15
|
|
},
|
|
{
|
|
"keywords": [
|
|
"warning",
|
|
"portability",
|
|
"performance",
|
|
"style"
|
|
],
|
|
"score": 5
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "result-detail",
|
|
"with": {
|
|
"score": 0,
|
|
"comment": "",
|
|
"showFiles": [
|
|
"stderr"
|
|
],
|
|
"showExitStatus": true,
|
|
"showRuntime": false,
|
|
"showMemory": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"preStages": [],
|
|
"postStages": []
|
|
}
|
|
}
|